Trace number 1559306

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
IUT_BMB_SAT 1.0? (TO) 1200.1 1200.62

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-24-s100.cnf
MD5SUM107f2922072d64498e09af3270c7b9c3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables31821
Number of clauses95735
Sum of the clauses size225739
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261338
Number of clauses of size 334333
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
1.58/1.61	c WARNING: for repeatability, setting FPU to use double precision
1.58/1.61	c ============================[ Problem Statistics ]=============================
1.58/1.61	c |                                                                             |
1.58/1.61	c |  Number of variables:  31821                                                |
1.58/1.61	c |  Number of clauses:    95251                                                |
1.59/1.73	c |  Parsing time:         0.10         s                                       |
2.26/2.33	c ============================[ Search Statistics ]==============================
2.26/2.33	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.26/2.33	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.26/2.33	c ===============================================================================
2.26/2.33	c |         0 |   12638    53511   151824 |    17837        0    nan |  0.000 % |
2.26/2.36	c |       100 |   12638    53511   151824 |    19620      100     82 |  4.167 % |
2.46/2.51	c |       250 |   12638    53511   151824 |    21582      250     71 |  4.167 % |
3.36/3.47	c |       476 |   12638    53511   151824 |    23741      476     54 |  4.167 % |
4.86/4.90	c |       813 |   12638    53511   151824 |    26115      813     42 |  4.167 % |
7.16/7.28	c |      1320 |   12638    53511   151824 |    28726     1320     34 |  4.167 % |
10.46/10.53	c |      2079 |   12638    53511   151824 |    31599     2079     31 |  4.167 % |
15.36/15.44	c |      3218 |   12638    53511   151824 |    34759     3218     31 |  4.167 % |
23.45/23.57	c |      4926 |   12638    53511   151824 |    38235     4926     30 |  4.167 % |
33.95/34.00	c |      7488 |   12638    53511   151824 |    42058     7488     30 |  4.167 % |
50.14/50.23	c |     11332 |   12638    53511   151824 |    46264    11332     32 |  4.167 % |
78.73/78.89	c |     17098 |   12638    53511   151824 |    50891    17098     31 |  4.167 % |
120.01/120.17	c |     25748 |   12638    53511   151824 |    55980    25748     31 |  4.167 % |
184.69/184.88	c |     38722 |   12638    53511   151824 |    61578    38722     29 |  4.167 % |
293.44/293.61	c |     58183 |   12638    53511   151824 |    67735    58183     29 |  4.167 % |
441.47/441.73	c |     87376 |   12638    53511   151824 |    74509    32448     38 |  4.167 % |
703.46/703.84	c |    131165 |   12638    53511   151824 |    81960    76237     32 |  4.167 % |
1099.10/1099.62	c |    196849 |   12638    53511   151824 |    90156    74142     28 |  4.167 % |
1200.05/1200.61	sh: line 1: 12792 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.05/1200.61	c cannot read from file

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1559306-1238881718/watcher-1559306-1238881718 -o /tmp/evaluation-result-1559306-1238881718/solver-1559306-1238881718 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1559306-1238881718.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 12789
/proc/meminfo: memFree=1602208/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=2408 CPUtime=0
/proc/12789/stat : 12789 (IUT_BMB_SAT) R 12787 12789 12414 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 1160836751 2465792 179 1992294400 134512640 135635285 4294956208 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/12789/statm: 602 179 93 274 0 325 0

