Trace number 1557694

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.07 1200.72

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-32-s100.cnf
MD5SUM7785f51f4f3cb780b4d123215711f948
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 variables32312
Number of clauses97285
Sum of the clauses size229627
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262100
Number of clauses of size 335121
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.49/1.54	c WARNING: for repeatability, setting FPU to use double precision
1.49/1.54	c ============================[ Problem Statistics ]=============================
1.49/1.54	c |                                                                             |
1.49/1.54	c |  Number of variables:  32312                                                |
1.49/1.54	c |  Number of clauses:    97029                                                |
1.53/1.65	c |  Parsing time:         0.10         s                                       |
2.18/2.24	c ============================[ Search Statistics ]==============================
2.18/2.24	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.24	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.24	c ===============================================================================
2.18/2.24	c |         0 |   13017    55134   156459 |    18378        0    nan |  0.000 % |
2.18/2.27	c |       101 |   13017    55134   156459 |    20215      101     56 |  3.769 % |
2.18/2.29	c |       253 |   13017    55134   156459 |    22237      253     52 |  3.769 % |
2.77/2.80	c |       479 |   13017    55134   156459 |    24461      479     55 |  3.769 % |
3.87/3.92	c |       817 |   13017    55134   156459 |    26907      817     49 |  3.769 % |
5.87/5.95	c |      1324 |   13017    55134   156459 |    29597     1324     47 |  3.769 % |
8.87/8.99	c |      2084 |   13017    55134   156459 |    32557     2084     49 |  3.770 % |
14.16/14.22	c |      3224 |   13017    55134   156459 |    35813     3224     43 |  3.769 % |
21.56/21.67	c |      4935 |   13017    55134   156459 |    39394     4935     41 |  3.769 % |
32.55/32.69	c |      7499 |   13017    55134   156459 |    43334     7499     40 |  3.769 % |
51.65/51.74	c |     11343 |   13017    55134   156459 |    47667    11343     39 |  3.769 % |
77.83/77.95	c |     17109 |   13017    55134   156459 |    52434    17109     37 |  3.769 % |
121.81/121.95	c |     25758 |   13017    55134   156459 |    57678    25758     39 |  3.770 % |
192.87/193.02	c |     38732 |   13017    55134   156459 |    63445    38732     40 |  3.769 % |
311.71/311.92	c |     58194 |   13017    55134   156459 |    69790    58194     40 |  3.769 % |
464.21/464.51	c |     87387 |   13017    55134   156459 |    76769    28988     42 |  3.770 % |
736.07/736.54	c |    131177 |   13017    55134   156459 |    84446    72778     36 |  3.769 % |
1121.16/1121.88	c |    196861 |   13017    55134   156459 |    92891    66700     40 |  3.769 % |
1200.02/1200.71	sh: line 1:  6655 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.02/1200.71	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-1557694-1238857896/watcher-1557694-1238857896 -o /tmp/evaluation-result-1557694-1238857896/solver-1557694-1238857896 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1557694-1238857896.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.99 0.97 0.98 3/81 6652
/proc/meminfo: memFree=1490528/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=2428 CPUtime=0
/proc/6652/stat : 6652 (IUT_BMB_SAT) R 6650 6652 6579 0 -1 4194304 206 0 0 0 0 0 0 0 18 0 1 0 762684598 2486272 189 1992294400 134512640 135635285 4294956224 18446744073709551615 134543381 0 0 4096 0 0 0 0 17 0 0 0
/proc/6652/statm: 607 190 93 274 0 330 0

[startup+0.0571031 s]
/proc/loadavg: 0.99 0.97 0.98 3/81 6652
/proc/meminfo: memFree=1490528/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=7016 CPUtime=0.05
/proc/6652/stat : 6652 (IUT_BMB_SAT) R 6650 6652 6579 0 -1 4194304 1578 0 0 0 4 1 0 0 18 0 1 0 762684598 7184384 1561 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/6652/statm: 1754 1561 99 274 0 1477 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7016

[startup+0.101112 s]
/proc/loadavg: 0.99 0.97 0.98 3/81 6652
/proc/meminfo: memFree=1490528/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=7676 CPUtime=0.09
/proc/6652/stat : 6652 (IUT_BMB_SAT) R 6650 6652 6579 0 -1 4194304 1736 0 0 0 8 1 0 0 18 0 1 0 762684598 7860224 1719 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/6652/statm: 1919 1719 99 274 0 1642 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7676

