Trace number 1784028

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.04 5002.72

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
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 clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
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.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |   99699   335345 |   29909       0        0     nan |  0.000 % |
0.49/0.56	c |         0 |   99699   335365 |      --       0       --      -- |     --   | 0/20
0.49/0.56	c ==============================================================================
0.49/0.56	c Result  :   #vars: 8709   #clauses: 99699   #literals: 335365
0.49/0.56	c CPU time:   0.548916 s
0.49/0.56	c ==============================================================================
0.59/0.67	c
0.59/0.67	c Starting glucose
0.59/0.67	c
0.59/0.67	
0.59/0.67	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.59/0.67	
0.59/0.67	c ============================[ Problem Statistics ]=============================
0.59/0.67	c |                                                                             |
0.59/0.67	c |  Number of variables:  8709                                                 |
0.59/0.67	c |  Number of clauses:    99699                                                |
0.65/0.74	c |  Parsing time:         0.06         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-1784028-1241910199/watcher-1784028-1241910199 -o /tmp/evaluation-result-1784028-1241910199/solver-1784028-1241910199 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784028-1241910199.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: 1.27 1.14 1.04 3/64 24440
/proc/meminfo: memFree=1656368/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219054605 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 236 195 169 0 51 0
[pid=24441] ppid=24440 vsize=1760 CPUtime=0
/proc/24441/stat : 24441 (SatELite_releas) R 24440 24440 24303 0 -1 4194304 290 0 0 0 0 0 0 0 19 0 1 0 219054605 1802240 274 1992294400 134512640 135225430 4294956176 18446744073709551615 134543671 0 0 4096 3 0 0 0 17 0 0 0
/proc/24441/statm: 440 277 49 174 0 263 0

[startup+0.0796579 s]
/proc/loadavg: 1.27 1.14 1.04 3/64 24440
/proc/meminfo: memFree=1656368/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219054605 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 236 195 169 0 51 0
[pid=24441] ppid=24440 vsize=9812 CPUtime=0.07
/proc/24441/stat : 24441 (SatELite_releas) R 24440 24440 24303 0 -1 4194304 2076 0 0 0 6 1 0 0 19 0 1 0 219054605 10047488 2060 1992294400 134512640 135225430 4294956176 18446744073709551615 134587608 0 0 4096 3 0 0 0 17 0 0 0
/proc/24441/statm: 2453 2060 76 174 0 2276 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15172

[startup+0.101663 s]
/proc/loadavg: 1.27 1.14 1.04 3/64 24440
/proc/meminfo: memFree=1656368/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219054605 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 236 195 169 0 51 0
[pid=24441] ppid=24440 vsize=9812 CPUtime=0.09
/proc/24441/stat : 24441 (SatELite_releas) R 24440 24440 24303 0 -1 4194304 2076 0 0 0 8 1 0 0 19 0 1 0 219054605 10047488 2060 1992294400 134512640 135225430 4294956176 18446744073709551615 134587327 0 0 4096 3 0 0 0 17 0 0 0
/proc/24441/statm: 2453 2060 76 174 0 2276 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15172

[startup+0.301702 s]
/proc/loadavg: 1.27 1.14 1.04 3/64 24440
/proc/meminfo: memFree=1656368/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219054605 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 236 195 169 0 51 0
[pid=24441] ppid=24440 vsize=9812 CPUtime=0.29
/proc/24441/stat : 24441 (SatELite_releas) R 24440 24440 24303 0 -1 4194304 2076 0 0 0 28 1 0 0 21 0 1 0 219054605 10047488 2060 1992294400 134512640 135225430 4294956176 18446744073709551615 134587307 0 0 4096 3 0 0 0 17 0 0 0
/proc/24441/statm: 2453 2060 76 174 0 2276 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15172

[startup+0.701791 s]
/proc/loadavg: 1.27 1.14 1.04 3/64 24440
/proc/meminfo: memFree=1656368/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 5360

[startup+1.50294 s]
/proc/loadavg: 1.27 1.14 1.04 2/66 24443
/proc/meminfo: memFree=1644640/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=11724 CPUtime=0.82
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 2777 0 0 0 81 1 0 0 24 0 1 0 219054672 12005376 2763 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 2931 2763 75 172 0 2756 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 17084

[startup+3.10126 s]
/proc/loadavg: 1.27 1.14 1.04 2/66 24443
/proc/meminfo: memFree=1642592/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=13044 CPUtime=2.41
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 3105 0 0 0 240 1 0 0 25 0 1 0 219054672 13357056 3091 1992294400 134512640 135217611 4294956304 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 3261 3091 77 172 0 3086 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 18404

