Trace number 1806020

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
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.04 1200.71

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
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 variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
175.02/175.16	#LEARNT CLAUSES 0
176.72/176.89	done !
176.72/176.89	c Now, SatElite...
176.72/176.89	c Parsing...
179.21/179.31	c ==============================================================================
179.21/179.31	c |           |     ORIGINAL     |              LEARNT              |          |
179.21/179.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
179.21/179.31	c ==============================================================================
179.21/179.31	c |         0 | 2480956  4974301 |  744286       0        0     nan |  0.000 % |
225.36/225.56	c |         0 | 2464400  8420111 |      --       0       --      -- |     --   | -16556/3445810
225.36/225.56	c ==============================================================================
225.36/225.56	c Result  :   #vars: 14464   #clauses: 2464400   #literals: 8420111
225.36/225.56	c CPU time:   48.2237 s
225.36/225.56	c ==============================================================================
230.35/230.50	c SatElite is done !
230.35/230.50	c Calling MINISAT
230.35/230.50	This is MiniSat 2.0 beta
230.35/230.50	WARNING: for repeatability, setting FPU to use double precision
230.35/230.50	============================[ Problem Statistics ]=============================
230.35/230.50	|                                                                             |
230.35/230.50	|  Number of variables:  14464                                                |
230.35/230.50	|  Number of clauses:    2464400                                              |
232.14/232.37	|  Parsing time:         1.68         s                                       |
232.34/232.55	============================[ Search Statistics ]==============================
232.34/232.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
232.34/232.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
232.34/232.55	===============================================================================
232.34/232.55	|         0 |   14464  2464400  8420111 |   821466        0    nan |  0.000 % |
233.84/234.01	|       101 |   14464  2464400  8420111 |   903613      101     86 |  0.000 % |
234.84/235.00	|       251 |   14464  2464400  8420111 |   993974      251     42 |  0.000 % |
235.74/235.99	|       476 |   14464  2464400  8420111 |  1093372      476     44 |  0.000 % |
237.44/237.68	|       814 |   14464  2464400  8420111 |  1202709      814     38 |  0.000 % |
243.54/243.76	|      1320 |   14464  2464400  8420111 |  1322980     1320     72 |  0.000 % |
245.44/245.64	|      2080 |   14464  2464400  8420111 |  1455278     2080     59 |  0.000 % |
254.64/254.84	|      3219 |   14464  2464400  8420111 |  1600806     3219     61 |  0.000 % |
268.82/269.09	|      4927 |   14464  2464400  8420111 |  1760886     4927     71 |  0.000 % |
295.29/295.51	|      7491 |   14464  2464400  8420111 |  1936975     7491     76 |  0.000 % |
329.95/330.28	|     11336 |   14464  2464400  8420111 |  2130672    11336     98 |  0.000 % |
386.33/386.70	|     17102 |   14464  2464400  8420111 |  2343740    17102     87 |  0.000 % |
485.18/485.59	|     25751 |   14464  2464400  8420111 |  2578114    25751    115 |  0.000 % |
613.72/614.15	|     38725 |   14464  2464400  8420111 |  2835925    38725    114 |  0.000 % |
874.79/875.30	|     58186 |   14464  2464400  8420111 |  3119518    58186    144 |  0.000 % |

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-1806020-1242144337/watcher-1806020-1242144337 -o /tmp/evaluation-result-1806020-1242144337/solver-1806020-1242144337 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806020-1242144337.cnf HOME 

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 26133
/proc/meminfo: memFree=1048880/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) R 26131 26133 25970 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26133/statm: 1340 236 195 169 0 51 0
[pid=26134] ppid=26133 vsize=2124 CPUtime=0
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 242462722 2174976 235 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26134/statm: 531 243 81 6 0 169 0