[startup+0.301149 s]
/proc/loadavg: 0.99 0.97 0.98 3/81 6652
/proc/meminfo: memFree=1490528/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=10184 CPUtime=0.29
/proc/6652/stat : 6652 (IUT_BMB_SAT) R 6650 6652 6579 0 -1 4194304 2358 0 0 0 28 1 0 0 19 0 1 0 762684598 10428416 2341 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/6652/statm: 2546 2341 99 274 0 2269 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10184

[startup+0.701228 s]
/proc/loadavg: 0.99 0.97 0.98 3/81 6652
/proc/meminfo: memFree=1490528/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=16256 CPUtime=0.69
/proc/6652/stat : 6652 (IUT_BMB_SAT) R 6650 6652 6579 0 -1 4194304 3893 0 0 0 67 2 0 0 23 0 1 0 762684598 16646144 3876 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/6652/statm: 4064 3876 99 274 0 3787 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16256

[startup+1.50138 s]
/proc/loadavg: 0.99 0.97 0.98 2/82 6653
/proc/meminfo: memFree=1470296/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.49
/proc/6652/stat : 6652 (IUT_BMB_SAT) R 6650 6652 6579 0 -1 4194304 5197 0 0 0 115 34 0 0 25 0 1 0 762684598 21557248 5085 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/6652/statm: 5263 5085 101 274 0 4986 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21052

