Trace number 1783696

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
glucose 1.0? (TO) 5000.01 5001.41

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
MD5SUM73bcef7c584867538ae0bed90374a7ab
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 variables61649
Number of clauses3157120
Sum of the clauses size6361883
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23150117
Number of clauses of size 31
Number of clauses of size 413
Number of clauses of size 58
Number of clauses of size over 56981

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
4.08/4.19	c ==============================================================================
4.08/4.19	c |           |     ORIGINAL     |              LEARNT              |          |
4.08/4.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
4.08/4.19	c ==============================================================================
4.08/4.19	c |         0 | 3157120  6361883 |  947135       0        0     nan |  0.000 % |
26.37/26.49	c |         0 | 3077743  9158338 |      --       0       --      -- |     --   | -79377/2796455
26.37/26.49	c ==============================================================================
26.37/26.49	c Result  :   #vars: 54382   #clauses: 3077743   #literals: 9158338
26.37/26.49	c CPU time:   25.9681 s
26.37/26.49	c ==============================================================================
29.57/29.60	c
29.57/29.61	c Starting glucose
29.57/29.61	c
29.57/29.61	
29.57/29.61	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
29.57/29.61	
29.57/29.61	c ============================[ Problem Statistics ]=============================
29.57/29.61	c |                                                                             |
29.57/29.61	c |  Number of variables:  54382                                                |
29.57/29.61	c |  Number of clauses:    3077743                                              |
32.65/32.76	c |  Parsing time:         2.87         s                                       |

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-1783696-1241872524/watcher-1783696-1241872524 -o /tmp/evaluation-result-1783696-1241872524/solver-1783696-1241872524 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783696-1241872524.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.93 0.98 0.94 3/64 23381
/proc/meminfo: memFree=1563320/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=0
/proc/23381/stat : 23381 (glucose.sh) R 23379 23381 23344 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 215285833 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 254195329695 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23381/statm: 1340 235 194 169 0 51 0
[pid=23382] ppid=23381 vsize=1744 CPUtime=0
/proc/23382/stat : 23382 (SatELite_releas) R 23381 23381 23344 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215285834 1785856 271 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/23382/statm: 436 275 49 174 0 259 0

[startup+0.0997959 s]
/proc/loadavg: 0.93 0.98 0.94 3/64 23381
/proc/meminfo: memFree=1563320/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=0
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215285833 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23381/statm: 1340 236 195 169 0 51 0
[pid=23382] ppid=23381 vsize=12484 CPUtime=0.08
/proc/23382/stat : 23382 (SatELite_releas) R 23381 23381 23344 0 -1 4194304 2922 0 0 0 7 1 0 0 19 0 1 0 215285834 12783616 2858 1992294400 134512640 135225430 4294956176 18446744073709551615 134723599 0 0 4096 3 0 0 0 17 1 0 0
/proc/23382/statm: 3121 2858 50 174 0 2944 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17844

[startup+0.10179 s]
/proc/loadavg: 0.93 0.98 0.94 3/64 23381
/proc/meminfo: memFree=1563320/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=0
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215285833 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23381/statm: 1340 236 195 169 0 51 0
[pid=23382] ppid=23381 vsize=12616 CPUtime=0.09
/proc/23382/stat : 23382 (SatELite_releas) R 23381 23381 23344 0 -1 4194304 2938 0 0 0 8 1 0 0 19 0 1 0 215285834 12918784 2874 1992294400 134512640 135225430 4294956176 18446744073709551615 134723972 0 0 4096 3 0 0 0 17 1 0 0
/proc/23382/statm: 3154 2874 50 174 0 2977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17976

