Trace number 1806766

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
minisat2-core 070721? (TO) 1200.15 1200.47

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_12_2_4_fbc.cnf
MD5SUM9fee570f53de23cb47dfa378d421371e
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 variables12584
Number of clauses202912
Sum of the clauses size618320
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 264604
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  12584                                                |
0.00/0.00	|  Number of clauses:    202912                                               |
0.09/0.12	|  Parsing time:         0.11         s                                       |
0.09/0.12	============================[ Search Statistics ]==============================
0.09/0.12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	===============================================================================
0.09/0.12	|         0 |   12584   202912   618320 |    67637        0    nan |  0.000 % |
0.09/0.15	|       100 |   12584   202912   618320 |    74401      100    470 |  0.000 % |
0.19/0.22	|       253 |   12584   202912   618320 |    81841      253    261 |  0.000 % |
0.19/0.26	|       478 |   12584   202912   618320 |    90025      478    207 |  0.000 % |
0.39/0.41	|       818 |   12584   202912   618320 |    99027      818    181 |  0.000 % |
0.59/0.66	|      1327 |   12584   202912   618320 |   108930     1327    175 |  0.000 % |
0.79/0.84	|      2086 |   12584   202912   618320 |   119823     2086    181 |  0.000 % |
1.39/1.43	|      3225 |   12584   202912   618320 |   131806     3225    197 |  0.000 % |
2.49/2.59	|      4933 |   12584   202912   618320 |   144986     4933    200 |  0.000 % |
4.48/4.57	|      7495 |   12584   202912   618320 |   159485     7495    194 |  0.000 % |
7.59/7.62	|     11340 |   12584   202912   618320 |   175433    11340    188 |  0.000 % |
12.49/12.52	|     17106 |   12584   202912   618320 |   192977    17106    224 |  0.000 % |
22.19/22.28	|     25755 |   12584   202912   618320 |   212274    25755    206 |  0.000 % |
38.87/38.93	|     38729 |   12584   202912   618320 |   233502    38729    200 |  0.000 % |
67.27/67.35	|     58190 |   12584   202912   618320 |   256852    58190    207 |  0.000 % |
126.95/127.05	|     87383 |   12584   202912   618320 |   282537    87383    216 |  0.000 % |
242.22/242.39	|    131172 |   12584   202912   618320 |   310791   131172    239 |  0.000 % |
483.66/483.81	|    196856 |   12584   202912   618320 |   341870   196856    257 |  0.000 % |
988.13/988.44	|    295382 |   12584   202912   618320 |   376057   295382    267 |  0.000 % |

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-1806766-1242152110/watcher-1806766-1242152110 -o /tmp/evaluation-result-1806766-1242152110/solver-1806766-1242152110 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806766-1242152110.cnf 

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.98 0.98 3/64 21313
/proc/meminfo: memFree=1401952/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=2696 CPUtime=0
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 529 0 0 0 0 0 0 0 18 0 1 0 70212849 2760704 514 1992294400 134512640 135213614 4294956256 18446744073709551615 134524639 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 674 517 57 171 0 500 0