[startup+3.1017 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1450880/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=18164 CPUtime=1.54
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 4675 0 0 0 152 2 0 0 25 0 1 0 762684753 18599936 4222 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 4541 4222 85 178 0 4361 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 44572

[startup+6.30232 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1451712/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=18164 CPUtime=4.74
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 4675 0 0 0 472 2 0 0 25 0 1 0 762684753 18599936 4222 1992294400 134512640 135243223 4294956320 18446744073709551615 134566209 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 4541 4222 85 178 0 4361 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 44572

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1451584/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=18164 CPUtime=11.14
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 4675 0 0 0 1112 2 0 0 25 0 1 0 762684753 18599936 4222 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 4541 4222 85 178 0 4361 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 44572

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1451712/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=18164 CPUtime=23.92
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 4675 0 0 0 2390 2 0 0 25 0 1 0 762684753 18599936 4222 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 4541 4222 85 178 0 4361 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 44572

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1451712/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=18304 CPUtime=49.51
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 4686 0 0 0 4949 2 0 0 25 0 1 0 762684753 18743296 4233 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 4576 4233 85 178 0 4396 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 44712

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1450816/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=19216 CPUtime=100.7
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 4912 0 0 0 10067 3 0 0 25 0 1 0 762684753 19677184 4459 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 4804 4459 85 178 0 4624 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 45624

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1448512/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=21464 CPUtime=160.66
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 5484 0 0 0 16062 4 0 0 25 0 1 0 762684753 21979136 5031 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 5366 5031 85 178 0 5186 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 47872

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1446592/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=23536 CPUtime=220.62
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 5978 0 0 0 22058 4 0 0 25 0 1 0 762684753 24100864 5525 1992294400 134512640 135243223 4294956320 18446744073709551615 134565467 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 5884 5525 85 178 0 5704 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 49944

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1444800/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=25304 CPUtime=280.59
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 6413 0 0 0 28054 5 0 0 25 0 1 0 762684753 25911296 5960 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 6326 5960 85 178 0 6146 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 51712


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

[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=29600 CPUtime=700.36
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 7473 0 0 0 70029 7 0 0 25 0 1 0 762684753 30310400 7020 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 7400 7020 85 178 0 7220 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 56008

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1439552/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=30612 CPUtime=760.33
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 7678 0 0 0 76026 7 0 0 25 0 1 0 762684753 31346688 7225 1992294400 134512640 135243223 4294956320 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 7653 7225 85 178 0 7473 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 57020

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1438272/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=31932 CPUtime=820.3
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 8015 0 0 0 82022 8 0 0 25 0 1 0 762684753 32698368 7562 1992294400 134512640 135243223 4294956320 18446744073709551615 134564990 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 7983 7562 85 178 0 7803 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 58340

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1437824/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=32200 CPUtime=880.26
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 8101 0 0 0 88018 8 0 0 25 0 1 0 762684753 32972800 7648 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 8050 7648 85 178 0 7870 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 58608

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1437824/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=32200 CPUtime=940.23
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 8101 0 0 0 94015 8 0 0 25 0 1 0 762684753 32972800 7648 1992294400 134512640 135243223 4294956320 18446744073709551615 134555551 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 8050 7648 85 178 0 7870 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 58608

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1437824/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=32200 CPUtime=1000.2
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 8101 0 0 0 100012 8 0 0 25 0 1 0 762684753 32972800 7648 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 8050 7648 85 178 0 7870 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 58608

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1437696/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=32384 CPUtime=1060.16
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 8141 0 0 0 106008 8 0 0 25 0 1 0 762684753 33161216 7688 1992294400 134512640 135243223 4294956320 18446744073709551615 134567686 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 8096 7688 85 178 0 7916 0
Current children cumulated CPU time (s) 1061.69
Current children cumulated vsize (KiB) 58792

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1437632/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=32384 CPUtime=1120.13
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 8144 0 0 0 112005 8 0 0 25 0 1 0 762684753 33161216 7691 1992294400 134512640 135243223 4294956320 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 8096 7691 85 178 0 7916 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 58792

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1437376/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=32740 CPUtime=1180.1
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 8219 0 0 0 118002 8 0 0 25 0 1 0 762684753 33525760 7766 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 8185 7766 85 178 0 8005 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 59148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1437376/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=32740 CPUtime=1198.49
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 8220 0 0 0 119841 8 0 0 25 0 1 0 762684753 33525760 7767 1992294400 134512640 135243223 4294956320 18446744073709551615 134564918 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 8185 7767 85 178 0 8005 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 59148

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 6655
/proc/meminfo: memFree=1437376/2055920 swapFree=4174556/4192956
[pid=6652] ppid=6650 vsize=21052 CPUtime=1.53
/proc/6652/stat : 6652 (IUT_BMB_SAT) S 6650 6652 6579 0 -1 4194304 5203 0 0 0 117 36 0 0 25 0 1 0 762684598 21557248 5090 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6652/statm: 5263 5090 106 274 0 4986 0
[pid=6654] ppid=6652 vsize=5356 CPUtime=0
/proc/6654/stat : 6654 (sh) S 6652 6652 6579 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 762684753 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6654/statm: 1339 232 193 169 0 50 0
[pid=6655] ppid=6654 vsize=32740 CPUtime=1198.49
/proc/6655/stat : 6655 (minisat) R 6654 6652 6579 0 -1 4194304 8220 0 0 0 119841 8 0 0 25 0 1 0 762684753 33525760 7767 1992294400 134512640 135243223 4294956320 18446744073709551615 134564918 0 0 4096 3 0 0 0 17 0 0 0
/proc/6655/statm: 8185 7767 85 178 0 8005 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 59148

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.72
CPU time (s): 1200.07
CPU user time (s): 1199.59
CPU system time (s): 0.471928
CPU usage (%): 99.9453
Max. virtual memory (cumulated for all children) (KiB): 59148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.59
system time used= 0.471928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14939
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= 4631

runsolver used 1.3368 second user time and 4.13537 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-04 17:11:36
IDJOB=1557694
IDBENCH=70843
IDSOLVER=523
FILE ID=node88/1557694-1238857896
PBS_JOBID= 9085925
Free space on /tmp= 66532 MiB

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

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

MD5SUM BENCH= 7785f51f4f3cb780b4d123215711f948
RANDOM SEED=1693359702

node88.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.281
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.281
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1491072 kB
Buffers:         60216 kB
Cached:         432680 kB
SwapCached:       7448 kB
Active:         216928 kB
Inactive:       285052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491072 kB
SwapTotal:     4192956 kB
SwapFree:      4174556 kB
Dirty:            3736 kB
Writeback:           0 kB
Mapped:          14716 kB
Slab:            47108 kB
Committed_AS:  2044540 kB
PageTables:       2664 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= 66528 MiB
End job on node88 at 2009-04-04 17:31:38