Trace number 1805946

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

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
MD5SUM8b466b7ef3217bdc844a579ae744d427
Bench CategoryCRAFTED (crafted 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 variables18623
Number of clauses182878
Sum of the clauses size821466
Maximum clause length5
Minimum clause length1
Number of clauses of size 1290
Number of clauses of size 218428
Number of clauses of size 318240
Number of clauses of size 40
Number of clauses of size 5145920
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
1.98/2.07	This is MiniSat 2.0 beta
1.98/2.07	WARNING: for repeatability, setting FPU to use double precision
1.98/2.07	============================[ Problem Statistics ]=============================
1.98/2.07	|                                                                             |
1.98/2.07	|  Number of variables:  18623                                                |
1.98/2.07	|  Number of clauses:    180486                                               |
2.18/2.24	|  Parsing time:         0.15         s                                       |
2.18/2.26	============================[ Search Statistics ]==============================
2.18/2.26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.26	===============================================================================
2.18/2.26	|         0 |   18623   180193   809844 |    60064        0    nan |  0.000 % |
2.27/2.33	|       100 |   18623   180193   809844 |    66070      100     16 |  0.000 % |
2.37/2.41	|       250 |   18623   180193   809844 |    72677      250     20 |  0.000 % |
2.57/2.66	|       476 |   18623   180193   809844 |    79945      476     35 |  0.000 % |
2.77/2.86	|       813 |   18623   180193   809844 |    87940      813     40 |  0.000 % |
4.97/5.01	|      1319 |   18623   180193   809844 |    96734     1319     61 |  0.000 % |
10.36/10.46	|      2079 |   18623   180193   809844 |   106407     2079     78 |  0.000 % |
19.37/19.40	|      3218 |   18623   180193   809844 |   117048     3218    107 |  0.000 % |
24.17/24.28	|      4928 |   18623   180193   809844 |   128753     4928     92 |  0.000 % |
44.63/44.75	|      7490 |   18623   180193   809844 |   141628     7490    119 |  0.000 % |
51.94/52.03	|     11334 |   18623   180193   809844 |   155791    11334     94 |  0.000 % |
60.93/61.05	|     17101 |   18623   180193   809844 |   171370    17101     84 |  0.000 % |
124.40/124.56	|     25751 |   18623   180193   809844 |   188507    25751    109 |  0.000 % |
185.37/185.53	|     38726 |   18623   180193   809844 |   207358    38726    111 |  0.000 % |
279.42/279.60	|     58188 |   18623   180193   809844 |   228094    58188    120 |  0.000 % |
411.56/411.88	|     87380 |   18623   180193   809844 |   250903    87380    126 |  0.000 % |
630.06/630.45	|    131170 |   18623   180193   809844 |   275993   131170    127 |  0.000 % |
951.70/952.23	|    196854 |   18622   180182   809798 |   303593   196852    128 |  0.011 % |

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-1805946-1242143500/watcher-1805946-1242143500 -o /tmp/evaluation-result-1805946-1242143500/solver-1805946-1242143500 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1805946-1242143500.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: 0.91 0.95 0.81 3/64 30364
/proc/meminfo: memFree=1259568/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=3428 CPUtime=0
/proc/30364/stat : 30364 (IUT_BMB_SIM) R 30362 30364 30269 0 -1 4194304 176 0 0 0 0 0 0 0 19 0 1 0 242384205 3510272 159 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/30364/statm: 857 159 92 274 0 580 0

[startup+0.060363 s]
/proc/loadavg: 0.91 0.95 0.81 3/64 30364
/proc/meminfo: memFree=1259568/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=6636 CPUtime=0.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) R 30362 30364 30269 0 -1 4194304 1480 0 0 0 5 0 0 0 19 0 1 0 242384205 6795264 1463 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/30364/statm: 1659 1464 99 274 0 1382 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6636

[startup+0.10137 s]
/proc/loadavg: 0.91 0.95 0.81 3/64 30364
/proc/meminfo: memFree=1259568/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=7296 CPUtime=0.09
/proc/30364/stat : 30364 (IUT_BMB_SIM) R 30362 30364 30269 0 -1 4194304 1648 0 0 0 9 0 0 0 20 0 1 0 242384205 7471104 1631 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/30364/statm: 1824 1631 99 274 0 1547 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7296

[startup+0.301405 s]
/proc/loadavg: 0.91 0.95 0.81 3/64 30364
/proc/meminfo: memFree=1259568/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=10068 CPUtime=0.29
/proc/30364/stat : 30364 (IUT_BMB_SIM) R 30362 30364 30269 0 -1 4194304 2332 0 0 0 28 1 0 0 22 0 1 0 242384205 10309632 2315 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/30364/statm: 2517 2315 99 274 0 2240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10068

