Trace number 1784204

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.1 5002.31

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK13.cnf
MD5SUMee4a2d6030f643cfa5b109579b0e5c45
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 variables78
Number of clauses2162160
Sum of the clauses size25945920
Maximum clause length12
Minimum clause length12
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52162160

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...
3.59/3.64	c ==============================================================================
3.59/3.64	c |           |     ORIGINAL     |              LEARNT              |          |
3.59/3.64	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.59/3.64	c ==============================================================================
3.59/3.64	c |         0 | 2162160 25945920 |  648647       0        0     nan |  0.000 % |
3.59/3.64	c ==============================================================================
3.59/3.64	c Result  :   #vars: 78   #clauses: 2162160   #literals: 25945920
3.59/3.64	c CPU time:   3.24851 s
3.59/3.64	c ==============================================================================
10.58/10.63	c
10.58/10.63	c Starting glucose
10.58/10.63	c
10.58/10.63	
10.58/10.63	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
10.58/10.63	
10.58/10.63	c ============================[ Problem Statistics ]=============================
10.58/10.63	c |                                                                             |
10.58/10.63	c |  Number of variables:  78                                                   |
10.58/10.63	c |  Number of clauses:    2162160                                              |
13.06/13.10	c |  Parsing time:         2.21         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-1784204-1241924869/watcher-1784204-1241924869 -o /tmp/evaluation-result-1784204-1241924869/solver-1784204-1241924869 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784204-1241924869.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.08 1.02 1.01 3/64 30614
/proc/meminfo: memFree=1513776/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=0
/proc/30614/stat : 30614 (glucose.sh) R 30612 30614 27068 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 220520874 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 273952598687 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30614/statm: 1340 235 194 169 0 51 0
[pid=30615] ppid=30614 vsize=1008 CPUtime=0
/proc/30615/stat : 30615 (SatELite_releas) R 30614 30614 27068 0 -1 4194304 109 0 0 0 0 0 0 0 18 0 1 0 220520874 1032192 93 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/30615/statm: 252 93 50 174 0 75 0

