Trace number 1797986

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.68

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p0.cnf
MD5SUM5588dd996576f939b8ae497437078705
Bench CategoryAPPLICATION (applications 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 variables225296
Number of clauses1192799
Sum of the clauses size2872868
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2852883
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

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:  225296                                               |
0.00/0.00	|  Number of clauses:    1192799                                              |
0.69/0.77	|  Parsing time:         0.68         s                                       |
0.79/0.87	============================[ Search Statistics ]==============================
0.79/0.87	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.79/0.87	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.79/0.87	===============================================================================
0.79/0.87	|         0 |  178453   927004  2321238 |   309001        0    nan |  0.000 % |
1.10/1.16	|       100 |  178249   927004  2321238 |   339901       88     80 | 22.845 % |
1.29/1.34	|       250 |  178217   927004  2321238 |   373891      238     74 | 22.845 % |
1.69/1.72	|       477 |  177342   927004  2321238 |   411280      459     59 | 25.427 % |
2.29/2.36	|       814 |  165855   852298  2149961 |   452408      787     48 | 26.391 % |
2.89/2.93	|      1320 |  165133   852298  2149961 |   497649     1284     51 | 28.213 % |
3.99/4.03	|      2079 |  159139   818293  2074449 |   547414     1990     51 | 30.706 % |
5.69/5.77	|      3218 |  149182   758845  1939414 |   602156     3101     49 | 33.784 % |
7.99/8.06	|      4927 |  148176   754644  1930417 |   662371     4805     68 | 34.292 % |
12.29/12.33	|      7489 |  143756   727750  1868851 |   728608     7306     69 | 36.192 % |
16.89/16.95	|     11333 |  142761   724943  1862777 |   801469    11093     81 | 36.869 % |
25.98/26.00	|     17100 |  137398   691750  1784510 |   881616    16663    105 | 39.022 % |
38.76/38.83	|     25751 |  135747   682794  1763938 |   969778    25259    120 | 39.951 % |
65.14/65.27	|     38725 |  131140   652379  1690413 |  1066756    38002    144 | 41.972 % |
122.20/122.36	|     58186 |  129530   641808  1665614 |  1173432    57263    189 | 42.524 % |
204.38/204.50	|     87378 |  128360   630029  1633744 |  1290775    85852    214 | 43.196 % |
397.49/397.75	|    131168 |  125347   611340  1587673 |  1419852   129052    272 | 44.365 % |
797.03/797.47	|    196852 |  123985   598789  1554439 |  1561838   194029    393 | 45.071 % |

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-1797986-1242084370/watcher-1797986-1242084370 -o /tmp/evaluation-result-1797986-1242084370/solver-1797986-1242084370 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797986-1242084370.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 8148
/proc/meminfo: memFree=1407408/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=2732 CPUtime=0
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 549 0 0 0 0 0 0 0 18 0 1 0 236470720 2797568 534 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 719 538 58 171 0 545 0

[startup+0.0405789 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8148
/proc/meminfo: memFree=1407408/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=13380 CPUtime=0.03
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 2880 0 0 0 2 1 0 0 18 0 1 0 236470720 13701120 2837 1992294400 134512640 135213614 4294956256 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 3345 2838 58 171 0 3171 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13380

[startup+0.102585 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8148
/proc/meminfo: memFree=1407408/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=18280 CPUtime=0.09
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 4081 0 0 0 8 1 0 0 18 0 1 0 236470720 18718720 4038 1992294400 134512640 135213614 4294956256 18446744073709551615 134544745 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 4570 4039 58 171 0 4396 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18280

[startup+0.301606 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8148
/proc/meminfo: memFree=1407408/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=31308 CPUtime=0.29
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 7328 0 0 0 26 3 0 0 19 0 1 0 236470720 32059392 7285 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 7827 7286 58 171 0 7653 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31308

[startup+0.702647 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8148
/proc/meminfo: memFree=1407408/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=58096 CPUtime=0.69
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 13623 0 0 0 62 7 0 0 23 0 1 0 236470720 59490304 13580 1992294400 134512640 135213614 4294956256 18446744073709551615 134749278 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 14524 13580 58 171 0 14350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58096

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1347112/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=65196 CPUtime=1.49
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 15192 0 0 0 140 9 0 0 25 0 1 0 236470720 66760704 15149 1992294400 134512640 135213614 4294956256 18446744073709551615 134527252 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 16299 15149 78 171 0 16125 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65196

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1346792/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=65196 CPUtime=3.09
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 15218 0 0 0 300 9 0 0 25 0 1 0 236470720 66760704 15175 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 16299 15175 78 171 0 16125 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65196

[startup+6.30122 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 8149
/proc/meminfo: memFree=1346728/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=65196 CPUtime=6.29
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 15218 0 0 0 620 9 0 0 25 0 1 0 236470720 66760704 15175 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 16299 15175 78 171 0 16125 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65196

[startup+12.7019 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 8149
/proc/meminfo: memFree=1346728/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=65196 CPUtime=12.69
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 15226 0 0 0 1260 9 0 0 25 0 1 0 236470720 66760704 15183 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 16299 15183 78 171 0 16125 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65196

[startup+25.5012 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 8149
/proc/meminfo: memFree=1344168/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=68296 CPUtime=25.48
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 15992 0 0 0 2538 10 0 0 25 0 1 0 236470720 69935104 15949 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 17074 15949 78 171 0 16900 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 68296

[startup+51.1018 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 8149
/proc/meminfo: memFree=1334568/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=78128 CPUtime=51.05
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 18427 0 0 0 5093 12 0 0 25 0 1 0 236470720 80003072 18384 1992294400 134512640 135213614 4294956256 18446744073709551615 134538948 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 19532 18384 78 171 0 19358 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 78128

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 8149
/proc/meminfo: memFree=1313960/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=98280 CPUtime=102.22
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 23479 0 0 0 10205 17 0 0 25 0 1 0 236470720 100638720 23436 1992294400 134512640 135213614 4294956256 18446744073709551615 134527226 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 24570 23436 78 171 0 24396 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 98280

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1293800/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=119292 CPUtime=162.19
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 28628 0 0 0 16197 22 0 0 25 0 1 0 236470720 122155008 28585 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 29823 28585 78 171 0 29649 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 119292

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1269800/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=142692 CPUtime=222.17
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 34496 0 0 0 22188 29 0 0 25 0 1 0 236470720 146116608 34453 1992294400 134512640 135213614 4294956256 18446744073709551615 134529801 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 35673 34453 78 171 0 35499 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 142692

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1252584/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=160052 CPUtime=282.15
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 38807 0 0 0 28182 33 0 0 25 0 1 0 236470720 163893248 38764 1992294400 134512640 135213614 4294956256 18446744073709551615 134529801 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 40013 38764 78 171 0 39839 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 160052

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1231528/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=180980 CPUtime=342.12
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 44044 0 0 0 34174 38 0 0 25 0 1 0 236470720 185323520 44001 1992294400 134512640 135213614 4294956256 18446744073709551615 134529743 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 45245 44001 78 171 0 45071 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 180980

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1205288/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=207496 CPUtime=402.09
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 50686 0 0 0 40165 44 0 0 25 0 1 0 236470720 212475904 50643 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 51874 50643 78 171 0 51700 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 207496

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1181928/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=230580 CPUtime=462.07
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 56407 0 0 0 46158 49 0 0 25 0 1 0 236470720 236113920 56364 1992294400 134512640 135213614 4294956256 18446744073709551615 134529623 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 57645 56364 78 171 0 57471 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 230580

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1159464/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=253144 CPUtime=522.04
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 62055 0 0 0 52149 55 0 0 25 0 1 0 236470720 259219456 62012 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 63286 62012 78 171 0 63112 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 253144

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1130152/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=282356 CPUtime=582.01
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 69360 0 0 0 58141 60 0 0 25 0 1 0 236470720 289132544 69317 1992294400 134512640 135213614 4294956256 18446744073709551615 134529494 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 70589 69317 78 171 0 70415 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 282356

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1101800/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=310420 CPUtime=642
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 76397 0 0 0 64134 66 0 0 25 0 1 0 236470720 317870080 76354 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 77605 76354 78 171 0 77431 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 310420

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1077288/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=334964 CPUtime=701.96
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 82518 0 0 0 70125 71 0 0 25 0 1 0 236470720 343003136 82475 1992294400 134512640 135213614 4294956256 18446744073709551615 134529552 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 83741 82475 78 171 0 83567 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 334964

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1057576/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=354376 CPUtime=761.95
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 87392 0 0 0 76119 76 0 0 25 0 1 0 236470720 362881024 87349 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 88594 87349 78 171 0 88420 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 354376

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1033960/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=378236 CPUtime=821.93
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 93351 0 0 0 82112 81 0 0 25 0 1 0 236470720 387313664 93308 1992294400 134512640 135213614 4294956256 18446744073709551615 134529552 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 94559 93308 78 171 0 94385 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 378236

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8149
/proc/meminfo: memFree=1012328/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=399568 CPUtime=881.9
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 98691 0 0 0 88104 86 0 0 25 0 1 0 236470720 409157632 98648 1992294400 134512640 135213614 4294956256 18446744073709551615 134529821 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 99892 98648 78 171 0 99718 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 399568

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8151
/proc/meminfo: memFree=990504/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=422120 CPUtime=941.88
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 104254 0 0 0 94098 90 0 0 25 0 1 0 236470720 432250880 104211 1992294400 134512640 135213614 4294956256 18446744073709551615 134529678 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 105530 104211 78 171 0 105356 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 422120

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8151
/proc/meminfo: memFree=963368/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=448848 CPUtime=1001.85
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 110936 0 0 0 100090 95 0 0 25 0 1 0 236470720 459620352 110893 1992294400 134512640 135213614 4294956256 18446744073709551615 134526948 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 112212 110893 78 171 0 112038 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 448848

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8151
/proc/meminfo: memFree=940904/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=471440 CPUtime=1061.82
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 116588 0 0 0 106082 100 0 0 25 0 1 0 236470720 482754560 116545 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 117860 116545 78 171 0 117686 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 471440

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8151
/proc/meminfo: memFree=920104/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=491876 CPUtime=1121.8
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 121718 0 0 0 112074 106 0 0 25 0 1 0 236470720 503681024 121675 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 122969 121675 78 171 0 122795 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 491876

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8151
/proc/meminfo: memFree=896552/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=515536 CPUtime=1181.78
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 127626 0 0 0 118068 110 0 0 25 0 1 0 236470720 527908864 127583 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 128884 127583 78 171 0 128710 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 515536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8151
/proc/meminfo: memFree=889128/2055920 swapFree=4180260/4192956
[pid=8148] ppid=8146 vsize=522572 CPUtime=1200.07
/proc/8148/stat : 8148 (minisat_static) R 8146 8148 7608 0 -1 4194304 129388 0 0 0 119896 111 0 0 25 0 1 0 236470720 535113728 129345 1992294400 134512640 135213614 4294956256 18446744073709551615 134537166 0 0 4096 3 0 0 0 17 0 0 0
/proc/8148/statm: 130643 129345 78 171 0 130469 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 522572

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.68
CPU time (s): 1200.15
CPU user time (s): 1198.97
CPU system time (s): 1.18782
CPU usage (%): 99.9561
Max. virtual memory (cumulated for all children) (KiB): 522572

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

runsolver used 1.04984 second user time and 3.32549 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-12 01:26:12
IDJOB=1797986
IDBENCH=70985
IDSOLVER=651
FILE ID=node24/1797986-1242084370
PBS_JOBID= 9277650
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= 5588dd996576f939b8ae497437078705
RANDOM SEED=285026391

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:       1407824 kB
Buffers:         32508 kB
Cached:         547096 kB
SwapCached:       6488 kB
Active:          60580 kB
Inactive:       527592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1407824 kB
SwapTotal:     4192956 kB
SwapFree:      4180260 kB
Dirty:           23188 kB
Writeback:           0 kB
Mapped:          14064 kB
Slab:            45832 kB
Committed_AS:   827468 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= 66304 MiB
End job on node24 at 2009-05-12 01:46:15