[startup+0.080997 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 12789
/proc/meminfo: memFree=1602208/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=7328 CPUtime=0.06
/proc/12789/stat : 12789 (IUT_BMB_SAT) R 12787 12789 12414 0 -1 4194304 1640 0 0 0 6 0 0 0 18 0 1 0 1160836751 7503872 1623 1992294400 134512640 135635285 4294956208 18446744073709551615 135071318 0 0 4096 0 0 0 0 17 1 0 0
/proc/12789/statm: 1832 1623 99 274 0 1555 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7328

[startup+0.101999 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 12789
/proc/meminfo: memFree=1602208/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=7592 CPUtime=0.08
/proc/12789/stat : 12789 (IUT_BMB_SAT) R 12787 12789 12414 0 -1 4194304 1709 0 0 0 8 0 0 0 18 0 1 0 1160836751 7774208 1692 1992294400 134512640 135635285 4294956208 18446744073709551615 134696276 0 0 4096 0 0 0 0 17 1 0 0
/proc/12789/statm: 1898 1692 99 274 0 1621 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7592

[startup+0.301028 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 12789
/proc/meminfo: memFree=1602208/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=9836 CPUtime=0.29
/proc/12789/stat : 12789 (IUT_BMB_SAT) R 12787 12789 12414 0 -1 4194304 2294 0 0 0 28 1 0 0 19 0 1 0 1160836751 10072064 2277 1992294400 134512640 135635285 4294956208 18446744073709551615 134537037 0 0 4096 0 0 0 0 17 1 0 0
/proc/12789/statm: 2459 2277 99 274 0 2182 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9836

[startup+0.701075 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 12789
/proc/meminfo: memFree=1602208/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=15380 CPUtime=0.68
/proc/12789/stat : 12789 (IUT_BMB_SAT) R 12787 12789 12414 0 -1 4194304 3672 0 0 0 67 1 0 0 23 0 1 0 1160836751 15749120 3655 1992294400 134512640 135635285 4294956208 18446744073709551615 134549716 0 0 4096 0 0 0 0 17 1 0 0
/proc/12789/statm: 3845 3655 99 274 0 3568 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15380

[startup+1.50116 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 12790
/proc/meminfo: memFree=1582232/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.48
/proc/12789/stat : 12789 (IUT_BMB_SAT) R 12787 12789 12414 0 -1 4194304 5125 0 0 0 119 29 0 0 25 0 1 0 1160836751 21262336 5013 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/12789/statm: 5191 5013 101 274 0 4914 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20764

[startup+3.10233 s]
/proc/loadavg: 0.91 0.97 0.99 2/67 12792
/proc/meminfo: memFree=1564168/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=18024 CPUtime=1.47
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 4617 0 0 0 144 3 0 0 25 0 1 0 1160836913 18456576 4187 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 4506 4187 85 178 0 4326 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 44144

[startup+6.30169 s]
/proc/loadavg: 0.92 0.97 0.99 2/67 12792
/proc/meminfo: memFree=1563912/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=18024 CPUtime=4.67
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 4617 0 0 0 464 3 0 0 25 0 1 0 1160836913 18456576 4187 1992294400 134512640 135243223 4294956304 18446744073709551615 134565294 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 4506 4187 85 178 0 4326 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 44144

[startup+12.7024 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 12792
/proc/meminfo: memFree=1563784/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=18024 CPUtime=11.07
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 4617 0 0 0 1104 3 0 0 25 0 1 0 1160836913 18456576 4187 1992294400 134512640 135243223 4294956304 18446744073709551615 134555965 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 4506 4187 85 178 0 4326 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 44144

[startup+25.5018 s]
/proc/loadavg: 0.94 0.97 0.99 2/67 12792
/proc/meminfo: memFree=1563912/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=18024 CPUtime=23.86
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 4617 0 0 0 2383 3 0 0 25 0 1 0 1160836913 18456576 4187 1992294400 134512640 135243223 4294956304 18446744073709551615 134565476 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 4506 4187 85 178 0 4326 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 44144

[startup+51.1017 s]
/proc/loadavg: 0.96 0.97 0.99 2/67 12792
/proc/meminfo: memFree=1563848/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=18024 CPUtime=49.45
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 4617 0 0 0 4942 3 0 0 25 0 1 0 1160836913 18456576 4187 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 4506 4187 85 178 0 4326 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 44144

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/67 12792
/proc/meminfo: memFree=1563720/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=18332 CPUtime=100.63
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 4688 0 0 0 10060 3 0 0 25 0 1 0 1160836913 18771968 4258 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 4583 4258 85 178 0 4403 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 44452

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12792
/proc/meminfo: memFree=1562760/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=19316 CPUtime=160.6
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 4920 0 0 0 16057 3 0 0 25 0 1 0 1160836913 19779584 4490 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 4829 4490 85 178 0 4649 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 45436

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12792
/proc/meminfo: memFree=1560904/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=21156 CPUtime=220.58
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 5371 0 0 0 22054 4 0 0 25 0 1 0 1160836913 21663744 4941 1992294400 134512640 135243223 4294956304 18446744073709551615 134565283 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 5289 4941 85 178 0 5109 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 47276

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12792
/proc/meminfo: memFree=1559432/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=22728 CPUtime=280.55
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 5740 0 0 0 28050 5 0 0 25 0 1 0 1160836913 23273472 5310 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 5682 5310 85 178 0 5502 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 48848


################
# More data... #
################

[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=26704 CPUtime=640.4
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 6699 0 0 0 64034 6 0 0 25 0 1 0 1160836913 27344896 6269 1992294400 134512640 135243223 4294956304 18446744073709551615 134555704 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 6676 6269 85 178 0 6496 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 52824

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12792
/proc/meminfo: memFree=1554312/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=27916 CPUtime=700.37
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 6988 0 0 0 70031 6 0 0 25 0 1 0 1160836913 28585984 6558 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 6979 6558 85 178 0 6799 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 54036

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12798
/proc/meminfo: memFree=1552768/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=29296 CPUtime=760.36
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 7306 0 0 0 76029 7 0 0 25 0 1 0 1160836913 29999104 6876 1992294400 134512640 135243223 4294956304 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 7324 6876 85 178 0 7144 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 55416

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12798
/proc/meminfo: memFree=1552640/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=29480 CPUtime=820.32
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 7337 0 0 0 82025 7 0 0 25 0 1 0 1160836913 30187520 6907 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 7370 6907 85 178 0 7190 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 55600

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12798
/proc/meminfo: memFree=1552640/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=29480 CPUtime=880.3
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 7348 0 0 0 88023 7 0 0 25 0 1 0 1160836913 30187520 6918 1992294400 134512640 135243223 4294956304 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 7370 6918 85 178 0 7190 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 55600

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12798
/proc/meminfo: memFree=1552512/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=29732 CPUtime=940.27
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 7376 0 0 0 94020 7 0 0 25 0 1 0 1160836913 30445568 6946 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 7433 6946 85 178 0 7253 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 55852

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12798
/proc/meminfo: memFree=1552512/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=29732 CPUtime=1000.25
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 7381 0 0 0 100018 7 0 0 25 0 1 0 1160836913 30445568 6951 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 7433 6951 85 178 0 7253 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 55852

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12798
/proc/meminfo: memFree=1552456/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=29732 CPUtime=1060.22
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 7389 0 0 0 106015 7 0 0 25 0 1 0 1160836913 30445568 6959 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 7433 6959 85 178 0 7253 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 55852

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12798
/proc/meminfo: memFree=1551752/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=30464 CPUtime=1120.2
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 7579 0 0 0 112013 7 0 0 25 0 1 0 1160836913 31195136 7149 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 7616 7149 85 178 0 7436 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 56584

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12798
/proc/meminfo: memFree=1551688/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=30464 CPUtime=1180.17
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 7584 0 0 0 118010 7 0 0 25 0 1 0 1160836913 31195136 7154 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 7616 7154 85 178 0 7436 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 56584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 12798
/proc/meminfo: memFree=1551688/2055920 swapFree=4176924/4192956
[pid=12789] ppid=12787 vsize=20764 CPUtime=1.59
/proc/12789/stat : 12789 (IUT_BMB_SAT) S 12787 12789 12414 0 -1 4194304 5131 0 0 0 121 38 0 0 25 0 1 0 1160836751 21262336 5018 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12789/statm: 5191 5018 106 274 0 4914 0
[pid=12791] ppid=12789 vsize=5356 CPUtime=0
/proc/12791/stat : 12791 (sh) S 12789 12789 12414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160836912 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12791/statm: 1339 232 193 169 0 50 0
[pid=12792] ppid=12791 vsize=30464 CPUtime=1198.46
/proc/12792/stat : 12792 (minisat) R 12791 12789 12414 0 -1 4194304 7587 0 0 0 119839 7 0 0 25 0 1 0 1160836913 31195136 7157 1992294400 134512640 135243223 4294956304 18446744073709551615 134564996 0 0 4096 3 0 0 0 17 0 0 0
/proc/12792/statm: 7616 7157 85 178 0 7436 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 56584

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.62
CPU time (s): 1200.1
CPU user time (s): 1199.63
CPU system time (s): 0.476927
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (KiB): 56584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.63
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14216
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 4890

runsolver used 1.01784 second user time and 3.36049 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-04 23:48:38
IDJOB=1559306
IDBENCH=70874
IDSOLVER=523
FILE ID=node35/1559306-1238881718
PBS_JOBID= 9085979
Free space on /tmp= 66480 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-24-s100.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559306-1238881718/watcher-1559306-1238881718 -o /tmp/evaluation-result-1559306-1238881718/solver-1559306-1238881718 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1559306-1238881718.cnf HOME

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 107f2922072d64498e09af3270c7b9c3
RANDOM SEED=577059636

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1602752 kB
Buffers:         55372 kB
Cached:         316852 kB
SwapCached:      10140 kB
Active:          88844 kB
Inactive:       295172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602752 kB
SwapTotal:     4192956 kB
SwapFree:      4176924 kB
Dirty:            3708 kB
Writeback:           0 kB
Mapped:          17584 kB
Slab:            55284 kB
Committed_AS:  3156564 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node35 at 2009-04-05 00:08:41