Trace number 1806112

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

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_5-6-8.sat05-2669.reshuffled-07.cnf
MD5SUM4064da8380443613a08af89e2e77b8a2
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 variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
1.09/1.11	c ==============================================================================
1.09/1.11	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.11	c ==============================================================================
1.09/1.11	c |         0 |  688593  1577702 |  206577       0        0     nan |  0.000 % |
4.48/4.56	c |         0 |  433992  1014604 |      --       0       --      -- |     --   | -9768/25492
4.48/4.56	c ==============================================================================
4.48/4.56	c Result  :   #vars: 17791   #clauses: 433992   #literals: 1014604
4.48/4.56	c CPU time:   4.42433 s
4.48/4.56	c ==============================================================================
5.08/5.19	c SatElite is done !
5.08/5.19	c revival is preprocessing the formula...#ITERATIONS 1
58.54/58.62	#LEARNT CLAUSES 0
58.84/58.95	done !
58.84/58.95	c Calling MINISAT
58.84/58.95	This is MiniSat 2.0 beta
58.84/58.95	WARNING: for repeatability, setting FPU to use double precision
58.84/58.95	============================[ Problem Statistics ]=============================
58.84/58.95	|                                                                             |
58.84/58.95	|  Number of variables:  17791                                                |
58.84/58.95	|  Number of clauses:    433992                                               |
58.91/59.26	|  Parsing time:         0.28         s                                       |
58.91/59.29	============================[ Search Statistics ]==============================
58.91/59.29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
58.91/59.29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
58.91/59.29	===============================================================================
58.91/59.29	|         0 |   17791   433992  1014604 |   144664        0    nan |  0.000 % |
59.25/59.37	|       100 |   17791   433992  1014604 |   159130      100     28 |  0.000 % |
59.35/59.49	|       250 |   17791   433992  1014604 |   175043      250     32 |  0.000 % |
59.45/59.59	|       475 |   17791   433992  1014604 |   192547      475     47 |  0.000 % |
59.65/59.77	|       813 |   17791   433992  1014604 |   211802      813     63 |  0.000 % |
59.85/59.95	|      1321 |   17791   433992  1014604 |   232982     1321     74 |  0.000 % |
60.55/60.64	|      2080 |   17791   433992  1014604 |   256281     2080     97 |  0.000 % |
60.85/60.99	|      3220 |   17791   433992  1014604 |   281909     3220    115 |  0.000 % |
62.64/62.79	|      4929 |   17791   433992  1014604 |   310100     4929    104 |  0.000 % |
64.15/64.25	|      7491 |   17791   433992  1014604 |   341110     7491    121 |  0.000 % |
65.14/65.26	|     11335 |   17791   433992  1014604 |   375221    11335    114 |  0.000 % |
68.54/68.70	|     17101 |   17791   433992  1014604 |   412743    17101    101 |  0.000 % |
73.53/73.64	|     25750 |   17791   433992  1014604 |   454017    25750    145 |  0.000 % |
80.63/80.71	|     38726 |   17791   433992  1014604 |   499419    38726    120 |  0.000 % |
98.83/98.95	|     58187 |   17791   433992  1014604 |   549361    58187    184 |  0.000 % |
142.71/142.82	|     87379 |   17791   433992  1014604 |   604297    87379    216 |  0.000 % |
230.96/231.19	|    131173 |   17791   433992  1014604 |   664727   131173    291 |  0.000 % |
327.82/328.08	|    196857 |   17791   433992  1014604 |   731199   196857    259 |  0.000 % |
595.28/595.63	|    295383 |   17791   433992  1014604 |   804319   295383    267 |  0.000 % |
1044.89/1045.50	|    443172 |   17791   433992  1014604 |   884751   443172    226 |  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-1806112-1242145436/watcher-1806112-1242145436 -o /tmp/evaluation-result-1806112-1242145436/solver-1806112-1242145436 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806112-1242145436.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 24228
/proc/meminfo: memFree=1357036/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=0
/proc/24228/stat : 24228 (run.sh) R 24226 24228 24005 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 242576363 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266134416031 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24228/statm: 1340 237 196 169 0 51 0
[pid=24229] ppid=24228 vsize=1552 CPUtime=0
/proc/24229/stat : 24229 (SatElite) R 24228 24228 24005 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242576363 1589248 272 1992294400 134512640 135031949 4294956224 18446744073709551615 134544632 0 0 4096 3 0 0 0 17 0 0 0
/proc/24229/statm: 388 275 51 126 0 259 0

