Trace number 1806599

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-simp 070721? (TO) 1200.23 1200.58

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_14_7_3_cmp.cnf
MD5SUM04d46ce8651fab3a17ac1e6e72eb3503
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 variables24356
Number of clauses305744
Sum of the clauses size960940
Maximum clause length144
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277468
Number of clauses of size 3177720
Number of clauses of size 424200
Number of clauses of size 525920
Number of clauses of size over 5436

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:  24356                                                |
0.00/0.00	|  Number of clauses:    305744                                               |
0.29/0.30	|  Parsing time:         0.27         s                                       |
1.19/1.22	============================[ Search Statistics ]==============================
1.19/1.22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.22	===============================================================================
1.19/1.22	|         0 |   24352   293648   924666 |    97882        0    nan |  0.000 % |
1.19/1.25	|       100 |   24352   293648   924666 |   107670      100    383 |  0.000 % |
1.39/1.44	|       250 |   24329   293648   924666 |   118438      246    194 |  0.152 % |
1.39/1.49	|       475 |   24291   293648   924666 |   130281      465    140 |  0.316 % |
1.49/1.55	|       812 |   24272   293648   924666 |   143310      798    110 |  0.415 % |
1.59/1.63	|      1318 |   24250   293648   924666 |   157641     1298    103 |  0.624 % |
1.69/1.74	|      2078 |   24250   293648   924666 |   173405     2058    117 |  0.624 % |
1.89/1.99	|      3217 |   24186   293107   923584 |   190745     3190    124 |  0.731 % |
2.29/2.36	|      4925 |   24159   293107   923584 |   209820     4894    125 |  0.829 % |
3.19/3.23	|      7488 |   24140   293107   923584 |   230802     7456    188 |  0.870 % |
4.49/4.51	|     11335 |   24140   292928   923226 |   253882    11283    249 |  0.870 % |
7.88/8.00	|     17101 |   24140   292928   923226 |   279270    17049    320 |  0.870 % |
14.38/14.47	|     25751 |   24140   292928   923226 |   307197    25699    514 |  0.870 % |
24.58/24.62	|     38726 |   24140   292928   923226 |   337917    38674    499 |  0.870 % |
44.37/44.44	|     58187 |   24140   292928   923226 |   371709    58135    534 |  0.870 % |
78.77/78.86	|     87381 |   24136   292912   923194 |   408880    87319    570 |  0.887 % |
202.13/202.28	|    131174 |   24136   292912   923194 |   449768   131112    852 |  0.887 % |
359.78/359.99	|    196861 |   24136   292912   923194 |   494745   196799    902 |  0.887 % |
754.27/754.52	|    295387 |   24136   292912   923194 |   544219   295325    758 |  0.887 % |

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-1806599-1242151036/watcher-1806599-1242151036 -o /tmp/evaluation-result-1806599-1242151036/solver-1806599-1242151036 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806599-1242151036.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: 1.00 1.00 1.00 3/64 12667
/proc/meminfo: memFree=1192248/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=2664 CPUtime=0
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 543 0 0 0 0 0 0 0 18 0 1 0 243137138 2727936 528 1992294400 134512640 135243866 4294956256 18446744073709551615 134553517 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 711 531 62 178 0 531 0

