Trace number 1798001

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.13 1200.6

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p0.cnf
MD5SUMabc6c44b372f4addd18c6a7b2eac59f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark636.454
Satisfiable
(Un)Satisfiability was proved
Number of variables199586
Number of clauses1006679
Sum of the clauses size2394657
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2757762
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

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:  199586                                               |
0.00/0.00	|  Number of clauses:    1006679                                              |
0.59/0.69	|  Parsing time:         0.62         s                                       |
0.69/0.78	============================[ Search Statistics ]==============================
0.69/0.78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.78	===============================================================================
0.69/0.78	|         0 |  151442   744731  1848667 |   248243        0    nan |  0.000 % |
1.19/1.25	|       100 |  151340   744731  1848667 |   273068       97    104 | 24.399 % |
1.39/1.46	|       251 |  151340   744731  1848667 |   300374      248     68 | 24.399 % |
1.78/1.83	|       482 |  151340   744731  1848667 |   330412      479    111 | 24.399 % |
2.28/2.32	|       820 |  150888   737018  1827741 |   363453      813     92 | 24.603 % |
2.68/2.77	|      1326 |  150783   737018  1827741 |   399798     1317     82 | 24.712 % |
3.88/3.90	|      2085 |  149863   729854  1808890 |   439778     2011     88 | 25.362 % |
5.48/5.56	|      3224 |  149863   729854  1808890 |   483756     3150    107 | 25.362 % |
7.58/7.69	|      4932 |  148184   717259  1778794 |   532132     4774    139 | 25.859 % |
11.98/12.05	|      7494 |  147958   714539  1773239 |   585345     7327    177 | 25.868 % |
22.48/22.51	|     11339 |  146418   706619  1756248 |   643880    11154    225 | 26.639 % |
34.57/34.64	|     17105 |  146088   704847  1752460 |   708268    16905    243 | 26.804 % |
63.96/64.07	|     25754 |  145973   704843  1752452 |   779094    25551    308 | 26.890 % |
110.35/110.44	|     38728 |  142854   688269  1716959 |   857004    38473    335 | 28.425 % |
166.32/166.42	|     58190 |  138891   660480  1649460 |   942704    57462    351 | 30.963 % |
256.09/256.24	|     87386 |  136907   634549  1580495 |  1036975    82838    388 | 31.411 % |
415.13/415.38	|    131177 |  133303   610492  1518663 |  1140672   125696    427 | 34.341 % |
698.02/698.34	|    196862 |  127724   575462  1436966 |  1254740   189970    457 | 36.337 % |

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-1798001-1242085262/watcher-1798001-1242085262 -o /tmp/evaluation-result-1798001-1242085262/solver-1798001-1242085262 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798001-1242085262.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 5090
/proc/meminfo: memFree=1374032/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=2732 CPUtime=0
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 529 0 0 0 0 0 0 0 18 0 1 0 236561037 2797568 514 1992294400 134512640 135213614 4294956256 18446744073709551615 134524573 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 683 517 58 171 0 509 0

