Trace number 1797927

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.11 1200.44

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark93.7717
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	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:  135543                                               |
0.00/0.00	|  Number of clauses:    404326                                               |
0.19/0.25	|  Parsing time:         0.22         s                                       |
0.19/0.26	============================[ Search Statistics ]==============================
0.19/0.26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.26	===============================================================================
0.19/0.26	|         0 |  135363   403874   942408 |   134624        0    nan |  0.000 % |
0.29/0.35	|       101 |  135363   403874   942408 |   148087      101     43 |  0.133 % |
0.29/0.38	|       251 |  135363   403874   942408 |   162895      251     35 |  0.133 % |
0.39/0.46	|       476 |  135363   403874   942408 |   179185      476     37 |  0.133 % |
0.49/0.56	|       814 |  135360   403874   942408 |   197103      813     31 |  0.136 % |
0.89/0.93	|      1322 |  135359   403862   942382 |   216814     1243     28 |  0.136 % |
1.20/1.20	|      2081 |  135358   403859   942376 |   238495     2001     34 |  0.136 % |
1.50/1.58	|      3221 |  135358   403859   942376 |   262345     3141     42 |  0.136 % |
2.10/2.12	|      4929 |  135026   403451   941479 |   288579     4836     41 |  0.384 % |
3.19/3.21	|      7491 |  134815   402104   938395 |   317437     7363     40 |  0.537 % |
4.58/4.67	|     11336 |  134292   400797   935521 |   349181    11199     42 |  1.035 % |
7.78/7.85	|     17102 |  133804   399955   933669 |   384099    16759     42 |  1.387 % |
13.89/13.94	|     25753 |  133102   397499   928198 |   422509    25228     44 |  1.801 % |
24.38/24.48	|     38727 |  132805   396680   926398 |   464760    38041     48 |  2.114 % |
60.97/61.03	|     58188 |  132202   394966   922630 |   511236    56960     67 |  2.465 % |
114.96/115.03	|     87381 |  132009   394355   921288 |   562360    86133     70 |  2.607 % |
227.72/227.87	|    131170 |  131574   393181   918707 |   618596   128951     83 |  2.928 % |
433.77/433.99	|    196855 |  131314   392270   916635 |   680456   194562     85 |  3.120 % |
1179.37/1179.70	|    295382 |  131119   391618   915139 |   748502   292896    128 |  3.264 % |

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-1797927-1242083283/watcher-1797927-1242083283 -o /tmp/evaluation-result-1797927-1242083283/solver-1797927-1242083283 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797927-1242083283.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.95 0.98 3/64 6872
/proc/meminfo: memFree=905592/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=2212 CPUtime=0
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 419 0 0 0 0 0 0 0 18 0 1 0 236361877 2265088 404 1992294400 134512640 135213614 4294956256 18446744073709551615 134544745 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 553 404 58 171 0 379 0

