Trace number 1798012

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.19 1200.69

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p1.cnf
MD5SUM3860cadf04571c4600e5fd531189ff9f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark396.099
Satisfiable
(Un)Satisfiability was proved
Number of variables163388
Number of clauses832285
Sum of the clauses size1984984
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2619899
Number of clauses of size 3162400
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

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:  163388                                               |
0.00/0.00	|  Number of clauses:    832285                                               |
0.49/0.54	|  Parsing time:         0.48         s                                       |
0.59/0.61	============================[ Search Statistics ]==============================
0.59/0.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.61	===============================================================================
0.59/0.61	|         0 |  127806   632425  1569790 |   210808        0    nan |  0.000 % |
0.79/0.82	|       100 |  127731   632425  1569790 |   231889       94     22 | 23.807 % |
1.09/1.15	|       250 |  127496   632425  1569790 |   255078      243     80 | 25.326 % |
1.49/1.52	|       475 |  127477   632425  1569790 |   280585      467     92 | 26.026 % |
1.89/1.91	|       812 |  120796   591279  1475829 |   308644      798    137 | 26.365 % |
2.49/2.51	|      1318 |  120793   591279  1475829 |   339508     1301    140 | 26.367 % |
3.79/3.86	|      2080 |  120306   588595  1470365 |   373459     2061    152 | 26.368 % |
5.58/5.66	|      3220 |  117402   573268  1436309 |   410805     3198    150 | 28.576 % |
8.39/8.45	|      4928 |  114822   559155  1405258 |   451886     4896    161 | 29.729 % |
12.18/12.25	|      7491 |  111023   544509  1372782 |   497075     7438    144 | 33.537 % |
22.69/22.73	|     11337 |  107686   521780  1322339 |   546782    11204    200 | 34.092 % |
40.77/40.85	|     17105 |  106099   513738  1304893 |   601460    16892    243 | 35.063 % |
56.76/56.89	|     25756 |  102874   496824  1266398 |   661606    25462    229 | 37.037 % |
86.35/86.45	|     38731 |  101366   487470  1243945 |   727767    38400    244 | 38.032 % |
156.23/156.39	|     58192 |   99835   479045  1225153 |   800544    57741    299 | 39.175 % |
254.87/255.04	|     87385 |   96583   460851  1180192 |   880598    86228    342 | 42.097 % |
467.89/468.13	|    131174 |   91921   429263  1103871 |   968658   128821    439 | 43.886 % |
880.63/881.09	|    196860 |   90798   421637  1085633 |  1065524   194124    525 | 44.720 % |

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-1798012-1242086113/watcher-1798012-1242086113 -o /tmp/evaluation-result-1798012-1242086113/solver-1798012-1242086113 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798012-1242086113.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.07 1.12 1.09 2/65 31752
/proc/meminfo: memFree=1517816/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=2652 CPUtime=0
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 537 0 0 0 0 0 0 0 19 0 1 0 236640717 2715648 522 1992294400 134512640 135213614 4294956256 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 663 524 58 171 0 489 0

[startup+0.0104499 s]
/proc/loadavg: 1.07 1.12 1.09 2/65 31752
/proc/meminfo: memFree=1517816/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=4372 CPUtime=0
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 912 0 0 0 0 0 0 0 19 0 1 0 236640717 4476928 897 1992294400 134512640 135213614 4294956256 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 1093 899 58 171 0 919 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4372

[startup+0.10146 s]
/proc/loadavg: 1.07 1.12 1.09 2/65 31752
/proc/meminfo: memFree=1517816/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=16992 CPUtime=0.09
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 3587 0 0 0 8 1 0 0 19 0 1 0 236640717 17399808 3572 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 4248 3572 58 171 0 4074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16992

[startup+0.30148 s]
/proc/loadavg: 1.07 1.12 1.09 2/65 31752
/proc/meminfo: memFree=1517816/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=29096 CPUtime=0.29
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 6596 0 0 0 26 3 0 0 20 0 1 0 236640717 29794304 6581 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 7274 6581 58 171 0 7100 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29096

[startup+0.701522 s]
/proc/loadavg: 1.07 1.12 1.09 2/65 31752
/proc/meminfo: memFree=1517816/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=47172 CPUtime=0.69
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 10769 0 0 0 64 5 0 0 24 0 1 0 236640717 48304128 10754 1992294400 134512640 135213614 4294956256 18446744073709551615 134527252 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 11793 10754 74 171 0 11619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47172

[startup+1.5016 s]
/proc/loadavg: 1.07 1.12 1.09 2/66 31753
/proc/meminfo: memFree=1474800/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=47620 CPUtime=1.49
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 10822 0 0 0 144 5 0 0 25 0 1 0 236640717 48762880 10807 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 11905 10807 78 171 0 11731 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47620

