Trace number 1797995

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.14 1200.48

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p1.cnf
MD5SUM484dad50fb275faff8eff92c4d5447cb
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 variables200003
Number of clauses1019221
Sum of the clauses size2431032
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2759013
Number of clauses of size 3198999
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:  200003                                               |
0.00/0.00	|  Number of clauses:    1019221                                              |
0.69/0.70	|  Parsing time:         0.63         s                                       |
0.69/0.79	============================[ Search Statistics ]==============================
0.69/0.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.79	===============================================================================
0.69/0.79	|         0 |  151858   757256  1884994 |   252418        0    nan |  0.000 % |
0.89/0.93	|       103 |  151858   757256  1884994 |   277660      102     96 | 24.247 % |
1.19/1.29	|       258 |  151499   757256  1884994 |   305426      255    110 | 24.493 % |
1.78/1.85	|       484 |  151499   757256  1884994 |   335969      481    152 | 24.493 % |
2.18/2.29	|       822 |  151015   750647  1868864 |   369566      818    145 | 25.004 % |
2.78/2.87	|      1328 |  151011   750647  1868864 |   406522     1323    190 | 25.931 % |
4.08/4.16	|      2089 |  148120   734626  1832430 |   447175     2082    157 | 25.941 % |
5.68/5.72	|      3229 |  147425   731285  1825632 |   491892     3219    149 | 26.335 % |
8.57/8.64	|      4943 |  145867   724291  1810148 |   541081     4924    136 | 27.696 % |
14.38/14.44	|      7505 |  140130   699847  1757232 |   595190     7224    153 | 30.063 % |
20.27/20.38	|     11349 |  139016   692279  1740881 |   654709    10606    182 | 30.529 % |
31.97/32.02	|     17115 |  138527   689203  1734057 |   720179    16354    188 | 30.738 % |
52.96/53.08	|     25764 |  137923   686034  1726891 |   792197    24983    244 | 31.107 % |
103.26/103.40	|     38739 |  136838   679874  1712842 |   871417    37834    308 | 31.582 % |
238.11/238.25	|     58201 |  136603   678760  1710523 |   958559    57271    428 | 31.711 % |
441.26/441.45	|     87393 |  136027   675813  1704284 |  1054415    86372    497 | 31.988 % |
826.65/826.96	|    131183 |  135674   674001  1700391 |  1159856   129983    609 | 32.164 % |

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-1797995-1242084797/watcher-1797995-1242084797 -o /tmp/evaluation-result-1797995-1242084797/solver-1797995-1242084797 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797995-1242084797.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.92 0.98 0.99 3/65 14947
/proc/meminfo: memFree=1921552/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=2732 CPUtime=0
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 236507576 2797568 503 1992294400 134512640 135213614 4294956256 18446744073709551615 134524639 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 683 505 58 171 0 509 0