[startup+6.30189 s]
/proc/loadavg: 1.24 1.14 1.04 2/66 24443
/proc/meminfo: memFree=1640160/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=15156 CPUtime=5.61
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 3633 0 0 0 559 2 0 0 25 0 1 0 219054672 15519744 3619 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 3789 3619 77 172 0 3614 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 20516

[startup+12.7012 s]
/proc/loadavg: 1.22 1.13 1.04 2/66 24443
/proc/meminfo: memFree=1636128/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=18496 CPUtime=12
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 4471 0 0 0 1197 3 0 0 25 0 1 0 219054672 18939904 4457 1992294400 134512640 135217611 4294956304 18446744073709551615 134526335 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 4624 4457 77 172 0 4449 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 23856

[startup+25.5017 s]
/proc/loadavg: 1.17 1.13 1.04 2/66 24443
/proc/meminfo: memFree=1635104/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=19848 CPUtime=24.81
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 4799 0 0 0 2477 4 0 0 25 0 1 0 219054672 20324352 4785 1992294400 134512640 135217611 4294956304 18446744073709551615 134526222 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 4962 4785 77 172 0 4787 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 25208

[startup+51.1018 s]
/proc/loadavg: 1.11 1.11 1.04 2/66 24443
/proc/meminfo: memFree=1633248/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=21564 CPUtime=50.38
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 5222 0 0 0 5034 4 0 0 25 0 1 0 219054672 22081536 5208 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 5391 5208 77 172 0 5216 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 26924

[startup+102.307 s]
/proc/loadavg: 1.05 1.09 1.03 2/66 24443
/proc/meminfo: memFree=1627424/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=27440 CPUtime=101.56
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 6688 0 0 0 10151 5 0 0 25 0 1 0 219054672 28098560 6674 1992294400 134512640 135217611 4294956304 18446744073709551615 134526354 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 6860 6674 77 172 0 6685 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 32800

[startup+162.302 s]
/proc/loadavg: 1.02 1.08 1.03 2/66 24443
/proc/meminfo: memFree=1619488/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=35100 CPUtime=161.54
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 8632 0 0 0 16147 7 0 0 25 0 1 0 219054672 35942400 8618 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 8775 8618 77 172 0 8600 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 40460

[startup+222.302 s]
/proc/loadavg: 1.00 1.06 1.02 2/66 24443
/proc/meminfo: memFree=1614240/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=40696 CPUtime=221.5
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 10002 0 0 0 22142 8 0 0 25 0 1 0 219054672 41672704 9988 1992294400 134512640 135217611 4294956304 18446744073709551615 134537448 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 10174 9988 77 172 0 9999 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 46056

[startup+282.302 s]
/proc/loadavg: 1.00 1.05 1.02 2/66 24443
/proc/meminfo: memFree=1607072/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=47564 CPUtime=281.47
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 11730 0 0 0 28138 9 0 0 25 0 1 0 219054672 48705536 11716 1992294400 134512640 135217611 4294956304 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 11891 11716 77 172 0 11716 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 52924