[startup+0.020222 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12667
/proc/meminfo: memFree=1192248/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=5152 CPUtime=0.01
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 1088 0 0 0 1 0 0 0 18 0 1 0 243137138 5275648 1049 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 1288 1049 65 178 0 1108 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5152

[startup+0.10123 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12667
/proc/meminfo: memFree=1192248/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=10196 CPUtime=0.09
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 2362 0 0 0 8 1 0 0 18 0 1 0 243137138 10440704 2323 1992294400 134512640 135243866 4294956256 18446744073709551615 134770158 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 2549 2323 65 178 0 2369 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10196

[startup+0.30125 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12667
/proc/meminfo: memFree=1192248/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=22460 CPUtime=0.29
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 5419 0 0 0 26 3 0 0 19 0 1 0 243137138 22999040 5380 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 5615 5381 65 178 0 5435 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22460

[startup+0.701292 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12667
/proc/meminfo: memFree=1192248/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=22720 CPUtime=0.69
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 5515 0 0 0 66 3 0 0 23 0 1 0 243137138 23265280 5476 1992294400 134512640 135243866 4294956256 18446744073709551615 134541930 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 5680 5476 80 178 0 5500 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22720

[startup+1.50137 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12668
/proc/meminfo: memFree=1169456/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=20936 CPUtime=1.49
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 5819 0 0 0 146 3 0 0 25 0 1 0 243137138 21438464 5074 1992294400 134512640 135243866 4294956256 18446744073709551615 134559084 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 5234 5074 88 178 0 5054 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20936

[startup+3.10154 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12668
/proc/meminfo: memFree=1171952/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=23600 CPUtime=3.09
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 6484 0 0 0 306 3 0 0 25 0 1 0 243137138 24166400 5739 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 5900 5739 88 178 0 5720 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23600

[startup+6.30186 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12668
/proc/meminfo: memFree=1159792/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=35912 CPUtime=6.28
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 9558 0 0 0 623 5 0 0 25 0 1 0 243137138 36773888 8813 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 8978 8813 88 178 0 8798 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 35912

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12668
/proc/meminfo: memFree=1135216/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=62960 CPUtime=12.69
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 16313 0 0 0 1260 9 0 0 25 0 1 0 243137138 64471040 15568 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 15740 15568 88 178 0 15560 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62960

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12668
/proc/meminfo: memFree=1093296/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=100004 CPUtime=25.49
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 25574 0 0 0 2535 14 0 0 25 0 1 0 243137138 102404096 24829 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 25001 24829 88 178 0 24821 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100004

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12668
/proc/meminfo: memFree=1026352/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=169192 CPUtime=51.07
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 42849 0 0 0 5085 22 0 0 25 0 1 0 243137138 173252608 42104 1992294400 134512640 135243866 4294956256 18446744073709551615 134558745 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 42298 42105 88 178 0 42118 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 169192

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12668
/proc/meminfo: memFree=900528/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=292516 CPUtime=102.27
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 73634 0 0 0 10184 43 0 0 25 0 1 0 243137138 299536384 72889 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 73129 72889 88 178 0 72949 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 292516

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12668
/proc/meminfo: memFree=791664/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=402044 CPUtime=162.25
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 100995 0 0 0 16165 60 0 0 25 0 1 0 243137138 411693056 100250 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 100511 100250 88 178 0 100331 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 402044

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12668
/proc/meminfo: memFree=696176/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=496936 CPUtime=222.23
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 124664 0 0 0 22148 75 0 0 25 0 1 0 243137138 508862464 123919 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 124234 123919 88 178 0 124054 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 496936

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=595120/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=598172 CPUtime=282.2
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 149952 0 0 0 28126 94 0 0 25 0 1 0 243137138 612528128 149207 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 149543 149207 88 178 0 149363 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 598172

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 12674
/proc/meminfo: memFree=487152/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=705780 CPUtime=342.18
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 176821 0 0 0 34106 112 0 0 25 0 1 0 243137138 722718720 176076 1992294400 134512640 135243866 4294956256 18446744073709551615 134565130 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 176445 176076 88 178 0 176265 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 705780

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=411248/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=782480 CPUtime=402.16
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 195851 0 0 0 40091 125 0 0 25 0 1 0 243137138 801259520 195106 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 195620 195106 88 178 0 195440 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 782480

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=374128/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=819352 CPUtime=462.15
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 205046 0 0 0 46081 134 0 0 25 0 1 0 243137138 839016448 204301 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 204838 204301 88 178 0 204658 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 819352

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=340848/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=852620 CPUtime=522.14
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 213351 0 0 0 52070 144 0 0 25 0 1 0 243137138 873082880 212606 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 213155 212606 88 178 0 212975 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 852620

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=309296/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=883704 CPUtime=582.12
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 221113 0 0 0 58060 152 0 0 25 0 1 0 243137138 904912896 220368 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 220926 220368 88 178 0 220746 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 883704

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=282736/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=910104 CPUtime=642.1
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 227705 0 0 0 64051 159 0 0 25 0 1 0 243137138 931946496 226960 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 227526 226960 88 178 0 227346 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 910104

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=261808/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=931136 CPUtime=702.08
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 232969 0 0 0 70044 164 0 0 25 0 1 0 243137138 953483264 232224 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 232784 232224 88 178 0 232604 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 931136

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=225840/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=967204 CPUtime=762.07
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 241927 0 0 0 76036 171 0 0 25 0 1 0 243137138 990416896 241182 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 241801 241182 88 178 0 241621 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 967204

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=199472/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=993716 CPUtime=822.05
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 248544 0 0 0 82028 177 0 0 25 0 1 0 243137138 1017565184 247799 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 248429 247799 88 178 0 248249 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 993716

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=172208/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=1021216 CPUtime=882.04
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 255285 0 0 0 88020 184 0 0 25 0 1 0 243137138 1045725184 254540 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 255304 254540 88 178 0 255124 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 1021216

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=149040/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=1044596 CPUtime=942.02
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 261091 0 0 0 94012 190 0 0 25 0 1 0 243137138 1069666304 260346 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 261149 260346 88 178 0 260969 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 1044596

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=128112/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=1065344 CPUtime=1002
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 266290 0 0 0 100004 196 0 0 25 0 1 0 243137138 1090912256 265545 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 266336 265545 88 178 0 266156 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 1065344

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=110768/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=1082928 CPUtime=1061.98
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 270663 0 0 0 105997 201 0 0 25 0 1 0 243137138 1108918272 269918 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 270732 269918 88 178 0 270552 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 1082928

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=88688/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=1105224 CPUtime=1121.96
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 276144 0 0 0 111991 205 0 0 25 0 1 0 243137138 1131749376 275399 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 276306 275399 88 178 0 276126 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 1105224

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=68592/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=1125756 CPUtime=1181.95
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 281195 0 0 0 117986 209 0 0 25 0 1 0 243137138 1152774144 280450 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 281439 280450 88 178 0 281259 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 1125756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=62768/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=1131192 CPUtime=1200.05
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4194304 282574 0 0 0 119794 211 0 0 25 0 1 0 243137138 1158340608 281829 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 282798 281829 88 178 0 282618 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1131192

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12674
/proc/meminfo: memFree=62768/2055920 swapFree=4180272/4192956
[pid=12667] ppid=12665 vsize=0 CPUtime=1200.15
/proc/12667/stat : 12667 (minisat_static) R 12665 12667 12351 0 -1 4195332 282574 0 0 0 119794 221 0 0 25 0 1 0 243137138 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/12667/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.23
CPU user time (s): 1197.95
CPU system time (s): 2.28465
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 1131192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.95
system time used= 2.28465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282574
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= 2
involuntary context switches= 1795

runsolver used 0.762884 second user time and 2.6246 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-12 19:57:16
IDJOB=1806599
IDBENCH=70911
IDSOLVER=568
FILE ID=node24/1806599-1242151036
PBS_JOBID= 9289697
Free space on /tmp= 66272 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_14_7_3_cmp.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806599-1242151036/watcher-1806599-1242151036 -o /tmp/evaluation-result-1806599-1242151036/solver-1806599-1242151036 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806599-1242151036.cnf

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

MD5SUM BENCH= 04d46ce8651fab3a17ac1e6e72eb3503
RANDOM SEED=1770441530

node24.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.232
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.232
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:       1192664 kB
Buffers:         55628 kB
Cached:         730436 kB
SwapCached:       6476 kB
Active:         109592 kB
Inactive:       684992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1192664 kB
SwapTotal:     4192956 kB
SwapFree:      4180272 kB
Dirty:            7360 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            54540 kB
Committed_AS:   878744 kB
PageTables:       1440 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= 66272 MiB
End job on node24 at 2009-05-12 20:17:19