[startup+0.701478 s]
/proc/loadavg: 0.91 0.95 0.81 3/64 30364
/proc/meminfo: memFree=1259568/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=16148 CPUtime=0.69
/proc/30364/stat : 30364 (IUT_BMB_SIM) R 30362 30364 30269 0 -1 4194304 3857 0 0 0 67 2 0 0 25 0 1 0 242384205 16535552 3840 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/30364/statm: 4037 3840 99 274 0 3760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16148

[startup+1.50162 s]
/proc/loadavg: 0.91 0.95 0.81 2/65 30365
/proc/meminfo: memFree=1241256/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=1.49
/proc/30364/stat : 30364 (IUT_BMB_SIM) R 30362 30364 30269 0 -1 4194304 4679 0 0 0 118 31 0 0 25 0 1 0 242384205 19746816 4643 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/30364/statm: 4821 4643 101 274 0 4544 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19284

[startup+3.10292 s]
/proc/loadavg: 0.91 0.95 0.81 2/66 30366
/proc/meminfo: memFree=1232288/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=12768 CPUtime=1.02
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 3259 0 0 0 100 2 0 0 25 0 1 0 242384412 13074432 3009 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 3192 3009 77 170 0 3020 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 32052

[startup+6.3015 s]
/proc/loadavg: 0.92 0.95 0.81 2/66 30366
/proc/meminfo: memFree=1223840/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=13164 CPUtime=4.22
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 3364 0 0 0 420 2 0 0 25 0 1 0 242384412 13479936 3114 1992294400 134512640 135212939 4294956320 18446744073709551615 134529379 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 3291 3114 77 170 0 3119 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 32448

[startup+12.7017 s]
/proc/loadavg: 0.93 0.95 0.82 2/66 30366
/proc/meminfo: memFree=1223328/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=13824 CPUtime=10.61
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 3501 0 0 0 1059 2 0 0 25 0 1 0 242384412 14155776 3251 1992294400 134512640 135212939 4294956320 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 3456 3251 77 170 0 3284 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 33108

[startup+25.502 s]
/proc/loadavg: 0.94 0.96 0.82 2/66 30366
/proc/meminfo: memFree=1222176/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=15056 CPUtime=23.41
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 3826 0 0 0 2338 3 0 0 25 0 1 0 242384412 15417344 3576 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 3764 3576 77 170 0 3592 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34340

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.82 2/66 30366
/proc/meminfo: memFree=1219808/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=17564 CPUtime=48.99
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 4446 0 0 0 4895 4 0 0 25 0 1 0 242384412 17985536 4196 1992294400 134512640 135212939 4294956320 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 4391 4196 77 170 0 4219 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 36848

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.83 2/66 30366
/proc/meminfo: memFree=1214368/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=22880 CPUtime=100.16
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 5764 0 0 0 10011 5 0 0 25 0 1 0 242384412 23429120 5514 1992294400 134512640 135212939 4294956320 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 5720 5514 77 170 0 5548 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 42164

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 30366
/proc/meminfo: memFree=1208928/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=28456 CPUtime=160.14
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 7147 0 0 0 16007 7 0 0 25 0 1 0 242384412 29138944 6897 1992294400 134512640 135212939 4294956320 18446744073709551615 134527119 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 7114 6897 77 170 0 6942 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 47740

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 30366
/proc/meminfo: memFree=1200800/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=36476 CPUtime=220.11
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 9151 0 0 0 22001 10 0 0 25 0 1 0 242384412 37351424 8901 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 9119 8901 77 170 0 8947 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 55760

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 30366
/proc/meminfo: memFree=1194272/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=43220 CPUtime=280.08
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 10827 0 0 0 27996 12 0 0 25 0 1 0 242384412 44257280 10577 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 10805 10577 77 170 0 10633 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 62504

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 30366
/proc/meminfo: memFree=1186208/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=51148 CPUtime=340.05
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 12810 0 0 0 33991 14 0 0 25 0 1 0 242384412 52375552 12560 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 12787 12560 77 170 0 12615 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 70432

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 30366
/proc/meminfo: memFree=1179040/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=58304 CPUtime=400.02
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 14621 0 0 0 39986 16 0 0 25 0 1 0 242384412 59703296 14371 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 14576 14371 77 170 0 14404 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 77588

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 30366
/proc/meminfo: memFree=1174112/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05

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