[startup+3.10177 s]
/proc/loadavg: 1.07 1.12 1.09 2/66 31753
/proc/meminfo: memFree=1474608/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=47620 CPUtime=3.09
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 10822 0 0 0 304 5 0 0 25 0 1 0 236640717 48762880 10807 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 11905 10807 78 171 0 11731 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47620

[startup+6.30111 s]
/proc/loadavg: 1.06 1.12 1.09 2/66 31753
/proc/meminfo: memFree=1474032/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=47752 CPUtime=6.28
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 10860 0 0 0 623 5 0 0 25 0 1 0 236640717 48898048 10845 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 11938 10845 78 171 0 11764 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47752

[startup+12.7018 s]
/proc/loadavg: 1.22 1.15 1.10 2/66 31753
/proc/meminfo: memFree=1472176/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=49740 CPUtime=12.68
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 11350 0 0 0 1262 6 0 0 25 0 1 0 236640717 50933760 11335 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 12435 11335 78 171 0 12261 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 49740

[startup+25.5011 s]
/proc/loadavg: 1.24 1.16 1.10 2/66 31753
/proc/meminfo: memFree=1466800/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=55692 CPUtime=25.48
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 12839 0 0 0 2541 7 0 0 25 0 1 0 236640717 57028608 12824 1992294400 134512640 135213614 4294956256 18446744073709551615 134530579 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 13923 12824 78 171 0 13749 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55692

[startup+51.1018 s]
/proc/loadavg: 1.16 1.14 1.09 2/66 31753
/proc/meminfo: memFree=1455984/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=66672 CPUtime=51.06
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 15595 0 0 0 5097 9 0 0 25 0 1 0 236640717 68272128 15580 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 16668 15580 78 171 0 16494 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 66672

[startup+102.305 s]
/proc/loadavg: 1.06 1.12 1.09 2/66 31753
/proc/meminfo: memFree=1430896/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=91696 CPUtime=102.25
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 21840 0 0 0 10209 16 0 0 25 0 1 0 236640717 93896704 21825 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 22924 21825 78 171 0 22750 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 91696

[startup+162.301 s]
/proc/loadavg: 1.02 1.09 1.08 2/66 31753
/proc/meminfo: memFree=1403888/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=118688 CPUtime=162.22
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 28599 0 0 0 16201 21 0 0 25 0 1 0 236640717 121536512 28584 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 29672 28584 78 171 0 29498 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 118688

[startup+222.302 s]
/proc/loadavg: 1.01 1.07 1.08 2/66 31753
/proc/meminfo: memFree=1371312/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=151196 CPUtime=222.19
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 36712 0 0 0 22191 28 0 0 25 0 1 0 236640717 154824704 36697 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 37799 36697 78 171 0 37625 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 151196

[startup+282.302 s]
/proc/loadavg: 1.00 1.06 1.07 2/66 31753
/proc/meminfo: memFree=1342256/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=180532 CPUtime=282.16
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 44025 0 0 0 28181 35 0 0 25 0 1 0 236640717 184864768 44010 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 45133 44010 78 171 0 44959 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 180532

[startup+342.301 s]
/proc/loadavg: 1.03 1.06 1.07 2/66 31753
/proc/meminfo: memFree=1309744/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=212596 CPUtime=342.15
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 52067 0 0 0 34173 42 0 0 25 0 1 0 236640717 217698304 52052 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 53149 52052 78 171 0 52975 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 212596

[startup+402.301 s]
/proc/loadavg: 1.01 1.05 1.06 2/66 31759
/proc/meminfo: memFree=1278704/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=243852 CPUtime=402.12
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 59877 0 0 0 40163 49 0 0 25 0 1 0 236640717 249704448 59862 1992294400 134512640 135213614 4294956256 18446744073709551615 134529552 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 60963 59862 78 171 0 60789 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 243852

[startup+462.302 s]
/proc/loadavg: 1.00 1.03 1.06 2/66 31759
/proc/meminfo: memFree=1249712/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=272432 CPUtime=462.09
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 67037 0 0 0 46154 55 0 0 25 0 1 0 236640717 278970368 67022 1992294400 134512640 135213614 4294956256 18446744073709551615 134529632 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 68108 67022 78 171 0 67934 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 272432

[startup+522.302 s]
/proc/loadavg: 1.00 1.03 1.05 2/66 31759
/proc/meminfo: memFree=1226032/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=296532 CPUtime=522.07
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 73075 0 0 0 52147 60 0 0 25 0 1 0 236640717 303648768 73060 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 74133 73060 78 171 0 73959 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 296532