[startup+0.102328 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 26133
/proc/meminfo: memFree=1048880/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=40456 CPUtime=0.09
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 9633 0 0 0 3 6 0 0 19 0 1 0 242462722 41426944 9584 1992294400 134512640 134537284 4294956368 18446744073709551615 134527481 0 0 4096 0 0 0 0 17 0 0 0
/proc/26134/statm: 10114 9584 82 6 0 9752 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45816

[startup+0.201345 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 26133
/proc/meminfo: memFree=1048880/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=47168 CPUtime=0.18
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 11375 0 0 0 12 6 0 0 20 0 1 0 242462722 48300032 11326 1992294400 134512640 134537284 4294956368 18446744073709551615 9041531 0 0 4096 0 0 0 0 17 0 0 0
/proc/26134/statm: 11792 11326 82 6 0 11430 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 52528

[startup+0.301363 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 26133
/proc/meminfo: memFree=1048880/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=55180 CPUtime=0.29
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 13277 0 0 0 22 7 0 0 21 0 1 0 242462722 56504320 13228 1992294400 134512640 134537284 4294956368 18446744073709551615 9041531 0 0 4096 0 0 0 0 17 0 0 0
/proc/26134/statm: 13795 13229 82 6 0 13433 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60540

[startup+0.70144 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 26133
/proc/meminfo: memFree=1048880/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=87544 CPUtime=0.69
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 20458 0 0 0 59 10 0 0 25 0 1 0 242462722 89645056 20409 1992294400 134512640 134537284 4294956368 18446744073709551615 9041531 0 0 4096 0 0 0 0 17 0 0 0
/proc/26134/statm: 21886 20410 82 6 0 21524 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92904

[startup+1.50159 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26135
/proc/meminfo: memFree=968480/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=83392 CPUtime=1.48
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 28750 0 0 0 135 13 0 0 25 0 1 50000 242462722 85393408 20305 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26134/statm: 20848 20305 85 6 0 20486 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 88752

[startup+3.1019 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26135
/proc/meminfo: memFree=968096/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=84316 CPUtime=3.09
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 28958 0 0 0 295 14 0 0 25 0 1 50000 242462722 86339584 20513 1992294400 134512640 134537284 4294956368 18446744073709551615 134523973 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26134/statm: 21079 20513 85 6 0 20717 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89676

[startup+6.30151 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26135
/proc/meminfo: memFree=966432/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=85900 CPUtime=6.28
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 29376 0 0 0 614 14 0 0 25 0 1 50000 242462722 87961600 20931 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26134/statm: 21475 20931 85 6 0 21113 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 91260

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26135
/proc/meminfo: memFree=963040/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=89332 CPUtime=12.68
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 30220 0 0 0 1253 15 0 0 25 0 1 50000 242462722 91475968 21775 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26134/statm: 22333 21775 85 6 0 21971 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 94692

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26135
/proc/meminfo: memFree=956256/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=96064 CPUtime=25.48
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 31897 0 0 0 2531 17 0 0 25 0 1 50000 242462722 98369536 23452 1992294400 134512640 134537284 4294956368 18446744073709551615 134524062 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26134/statm: 24016 23452 85 6 0 23654 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 101424

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26135
/proc/meminfo: memFree=942944/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=109396 CPUtime=51.07
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 35254 0 0 0 5087 20 0 0 25 0 1 50000 242462722 112021504 26809 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26134/statm: 27349 26809 85 6 0 26987 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 114756

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26135
/proc/meminfo: memFree=915808/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=136324 CPUtime=102.25
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 41981 0 0 0 10199 26 0 0 25 0 1 50000 242462722 139595776 33536 1992294400 134512640 134537284 4294956368 18446744073709551615 134524087 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26134/statm: 34081 33536 85 6 0 33719 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 141684

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26135
/proc/meminfo: memFree=884512/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=0
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242462722 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26133/statm: 1340 237 196 169 0 51 0
[pid=26134] ppid=26133 vsize=167872 CPUtime=162.23
/proc/26134/stat : 26134 (revival) R 26133 26133 25970 0 -1 4194304 49869 0 0 0 16188 35 0 0 25 0 1 50000 242462722 171900928 41424 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26134/statm: 41968 41424 85 6 0 41606 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 173232

[startup+222.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26136
/proc/meminfo: memFree=789728/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=176.81
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 311 51582 0 0 0 0 17630 51 16 0 1 0 242462722 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 238 197 169 0 51 0
[pid=26136] ppid=26133 vsize=267880 CPUtime=45.36
/proc/26136/stat : 26136 (SatElite) R 26133 26133 25970 0 -1 4194304 54566 0 0 0 4497 39 0 0 25 0 1 0 242480411 274309120 54486 1992294400 134512640 135031949 4294956240 18446744073709551615 134569463 0 0 4096 3 0 0 0 17 0 0 0
/proc/26136/statm: 66970 54486 67 126 0 66841 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 273240

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=833696/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=125880 CPUtime=51.73
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 30258 0 0 0 5153 20 0 0 25 0 1 0 242485772 128901120 30242 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 31470 30242 77 170 0 31298 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 131240

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=830240/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=129312 CPUtime=111.68
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 31107 0 0 0 11147 21 0 0 25 0 1 0 242485772 132415488 31091 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 32328 31091 77 170 0 32156 0
Current children cumulated CPU time (s) 342.04

################
# More data... #
################

/proc/26137/statm: 34613 33390 77 170 0 34441 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 143812

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=817760/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=142016 CPUtime=351.57
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 34289 0 0 0 35132 25 0 0 25 0 1 0 242485772 145424384 34273 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 35504 34273 77 170 0 35332 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 147376

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=814688/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=145136 CPUtime=411.54
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 35056 0 0 0 41128 26 0 0 25 0 1 0 242485772 148619264 35040 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 36284 35040 77 170 0 36112 0
Current children cumulated CPU time (s) 641.9
Current children cumulated vsize (KiB) 150496

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=810656/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=149096 CPUtime=471.51
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 36043 0 0 0 47124 27 0 0 25 0 1 0 242485772 152674304 36027 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 37274 36027 77 170 0 37102 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 154456

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=806624/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=153056 CPUtime=531.48
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 37033 0 0 0 53121 27 0 0 25 0 1 0 242485772 156729344 37017 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 38264 37017 77 170 0 38092 0
Current children cumulated CPU time (s) 761.84
Current children cumulated vsize (KiB) 158416

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=803488/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=156096 CPUtime=591.45
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 37828 0 0 0 59117 28 0 0 25 0 1 0 242485772 159842304 37812 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 39024 37812 77 170 0 38852 0
Current children cumulated CPU time (s) 821.81
Current children cumulated vsize (KiB) 161456

[startup+882.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=799648/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=159924 CPUtime=651.43
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 38774 0 0 0 65114 29 0 0 25 0 1 0 242485772 163762176 38758 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 39981 38758 77 170 0 39809 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 165284

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=797408/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=162288 CPUtime=711.4
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 39349 0 0 0 71110 30 0 0 25 0 1 0 242485772 166182912 39333 1992294400 134512640 135212939 4294956240 18446744073709551615 134537414 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 40572 39333 77 170 0 40400 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 167648

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=795552/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=164004 CPUtime=771.36
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 39786 0 0 0 77106 30 0 0 25 0 1 0 242485772 167940096 39770 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 41001 39770 77 170 0 40829 0
Current children cumulated CPU time (s) 1001.72
Current children cumulated vsize (KiB) 169364

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=793952/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=165720 CPUtime=831.34
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 40195 0 0 0 83103 31 0 0 25 0 1 0 242485772 169697280 40179 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 41430 40179 77 170 0 41258 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 171080

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=792160/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=167436 CPUtime=891.3
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 40638 0 0 0 89099 31 0 0 25 0 1 0 242485772 171454464 40622 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 41859 40622 77 170 0 41687 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 172796

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=790560/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=169020 CPUtime=951.28
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 41038 0 0 0 95096 32 0 0 25 0 1 0 242485772 173076480 41022 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 42255 41022 77 170 0 42083 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 174380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26137
/proc/meminfo: memFree=789920/2055920 swapFree=4191900/4192956
[pid=26133] ppid=26131 vsize=5360 CPUtime=230.36
/proc/26133/stat : 26133 (run.sh) S 26131 26133 25970 0 -1 4194304 341 106155 0 0 0 0 22923 113 16 0 1 0 242462722 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26133/statm: 1340 241 197 169 0 51 0
[pid=26137] ppid=26133 vsize=169548 CPUtime=969.68
/proc/26137/stat : 26137 (minisat) R 26133 26133 25970 0 -1 4194304 41179 0 0 0 96936 32 0 0 25 0 1 0 242485772 173617152 41163 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26137/statm: 42387 41163 77 170 0 42215 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 174908

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26133 and gives
#  childrusage.ru_utime.tv_sec=229
#  childrusage.ru_utime.tv_usec=240150
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=139826
# CPU time returned by wait4() is 230.38
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.71
CPU time (s): 1200.04
CPU user time (s): 1198.59
CPU system time (s): 1.45
CPU usage (%): 99.944
Max. virtual memory (cumulated for all children) (KiB): 273240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 229.24
system time used= 1.13983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106496
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= 9
involuntary context switches= 368

runsolver used 1.04284 second user time and 3.33449 second system time

The end

Launcher Data

Begin job on node38 at 2009-05-12 18:05:43
IDJOB=1806020
IDBENCH=24641
IDSOLVER=647
FILE ID=node38/1806020-1242144337
PBS_JOBID= 9289683
Free space on /tmp= 66216 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806020-1242144337/watcher-1806020-1242144337 -o /tmp/evaluation-result-1806020-1242144337/solver-1806020-1242144337 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806020-1242144337.cnf HOME

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

MD5SUM BENCH= 181c4935b6e4cd791aedd030930111fa
RANDOM SEED=1272562652

node38.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.265
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.265
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:       1049296 kB
Buffers:         75336 kB
Cached:         828532 kB
SwapCached:        260 kB
Active:         342564 kB
Inactive:       575080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1049296 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           35044 kB
Writeback:           0 kB
Mapped:          22296 kB
Slab:            74896 kB
Committed_AS:   942508 kB
PageTables:       1456 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= 66124 MiB
End job on node38 at 2009-05-12 18:25:45