Trace number 1784128

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.02 5002.41

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_11_3_4_fbc.cnf
MD5SUM3f38c028c252f031e9505f68e48a880b
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 variables8713
Number of clauses129507
Sum of the clauses size394961
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240674
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

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...
0.02/0.09	c ==============================================================================
0.02/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.09	c ==============================================================================
0.02/0.09	c |         0 |  129507   394961 |   38852       0        0     nan |  0.000 % |
0.68/0.71	c |         0 |  129507   394981 |      --       0       --      -- |     --   | 0/20
0.68/0.71	c ==============================================================================
0.68/0.71	c Result  :   #vars: 8709   #clauses: 129507   #literals: 394981
0.68/0.71	c CPU time:   0.687895 s
0.68/0.71	c ==============================================================================
0.79/0.83	c
0.79/0.83	c Starting glucose
0.79/0.83	c
0.79/0.83	
0.79/0.83	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.79/0.83	
0.79/0.83	c ============================[ Problem Statistics ]=============================
0.79/0.83	c |                                                                             |
0.79/0.83	c |  Number of variables:  8709                                                 |
0.79/0.83	c |  Number of clauses:    129507                                               |
0.81/0.91	c |  Parsing time:         0.08         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-1784128-1241916505/watcher-1784128-1241916505 -o /tmp/evaluation-result-1784128-1241916505/solver-1784128-1241916505 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784128-1241916505.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.92 0.98 0.99 3/64 19127
/proc/meminfo: memFree=1849344/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0
/proc/19127/stat : 19127 (glucose.sh) R 19125 19127 19090 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 219683406 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19127/statm: 1340 235 194 169 0 51 0
[pid=19128] ppid=19127 vsize=1760 CPUtime=0
/proc/19128/stat : 19128 (SatELite_releas) R 19127 19127 19090 0 -1 4194304 295 0 0 0 0 0 0 0 18 0 1 0 219683406 1802240 279 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/19128/statm: 440 283 49 174 0 263 0