[startup+582.301 s]
/proc/loadavg: 1.00 1.02 1.05 2/66 31759
/proc/meminfo: memFree=1190640/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=331688 CPUtime=582.05
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 81802 0 0 0 58137 68 0 0 25 0 1 0 236640717 339648512 81787 1992294400 134512640 135213614 4294956256 18446744073709551615 134526951 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 82922 81787 78 171 0 82748 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 331688

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.04 2/66 31759
/proc/meminfo: memFree=1165872/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=356244 CPUtime=642.03
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 87949 0 0 0 64129 74 0 0 25 0 1 0 236640717 364793856 87934 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 89061 87934 78 171 0 88887 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 356244

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 1.03 2/66 31759
/proc/meminfo: memFree=1146480/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=375796 CPUtime=702
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 92846 0 0 0 70122 78 0 0 25 0 1 0 236640717 384815104 92831 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 93949 92831 78 171 0 93775 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 375796

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 31759
/proc/meminfo: memFree=1122928/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=398968 CPUtime=761.98
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 98651 0 0 0 76115 83 0 0 25 0 1 0 236640717 408543232 98636 1992294400 134512640 135213614 4294956256 18446744073709551615 134529514 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 99742 98636 78 171 0 99568 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 398968

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 31759
/proc/meminfo: memFree=1094256/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=427988 CPUtime=821.95
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 105901 0 0 0 82105 90 0 0 25 0 1 0 236640717 438259712 105886 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 106997 105886 78 171 0 106823 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 427988

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 31759
/proc/meminfo: memFree=1064944/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=456736 CPUtime=881.92
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 113124 0 0 0 88096 96 0 0 25 0 1 0 236640717 467697664 113109 1992294400 134512640 135213614 4294956256 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 114184 113109 78 171 0 114010 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 456736

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 31759
/proc/meminfo: memFree=1040368/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=481728 CPUtime=941.89
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 119376 0 0 0 94088 101 0 0 25 0 1 0 236640717 493289472 119361 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 120432 119361 78 171 0 120258 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 481728

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 31759
/proc/meminfo: memFree=1012848/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=509284 CPUtime=1001.87
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 126158 0 0 0 100081 106 0 0 25 0 1 0 236640717 521506816 126143 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 127321 126143 78 171 0 127147 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 509284

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31759
/proc/meminfo: memFree=990448/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=531860 CPUtime=1061.85
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 131801 0 0 0 106075 110 0 0 25 0 1 0 236640717 544624640 131786 1992294400 134512640 135213614 4294956256 18446744073709551615 134529609 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 132965 131786 78 171 0 132791 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 531860

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31759
/proc/meminfo: memFree=965680/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=556368 CPUtime=1121.83
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 137932 0 0 0 112066 117 0 0 25 0 1 0 236640717 569720832 137917 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 139092 137917 78 171 0 138918 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 556368

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31759
/proc/meminfo: memFree=945968/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=576140 CPUtime=1181.81
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 142888 0 0 0 118059 122 0 0 25 0 1 0 236640717 589967360 142873 1992294400 134512640 135213614 4294956256 18446744073709551615 134536225 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 144035 142873 78 171 0 143861 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 576140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31759
/proc/meminfo: memFree=937776/2055924 swapFree=4181596/4192956
[pid=31752] ppid=31750 vsize=584020 CPUtime=1200.1
/proc/31752/stat : 31752 (minisat_static) R 31750 31752 31272 0 -1 4194304 144848 0 0 0 119886 124 0 0 25 0 1 0 236640717 598036480 144833 1992294400 134512640 135213614 4294956256 18446744073709551615 134530586 0 0 4096 3 0 0 0 17 0 0 0
/proc/31752/statm: 146005 144833 78 171 0 145831 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 584020

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.69
CPU time (s): 1200.19
CPU user time (s): 1198.86
CPU system time (s): 1.3238
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 584020

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

runsolver used 1.43378 second user time and 2.6456 second system time

The end

Launcher Data

Begin job on node83 at 2009-05-12 01:55:14
IDJOB=1798012
IDBENCH=71061
IDSOLVER=651
FILE ID=node83/1798012-1242086113
PBS_JOBID= 9277628
Free space on /tmp= 66172 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-5p1.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1798012-1242086113/watcher-1798012-1242086113 -o /tmp/evaluation-result-1798012-1242086113/solver-1798012-1242086113 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1798012-1242086113.cnf

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

MD5SUM BENCH= 3860cadf04571c4600e5fd531189ff9f
RANDOM SEED=830293310

node83.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1518232 kB
Buffers:         67752 kB
Cached:         388732 kB
SwapCached:       5508 kB
Active:         193572 kB
Inactive:       271052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1518232 kB
SwapTotal:     4192956 kB
SwapFree:      4181596 kB
Dirty:           15932 kB
Writeback:           0 kB
Mapped:          13740 kB
Slab:            58976 kB
Committed_AS:   808220 kB
PageTables:       1384 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= 66172 MiB
End job on node83 at 2009-05-12 02:15:17