[startup+0.018807 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 14947
/proc/meminfo: memFree=1921552/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=7240 CPUtime=0
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 1404 0 0 0 0 0 0 0 18 0 1 0 236507576 7413760 1361 1992294400 134512640 135213614 4294956256 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 1810 1362 58 171 0 1636 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7240

[startup+0.101814 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 14947
/proc/meminfo: memFree=1921552/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=18016 CPUtime=0.09
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 3773 0 0 0 8 1 0 0 18 0 1 0 236507576 18448384 3730 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 4504 3731 58 171 0 4330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18016

[startup+0.301833 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 14947
/proc/meminfo: memFree=1921552/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=30384 CPUtime=0.29
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 6853 0 0 0 26 3 0 0 19 0 1 0 236507576 31113216 6810 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 7629 6811 58 171 0 7455 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30384

[startup+0.701873 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 14947
/proc/meminfo: memFree=1921552/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=53684 CPUtime=0.69
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 13029 0 0 0 63 6 0 0 22 0 1 0 236507576 54972416 12986 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 13421 12986 58 171 0 13247 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53684

[startup+1.50296 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 14948
/proc/meminfo: memFree=1869256/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=54248 CPUtime=1.48
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 13183 0 0 0 142 6 0 0 25 0 1 0 236507576 55549952 13140 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/14947/statm: 13562 13140 78 171 0 13388 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54248

[startup+3.10111 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 14948
/proc/meminfo: memFree=1868360/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=54248 CPUtime=3.09
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 13183 0 0 0 302 7 0 0 25 0 1 0 236507576 55549952 13140 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 13562 13140 78 171 0 13388 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54248

[startup+6.30142 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 14948
/proc/meminfo: memFree=1869000/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=54392 CPUtime=6.28
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 13211 0 0 0 621 7 0 0 25 0 1 0 236507576 55697408 13168 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 13598 13168 78 171 0 13424 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 54392

[startup+12.701 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 14948
/proc/meminfo: memFree=1867592/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=55776 CPUtime=12.68
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 13578 0 0 0 1260 8 0 0 25 0 1 0 236507576 57114624 13535 1992294400 134512640 135213614 4294956256 18446744073709551615 134527247 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 13944 13535 78 171 0 13770 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55776

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14948
/proc/meminfo: memFree=1862536/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=61056 CPUtime=25.48
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 14879 0 0 0 2539 9 0 0 25 0 1 0 236507576 62521344 14836 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 15264 14836 78 171 0 15090 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 61056

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14948
/proc/meminfo: memFree=1847624/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=75996 CPUtime=51.07
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 18635 0 0 0 5094 13 0 0 25 0 1 0 236507576 77819904 18592 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 18999 18592 78 171 0 18825 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 75996

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14948
/proc/meminfo: memFree=1824264/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=99140 CPUtime=102.26
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 24411 0 0 0 10207 19 0 0 25 0 1 0 236507576 101519360 24368 1992294400 134512640 135213614 4294956256 18446744073709551615 134529552 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 24785 24368 78 171 0 24611 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 99140

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14948
/proc/meminfo: memFree=1796488/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=127056 CPUtime=162.23
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 31374 0 0 0 16198 25 0 0 25 0 1 0 236507576 130105344 31331 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 31764 31331 78 171 0 31590 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 127056

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14948
/proc/meminfo: memFree=1777416/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=145916 CPUtime=222.22
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 36092 0 0 0 22192 30 0 0 25 0 1 0 236507576 149417984 36049 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 36479 36049 78 171 0 36305 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 145916

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14948
/proc/meminfo: memFree=1754376/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=168988 CPUtime=282.2
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 41841 0 0 0 28184 36 0 0 25 0 1 0 236507576 173043712 41798 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 42247 41798 78 171 0 42073 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 168988

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14948
/proc/meminfo: memFree=1732104/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=191108 CPUtime=342.19
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 47383 0 0 0 34176 43 0 0 25 0 1 0 236507576 195694592 47340 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 47777 47340 78 171 0 47603 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 191108

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14948
/proc/meminfo: memFree=1714248/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=209148 CPUtime=402.17
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 51895 0 0 0 40169 48 0 0 25 0 1 0 236507576 214167552 51852 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 52287 51852 78 171 0 52113 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 209148

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14948
/proc/meminfo: memFree=1691080/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=232060 CPUtime=462.15
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 57627 0 0 0 46162 53 0 0 25 0 1 0 236507576 237629440 57584 1992294400 134512640 135213614 4294956256 18446744073709551615 134529460 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 58015 57584 78 171 0 57841 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 232060

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14950
/proc/meminfo: memFree=1671496/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=252164 CPUtime=522.14
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 62619 0 0 0 52156 58 0 0 25 0 1 0 236507576 258215936 62576 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 63041 62576 78 171 0 62867 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 252164

[startup+582.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 14950
/proc/meminfo: memFree=1646344/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=276684 CPUtime=582.12
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 68757 0 0 0 58150 62 0 0 25 0 1 0 236507576 283324416 68714 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 69171 68714 78 171 0 68997 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 276684

[startup+642.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 14950
/proc/meminfo: memFree=1621576/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=301252 CPUtime=642.11
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 74910 0 0 0 64144 67 0 0 25 0 1 0 236507576 308482048 74867 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 75313 74867 78 171 0 75139 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 301252

[startup+702.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 14950
/proc/meminfo: memFree=1601032/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=321952 CPUtime=702.08
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 80078 0 0 0 70135 73 0 0 25 0 1 0 236507576 329678848 80035 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 80488 80035 78 171 0 80314 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 321952

[startup+762.305 s]
/proc/loadavg: 1.10 1.05 1.01 2/66 14950
/proc/meminfo: memFree=1577800/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=344844 CPUtime=762.07
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 85828 0 0 0 76129 78 0 0 25 0 1 0 236507576 353120256 85785 1992294400 134512640 135213614 4294956256 18446744073709551615 134539723 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 86211 85785 78 171 0 86037 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 344844

[startup+822.302 s]
/proc/loadavg: 1.03 1.04 1.00 2/66 14950
/proc/meminfo: memFree=1554824/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=368248 CPUtime=822.06
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 91655 0 0 0 82123 83 0 0 25 0 1 0 236507576 377085952 91612 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 92062 91612 78 171 0 91888 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 368248

[startup+882.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 14950
/proc/meminfo: memFree=1533704/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=388764 CPUtime=882.04
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 96816 0 0 0 88117 87 0 0 25 0 1 0 236507576 398094336 96773 1992294400 134512640 135213614 4294956256 18446744073709551615 134527136 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 97191 96773 78 171 0 97017 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 388764

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 14950
/proc/meminfo: memFree=1515592/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=407060 CPUtime=942.02
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 101329 0 0 0 94111 91 0 0 25 0 1 0 236507576 416829440 101286 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 101765 101286 78 171 0 101591 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 407060

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 14950
/proc/meminfo: memFree=1497608/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=425108 CPUtime=1002
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 105816 0 0 0 100105 95 0 0 25 0 1 0 236507576 435310592 105773 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 106277 105773 78 171 0 106103 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 425108

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14950
/proc/meminfo: memFree=1482184/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=440688 CPUtime=1061.99
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 109727 0 0 0 106101 98 0 0 25 0 1 0 236507576 451264512 109684 1992294400 134512640 135213614 4294956256 18446744073709551615 134529552 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 110172 109684 78 171 0 109998 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 440688

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14950
/proc/meminfo: memFree=1464072/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=458596 CPUtime=1121.97
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 114185 0 0 0 112095 102 0 0 25 0 1 0 236507576 469602304 114142 1992294400 134512640 135213614 4294956256 18446744073709551615 134529809 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 114649 114142 78 171 0 114475 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 458596

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14950
/proc/meminfo: memFree=1450632/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=471768 CPUtime=1181.96
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 117508 0 0 0 118091 105 0 0 25 0 1 0 236507576 483090432 117465 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 117942 117465 78 171 0 117768 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 471768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14950
/proc/meminfo: memFree=1446344/2055920 swapFree=4178928/4192956
[pid=14947] ppid=14945 vsize=476076 CPUtime=1200.05
/proc/14947/stat : 14947 (minisat_static) R 14945 14947 14410 0 -1 4194304 118562 0 0 0 119899 106 0 0 25 0 1 0 236507576 487501824 118519 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/14947/statm: 119019 118519 78 171 0 118845 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 476076

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.48
CPU time (s): 1200.14
CPU user time (s): 1199
CPU system time (s): 1.14183
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 476076

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

runsolver used 1.37779 second user time and 2.51262 second system time

The end

Launcher Data

Begin job on node56 at 2009-05-12 01:33:18
IDJOB=1797995
IDBENCH=71010
IDSOLVER=651
FILE ID=node56/1797995-1242084797
PBS_JOBID= 9277601
Free space on /tmp= 102968 MiB

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

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

MD5SUM BENCH= 484dad50fb275faff8eff92c4d5447cb
RANDOM SEED=638444854

node56.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.218
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.218
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:       1921968 kB
Buffers:          6068 kB
Cached:          64672 kB
SwapCached:       7664 kB
Active:          43944 kB
Inactive:        35548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921968 kB
SwapTotal:     4192956 kB
SwapFree:      4178928 kB
Dirty:           19596 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            40392 kB
Committed_AS:   742432 kB
PageTables:       1472 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= 102968 MiB
End job on node56 at 2009-05-12 01:53:21