[startup+342.303 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 24443
/proc/meminfo: memFree=1599712/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=55092 CPUtime=341.45
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 13567 0 0 0 34134 11 0 0 25 0 1 0 219054672 56414208 13553 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 13773 13553 77 172 0 13598 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 60452

[startup+402.301 s]

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

/proc/24443/statm: 58619 58407 77 172 0 58444 0
Current children cumulated CPU time (s) 4359.98
Current children cumulated vsize (KiB) 239836

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24451
/proc/meminfo: memFree=1416608/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=236060 CPUtime=4419.3
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 58872 0 0 0 441890 40 0 0 25 0 1 0 219054672 241725440 58826 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 59015 58826 77 172 0 58840 0
Current children cumulated CPU time (s) 4419.95
Current children cumulated vsize (KiB) 241420

[startup+4482.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 24451
/proc/meminfo: memFree=1416608/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=236060 CPUtime=4479.27
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 58872 0 0 0 447887 40 0 0 25 0 1 0 219054672 241725440 58826 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 59015 58826 77 172 0 58840 0
Current children cumulated CPU time (s) 4479.92
Current children cumulated vsize (KiB) 241420

[startup+4542.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 24451
/proc/meminfo: memFree=1413408/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=239240 CPUtime=4539.22
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 59646 0 0 0 453882 40 0 0 25 0 1 0 219054672 244981760 59600 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 59810 59600 77 172 0 59635 0
Current children cumulated CPU time (s) 4539.87
Current children cumulated vsize (KiB) 244600

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24451
/proc/meminfo: memFree=1409760/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=242680 CPUtime=4599.19
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 60526 0 0 0 459878 41 0 0 25 0 1 0 219054672 248504320 60480 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 60670 60480 77 172 0 60495 0
Current children cumulated CPU time (s) 4599.84
Current children cumulated vsize (KiB) 248040

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24451
/proc/meminfo: memFree=1409696/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=242680 CPUtime=4659.16
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 60526 0 0 0 465875 41 0 0 25 0 1 0 219054672 248504320 60480 1992294400 134512640 135217611 4294956304 18446744073709551615 134533319 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 60670 60480 77 172 0 60495 0
Current children cumulated CPU time (s) 4659.81
Current children cumulated vsize (KiB) 248040

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24451
/proc/meminfo: memFree=1409696/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=242672 CPUtime=4719.13
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 60529 0 0 0 471872 41 0 0 25 0 1 0 219054672 248496128 60483 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 60668 60483 77 172 0 60493 0
Current children cumulated CPU time (s) 4719.78
Current children cumulated vsize (KiB) 248032

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24451
/proc/meminfo: memFree=1407776/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=244652 CPUtime=4779.09
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 61020 0 0 0 477868 41 0 0 25 0 1 0 219054672 250523648 60974 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 61163 60974 77 172 0 60988 0
Current children cumulated CPU time (s) 4779.74
Current children cumulated vsize (KiB) 250012

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24451
/proc/meminfo: memFree=1407776/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=244652 CPUtime=4839.06
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 61020 0 0 0 483865 41 0 0 25 0 1 0 219054672 250523648 60974 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 61163 60974 77 172 0 60988 0
Current children cumulated CPU time (s) 4839.71
Current children cumulated vsize (KiB) 250012

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24451
/proc/meminfo: memFree=1404384/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=247956 CPUtime=4899.02
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 61844 0 0 0 489860 42 0 0 25 0 1 0 219054672 253906944 61798 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 61989 61798 77 172 0 61814 0
Current children cumulated CPU time (s) 4899.67
Current children cumulated vsize (KiB) 253316

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24451
/proc/meminfo: memFree=1401696/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=250484 CPUtime=4959
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 62669 0 0 0 495857 43 0 0 25 0 1 0 219054672 256495616 62450 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 62621 62450 77 172 0 62446 0
Current children cumulated CPU time (s) 4959.65
Current children cumulated vsize (KiB) 255844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24451
/proc/meminfo: memFree=1401696/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=250484 CPUtime=4999.39
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 62669 0 0 0 499896 43 0 0 25 0 1 0 219054672 256495616 62450 1992294400 134512640 135217611 4294956304 18446744073709551615 134539748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 62621 62450 77 172 0 62446 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 255844

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

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

[startup+5002.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24451
/proc/meminfo: memFree=1401696/2055920 swapFree=4180356/4192956
[pid=24440] ppid=24438 vsize=5360 CPUtime=0.65
/proc/24440/stat : 24440 (glucose.sh) S 24438 24440 24303 0 -1 4194304 313 2081 0 0 0 0 64 1 18 0 1 0 219054605 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24440/statm: 1340 238 195 169 0 51 0
[pid=24443] ppid=24440 vsize=250484 CPUtime=4999.39
/proc/24443/stat : 24443 (glucose_static) R 24440 24440 24303 0 -1 4194304 62669 0 0 0 499896 43 0 0 25 0 1 0 219054672 256495616 62450 1992294400 134512640 135217611 4294956304 18446744073709551615 134539748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24443/statm: 62621 62450 77 172 0 62446 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 255844

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24440 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=650901
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=20996
# CPU time returned by wait4() is 0.671897
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.72
CPU time (s): 5000.04
CPU user time (s): 4999.6
CPU system time (s): 0.44
CPU usage (%): 99.9465
Max. virtual memory (cumulated for all children) (KiB): 256616

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

runsolver used 4.26935 second user time and 13.9329 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-10 01:03:19
IDJOB=1784028
IDBENCH=70910
IDSOLVER=610
FILE ID=node1/1784028-1241910199
PBS_JOBID= 9264818
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=1469712792

node1.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.259
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	: 5931.00
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.259
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:       1656912 kB
Buffers:         46036 kB
Cached:         287608 kB
SwapCached:       6356 kB
Active:          63932 kB
Inactive:       277560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656912 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            3556 kB
Writeback:           0 kB
Mapped:          13576 kB
Slab:            43556 kB
Committed_AS:   766096 kB
PageTables:       1436 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= 66252 MiB
End job on node1 at 2009-05-10 02:26:44