[startup+0.101251 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5090
/proc/meminfo: memFree=1374032/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=18016 CPUtime=0.1
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 3775 0 0 0 8 2 0 0 18 0 1 0 236561037 18448384 3732 1992294400 134512640 135213614 4294956256 18446744073709551615 134741438 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 4504 3732 58 171 0 4330 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 18016

[startup+0.201269 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5090
/proc/meminfo: memFree=1374032/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=25024 CPUtime=0.19
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 5504 0 0 0 16 3 0 0 18 0 1 0 236561037 25624576 5461 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 6256 5462 58 171 0 6082 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25024

[startup+0.301289 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5090
/proc/meminfo: memFree=1374032/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=30516 CPUtime=0.29
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 6876 0 0 0 25 4 0 0 19 0 1 0 236561037 31248384 6833 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 7629 6834 58 171 0 7455 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30516

[startup+0.701367 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5090
/proc/meminfo: memFree=1374032/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=53392 CPUtime=0.69
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 12962 0 0 0 63 6 0 0 22 0 1 0 236561037 54673408 12919 1992294400 134512640 135213614 4294956256 18446744073709551615 134524158 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 13348 12919 70 171 0 13174 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53392

[startup+1.50154 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 5091
/proc/meminfo: memFree=1321992/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=53960 CPUtime=1.48
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 13086 0 0 0 142 6 0 0 25 0 1 0 236561037 55255040 13043 1992294400 134512640 135213614 4294956256 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 0 0 0
/proc/5090/statm: 13490 13043 78 171 0 13316 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 53960

[startup+3.10285 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 5091
/proc/meminfo: memFree=1321864/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=53960 CPUtime=3.08
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 13086 0 0 0 302 6 0 0 25 0 1 0 236561037 55255040 13043 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 13490 13043 78 171 0 13316 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 53960

[startup+6.30148 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 5091
/proc/meminfo: memFree=1321864/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=54108 CPUtime=6.28
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 13097 0 0 0 622 6 0 0 25 0 1 0 236561037 55406592 13054 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 13527 13054 78 171 0 13353 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 54108

[startup+12.7017 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 5091
/proc/meminfo: memFree=1318792/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=57540 CPUtime=12.68
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 13959 0 0 0 1261 7 0 0 25 0 1 0 236561037 58920960 13916 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 14385 13916 78 171 0 14211 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57540

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 5093
/proc/meminfo: memFree=1312328/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=63776 CPUtime=25.47
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 15536 0 0 0 2539 8 0 0 25 0 1 0 236561037 65306624 15493 1992294400 134512640 135213614 4294956256 18446744073709551615 134539526 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 15944 15493 78 171 0 15770 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 63776

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 5093
/proc/meminfo: memFree=1299144/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=77404 CPUtime=51.07
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 18945 0 0 0 5096 11 0 0 25 0 1 0 236561037 79261696 18902 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 19351 18902 78 171 0 19177 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 77404

[startup+102.302 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 5093
/proc/meminfo: memFree=1275912/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=100208 CPUtime=102.25
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 24645 0 0 0 10208 17 0 0 25 0 1 0 236561037 102612992 24602 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 25052 24602 78 171 0 24878 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 100208

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=1244296/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=132124 CPUtime=162.22
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 32605 0 0 0 16197 25 0 0 25 0 1 0 236561037 135294976 32562 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 33031 32562 78 171 0 32857 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 132124

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=1215688/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=160436 CPUtime=222.2
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 39687 0 0 0 22188 32 0 0 25 0 1 0 236561037 164286464 39644 1992294400 134512640 135213614 4294956256 18446744073709551615 134529537 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 40109 39644 78 171 0 39935 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 160436

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=1178888/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=197468 CPUtime=282.18
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 48956 0 0 0 28180 38 0 0 25 0 1 0 236561037 202207232 48913 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 49367 48913 78 171 0 49193 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 197468

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=1148552/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=227404 CPUtime=342.16
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 56420 0 0 0 34170 46 0 0 25 0 1 0 236561037 232861696 56377 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 56851 56377 78 171 0 56677 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 227404

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=1116936/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=259056 CPUtime=402.13
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 64359 0 0 0 40160 53 0 0 25 0 1 0 236561037 265273344 64316 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 64764 64316 78 171 0 64590 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 259056

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=1084296/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=291584 CPUtime=462.11
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 72493 0 0 0 46152 59 0 0 25 0 1 0 236561037 298582016 72450 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 72896 72450 78 171 0 72722 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 291584

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=1049736/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=326444 CPUtime=522.09
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 81149 0 0 0 52141 68 0 0 25 0 1 0 236561037 334278656 81106 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 81611 81106 78 171 0 81437 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 326444

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=1025800/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=350044 CPUtime=582.07
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 87058 0 0 0 58133 74 0 0 25 0 1 0 236561037 358445056 87015 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 87511 87015 78 171 0 87337 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 350044

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=996488/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=379296 CPUtime=642.04
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 94392 0 0 0 64124 80 0 0 25 0 1 0 236561037 388399104 94349 1992294400 134512640 135213614 4294956256 18446744073709551615 134527226 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 94824 94349 78 171 0 94650 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 379296

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=969352/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=406232 CPUtime=702.02
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 101146 0 0 0 70115 87 0 0 25 0 1 0 236561037 415981568 101103 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 101558 101103 78 171 0 101384 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 406232

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=940872/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=434492 CPUtime=762
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 108203 0 0 0 76107 93 0 0 25 0 1 0 236561037 444919808 108160 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 108623 108160 78 171 0 108449 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 434492

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=915144/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=460660 CPUtime=821.97
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 114649 0 0 0 82099 98 0 0 25 0 1 0 236561037 471715840 114606 1992294400 134512640 135213614 4294956256 18446744073709551615 134536722 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 115165 114606 78 171 0 114991 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 460660

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=893064/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=482500 CPUtime=881.96
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 120130 0 0 0 88092 104 0 0 25 0 1 0 236561037 494080000 120087 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 120625 120087 78 171 0 120451 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 482500

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=866440/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=509148 CPUtime=941.93
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 126818 0 0 0 94083 110 0 0 25 0 1 0 236561037 521367552 126775 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 127287 126775 78 171 0 127113 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 509148

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=845704/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=529780 CPUtime=1001.91
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 131967 0 0 0 100077 114 0 0 25 0 1 0 236561037 542494720 131924 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 132445 131924 78 171 0 132271 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 529780

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=840008/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=535396 CPUtime=1061.89
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 133368 0 0 0 106074 115 0 0 25 0 1 0 236561037 548245504 133325 1992294400 134512640 135213614 4294956256 18446744073709551615 134536207 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 133849 133325 78 171 0 133675 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 535396

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=819528/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=555792 CPUtime=1121.87
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 138499 0 0 0 112067 120 0 0 25 0 1 0 236561037 569131008 138456 1992294400 134512640 135213614 4294956256 18446744073709551615 134529552 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 138948 138456 78 171 0 138774 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 555792

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5093
/proc/meminfo: memFree=797384/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=578148 CPUtime=1181.84
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 144095 0 0 0 118058 126 0 0 25 0 1 0 236561037 592023552 144052 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 144537 144052 78 171 0 144363 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 578148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5099
/proc/meminfo: memFree=790208/2055920 swapFree=4180356/4192956
[pid=5090] ppid=5088 vsize=584780 CPUtime=1200.03
/proc/5090/stat : 5090 (minisat_static) R 5088 5090 4669 0 -1 4194304 145765 0 0 0 119876 127 0 0 25 0 1 0 236561037 598814720 145722 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/5090/statm: 146195 145722 78 171 0 146021 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 584780

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.6
CPU time (s): 1200.13
CPU user time (s): 1198.76
CPU system time (s): 1.36879
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (KiB): 584780

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

runsolver used 0.926859 second user time and 2.53261 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-12 01:41:03
IDJOB=1798001
IDBENCH=71025
IDSOLVER=651
FILE ID=node1/1798001-1242085262
PBS_JOBID= 9277621
Free space on /tmp= 66252 MiB

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

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED=843935811

node1.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.259
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	: 5931.00
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.259
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:       1374448 kB
Buffers:         52036 kB
Cached:         551092 kB
SwapCached:       6356 kB
Active:          56584 kB
Inactive:       554364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374448 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:           19304 kB
Writeback:           0 kB
Mapped:          13576 kB
Slab:            56500 kB
Committed_AS:   877072 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node1 at 2009-05-12 02:01:06