[startup+0.30181 s]
/proc/loadavg: 0.93 0.98 0.94 3/64 23381
/proc/meminfo: memFree=1563320/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=0
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215285833 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23381/statm: 1340 236 195 169 0 51 0
[pid=23382] ppid=23381 vsize=21544 CPUtime=0.28
/proc/23382/stat : 23382 (SatELite_releas) R 23381 23381 23344 0 -1 4194304 4990 0 0 0 26 2 0 0 21 0 1 0 215285834 22061056 4926 1992294400 134512640 135225430 4294956176 18446744073709551615 134542027 0 0 4096 3 0 0 0 17 1 0 0
/proc/23382/statm: 5386 4926 50 174 0 5209 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26904

[startup+0.70184 s]
/proc/loadavg: 0.93 0.98 0.94 3/64 23381
/proc/meminfo: memFree=1563320/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=0
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215285833 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23381/statm: 1340 236 195 169 0 51 0
[pid=23382] ppid=23381 vsize=37452 CPUtime=0.68
/proc/23382/stat : 23382 (SatELite_releas) R 23381 23381 23344 0 -1 4194304 8833 0 0 0 63 5 0 0 25 0 1 0 215285834 38350848 8769 1992294400 134512640 135225430 4294956176 18446744073709551615 134576546 0 0 4096 3 0 0 0 17 1 0 0
/proc/23382/statm: 9363 8769 50 174 0 9186 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 42812

[startup+1.50189 s]
/proc/loadavg: 0.93 0.98 0.94 2/66 23383
/proc/meminfo: memFree=1516328/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=0
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215285833 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23381/statm: 1340 236 195 169 0 51 0
[pid=23382] ppid=23381 vsize=69664 CPUtime=1.48
/proc/23382/stat : 23382 (SatELite_releas) R 23381 23381 23344 0 -1 4194304 16622 0 0 0 136 12 0 0 25 0 1 0 215285834 71335936 16558 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23382/statm: 17416 16559 50 174 0 17239 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 75024

[startup+3.102 s]
/proc/loadavg: 0.93 0.98 0.94 2/66 23383
/proc/meminfo: memFree=1471976/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=0
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215285833 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23381/statm: 1340 236 195 169 0 51 0
[pid=23382] ppid=23381 vsize=134880 CPUtime=3.08
/proc/23382/stat : 23382 (SatELite_releas) R 23381 23381 23344 0 -1 4194304 32426 0 0 0 283 25 0 0 25 0 1 0 215285834 138117120 32362 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/23382/statm: 33720 32362 50 174 0 33543 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 140240

[startup+6.30224 s]
/proc/loadavg: 0.93 0.98 0.94 2/66 23383
/proc/meminfo: memFree=1372400/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=0
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215285833 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23381/statm: 1340 236 195 169 0 51 0
[pid=23382] ppid=23381 vsize=207940 CPUtime=6.28
/proc/23382/stat : 23382 (SatELite_releas) R 23381 23381 23344 0 -1 4194304 50725 0 0 0 593 35 0 0 25 0 1 0 215285834 212930560 50540 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/23382/statm: 51985 50540 76 174 0 51808 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 213300

[startup+12.7017 s]
/proc/loadavg: 0.94 0.98 0.94 2/66 23383
/proc/meminfo: memFree=1293872/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=0
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215285833 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23381/statm: 1340 236 195 169 0 51 0
[pid=23382] ppid=23381 vsize=284896 CPUtime=12.67
/proc/23382/stat : 23382 (SatELite_releas) R 23381 23381 23344 0 -1 4194304 66195 0 0 0 1223 44 0 0 25 0 1 0 215285834 291733504 65703 1992294400 134512640 135225430 4294956176 18446744073709551615 134586063 0 0 4096 3 0 0 0 17 0 0 0
/proc/23382/statm: 71224 65703 77 174 0 71047 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 290256

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.94 2/66 23383
/proc/meminfo: memFree=1293616/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=0
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215285833 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23381/statm: 1340 236 195 169 0 51 0
[pid=23382] ppid=23381 vsize=281284 CPUtime=25.46
/proc/23382/stat : 23382 (SatELite_releas) R 23381 23381 23344 0 -1 4194304 72629 0 0 0 2499 47 0 0 25 0 1 0 215285834 288034816 64612 1992294400 134512640 135225430 4294956176 18446744073709551615 134602311 0 0 4096 3 0 0 0 17 0 0 0
/proc/23382/statm: 70321 64612 77 174 0 70144 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 286644

