Trace number 1806352

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_SIM 1.0? (TO) 1200.06 1200.61

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.3023
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.01/0.09	This is MiniSat 2.0 beta
0.01/0.09	WARNING: for repeatability, setting FPU to use double precision
0.01/0.09	============================[ Problem Statistics ]=============================
0.01/0.09	|                                                                             |
0.01/0.09	|  Number of variables:  1339                                                 |
0.01/0.09	|  Number of clauses:    6678                                                 |
0.08/0.10	|  Parsing time:         0.01         s                                       |
0.08/0.10	============================[ Search Statistics ]==============================
0.08/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.08/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.08/0.10	===============================================================================
0.08/0.10	|         0 |    1339     6678    58012 |     2226        0    nan |  0.000 % |
0.08/0.11	|       101 |    1339     6678    58012 |     2448      101     12 |  0.000 % |
0.08/0.11	|       251 |    1339     6678    58012 |     2693      251     15 |  0.000 % |
0.08/0.11	|       476 |    1339     6678    58012 |     2962      476     14 |  0.000 % |
0.08/0.12	|       813 |    1339     6678    58012 |     3259      813     17 |  0.000 % |
0.08/0.14	|      1319 |    1339     6678    58012 |     3584     1319     17 |  0.000 % |
0.08/0.17	|      2078 |    1339     6678    58012 |     3943     2078     18 |  0.000 % |
0.08/0.22	|      3220 |    1339     6678    58012 |     4337     3220     19 |  0.000 % |
0.08/0.31	|      4928 |    1339     6678    58012 |     4771     2733     19 |  0.000 % |
0.08/0.45	|      7491 |    1339     6678    58012 |     5248     2867     19 |  0.000 % |
0.08/0.65	|     11336 |    1339     6678    58012 |     5773     4024     18 |  0.000 % |
0.98/1.05	|     17106 |    1339     6678    58012 |     6351     3940     24 |  0.000 % |
1.57/1.65	|     25755 |    1339     6678    58012 |     6986     6166     23 |  0.000 % |
2.67/2.70	|     38731 |    1339     6678    58012 |     7684     5046     27 |  0.000 % |
4.17/4.24	|     58193 |    1339     6678    58012 |     8453     5101     22 |  0.000 % |
6.57/6.67	|     87386 |    1339     6678    58012 |     9298     4456     22 |  0.000 % |
10.76/10.88	|    131175 |    1339     6678    58012 |    10228     6074     21 |  0.000 % |
17.86/17.91	|    196859 |    1339     6678    58012 |    11251     9947     29 |  0.000 % |
29.76/29.81	|    295387 |    1339     6678    58012 |    12376     6547     24 |  0.000 % |
50.34/50.43	|    443176 |    1339     6678    58012 |    13614    11343     32 |  0.000 % |
83.73/83.82	|    664859 |    1339     6678    58012 |    14975     7258     25 |  0.000 % |
139.70/139.89	|    997385 |    1339     6678    58012 |    16472     8825     30 |  0.001 % |
226.76/226.93	|   1496173 |    1339     6678    58012 |    18120    11386     29 |  0.000 % |
376.10/376.40	|   2244355 |    1339     6678    58012 |    19932    14119     26 |  0.001 % |
622.20/622.56	|   3366629 |    1339     6678    58012 |    21925    16524     31 |  0.001 % |
1065.49/1066.00	|   5050040 |    1339     6678    58012 |    24118    18298     31 |  0.001 % |
1200.03/1200.60	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-1806352-1242148427/watcher-1806352-1242148427 -o /tmp/evaluation-result-1806352-1242148427/solver-1806352-1242148427 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806352-1242148427.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.01 0.99 3/64 18329
/proc/meminfo: memFree=1001040/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=1548 CPUtime=0
/proc/18329/stat : 18329 (IUT_BMB_SIM) R 18327 18329 18039 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 242870240 1585152 190 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/18329/statm: 387 190 99 274 0 110 0

[startup+0.0188659 s]
/proc/loadavg: 1.02 1.01 0.99 3/64 18329
/proc/meminfo: memFree=1001040/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=1812 CPUtime=0.01
/proc/18329/stat : 18329 (IUT_BMB_SIM) R 18327 18329 18039 0 -1 4194304 268 0 0 0 1 0 0 0 18 0 1 0 242870240 1855488 251 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/18329/statm: 453 251 99 274 0 176 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1812