[startup+0.0491821 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 30614
/proc/meminfo: memFree=1513776/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=0
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220520874 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30614/statm: 1340 236 195 169 0 51 0
[pid=30615] ppid=30614 vsize=3636 CPUtime=0.03
/proc/30615/stat : 30615 (SatELite_releas) R 30614 30614 27068 0 -1 4194304 758 0 0 0 3 0 0 0 18 0 1 0 220520874 3723264 742 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/30615/statm: 909 742 50 174 0 732 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8996

[startup+0.101187 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 30614
/proc/meminfo: memFree=1513776/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=0
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220520874 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30614/statm: 1340 236 195 169 0 51 0
[pid=30615] ppid=30614 vsize=6852 CPUtime=0.08
/proc/30615/stat : 30615 (SatELite_releas) R 30614 30614 27068 0 -1 4194304 1511 0 0 0 8 0 0 0 19 0 1 0 220520874 7016448 1495 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/30615/statm: 1713 1495 50 174 0 1536 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12212

[startup+0.301209 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 30614
/proc/meminfo: memFree=1513776/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=0
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220520874 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30614/statm: 1340 236 195 169 0 51 0
[pid=30615] ppid=30614 vsize=19056 CPUtime=0.29
/proc/30615/stat : 30615 (SatELite_releas) R 30614 30614 27068 0 -1 4194304 4441 0 0 0 27 2 0 0 21 0 1 0 220520874 19513344 4425 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/30615/statm: 4764 4426 50 174 0 4587 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24416

[startup+0.701255 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 30614
/proc/meminfo: memFree=1513776/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=0
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220520874 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30614/statm: 1340 236 195 169 0 51 0
[pid=30615] ppid=30614 vsize=43140 CPUtime=0.68
/proc/30615/stat : 30615 (SatELite_releas) R 30614 30614 27068 0 -1 4194304 10284 0 0 0 63 5 0 0 25 0 1 0 220520874 44175360 10268 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/30615/statm: 10785 10268 50 174 0 10608 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 48500

[startup+1.50135 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 30616
/proc/meminfo: memFree=1455264/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=0
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220520874 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30614/statm: 1340 236 195 169 0 51 0
[pid=30615] ppid=30614 vsize=96252 CPUtime=1.49
/proc/30615/stat : 30615 (SatELite_releas) R 30614 30614 27068 0 -1 4194304 21876 0 0 0 135 14 0 0 25 0 1 0 220520874 98562048 21860 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/30615/statm: 24063 21861 50 174 0 23886 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101612

[startup+3.10153 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 30616
/proc/meminfo: memFree=1389792/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=0
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220520874 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30614/statm: 1340 236 195 169 0 51 0
[pid=30615] ppid=30614 vsize=296576 CPUtime=3.09
/proc/30615/stat : 30615 (SatELite_releas) R 30614 30614 27068 0 -1 4194304 46796 0 0 0 278 31 0 0 25 0 1 0 220520874 303693824 46780 1992294400 134512640 135225430 4294956176 18446744073709551615 134548165 0 0 4096 3 0 0 0 17 0 0 0
/proc/30615/statm: 74144 46780 51 174 0 73967 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 301936

[startup+6.30191 s]
/proc/loadavg: 1.15 1.03 1.01 2/66 30616
/proc/meminfo: memFree=1210784/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=0
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220520874 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30614/statm: 1340 236 195 169 0 51 0
[pid=30615] ppid=30614 vsize=296580 CPUtime=6.28
/proc/30615/stat : 30615 (SatELite_releas) R 30614 30614 27068 0 -1 4194304 69952 0 0 0 578 50 0 0 18 0 1 0 220520874 303697920 69936 1992294400 134512640 135225430 4294956176 18446744073709551615 134826837 0 0 4096 3 0 0 0 17 1 0 0
/proc/30615/statm: 74145 69936 76 174 0 73968 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 301940

[startup+12.7016 s]
/proc/loadavg: 1.22 1.05 1.02 2/66 30617
/proc/meminfo: memFree=1321504/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=158760 CPUtime=2.05
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 37348 0 0 0 184 21 0 0 25 0 1 0 220521938 162570240 37334 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 39690 37335 60 172 0 39515 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 164120

[startup+25.5011 s]
/proc/loadavg: 1.24 1.06 1.02 2/66 30617
/proc/meminfo: memFree=1223008/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=210784 CPUtime=14.85
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 49687 0 0 0 1455 30 0 0 25 0 1 0 220521938 215842816 49652 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 52696 49652 74 172 0 52521 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 216144

[startup+51.1021 s]
/proc/loadavg: 1.16 1.06 1.02 2/66 30617
/proc/meminfo: memFree=1215008/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=217336 CPUtime=40.42
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 50885 0 0 0 4011 31 0 0 25 0 1 0 220521938 222552064 50850 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 54334 50850 74 172 0 54159 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 222696

[startup+102.307 s]
/proc/loadavg: 1.06 1.04 1.01 2/66 30617
/proc/meminfo: memFree=1212704/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=225100 CPUtime=91.58
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 52318 0 0 0 9125 33 0 0 25 0 1 0 220521938 230502400 52283 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 56275 52283 74 172 0 56100 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 230460

[startup+162.303 s]
/proc/loadavg: 1.02 1.03 1.01 2/66 30617
/proc/meminfo: memFree=1209696/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=229520 CPUtime=151.55
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 53072 0 0 0 15121 34 0 0 25 0 1 0 220521938 235028480 53037 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 57380 53037 74 172 0 57205 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 234880

[startup+222.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 30617
/proc/meminfo: memFree=1207904/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=231360 CPUtime=211.51
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 53489 0 0 0 21117 34 0 0 25 0 1 0 220521938 236912640 53454 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 57840 53454 74 172 0 57665 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 236720

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 30617
/proc/meminfo: memFree=1206752/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=233204 CPUtime=271.5
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 53847 0 0 0 27115 35 0 0 25 0 1 0 220521938 238800896 53812 1992294400 134512640 135217611 4294956304 18446744073709551615 134533043 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 58301 53812 74 172 0 58126 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 238564

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 30617
/proc/meminfo: memFree=1205216/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=234548 CPUtime=331.47
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 54162 0 0 0 33112 35 0 0 25 0 1 0 220521938 240177152 54127 1992294400 134512640 135217611 4294956304 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 58637 54127 74 172 0 58462 0
Current children cumulated CPU time (s) 342.08

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

/proc/30617/statm: 68585 62792 74 172 0 68410 0
Current children cumulated CPU time (s) 4360.38
Current children cumulated vsize (KiB) 279700

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1169248/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=274340 CPUtime=4409.74
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 62846 0 0 0 440923 51 0 0 25 0 1 0 220521938 280924160 62811 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68585 62811 74 172 0 68410 0
Current children cumulated CPU time (s) 4420.35
Current children cumulated vsize (KiB) 279700

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1169056/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=274604 CPUtime=4469.72
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 62907 0 0 0 446921 51 0 0 25 0 1 0 220521938 281194496 62872 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68651 62872 74 172 0 68476 0
Current children cumulated CPU time (s) 4480.33
Current children cumulated vsize (KiB) 279964

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1168992/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=274604 CPUtime=4529.69
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 62909 0 0 0 452918 51 0 0 25 0 1 0 220521938 281194496 62874 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68651 62874 74 172 0 68476 0
Current children cumulated CPU time (s) 4540.3
Current children cumulated vsize (KiB) 279964

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1168736/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=274964 CPUtime=4589.67
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 62936 0 0 0 458916 51 0 0 25 0 1 0 220521938 281563136 62901 1992294400 134512640 135217611 4294956304 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68741 62901 74 172 0 68566 0
Current children cumulated CPU time (s) 4600.28
Current children cumulated vsize (KiB) 280324

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1168352/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=275468 CPUtime=4649.64
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 63021 0 0 0 464913 51 0 0 25 0 1 0 220521938 282079232 62986 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68867 62986 74 172 0 68692 0
Current children cumulated CPU time (s) 4660.25
Current children cumulated vsize (KiB) 280828

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1168288/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=275468 CPUtime=4709.61
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 63040 0 0 0 470910 51 0 0 25 0 1 0 220521938 282079232 63005 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68867 63005 74 172 0 68692 0
Current children cumulated CPU time (s) 4720.22
Current children cumulated vsize (KiB) 280828

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1168288/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=275468 CPUtime=4769.58
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 63049 0 0 0 476907 51 0 0 25 0 1 0 220521938 282079232 63014 1992294400 134512640 135217611 4294956304 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68867 63014 74 172 0 68692 0
Current children cumulated CPU time (s) 4780.19
Current children cumulated vsize (KiB) 280828

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1168288/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=275468 CPUtime=4829.56
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 63053 0 0 0 482905 51 0 0 25 0 1 0 220521938 282079232 63018 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68867 63018 74 172 0 68692 0
Current children cumulated CPU time (s) 4840.17
Current children cumulated vsize (KiB) 280828

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1168032/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=275732 CPUtime=4889.53
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 63126 0 0 0 488901 52 0 0 25 0 1 0 220521938 282349568 63091 1992294400 134512640 135217611 4294956304 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68933 63091 74 172 0 68758 0
Current children cumulated CPU time (s) 4900.14
Current children cumulated vsize (KiB) 281092

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1168032/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=275732 CPUtime=4949.5
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 63140 0 0 0 494898 52 0 0 25 0 1 0 220521938 282349568 63105 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68933 63105 74 172 0 68758 0
Current children cumulated CPU time (s) 4960.11
Current children cumulated vsize (KiB) 281092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1168032/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=275732 CPUtime=4989.49
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 63145 0 0 0 498897 52 0 0 25 0 1 0 220521938 282349568 63110 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68933 63110 74 172 0 68758 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 281092

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

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

[startup+5002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30625
/proc/meminfo: memFree=1168032/2055920 swapFree=4121000/4192956
[pid=30614] ppid=30612 vsize=5360 CPUtime=10.61
/proc/30614/stat : 30614 (glucose.sh) S 30612 30614 27068 0 -1 4194304 313 69953 0 0 0 0 984 77 16 0 1 0 220520874 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30614/statm: 1340 238 195 169 0 51 0
[pid=30617] ppid=30614 vsize=275732 CPUtime=4989.49
/proc/30617/stat : 30617 (glucose_static) R 30614 30614 27068 0 -1 4194304 63145 0 0 0 498897 52 0 0 25 0 1 0 220521938 282349568 63110 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30617/statm: 68933 63110 74 172 0 68758 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 281092

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5002.31
CPU time (s): 5000.1
CPU user time (s): 4998.81
CPU system time (s): 1.29
CPU usage (%): 99.9558
Max. virtual memory (cumulated for all children) (KiB): 301940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.8465
system time used= 0.779881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70266
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= 6
involuntary context switches= 29

runsolver used 4.48532 second user time and 13.7129 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-10 05:07:57
IDJOB=1784204
IDBENCH=71127
IDSOLVER=610
FILE ID=node20/1784204-1241924869
PBS_JOBID= 9264857
Free space on /tmp= 66304 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK13.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784204-1241924869/watcher-1784204-1241924869 -o /tmp/evaluation-result-1784204-1241924869/solver-1784204-1241924869 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784204-1241924869.cnf

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

MD5SUM BENCH= ee4a2d6030f643cfa5b109579b0e5c45
RANDOM SEED=456176819

node20.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	: 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.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:       1514256 kB
Buffers:         57848 kB
Cached:         345976 kB
SwapCached:      66328 kB
Active:         227412 kB
Inactive:       244440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1514256 kB
SwapTotal:     4192956 kB
SwapFree:      4121000 kB
Dirty:           91928 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            55868 kB
Committed_AS:   827328 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66212 MiB
End job on node20 at 2009-05-10 06:31:21