Trace number 1805997

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-simp 070721? (TO) 1200.03 1200.33

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_m3.used-as.sat04-900.sat05-4186.reshuffled-07.cnf
MD5SUMff7bc04717f7472a7de76a6b5c02e3a4
Bench CategoryCRAFTED (crafted 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 variables9528
Number of clauses1018562
Sum of the clauses size2044318
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21017395
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 55
Number of clauses of size over 51154

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:  9528                                                 |
0.00/0.00	|  Number of clauses:    1018562                                              |
1.09/1.14	|  Parsing time:         1.07         s                                       |
53.97/54.07	============================[ Search Statistics ]==============================
53.97/54.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
53.97/54.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
53.97/54.07	===============================================================================
53.97/54.07	|         0 |    8099   992247  2673263 |   330749        0    nan |  0.000 % |
54.56/54.66	|       101 |    8099   992247  2673263 |   363823      101     78 |  2.498 % |
54.97/55.06	|       253 |    8099   992247  2673263 |   400206      253     57 |  2.498 % |
55.46/55.59	|       478 |    8099   992247  2673263 |   440226      478     47 |  2.498 % |
56.97/57.09	|       815 |    8099   992247  2673263 |   484249      815     56 |  2.498 % |
58.57/58.68	|      1322 |    8098   992247  2673263 |   532674     1321     51 |  2.509 % |
62.17/62.23	|      2081 |    8098   992247  2673263 |   585942     2080     76 |  2.508 % |
66.57/66.67	|      3223 |    8098   992247  2673263 |   644536     3222     70 |  2.508 % |
74.37/74.48	|      4931 |    8098   992247  2673263 |   708989     4930     81 |  2.509 % |
86.26/86.31	|      7493 |    8098   992228  2673217 |   779888     7492     80 |  2.509 % |
107.06/107.18	|     11338 |    8098   992228  2673217 |   857877    11337     86 |  2.508 % |
133.65/133.76	|     17105 |    8098   992228  2673217 |   943665    17104     85 |  2.509 % |
169.84/169.94	|     25755 |    8098   992228  2673217 |  1038032    25754     88 |  2.508 % |
217.43/217.58	|     38731 |    8098   992228  2673217 |  1141835    38730     77 |  2.508 % |
305.81/305.92	|     58192 |    8098   992228  2673217 |  1256018    58191     85 |  2.509 % |
441.47/441.68	|     87385 |    8098   992228  2673217 |  1381620    87384     82 |  2.509 % |
683.52/683.71	|    131175 |    8097   992199  2673159 |  1519782   131173     81 |  2.519 % |
1099.11/1099.42	|    196860 |    8096   992180  2673113 |  1671760   196857     87 |  2.530 % |

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-1805997-1242143677/watcher-1805997-1242143677 -o /tmp/evaluation-result-1805997-1242143677/solver-1805997-1242143677 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805997-1242143677.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.99 0.97 0.91 3/64 4182
/proc/meminfo: memFree=756144/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=1924 CPUtime=0
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 355 0 0 0 0 0 0 0 20 0 1 0 242393920 1970176 340 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 481 344 62 178 0 301 0

[startup+0.0715521 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4182
/proc/meminfo: memFree=756144/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=6132 CPUtime=0.06
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 1366 0 0 0 6 0 0 0 20 0 1 0 242393920 6279168 1351 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 1533 1352 65 178 0 1353 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6132

[startup+0.101554 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4182
/proc/meminfo: memFree=756144/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=7428 CPUtime=0.08
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 1680 0 0 0 8 0 0 0 20 0 1 0 242393920 7606272 1665 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 1857 1665 65 178 0 1677 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7428

[startup+0.301569 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4182
/proc/meminfo: memFree=756144/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=16524 CPUtime=0.29
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 3842 0 0 0 27 2 0 0 21 0 1 0 242393920 16920576 3827 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 4131 3828 65 178 0 3951 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16524

[startup+0.7016 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4182
/proc/meminfo: memFree=756144/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=35008 CPUtime=0.69
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 8393 0 0 0 64 5 0 0 25 0 1 0 242393920 35848192 8378 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 8752 8379 65 178 0 8572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35008

[startup+1.50166 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4183
/proc/meminfo: memFree=708776/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=55032 CPUtime=1.49
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 13538 0 0 0 142 7 0 0 25 0 1 0 242393920 56352768 13523 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 13758 13523 79 178 0 13578 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55032

[startup+3.1018 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4183
/proc/meminfo: memFree=702184/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=55032 CPUtime=3.08
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 13538 0 0 0 301 7 0 0 25 0 1 0 242393920 56352768 13523 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 0 0 0
/proc/4182/statm: 13758 13523 79 178 0 13578 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 55032

[startup+6.30205 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4183
/proc/meminfo: memFree=702136/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=55032 CPUtime=6.28
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 13538 0 0 0 621 7 0 0 25 0 1 0 242393920 56352768 13523 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 13758 13523 79 178 0 13578 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55032

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4183
/proc/meminfo: memFree=702200/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=55032 CPUtime=12.67
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 13538 0 0 0 1260 7 0 0 25 0 1 0 242393920 56352768 13523 1992294400 134512640 135243866 4294956256 18446744073709551615 134535623 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 13758 13523 79 178 0 13578 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 55032

[startup+25.5016 s]
/proc/loadavg: 1.07 0.99 0.91 2/65 4183
/proc/meminfo: memFree=666488/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=91904 CPUtime=25.47
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 22487 0 0 0 2536 11 0 0 25 0 1 0 242393920 94109696 22472 1992294400 134512640 135243866 4294956256 18446744073709551615 134533022 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 22976 22472 80 178 0 22796 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 91904

[startup+51.1016 s]
/proc/loadavg: 1.05 0.99 0.91 2/65 4183
/proc/meminfo: memFree=662904/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=97312 CPUtime=51.07
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 23366 0 0 0 5095 12 0 0 25 0 1 0 242393920 99647488 23351 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 24328 23351 80 178 0 24148 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 97312

[startup+102.306 s]
/proc/loadavg: 1.08 1.00 0.92 2/65 4183
/proc/meminfo: memFree=674552/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=83452 CPUtime=102.26
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 23419 0 0 0 10213 13 0 0 25 0 1 0 242393920 85454848 20403 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 20863 20403 86 178 0 20683 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 83452

[startup+162.301 s]
/proc/loadavg: 1.08 1.01 0.93 2/65 4183
/proc/meminfo: memFree=674616/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=83452 CPUtime=162.24
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 23419 0 0 0 16211 13 0 0 25 0 1 0 242393920 85454848 20403 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 20863 20403 86 178 0 20683 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 83452

[startup+222.301 s]
/proc/loadavg: 1.03 1.01 0.93 2/65 4183
/proc/meminfo: memFree=674552/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=83616 CPUtime=222.23
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 23459 0 0 0 22209 14 0 0 25 0 1 0 242393920 85622784 20443 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 20904 20443 86 178 0 20724 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 83616

[startup+282.302 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 4183
/proc/meminfo: memFree=672120/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=86072 CPUtime=282.22
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 24072 0 0 0 28207 15 0 0 25 0 1 0 242393920 88137728 21056 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 21518 21056 86 178 0 21338 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 86072

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4183
/proc/meminfo: memFree=667384/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=90812 CPUtime=342.21
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 25230 0 0 0 34205 16 0 0 25 0 1 0 242393920 92991488 22214 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 22703 22214 86 178 0 22523 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 90812

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=662648/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=95604 CPUtime=402.18
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 26447 0 0 0 40200 18 0 0 25 0 1 0 242393920 97898496 23431 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 23901 23431 86 178 0 23721 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 95604

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=657848/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=100408 CPUtime=462.16
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 27604 0 0 0 46197 19 0 0 25 0 1 0 242393920 102817792 24588 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 25102 24588 86 178 0 24922 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 100408

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=654264/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=103992 CPUtime=522.15
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 28508 0 0 0 52194 21 0 0 25 0 1 0 242393920 106487808 25492 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 25998 25492 86 178 0 25818 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 103992

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=650232/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=108024 CPUtime=582.13
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 29511 0 0 0 58192 21 0 0 25 0 1 0 242393920 110616576 26495 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 27006 26495 86 178 0 26826 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 108024

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=646712/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=111364 CPUtime=642.13
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 30378 0 0 0 64191 22 0 0 25 0 1 0 242393920 114036736 27362 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 27841 27362 86 178 0 27661 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 111364

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=642936/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=115276 CPUtime=702.11
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 31330 0 0 0 70188 23 0 0 25 0 1 0 242393920 118042624 28314 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 28819 28314 86 178 0 28639 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 115276

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=638456/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=119900 CPUtime=762.1
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 32431 0 0 0 76185 25 0 0 25 0 1 0 242393920 122777600 29415 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 29975 29415 86 178 0 29795 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 119900

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=633976/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=124404 CPUtime=822.08
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 33569 0 0 0 82182 26 0 0 25 0 1 0 242393920 127389696 30553 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 31101 30553 86 178 0 30921 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 124404

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=629624/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=128652 CPUtime=882.06
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 34632 0 0 0 88178 28 0 0 25 0 1 0 242393920 131739648 31616 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 32163 31616 86 178 0 31983 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 128652

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=625848/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=132500 CPUtime=942.05
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 35601 0 0 0 94176 29 0 0 25 0 1 0 242393920 135680000 32585 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 33125 32585 86 178 0 32945 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 132500

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=621880/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=136352 CPUtime=1002.04
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 36564 0 0 0 100174 30 0 0 25 0 1 0 242393920 139624448 33548 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 34088 33548 86 178 0 33908 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 136352

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=617848/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=140360 CPUtime=1062.03
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 37576 0 0 0 106172 31 0 0 25 0 1 0 242393920 143728640 34560 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 35090 34560 86 178 0 34910 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 140360

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=614200/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=143844 CPUtime=1122.01
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 38473 0 0 0 112169 32 0 0 25 0 1 0 242393920 147296256 35457 1992294400 134512640 135243866 4294956256 18446744073709551615 134555905 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 35961 35457 86 178 0 35781 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 143844

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=611064/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=147416 CPUtime=1182
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 39275 0 0 0 118167 33 0 0 25 0 1 0 242393920 150953984 36259 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 36854 36259 86 178 0 36674 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 147416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=609784/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=148760 CPUtime=1200
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 39586 0 0 0 119966 34 0 0 25 0 1 0 242393920 152330240 36570 1992294400 134512640 135243866 4294956256 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 37190 36570 86 178 0 37010 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 148760

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4189
/proc/meminfo: memFree=609784/2055920 swapFree=4165128/4192956
[pid=4182] ppid=4180 vsize=148760 CPUtime=1200
/proc/4182/stat : 4182 (minisat_static) R 4180 4182 4053 0 -1 4194304 39586 0 0 0 119966 34 0 0 25 0 1 0 242393920 152330240 36570 1992294400 134512640 135243866 4294956256 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/4182/statm: 37190 36570 86 178 0 37010 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 148760

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.33
CPU time (s): 1200.03
CPU user time (s): 1199.67
CPU system time (s): 0.365944
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 148760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.67
system time used= 0.365944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39586
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= 3
involuntary context switches= 2067

runsolver used 1.34579 second user time and 2.71359 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-12 17:54:39
IDJOB=1805997
IDBENCH=24638
IDSOLVER=568
FILE ID=node69/1805997-1242143677
PBS_JOBID= 9289656
Free space on /tmp= 66164 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_m3.used-as.sat04-900.sat05-4186.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805997-1242143677/watcher-1805997-1242143677 -o /tmp/evaluation-result-1805997-1242143677/solver-1805997-1242143677 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1805997-1242143677.cnf

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

MD5SUM BENCH= ff7bc04717f7472a7de76a6b5c02e3a4
RANDOM SEED=1315417676

node69.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.231
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.231
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:        756624 kB
Buffers:         69264 kB
Cached:        1121348 kB
SwapCached:      22440 kB
Active:          72952 kB
Inactive:      1142012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        756624 kB
SwapTotal:     4192956 kB
SwapFree:      4165128 kB
Dirty:           13560 kB
Writeback:           0 kB
Mapped:          14204 kB
Slab:            70248 kB
Committed_AS:   800988 kB
PageTables:       1464 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= 66164 MiB
End job on node69 at 2009-05-12 18:14:41