[startup+0.0307011 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19127
/proc/meminfo: memFree=1849344/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219683406 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19127/statm: 1340 236 195 169 0 51 0
[pid=19128] ppid=19127 vsize=4572 CPUtime=0.02
/proc/19128/stat : 19128 (SatELite_releas) R 19127 19127 19090 0 -1 4194304 854 0 0 0 2 0 0 0 18 0 1 0 219683406 4681728 838 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/19128/statm: 1143 838 50 174 0 966 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9932

[startup+0.10171 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19127
/proc/meminfo: memFree=1849344/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219683406 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19127/statm: 1340 236 195 169 0 51 0
[pid=19128] ppid=19127 vsize=11420 CPUtime=0.08
/proc/19128/stat : 19128 (SatELite_releas) R 19127 19127 19090 0 -1 4194304 2463 0 0 0 7 1 0 0 19 0 1 0 219683406 11694080 2447 1992294400 134512640 135225430 4294956176 18446744073709551615 134587320 0 0 4096 3 0 0 0 17 0 0 0
/proc/19128/statm: 2855 2447 76 174 0 2678 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16780

[startup+0.301738 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19127
/proc/meminfo: memFree=1849344/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219683406 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19127/statm: 1340 236 195 169 0 51 0
[pid=19128] ppid=19127 vsize=11420 CPUtime=0.28
/proc/19128/stat : 19128 (SatELite_releas) R 19127 19127 19090 0 -1 4194304 2463 0 0 0 27 1 0 0 22 0 1 0 219683406 11694080 2447 1992294400 134512640 135225430 4294956176 18446744073709551615 134587617 0 0 4096 3 0 0 0 17 0 0 0
/proc/19128/statm: 2855 2447 76 174 0 2678 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16780

[startup+0.701795 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19127
/proc/meminfo: memFree=1849344/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219683406 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19127/statm: 1340 236 195 169 0 51 0
[pid=19128] ppid=19127 vsize=11420 CPUtime=0.68
/proc/19128/stat : 19128 (SatELite_releas) R 19127 19127 19090 0 -1 4194304 2463 0 0 0 67 1 0 0 25 0 1 0 219683406 11694080 2447 1992294400 134512640 135225430 4294956176 18446744073709551615 134587281 0 0 4096 3 0 0 0 17 0 0 0
/proc/19128/statm: 2855 2447 76 174 0 2678 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16780

[startup+1.50191 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19130
/proc/meminfo: memFree=1836528/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=16384 CPUtime=0.66
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 3952 0 0 0 65 1 0 0 23 0 1 0 219683489 16777216 3938 1992294400 134512640 135217611 4294956304 18446744073709551615 134533766 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 4096 3938 75 172 0 3921 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21744

[startup+3.10114 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19130
/proc/meminfo: memFree=1827568/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=22364 CPUtime=2.26
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 5463 0 0 0 224 2 0 0 25 0 1 0 219683489 22900736 5449 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 5591 5449 77 172 0 5416 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 27724

[startup+6.3016 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19130
/proc/meminfo: memFree=1818800/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=29640 CPUtime=5.45
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 7289 0 0 0 541 4 0 0 25 0 1 0 219683489 30351360 7275 1992294400 134512640 135217611 4294956304 18446744073709551615 134537207 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19130/statm: 7410 7275 77 172 0 7235 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 35000

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 19130
/proc/meminfo: memFree=1812272/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=34788 CPUtime=11.84
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 8557 0 0 0 1179 5 0 0 25 0 1 0 219683489 35622912 8543 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 8697 8543 77 172 0 8522 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 40148

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 19130
/proc/meminfo: memFree=1812272/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=34788 CPUtime=24.63
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 8563 0 0 0 2458 5 0 0 25 0 1 0 219683489 35622912 8549 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 8697 8549 77 172 0 8522 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 40148

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 19130
/proc/meminfo: memFree=1809968/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=37276 CPUtime=50.21
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 9180 0 0 0 5016 5 0 0 25 0 1 0 219683489 38170624 9166 1992294400 134512640 135217611 4294956304 18446744073709551615 134532981 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 9319 9166 77 172 0 9144 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 42636

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 19130
/proc/meminfo: memFree=1802992/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=44140 CPUtime=101.4
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 10897 0 0 0 10134 6 0 0 25 0 1 0 219683489 45199360 10883 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 11035 10883 77 172 0 10860 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 49500

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19130
/proc/meminfo: memFree=1794864/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=52588 CPUtime=161.36
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 12998 0 0 0 16129 7 0 0 25 0 1 0 219683489 53850112 12984 1992294400 134512640 135217611 4294956304 18446744073709551615 134526384 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 13147 12984 77 172 0 12972 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 57948

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19130
/proc/meminfo: memFree=1789232/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=57868 CPUtime=221.34
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 14329 0 0 0 22126 8 0 0 25 0 1 0 219683489 59256832 14315 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 14467 14315 77 172 0 14292 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 63228

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19130
/proc/meminfo: memFree=1782448/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=64788 CPUtime=281.31
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 16011 0 0 0 28122 9 0 0 25 0 1 0 219683489 66342912 15997 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 16197 15997 77 172 0 16022 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 70148

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19130
/proc/meminfo: memFree=1774896/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=72192 CPUtime=341.27
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 17885 0 0 0 34116 11 0 0 25 0 1 0 219683489 73924608 17871 1992294400 134512640 135217611 4294956304 18446744073709551615 134532693 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 18048 17871 77 172 0 17873 0
Current children cumulated CPU time (s) 342.08

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

/proc/19130/statm: 63358 63097 77 172 0 63183 0
Current children cumulated CPU time (s) 4300.21
Current children cumulated vsize (KiB) 258792

[startup+4362.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 19144
/proc/meminfo: memFree=1591720/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=253432 CPUtime=4359.38
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 63113 0 0 0 435896 42 0 0 25 0 1 0 219683489 259514368 63097 1992294400 134512640 135217611 4294956304 18446744073709551615 134542963 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 63358 63097 77 172 0 63183 0
Current children cumulated CPU time (s) 4360.19
Current children cumulated vsize (KiB) 258792

[startup+4422.3 s]
/proc/loadavg: 1.09 1.03 1.01 2/66 19624
/proc/meminfo: memFree=1589256/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=255148 CPUtime=4419.35
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 63527 0 0 0 441892 43 0 0 25 0 1 0 219683489 261271552 63511 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 63787 63511 77 172 0 63612 0
Current children cumulated CPU time (s) 4420.16
Current children cumulated vsize (KiB) 260508

[startup+4482.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 19624
/proc/meminfo: memFree=1585704/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=258856 CPUtime=4479.32
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 64476 0 0 0 447888 44 0 0 25 0 1 0 219683489 265068544 64460 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 64714 64460 77 172 0 64539 0
Current children cumulated CPU time (s) 4480.13
Current children cumulated vsize (KiB) 264216

[startup+4542.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 19624
/proc/meminfo: memFree=1585768/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=258856 CPUtime=4539.3
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 64476 0 0 0 453886 44 0 0 25 0 1 0 219683489 265068544 64460 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 64714 64460 77 172 0 64539 0
Current children cumulated CPU time (s) 4540.11
Current children cumulated vsize (KiB) 264216

[startup+4602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 19624
/proc/meminfo: memFree=1583208/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=261632 CPUtime=4599.28
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 65145 0 0 0 459883 45 0 0 25 0 1 0 219683489 267911168 65129 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 65408 65129 77 172 0 65233 0
Current children cumulated CPU time (s) 4600.09
Current children cumulated vsize (KiB) 266992

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 19624
/proc/meminfo: memFree=1582504/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=262292 CPUtime=4659.25
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 65312 0 0 0 465880 45 0 0 25 0 1 0 219683489 268587008 65296 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 65573 65296 77 172 0 65398 0
Current children cumulated CPU time (s) 4660.06
Current children cumulated vsize (KiB) 267652

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1581360/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=263624 CPUtime=4719.22
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 65642 0 0 0 471877 45 0 0 25 0 1 0 219683489 269950976 65626 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 65906 65626 77 172 0 65731 0
Current children cumulated CPU time (s) 4720.03
Current children cumulated vsize (KiB) 268984

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1580720/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=263812 CPUtime=4779.19
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 65922 0 0 0 477874 45 0 0 25 0 1 0 219683489 270143488 65706 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 65953 65706 77 172 0 65778 0
Current children cumulated CPU time (s) 4780
Current children cumulated vsize (KiB) 269172

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1574064/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=270720 CPUtime=4839.17
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 67633 0 0 0 483870 47 0 0 25 0 1 0 219683489 277217280 67417 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 67680 67417 77 172 0 67505 0
Current children cumulated CPU time (s) 4839.98
Current children cumulated vsize (KiB) 276080

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1572912/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=273900 CPUtime=4899.15
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 68440 0 0 0 489867 48 0 0 25 0 1 0 219683489 280473600 68224 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 68475 68224 77 172 0 68300 0
Current children cumulated CPU time (s) 4899.96
Current children cumulated vsize (KiB) 279260

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1570864/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=273900 CPUtime=4959.13
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 68440 0 0 0 495865 48 0 0 25 0 1 0 219683489 280473600 68224 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 68475 68224 77 172 0 68300 0
Current children cumulated CPU time (s) 4959.94
Current children cumulated vsize (KiB) 279260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1565296/2055920 swapFree=4171272/4192956
[pid=19127] ppid=19125 vsize=5360 CPUtime=0.81
/proc/19127/stat : 19127 (glucose.sh) S 19125 19127 19090 0 -1 4194304 313 2468 0 0 0 0 79 2 16 0 1 0 219683406 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19127/statm: 1340 238 195 169 0 51 0
[pid=19130] ppid=19127 vsize=279448 CPUtime=4999.21
/proc/19130/stat : 19130 (glucose_static) R 19127 19127 19090 0 -1 4194304 69827 0 0 0 499873 48 0 0 25 0 1 0 219683489 286154752 69611 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19130/statm: 69862 69611 77 172 0 69687 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 284808

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

Real time (s): 5002.41
CPU time (s): 5000.02
CPU user time (s): 4999.52
CPU system time (s): 0.5
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 284808

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

runsolver used 4.28935 second user time and 13.9129 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-10 02:48:25
IDJOB=1784128
IDBENCH=70937
IDSOLVER=610
FILE ID=node29/1784128-1241916505
PBS_JOBID= 9264893
Free space on /tmp= 66404 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_11_3_4_fbc.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784128-1241916505/watcher-1784128-1241916505 -o /tmp/evaluation-result-1784128-1241916505/solver-1784128-1241916505 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784128-1241916505.cnf

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

MD5SUM BENCH= 3f38c028c252f031e9505f68e48a880b
RANDOM SEED=694013872

node29.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.281
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.281
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:       1849824 kB
Buffers:         44824 kB
Cached:         103792 kB
SwapCached:      15876 kB
Active:          72232 kB
Inactive:        95076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849824 kB
SwapTotal:     4192956 kB
SwapFree:      4171272 kB
Dirty:            4088 kB
Writeback:           0 kB
Mapped:          14908 kB
Slab:            24808 kB
Committed_AS:   803164 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66400 MiB
End job on node29 at 2009-05-10 04:11:50