[startup+0.10188 s]
/proc/loadavg: 1.02 1.01 0.99 3/64 18329
/proc/meminfo: memFree=1001040/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2340

[startup+0.301901 s]
/proc/loadavg: 1.02 1.01 0.99 3/64 18329
/proc/meminfo: memFree=1001040/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2340

[startup+0.701947 s]
/proc/loadavg: 1.02 1.01 0.99 3/64 18329
/proc/meminfo: memFree=1001040/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2340

[startup+1.50104 s]
/proc/loadavg: 1.02 1.01 0.99 2/66 18331
/proc/meminfo: memFree=997696/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=3500 CPUtime=1.39
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 809 0 0 0 139 0 0 0 25 0 1 0 242870249 3584000 559 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 875 559 76 170 0 703 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5840

[startup+3.10122 s]
/proc/loadavg: 1.02 1.01 0.99 2/66 18331
/proc/meminfo: memFree=997312/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=3764 CPUtime=2.99
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 885 0 0 0 299 0 0 0 25 0 1 0 242870249 3854336 635 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 941 635 76 170 0 769 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 6104

[startup+6.30158 s]
/proc/loadavg: 1.02 1.01 0.99 2/66 18331
/proc/meminfo: memFree=996864/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=3896 CPUtime=6.19
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 924 0 0 0 619 0 0 0 25 0 1 0 242870249 3989504 674 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 974 674 76 170 0 802 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 6236

[startup+12.7013 s]
/proc/loadavg: 1.02 1.01 0.99 2/66 18331
/proc/meminfo: memFree=996288/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=4560 CPUtime=12.58
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 1075 0 0 0 1258 0 0 0 25 0 1 0 242870249 4669440 825 1992294400 134512640 135212939 4294956320 18446744073709551615 134716750 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 1140 825 76 170 0 968 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 6900

[startup+25.5018 s]
/proc/loadavg: 1.01 1.01 0.99 2/66 18331
/proc/meminfo: memFree=995840/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=4956 CPUtime=25.38
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 1203 0 0 0 2538 0 0 0 25 0 1 0 242870249 5074944 953 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 1239 953 76 170 0 1067 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 7296

[startup+51.1017 s]
/proc/loadavg: 1.01 1.00 0.99 2/66 18331
/proc/meminfo: memFree=995328/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=5632 CPUtime=50.96
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 1348 0 0 0 5096 0 0 0 25 0 1 0 242870249 5767168 1098 1992294400 134512640 135212939 4294956320 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 1408 1098 76 170 0 1236 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 7972

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=994560/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=6308 CPUtime=102.15
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 1509 0 0 0 10214 1 0 0 25 0 1 0 242870249 6459392 1259 1992294400 134512640 135212939 4294956320 18446744073709551615 134536580 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 1577 1259 76 170 0 1405 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 8648

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=993728/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=7112 CPUtime=162.12
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 1710 0 0 0 16211 1 0 0 25 0 1 0 242870249 7282688 1460 1992294400 134512640 135212939 4294956320 18446744073709551615 134539414 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 1778 1460 76 170 0 1606 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 9452

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=993344/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=7376 CPUtime=222.08
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 1788 0 0 0 22207 1 0 0 25 0 1 0 242870249 7553024 1538 1992294400 134512640 135212939 4294956320 18446744073709551615 134526519 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 1844 1538 76 170 0 1672 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 9716

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=992960/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=7824 CPUtime=282.07
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 1893 0 0 0 28205 2 0 0 25 0 1 0 242870249 8011776 1643 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 1956 1643 76 170 0 1784 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 10164

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=992640/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=8092 CPUtime=342.05
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 1965 0 0 0 34203 2 0 0 25 0 1 0 242870249 8286208 1715 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2023 1715 76 170 0 1851 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 10432

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=992384/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=8488 CPUtime=402.01
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2040 0 0 0 40199 2 0 0 25 0 1 0 242870249 8691712 1790 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2122 1790 76 170 0 1950 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 10828

[startup+462.302 s]

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