[startup+51.1015 s]
/proc/loadavg: 1.03 1.00 0.94 2/66 23384
/proc/meminfo: memFree=1310256/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=186000 CPUtime=21.45
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 45733 0 0 0 2114 31 0 0 25 0 1 0 215288794 190464000 45691 1992294400 134512640 135217611 4294956304 18446744073709551615 134537398 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 46500 45691 76 172 0 46325 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 191360

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 0.94 2/66 23384
/proc/meminfo: memFree=1306416/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=189496 CPUtime=72.61
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 46603 0 0 0 7229 32 0 0 25 0 1 0 215288794 194043904 46561 1992294400 134512640 135217611 4294956304 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 47374 46561 76 172 0 47199 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 194856

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23384
/proc/meminfo: memFree=1304304/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=191556 CPUtime=132.6
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 47132 0 0 0 13227 33 0 0 25 0 1 0 215288794 196153344 47090 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 47889 47090 76 172 0 47714 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 196916

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23384
/proc/meminfo: memFree=1302128/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=193880 CPUtime=192.57
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 47703 0 0 0 19224 33 0 0 25 0 1 0 215288794 198533120 47661 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 48470 47661 76 172 0 48295 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 199240

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23386
/proc/meminfo: memFree=1300720/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=195188 CPUtime=252.54
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 48013 0 0 0 25220 34 0 0 25 0 1 0 215288794 199872512 47971 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 48797 47971 76 172 0 48622 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 200548

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23386
/proc/meminfo: memFree=1299760/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=196244 CPUtime=312.51
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 48268 0 0 0 31217 34 0 0 25 0 1 0 215288794 200953856 48226 1992294400 134512640 135217611 4294956304 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 49061 48226 76 172 0 48886 0
Current children cumulated CPU time (s) 342.09

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