[startup+0.0749861 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 21313
/proc/meminfo: memFree=1401952/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=7524 CPUtime=0.07
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 1727 0 0 0 6 1 0 0 18 0 1 0 70212849 7704576 1712 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 1881 1713 58 171 0 1707 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7524

[startup+0.101988 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 21313
/proc/meminfo: memFree=1401952/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=9508 CPUtime=0.09
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 2206 0 0 0 8 1 0 0 18 0 1 0 70212849 9736192 2191 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 2377 2192 58 171 0 2203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9508

[startup+0.302009 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 21313
/proc/meminfo: memFree=1401952/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=11768 CPUtime=0.29
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 2804 0 0 0 28 1 0 0 18 0 1 0 70212849 12050432 2789 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 2942 2789 79 171 0 2768 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11768

[startup+0.701051 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 21313
/proc/meminfo: memFree=1401952/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=12324 CPUtime=0.69
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 2950 0 0 0 68 1 0 0 22 0 1 0 70212849 12619776 2935 1992294400 134512640 135213614 4294956256 18446744073709551615 134539335 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 3081 2935 79 171 0 2907 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12324

[startup+1.50214 s]
/proc/loadavg: 0.91 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1389656/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=14172 CPUtime=1.49
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 3416 0 0 0 148 1 0 0 25 0 1 0 70212849 14512128 3401 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 3543 3401 79 171 0 3369 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14172

[startup+3.1013 s]
/proc/loadavg: 0.91 0.98 0.98 3/65 21314
/proc/meminfo: memFree=1387288/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=16160 CPUtime=3.09
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 3889 0 0 0 308 1 0 0 25 0 1 0 70212849 16547840 3874 1992294400 134512640 135213614 4294956256 18446744073709551615 134719431 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 4040 3874 79 171 0 3866 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16160

[startup+6.30164 s]
/proc/loadavg: 0.92 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1383960/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=19196 CPUtime=6.29
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 4681 0 0 0 627 2 0 0 25 0 1 0 70212849 19656704 4666 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 4799 4666 79 171 0 4625 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19196

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1374488/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=28576 CPUtime=12.69
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 7024 0 0 0 1265 4 0 0 25 0 1 0 70212849 29261824 7009 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 7144 7009 79 171 0 6970 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28576

[startup+25.5016 s]
/proc/loadavg: 0.94 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1364440/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=38168 CPUtime=25.49
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 9412 0 0 0 2543 6 0 0 25 0 1 0 70212849 39084032 9397 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 9542 9397 79 171 0 9368 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38168

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1347096/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=55672 CPUtime=51.07
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 13769 0 0 0 5097 10 0 0 25 0 1 0 70212849 57008128 13754 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 13918 13754 79 171 0 13744 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55672

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1318424/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=84068 CPUtime=102.26
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 20881 0 0 0 10209 17 0 0 25 0 1 0 70212849 86085632 20866 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 21017 20866 79 171 0 20843 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 84068

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1279896/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=122776 CPUtime=162.24
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 30524 0 0 0 16201 23 0 0 25 0 1 0 70212849 125722624 30509 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 30694 30509 79 171 0 30520 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 122776

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1254488/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=147916 CPUtime=222.22
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 36829 0 0 0 22194 28 0 0 25 0 1 0 70212849 151465984 36814 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 36979 36814 79 171 0 36805 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 147916

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1236952/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=165768 CPUtime=282.21
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 41228 0 0 0 28188 33 0 0 25 0 1 0 70212849 169746432 41213 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 41442 41213 79 171 0 41268 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 165768

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1208664/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=193712 CPUtime=342.2
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 48260 0 0 0 34180 40 0 0 25 0 1 0 70212849 198361088 48245 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 48428 48245 79 171 0 48254 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 193712

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1191064/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=211320 CPUtime=402.17
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 52652 0 0 0 40173 44 0 0 25 0 1 0 70212849 216391680 52637 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 52830 52637 79 171 0 52656 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 211320

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1174424/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=227728 CPUtime=462.16
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 56785 0 0 0 46168 48 0 0 25 0 1 0 70212849 233193472 56770 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 56932 56770 79 171 0 56758 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 227728

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1152536/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=249856 CPUtime=522.15
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 62328 0 0 0 52162 53 0 0 25 0 1 0 70212849 255852544 62313 1992294400 134512640 135213614 4294956256 18446744073709551615 134530543 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 62464 62313 79 171 0 62290 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 249856

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1136472/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=266000 CPUtime=582.13
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 66271 0 0 0 58156 57 0 0 25 0 1 0 70212849 272384000 66256 1992294400 134512640 135213614 4294956256 18446744073709551615 134526816 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 66500 66256 79 171 0 66326 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 266000

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1122072/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=280196 CPUtime=642.12
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 69826 0 0 0 64151 61 0 0 25 0 1 0 70212849 286920704 69811 1992294400 134512640 135213614 4294956256 18446744073709551615 134530561 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 70049 69811 79 171 0 69875 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 280196

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1106776/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=295576 CPUtime=702.1
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 73677 0 0 0 70145 65 0 0 25 0 1 0 70212849 302669824 73662 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 73894 73662 79 171 0 73720 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 295576

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1090520/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=311592 CPUtime=762.09
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 77699 0 0 0 76140 69 0 0 25 0 1 0 70212849 319070208 77684 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 77898 77684 79 171 0 77724 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 311592

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1077336/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=324860 CPUtime=822.07
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 81018 0 0 0 82134 73 0 0 25 0 1 0 70212849 332656640 81003 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 81215 81003 79 171 0 81041 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 324860

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1064984/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=337120 CPUtime=882.06
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 84071 0 0 0 88130 76 0 0 25 0 1 0 70212849 345210880 84056 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 84280 84056 79 171 0 84106 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 337120

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1051992/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=350112 CPUtime=942.04
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 87338 0 0 0 94124 80 0 0 25 0 1 0 70212849 358514688 87323 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 87528 87323 79 171 0 87354 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 350112

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1034264/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=367748 CPUtime=1002.02
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 91739 0 0 0 100119 83 0 0 25 0 1 0 70212849 376573952 91724 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 91937 91724 79 171 0 91763 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 367748

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1018712/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=383384 CPUtime=1062.01
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 95659 0 0 0 106114 87 0 0 25 0 1 0 70212849 392585216 95644 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 95846 95644 79 171 0 95672 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 383384

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=1001368/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=401248 CPUtime=1122
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 99986 0 0 0 112109 91 0 0 25 0 1 0 70212849 410877952 99971 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 100312 99971 79 171 0 100138 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 401248

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=989848/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=412664 CPUtime=1181.98
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 102865 0 0 0 118105 93 0 0 25 0 1 0 70212849 422567936 102850 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 103166 102850 79 171 0 102992 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 412664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 21314
/proc/meminfo: memFree=985752/2055920 swapFree=4192812/4192956
[pid=21313] ppid=21311 vsize=416632 CPUtime=1200.08
/proc/21313/stat : 21313 (minisat_static) R 21311 21313 20961 0 -1 4194304 103843 0 0 0 119914 94 0 0 25 0 1 0 70212849 426631168 103828 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21313/statm: 104158 103828 79 171 0 103984 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 416632

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.47
CPU time (s): 1200.15
CPU user time (s): 1199.15
CPU system time (s): 1.00585
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 416632

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

runsolver used 0.864868 second user time and 2.55061 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-12 20:15:10
IDJOB=1806766
IDBENCH=70936
IDSOLVER=651
FILE ID=node7/1806766-1242152110
PBS_JOBID= 9289714
Free space on /tmp= 66252 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_12_2_4_fbc.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806766-1242152110/watcher-1806766-1242152110 -o /tmp/evaluation-result-1806766-1242152110/solver-1806766-1242152110 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806766-1242152110.cnf

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

MD5SUM BENCH= 9fee570f53de23cb47dfa378d421371e
RANDOM SEED=546631016

node7.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.243
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.243
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:       1402368 kB
Buffers:         60188 kB
Cached:         495844 kB
SwapCached:        140 kB
Active:          93824 kB
Inactive:       476240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1402368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4968 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            69392 kB
Committed_AS:   257868 kB
PageTables:       1444 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= 66252 MiB
End job on node7 at 2009-05-12 20:35:12