/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=8620 CPUtime=461.98
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2093 0 0 0 46196 2 0 0 25 0 1 0 242870249 8826880 1843 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2155 1843 76 170 0 1983 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 10960

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=992000/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=8764 CPUtime=521.96
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2133 0 0 0 52194 2 0 0 25 0 1 0 242870249 8974336 1883 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2191 1883 76 170 0 2019 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 11104

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=991680/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=9196 CPUtime=581.93
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2211 0 0 0 58191 2 0 0 25 0 1 0 242870249 9416704 1961 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2299 1961 76 170 0 2127 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 11536

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=991552/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=9328 CPUtime=641.92
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2252 0 0 0 64189 3 0 0 25 0 1 0 242870249 9551872 2002 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2332 2002 76 170 0 2160 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 11668

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=990720/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=10004 CPUtime=701.89
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2440 0 0 0 70186 3 0 0 25 0 1 0 242870249 10244096 2190 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2501 2190 76 170 0 2329 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 12344

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=990656/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=10152 CPUtime=761.87
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2447 0 0 0 76184 3 0 0 25 0 1 0 242870249 10395648 2197 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2538 2197 76 170 0 2366 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 12492

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=990656/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=10152 CPUtime=821.83
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2462 0 0 0 82180 3 0 0 25 0 1 0 242870249 10395648 2212 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2538 2212 76 170 0 2366 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 12492

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=990528/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=10284 CPUtime=881.8
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2492 0 0 0 88177 3 0 0 25 0 1 0 242870249 10530816 2242 1992294400 134512640 135212939 4294956320 18446744073709551615 134526785 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2571 2242 76 170 0 2399 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 12624

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=990336/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=10424 CPUtime=941.77
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2539 0 0 0 94174 3 0 0 25 0 1 0 242870249 10674176 2289 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2606 2289 76 170 0 2434 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 12764

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=990336/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=10560 CPUtime=1001.75
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2546 0 0 0 100172 3 0 0 25 0 1 0 242870249 10813440 2296 1992294400 134512640 135212939 4294956320 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2640 2296 76 170 0 2468 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 12900

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=990272/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=10560 CPUtime=1061.72
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2563 0 0 0 106169 3 0 0 25 0 1 0 242870249 10813440 2313 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2640 2313 76 170 0 2468 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 12900

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=990144/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=10708 CPUtime=1121.68
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2592 0 0 0 112165 3 0 0 25 0 1 0 242870249 10964992 2342 1992294400 134512640 135212939 4294956320 18446744073709551615 134526658 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2677 2342 76 170 0 2505 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 13048

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=990080/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=10844 CPUtime=1181.65
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2620 0 0 0 118162 3 0 0 25 0 1 0 242870249 11104256 2370 1992294400 134512640 135212939 4294956320 18446744073709551615 134526991 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2711 2370 76 170 0 2539 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 13184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18331
/proc/meminfo: memFree=990016/2055920 swapFree=4191900/4192956
[pid=18329] ppid=18327 vsize=2340 CPUtime=0.08
/proc/18329/stat : 18329 (IUT_BMB_SIM) S 18327 18329 18039 0 -1 4194304 415 0 0 0 6 2 0 0 18 0 1 0 242870240 2396160 397 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18329/statm: 585 397 106 274 0 308 0
[pid=18331] ppid=18329 vsize=10844 CPUtime=1199.95
/proc/18331/stat : 18331 (minisat) R 18329 18329 18039 0 -1 4194304 2631 0 0 0 119992 3 0 0 25 0 1 0 242870249 11104256 2381 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/18331/statm: 2711 2381 76 170 0 2539 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 13184

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1200
CPU system time (s): 0.06399
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 13184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3268
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= 6
involuntary context switches= 3582

runsolver used 0.969852 second user time and 3.41148 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-12 19:13:47
IDJOB=1806352
IDBENCH=24721
IDSOLVER=650
FILE ID=node62/1806352-1242148427
PBS_JOBID= 9289662
Free space on /tmp= 66380 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806352-1242148427/watcher-1806352-1242148427 -o /tmp/evaluation-result-1806352-1242148427/solver-1806352-1242148427 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806352-1242148427.cnf HOME

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

MD5SUM BENCH= 3ea6a8df7aa4f426ea9b73a3dcbe6d01
RANDOM SEED=1222541935

node62.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.220
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.220
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:       1001584 kB
Buffers:         72688 kB
Cached:         896044 kB
SwapCached:        268 kB
Active:         108908 kB
Inactive:       874596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1001584 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2440 kB
Writeback:           0 kB
Mapped:          23308 kB
Slab:            56724 kB
Committed_AS:   686376 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node62 at 2009-05-12 19:33:47