/proc/23384/statm: 59089 58251 76 172 0 58914 0
Current children cumulated CPU time (s) 4301.06
Current children cumulated vsize (KiB) 241716

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1258160/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=236356 CPUtime=4331.47
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 58293 0 0 0 433098 49 0 0 25 0 1 0 215288794 242028544 58251 1992294400 134512640 135217611 4294956304 18446744073709551615 134532703 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 59089 58251 76 172 0 58914 0
Current children cumulated CPU time (s) 4361.05
Current children cumulated vsize (KiB) 241716

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1258160/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=236356 CPUtime=4391.46
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 58293 0 0 0 439097 49 0 0 25 0 1 0 215288794 242028544 58251 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 59089 58251 76 172 0 58914 0
Current children cumulated CPU time (s) 4421.04
Current children cumulated vsize (KiB) 241716

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1256368/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=238212 CPUtime=4451.44
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 58763 0 0 0 445094 50 0 0 25 0 1 0 215288794 243929088 58721 1992294400 134512640 135217611 4294956304 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 59553 58721 76 172 0 59378 0
Current children cumulated CPU time (s) 4481.02
Current children cumulated vsize (KiB) 243572

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1256368/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=238212 CPUtime=4511.43
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 58763 0 0 0 451093 50 0 0 25 0 1 0 215288794 243929088 58721 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 59553 58721 76 172 0 59378 0
Current children cumulated CPU time (s) 4541.01
Current children cumulated vsize (KiB) 243572

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1256176/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=238212 CPUtime=4571.42
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 58763 0 0 0 457092 50 0 0 25 0 1 0 215288794 243929088 58721 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 59553 58721 76 172 0 59378 0
Current children cumulated CPU time (s) 4601
Current children cumulated vsize (KiB) 243572

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1256048/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=238212 CPUtime=4631.4
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 58763 0 0 0 463090 50 0 0 25 0 1 0 215288794 243929088 58721 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 59553 58721 76 172 0 59378 0
Current children cumulated CPU time (s) 4660.98
Current children cumulated vsize (KiB) 243572

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1256048/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=238212 CPUtime=4691.39
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 58763 0 0 0 469089 50 0 0 25 0 1 0 215288794 243929088 58721 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 59553 58721 76 172 0 59378 0
Current children cumulated CPU time (s) 4720.97
Current children cumulated vsize (KiB) 243572

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1253552/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=240996 CPUtime=4751.38
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 59434 0 0 0 475087 51 0 0 25 0 1 0 215288794 246779904 59392 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 60249 59392 76 172 0 60074 0
Current children cumulated CPU time (s) 4780.96
Current children cumulated vsize (KiB) 246356

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1253552/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=240996 CPUtime=4811.36
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 59434 0 0 0 481085 51 0 0 25 0 1 0 215288794 246779904 59392 1992294400 134512640 135217611 4294956304 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 60249 59392 76 172 0 60074 0
Current children cumulated CPU time (s) 4840.94
Current children cumulated vsize (KiB) 246356

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1253488/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=240996 CPUtime=4871.35
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 59434 0 0 0 487084 51 0 0 25 0 1 0 215288794 246779904 59392 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 60249 59392 76 172 0 60074 0
Current children cumulated CPU time (s) 4900.93
Current children cumulated vsize (KiB) 246356

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1253424/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=240996 CPUtime=4931.34
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 59434 0 0 0 493083 51 0 0 25 0 1 0 215288794 246779904 59392 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 60249 59392 76 172 0 60074 0
Current children cumulated CPU time (s) 4960.92
Current children cumulated vsize (KiB) 246356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23394
/proc/meminfo: memFree=1253360/2055920 swapFree=4181160/4192956
[pid=23381] ppid=23379 vsize=5360 CPUtime=29.58
/proc/23381/stat : 23381 (glucose.sh) S 23379 23381 23344 0 -1 4194304 313 78824 0 0 0 0 2883 75 16 0 1 0 215285833 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23381/statm: 1340 238 195 169 0 51 0
[pid=23384] ppid=23381 vsize=240996 CPUtime=4970.43
/proc/23384/stat : 23384 (glucose_static) R 23381 23381 23344 0 -1 4194304 59434 0 0 0 496992 51 0 0 25 0 1 0 215288794 246779904 59392 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23384/statm: 60249 59392 76 172 0 60074 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 246356

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 23381 and gives
#  childrusage.ru_utime.tv_sec=28
#  childrusage.ru_utime.tv_usec=832616
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=754885
# CPU time returned by wait4() is 29.5875
# while last known CPU time is 5000.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5001.41
CPU time (s): 5000.01
CPU user time (s): 4998.75
CPU system time (s): 1.26
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 290768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8326
system time used= 0.754885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79137
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= 5
involuntary context switches= 94

runsolver used 4.06438 second user time and 14.1329 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-09 14:35:32
IDJOB=1783696
IDBENCH=24640
IDSOLVER=610
FILE ID=node34/1783696-1241872524
PBS_JOBID= 9264614
Free space on /tmp= 66184 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783696-1241872524/watcher-1783696-1241872524 -o /tmp/evaluation-result-1783696-1241872524/solver-1783696-1241872524 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783696-1241872524.cnf

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

MD5SUM BENCH= 73bcef7c584867538ae0bed90374a7ab
RANDOM SEED=1986651515

node34.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:       1563736 kB
Buffers:         28380 kB
Cached:         394568 kB
SwapCached:       5588 kB
Active:         164356 kB
Inactive:       266304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563736 kB
SwapTotal:     4192956 kB
SwapFree:      4181160 kB
Dirty:           47348 kB
Writeback:           0 kB
Mapped:          13416 kB
Slab:            47504 kB
Committed_AS:   742616 kB
PageTables:       1380 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= 66112 MiB
End job on node34 at 2009-05-09 15:58:55