[startup+0.024683 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24228
/proc/meminfo: memFree=1357036/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=0
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242576363 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24228/statm: 1340 238 197 169 0 51 0
[pid=24229] ppid=24228 vsize=6964 CPUtime=0.01
/proc/24229/stat : 24229 (SatElite) R 24228 24228 24005 0 -1 4194304 1584 0 0 0 1 0 0 0 18 0 1 0 242576363 7131136 1527 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/24229/statm: 1741 1528 51 126 0 1612 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12324

[startup+0.102691 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24228
/proc/meminfo: memFree=1357036/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=0
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242576363 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24228/statm: 1340 238 197 169 0 51 0
[pid=24229] ppid=24228 vsize=11576 CPUtime=0.09
/proc/24229/stat : 24229 (SatElite) R 24228 24228 24005 0 -1 4194304 2672 0 0 0 8 1 0 0 19 0 1 0 242576363 11853824 2615 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/24229/statm: 2894 2616 52 126 0 2765 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16936

[startup+0.301711 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24228
/proc/meminfo: memFree=1357036/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=0
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242576363 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24228/statm: 1340 238 197 169 0 51 0
[pid=24229] ppid=24228 vsize=20536 CPUtime=0.29
/proc/24229/stat : 24229 (SatElite) R 24228 24228 24005 0 -1 4194304 4945 0 0 0 27 2 0 0 22 0 1 0 242576363 21028864 4888 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/24229/statm: 5134 4888 52 126 0 5005 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25896

[startup+0.701756 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24228
/proc/meminfo: memFree=1357036/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=0
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242576363 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24228/statm: 1340 238 197 169 0 51 0
[pid=24229] ppid=24228 vsize=36940 CPUtime=0.69
/proc/24229/stat : 24229 (SatElite) R 24228 24228 24005 0 -1 4194304 8595 0 0 0 63 6 0 0 25 0 1 0 242576363 37826560 8538 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/24229/statm: 9235 8538 52 126 0 9106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42300

[startup+1.50284 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24230
/proc/meminfo: memFree=1311324/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=0
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242576363 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24228/statm: 1340 238 197 169 0 51 0
[pid=24229] ppid=24228 vsize=53340 CPUtime=1.48
/proc/24229/stat : 24229 (SatElite) R 24228 24228 24005 0 -1 4194304 12313 0 0 0 139 9 0 0 25 0 1 0 242576363 54620160 12256 1992294400 134512640 135031949 4294956224 18446744073709551615 134547984 0 0 4096 3 0 0 0 17 0 0 0
/proc/24229/statm: 13335 12256 63 126 0 13206 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 58700

[startup+3.10202 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24230
/proc/meminfo: memFree=1302492/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=0
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242576363 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24228/statm: 1340 238 197 169 0 51 0
[pid=24229] ppid=24228 vsize=58816 CPUtime=3.08
/proc/24229/stat : 24229 (SatElite) R 24228 24228 24005 0 -1 4194304 14929 0 0 0 296 12 0 0 25 0 1 0 242576363 60227584 13411 1992294400 134512640 135031949 4294956224 18446744073709551615 134566074 0 0 4096 3 0 0 0 17 0 0 0
/proc/24229/statm: 14704 13411 67 126 0 14575 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 64176

[startup+6.30137 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24231
/proc/meminfo: memFree=1325916/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=5.17
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 317 16491 0 0 0 0 502 15 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24231] ppid=24228 vsize=19944 CPUtime=1.09
/proc/24231/stat : 24231 (revival) R 24228 24228 24005 0 -1 4194304 6002 0 0 0 106 3 0 0 25 0 1 50000 242576882 20422656 4307 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/24231/statm: 4986 4307 85 6 0 4624 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 25304

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24231
/proc/meminfo: memFree=1331228/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=5.17
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 317 16491 0 0 0 0 502 15 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24231] ppid=24228 vsize=19944 CPUtime=7.49
/proc/24231/stat : 24231 (revival) R 24228 24228 24005 0 -1 4194304 6025 0 0 0 746 3 0 0 25 0 1 50000 242576882 20422656 4330 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/24231/statm: 4986 4330 85 6 0 4624 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 25304

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24231
/proc/meminfo: memFree=1331420/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=5.17
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 317 16491 0 0 0 0 502 15 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24231] ppid=24228 vsize=20076 CPUtime=20.28
/proc/24231/stat : 24231 (revival) R 24228 24228 24005 0 -1 4194304 6032 0 0 0 2025 3 0 0 25 0 1 50000 242576882 20557824 4337 1992294400 134512640 134537284 4294956384 18446744073709551615 134523768 0 0 4096 8192 0 0 0 17 0 0 0
/proc/24231/statm: 5019 4337 85 6 0 4657 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 25436

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24231
/proc/meminfo: memFree=1331420/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=5.17
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 317 16491 0 0 0 0 502 15 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24231] ppid=24228 vsize=20076 CPUtime=45.87
/proc/24231/stat : 24231 (revival) R 24228 24228 24005 0 -1 4194304 6032 0 0 0 4584 3 0 0 25 0 1 50000 242576882 20557824 4337 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/24231/statm: 5019 4337 85 6 0 4657 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 25436

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=1274204/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=68636 CPUtime=43.32
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 17024 0 0 0 4319 13 0 0 25 0 1 0 242582258 70283264 17008 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 17159 17008 77 170 0 16987 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 73996

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=1221340/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=122396 CPUtime=103.29
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 30402 0 0 0 10305 24 0 0 25 0 1 0 242582258 125333504 30386 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 30599 30386 77 170 0 30427 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 127756

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=1172188/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=170836 CPUtime=163.25
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 42534 0 0 0 16289 36 0 0 25 0 1 0 242582258 174936064 42518 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 42709 42518 77 170 0 42537 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 176196

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=1140636/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=202548 CPUtime=223.22
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 50430 0 0 0 22278 44 0 0 25 0 1 0 242582258 207409152 50414 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 50637 50414 77 170 0 50465 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 207908

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=1098460/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=244800 CPUtime=283.2
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 60943 0 0 0 28267 53 0 0 25 0 1 0 242582258 250675200 60927 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 61200 60927 77 170 0 61028 0
Current children cumulated CPU time (s) 342.11

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

/proc/24232/statm: 81411 81154 77 170 0 81239 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 331004

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=998108/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=344924 CPUtime=523.07
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 85965 0 0 0 52232 75 0 0 25 0 1 0 242582258 353202176 85949 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 86231 85949 77 170 0 86059 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 350284

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=988892/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=354504 CPUtime=583.06
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 88222 0 0 0 58228 78 0 0 25 0 1 0 242582258 363012096 88206 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 88626 88206 77 170 0 88454 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 359864

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=978780/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=364624 CPUtime=643.03
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 90766 0 0 0 64223 80 0 0 25 0 1 0 242582258 373374976 90750 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 91156 90750 77 170 0 90984 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 369984

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=966108/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=377048 CPUtime=702.99
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 93894 0 0 0 70216 83 0 0 25 0 1 0 242582258 386097152 93878 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 94262 93878 77 170 0 94090 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 382408

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=953372/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=389856 CPUtime=762.98
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 97127 0 0 0 76211 87 0 0 25 0 1 0 242582258 399212544 97111 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 97464 97111 77 170 0 97292 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 395216

[startup+882.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=937820/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=405168 CPUtime=822.95
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 100964 0 0 0 82205 90 0 0 25 0 1 0 242582258 414892032 100948 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 101292 100948 77 170 0 101120 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 410528

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=924636/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=418304 CPUtime=882.92
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 104264 0 0 0 88199 93 0 0 25 0 1 0 242582258 428343296 104248 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 104576 104248 77 170 0 104404 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 423664

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24232
/proc/meminfo: memFree=912220/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=430736 CPUtime=942.9
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 107341 0 0 0 94194 96 0 0 25 0 1 0 242582258 441073664 107325 1992294400 134512640 135212939 4294956240 18446744073709551615 134526658 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 107684 107325 77 170 0 107512 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 436096

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24234
/proc/meminfo: memFree=895196/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=447788 CPUtime=1002.87
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 111641 0 0 0 100187 100 0 0 25 0 1 0 242582258 458534912 111625 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 111947 111625 77 170 0 111775 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 453148

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24234
/proc/meminfo: memFree=865052/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=478540 CPUtime=1062.84
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 119109 0 0 0 106176 108 0 0 25 0 1 0 242582258 490024960 119093 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 119635 119093 77 170 0 119463 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 483900

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24234
/proc/meminfo: memFree=842588/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=501164 CPUtime=1122.81
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 124765 0 0 0 112167 114 0 0 25 0 1 0 242582258 513191936 124749 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 125291 124749 77 170 0 125119 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 506524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24234
/proc/meminfo: memFree=836060/2055920 swapFree=4181240/4192956
[pid=24228] ppid=24226 vsize=5360 CPUtime=58.91
/proc/24228/stat : 24228 (run.sh) S 24226 24228 24005 0 -1 4194304 343 22538 0 0 0 0 5869 22 16 0 1 0 242576363 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24228/statm: 1340 241 197 169 0 51 0
[pid=24232] ppid=24228 vsize=507248 CPUtime=1141.11
/proc/24232/stat : 24232 (minisat) R 24228 24228 24005 0 -1 4194304 126314 0 0 0 113995 116 0 0 25 0 1 0 242582258 519421952 126298 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/24232/statm: 126812 126298 77 170 0 126640 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 512608

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 24228 and gives
#  childrusage.ru_utime.tv_sec=58
#  childrusage.ru_utime.tv_usec=695076
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=223965
# CPU time returned by wait4() is 58.919
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.02
CPU user time (s): 1198.64
CPU system time (s): 1.38
CPU usage (%): 99.9507
Max. virtual memory (cumulated for all children) (KiB): 512608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.6951
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22881
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= 8
involuntary context switches= 176

runsolver used 1.08683 second user time and 3.2905 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-12 18:23:58
IDJOB=1806112
IDBENCH=24667
IDSOLVER=648
FILE ID=node35/1806112-1242145436
PBS_JOBID= 9289686
Free space on /tmp= 66084 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest05/others/sgp_5-6-8.sat05-2669.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806112-1242145436/watcher-1806112-1242145436 -o /tmp/evaluation-result-1806112-1242145436/solver-1806112-1242145436 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806112-1242145436.cnf HOME

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

MD5SUM BENCH= 4064da8380443613a08af89e2e77b8a2
RANDOM SEED=395493732

node35.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.214
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.214
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:       1357452 kB
Buffers:         62360 kB
Cached:         562048 kB
SwapCached:       6224 kB
Active:         100116 kB
Inactive:       532916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1357452 kB
SwapTotal:     4192956 kB
SwapFree:      4181240 kB
Dirty:           13816 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            51404 kB
Committed_AS:   911704 kB
PageTables:       1396 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= 66068 MiB
End job on node35 at 2009-05-12 18:44:01