/proc/30366/statm: 19120 18890 77 170 0 18948 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 95764

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 30372
/proc/meminfo: memFree=1152160/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=85228 CPUtime=639.91
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 21276 0 0 0 63968 23 0 0 25 0 1 0 242384412 87273472 21026 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 21307 21026 77 170 0 21135 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 104512

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 30372
/proc/meminfo: memFree=1145696/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=91772 CPUtime=699.87
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 22897 0 0 0 69963 24 0 0 25 0 1 0 242384412 93974528 22647 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 22943 22647 77 170 0 22771 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 111056

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 30372
/proc/meminfo: memFree=1138464/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=98916 CPUtime=759.85
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 24683 0 0 0 75959 26 0 0 25 0 1 0 242384412 101289984 24433 1992294400 134512640 135212939 4294956320 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 24729 24433 77 170 0 24557 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 118200

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 30372
/proc/meminfo: memFree=1131616/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=105912 CPUtime=819.81
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 26429 0 0 0 81953 28 0 0 25 0 1 0 242384412 108453888 26179 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 26478 26179 77 170 0 26306 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 125196

[startup+882.303 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 30372
/proc/meminfo: memFree=1124896/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=112516 CPUtime=879.78
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 28092 0 0 0 87949 29 0 0 25 0 1 0 242384412 115216384 27842 1992294400 134512640 135212939 4294956320 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 28129 27842 77 170 0 27957 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 131800

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30372
/proc/meminfo: memFree=1118688/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=118740 CPUtime=939.76
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 29657 0 0 0 93945 31 0 0 25 0 1 0 242384412 121589760 29407 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 29685 29407 77 170 0 29513 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 138024

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30372
/proc/meminfo: memFree=1113632/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=123792 CPUtime=999.73
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 30915 0 0 0 99940 33 0 0 25 0 1 0 242384412 126763008 30665 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 30948 30665 77 170 0 30776 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 143076

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30372
/proc/meminfo: memFree=1109408/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=128412 CPUtime=1059.7
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 31981 0 0 0 105936 34 0 0 25 0 1 0 242384412 131493888 31731 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 32103 31731 77 170 0 31931 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 147696

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30372
/proc/meminfo: memFree=1104544/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=133168 CPUtime=1119.67
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 33175 0 0 0 111932 35 0 0 25 0 1 0 242384412 136364032 32925 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 33292 32925 77 170 0 33120 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 152452

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30372
/proc/meminfo: memFree=1100064/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=137572 CPUtime=1179.64
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 34296 0 0 0 117928 36 0 0 25 0 1 0 242384412 140873728 34046 1992294400 134512640 135212939 4294956320 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 34393 34046 77 170 0 34221 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 156856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30372
/proc/meminfo: memFree=1098720/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=138904 CPUtime=1198.03
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 34624 0 0 0 119767 36 0 0 25 0 1 0 242384412 142237696 34374 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 34726 34374 77 170 0 34554 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 158188

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.91 2/66 30372
/proc/meminfo: memFree=1098720/2055920 swapFree=4168304/4192956
[pid=30364] ppid=30362 vsize=19284 CPUtime=2.05
/proc/30364/stat : 30364 (IUT_BMB_SIM) S 30362 30364 30269 0 -1 4194304 4685 0 0 0 140 65 0 0 25 0 1 0 242384205 19746816 4648 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30364/statm: 4821 4648 106 274 0 4544 0
[pid=30366] ppid=30364 vsize=138904 CPUtime=1198.03
/proc/30366/stat : 30366 (minisat) R 30364 30364 30269 0 -1 4194304 34624 0 0 0 119767 36 0 0 25 0 1 0 242384412 142237696 34374 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30366/statm: 34726 34374 77 170 0 34554 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 158188

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30364 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=405786
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=658899
# CPU time returned by wait4() is 2.06469
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.72
CPU time (s): 1200.08
CPU user time (s): 1199.07
CPU system time (s): 1.01
CPU usage (%): 99.947
Max. virtual memory (cumulated for all children) (KiB): 158188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.40579
system time used= 0.658899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4685
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= 3
involuntary context switches= 12

runsolver used 1.02284 second user time and 3.35449 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-12 17:51:41
IDJOB=1805946
IDBENCH=24627
IDSOLVER=650
FILE ID=node2/1805946-1242143500
PBS_JOBID= 9289719
Free space on /tmp= 66344 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805946-1242143500/watcher-1805946-1242143500 -o /tmp/evaluation-result-1805946-1242143500/solver-1805946-1242143500 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1805946-1242143500.cnf HOME

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

MD5SUM BENCH= 8b466b7ef3217bdc844a579ae744d427
RANDOM SEED=589714749

node2.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.265
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.265
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:       1260056 kB
Buffers:         78744 kB
Cached:         610728 kB
SwapCached:      18952 kB
Active:         196748 kB
Inactive:       513944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1260056 kB
SwapTotal:     4192956 kB
SwapFree:      4168304 kB
Dirty:            7280 kB
Writeback:           0 kB
Mapped:          13988 kB
Slab:            71156 kB
Committed_AS:  1118196 kB
PageTables:       1468 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= 66336 MiB
End job on node2 at 2009-05-12 18:11:44