[startup+0.0753531 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 6872
/proc/meminfo: memFree=905592/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=9396 CPUtime=0.06
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 2091 0 0 0 6 0 0 0 18 0 1 0 236361877 9621504 2076 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 2349 2081 58 171 0 2175 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9396

[startup+0.102352 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 6872
/proc/meminfo: memFree=905592/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=11848 CPUtime=0.09
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 2690 0 0 0 8 1 0 0 18 0 1 0 236361877 12132352 2675 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 2962 2675 58 171 0 2788 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11848

[startup+0.301374 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 6872
/proc/meminfo: memFree=905592/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=25764 CPUtime=0.29
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 6154 0 0 0 27 2 0 0 19 0 1 0 236361877 26382336 6139 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 6441 6139 74 171 0 6267 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25764

[startup+0.701419 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 6872
/proc/meminfo: memFree=905592/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=26304 CPUtime=0.69
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 6280 0 0 0 67 2 0 0 23 0 1 0 236361877 26935296 6256 1992294400 134512640 135213614 4294956256 18446744073709551615 134537494 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 6576 6256 78 171 0 6402 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26304

[startup+1.50151 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 6873
/proc/meminfo: memFree=880688/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=26832 CPUtime=1.5
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 6406 0 0 0 147 3 0 0 25 0 1 0 236361877 27475968 6382 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 6708 6382 78 171 0 6534 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 26832

[startup+3.1017 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 6873
/proc/meminfo: memFree=879728/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=27756 CPUtime=3.09
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 6652 0 0 0 306 3 0 0 25 0 1 0 236361877 28422144 6628 1992294400 134512640 135213614 4294956256 18446744073709551615 134539030 0 0 4096 3 0 0 0 17 0 0 0
/proc/6872/statm: 6939 6628 78 171 0 6765 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27756

[startup+6.30105 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 6873
/proc/meminfo: memFree=877936/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=29388 CPUtime=6.28
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 7039 0 0 0 625 3 0 0 25 0 1 0 236361877 30093312 7015 1992294400 134512640 135213614 4294956256 18446744073709551615 134527454 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 7347 7015 78 171 0 7173 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 29388

[startup+12.7018 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 6873
/proc/meminfo: memFree=875584/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=31572 CPUtime=12.68
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 7584 0 0 0 1265 3 0 0 25 0 1 0 236361877 32329728 7560 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 7893 7560 78 171 0 7719 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31572

[startup+25.5022 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 6873
/proc/meminfo: memFree=871296/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=35708 CPUtime=25.48
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 8625 0 0 0 2543 5 0 0 25 0 1 0 236361877 36564992 8601 1992294400 134512640 135213614 4294956256 18446744073709551615 134530276 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 8927 8601 78 171 0 8753 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35708

[startup+51.1021 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 6873
/proc/meminfo: memFree=864960/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=42124 CPUtime=51.07
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 10220 0 0 0 5101 6 0 0 25 0 1 0 236361877 43134976 10196 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 10531 10196 78 171 0 10357 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42124

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 6873
/proc/meminfo: memFree=855040/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=52076 CPUtime=102.27
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 12688 0 0 0 10218 9 0 0 25 0 1 0 236361877 53325824 12664 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 13019 12664 78 171 0 12845 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 52076

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=843584/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=63612 CPUtime=162.24
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 15556 0 0 0 16212 12 0 0 25 0 1 0 236361877 65138688 15532 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 15903 15532 78 171 0 15729 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 63612

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=833024/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=73948 CPUtime=222.22
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 18157 0 0 0 22207 15 0 0 25 0 1 0 236361877 75722752 18133 1992294400 134512640 135213614 4294956256 18446744073709551615 134529554 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 18487 18133 78 171 0 18313 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 73948

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=826368/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=80752 CPUtime=282.21
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 19818 0 0 0 28203 18 0 0 25 0 1 0 236361877 82690048 19794 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 20188 19794 78 171 0 20014 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 80752

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=820224/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=86840 CPUtime=342.19
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 21346 0 0 0 34200 19 0 0 25 0 1 0 236361877 88924160 21322 1992294400 134512640 135213614 4294956256 18446744073709551615 134529823 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 21710 21322 78 171 0 21536 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 86840

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=811840/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=95288 CPUtime=402.18
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 23463 0 0 0 40196 22 0 0 25 0 1 0 236361877 97574912 23439 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 23822 23439 78 171 0 23648 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 95288

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=802240/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=104800 CPUtime=462.16
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 25857 0 0 0 46192 24 0 0 25 0 1 0 236361877 107315200 25833 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 26200 25833 78 171 0 26026 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 104800

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=794304/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=112992 CPUtime=522.15
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 27842 0 0 0 52188 27 0 0 25 0 1 0 236361877 115703808 27818 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 28248 27818 78 171 0 28074 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 112992

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=785920/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=121392 CPUtime=582.13
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 29931 0 0 0 58184 29 0 0 25 0 1 0 236361877 124305408 29907 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 30348 29907 78 171 0 30174 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 121392

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=778176/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=128928 CPUtime=642.11
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 31836 0 0 0 64180 31 0 0 25 0 1 0 236361877 132022272 31812 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 32232 31812 78 171 0 32058 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 128928

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=770880/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=136192 CPUtime=702.1
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 33653 0 0 0 70177 33 0 0 25 0 1 0 236361877 139460608 33629 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 34048 33629 78 171 0 33874 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 136192

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=764032/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=143060 CPUtime=762.09
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 35368 0 0 0 76174 35 0 0 25 0 1 0 236361877 146493440 35344 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 35765 35344 78 171 0 35591 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 143060

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=757056/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=150056 CPUtime=822.07
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 37128 0 0 0 82169 38 0 0 25 0 1 0 236361877 153657344 37104 1992294400 134512640 135213614 4294956256 18446744073709551615 134537150 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 37514 37104 78 171 0 37340 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 150056

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=750016/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=156920 CPUtime=882.05
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 38866 0 0 0 88166 39 0 0 25 0 1 0 236361877 160686080 38842 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 39230 38842 78 171 0 39056 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 156920

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=743680/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=163388 CPUtime=942.04
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 40463 0 0 0 94163 41 0 0 25 0 1 0 236361877 167309312 40439 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 40847 40439 78 171 0 40673 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 163388

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=737088/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=169864 CPUtime=1002.02
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 42087 0 0 0 100159 43 0 0 25 0 1 0 236361877 173940736 42063 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 42466 42063 78 171 0 42292 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 169864

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=731008/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=175936 CPUtime=1062.01
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 43615 0 0 0 106156 45 0 0 25 0 1 0 236361877 180158464 43591 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 43984 43591 78 171 0 43810 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 175936

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=724800/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=182036 CPUtime=1121.99
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 45149 0 0 0 112152 47 0 0 25 0 1 0 236361877 186404864 45125 1992294400 134512640 135213614 4294956256 18446744073709551615 134529777 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 45509 45125 78 171 0 45335 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 182036

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=719296/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=187604 CPUtime=1181.97
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 46551 0 0 0 118149 48 0 0 25 0 1 0 236361877 192106496 46527 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 46901 46527 78 171 0 46727 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 187604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6873
/proc/meminfo: memFree=717312/2055920 swapFree=3990764/4192956
[pid=6872] ppid=6870 vsize=189452 CPUtime=1200.07
/proc/6872/stat : 6872 (minisat_static) R 6870 6872 6303 0 -1 4194304 47010 0 0 0 119958 49 0 0 25 0 1 0 236361877 193998848 46986 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/6872/statm: 47363 46986 78 171 0 47189 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 189452

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.44
CPU time (s): 1200.11
CPU user time (s): 1199.59
CPU system time (s): 0.526919
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 189452

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

runsolver used 0.997848 second user time and 2.80757 second system time

The end

Launcher Data

Begin job on node23 at 2009-05-12 01:08:04
IDJOB=1797927
IDBENCH=70952
IDSOLVER=651
FILE ID=node23/1797927-1242083283
PBS_JOBID= 9277591
Free space on /tmp= 66420 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797927-1242083283/watcher-1797927-1242083283 -o /tmp/evaluation-result-1797927-1242083283/solver-1797927-1242083283 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797927-1242083283.cnf

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=1225248152

node23.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.238
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.238
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:        906072 kB
Buffers:         68564 kB
Cached:         819992 kB
SwapCached:     196860 kB
Active:         214160 kB
Inactive:       872876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        906072 kB
SwapTotal:     4192956 kB
SwapFree:      3990764 kB
Dirty:            7752 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            48820 kB
Committed_AS:   838052 kB
PageTables:       1396 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= 66420 MiB
End job on node23 at 2009-05-12 01:28:06