Trace number 1783572

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.21

General information on the benchmark

Namecrafted/Medium/contest05/others/
pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
MD5SUMab810788a5ff5edde690e75706c8dd18
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.2297
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of clauses562
Sum of the clauses size1684
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     562     1684 |     168       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     561     1682 |      --       0       --      -- |     --   | -1/-2
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 168   #clauses: 561   #literals: 1682
0.00/0.00	c CPU time:   0 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  168                                                  |
0.00/0.00	c |  Number of clauses:    561                                                  |
0.00/0.00	c |  Parsing time:         0.00         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-1783572-1241861798/watcher-1783572-1241861798 -o /tmp/evaluation-result-1783572-1241861798/solver-1783572-1241861798 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783572-1241861798.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.00 0.00 0.00 2/64 4524
/proc/meminfo: memFree=1936300/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 287 0 0 0 0 0 0 0 21 0 1 0 214212412 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 236 195 169 0 51 0
[pid=4525] ppid=4524 vsize=876 CPUtime=0
/proc/4525/stat : 4525 (SatELite_releas) R 4524 4524 4460 0 -1 4194304 75 0 0 0 0 0 0 0 24 0 1 0 214212412 897024 60 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/4525/statm: 219 63 49 174 0 42 0

[startup+0.0165529 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 4524
/proc/meminfo: memFree=1936300/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101561 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 4524
/proc/meminfo: memFree=1936300/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301582 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 4524
/proc/meminfo: memFree=1936300/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701626 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 4524
/proc/meminfo: memFree=1936300/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50171 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 4527
/proc/meminfo: memFree=1934300/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=3896 CPUtime=1.48
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 599 0 0 0 148 0 0 0 25 0 1 0 214212413 3989504 585 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 974 585 75 172 0 799 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9256

[startup+3.10189 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 4527
/proc/meminfo: memFree=1933532/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=4576 CPUtime=3.08
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 777 0 0 0 308 0 0 0 25 0 1 0 214212413 4685824 763 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 1144 763 75 172 0 969 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9936

[startup+6.30224 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 4527
/proc/meminfo: memFree=1932316/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=5388 CPUtime=6.28
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 979 0 0 0 628 0 0 0 25 0 1 0 214212413 5517312 965 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 1347 965 75 172 0 1172 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10748

[startup+12.7019 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 4527
/proc/meminfo: memFree=1931100/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=6528 CPUtime=12.68
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 1268 0 0 0 1268 0 0 0 25 0 1 0 214212413 6684672 1254 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 1632 1254 75 172 0 1457 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11888

[startup+25.5013 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 4527
/proc/meminfo: memFree=1929692/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=7996 CPUtime=25.47
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 1627 0 0 0 2547 0 0 0 25 0 1 0 214212413 8187904 1613 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 1999 1613 75 172 0 1824 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13356

[startup+51.1011 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 4527
/proc/meminfo: memFree=1927836/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=10016 CPUtime=51.06
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 2094 0 0 0 5105 1 0 0 25 0 1 0 214212413 10256384 2080 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 2504 2080 75 172 0 2329 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 15376

[startup+102.306 s]
/proc/loadavg: 0.82 0.29 0.10 2/66 4527
/proc/meminfo: memFree=1924956/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=13028 CPUtime=102.24
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 2795 0 0 0 10222 2 0 0 25 0 1 0 214212413 13340672 2781 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 3257 2781 75 172 0 3082 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18388

[startup+162.301 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 4527
/proc/meminfo: memFree=1922460/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=15656 CPUtime=162.22
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 3401 0 0 0 16219 3 0 0 25 0 1 0 214212413 16031744 3387 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 3914 3387 75 172 0 3739 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 21016

[startup+222.302 s]
/proc/loadavg: 0.97 0.52 0.20 2/66 4527
/proc/meminfo: memFree=1920348/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=17792 CPUtime=222.18
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 3913 0 0 0 22215 3 0 0 25 0 1 0 214212413 18219008 3899 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 4448 3899 75 172 0 4273 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 23152

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.25 2/66 4529
/proc/meminfo: memFree=1918428/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=19820 CPUtime=282.16
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 4381 0 0 0 28212 4 0 0 25 0 1 0 214212413 20295680 4367 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 4955 4367 75 172 0 4780 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 25180

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.30 2/66 4529
/proc/meminfo: memFree=1917660/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=20596 CPUtime=342.13
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 4573 0 0 0 34209 4 0 0 25 0 1 0 214212413 21090304 4559 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 5149 4559 75 172 0 4974 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 25956

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.33 2/66 4529
/proc/meminfo: memFree=1916380/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=22192 CPUtime=402.1
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 4902 0 0 0 40205 5 0 0 25 0 1 0 214212413 22724608 4885 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 5548 4885 75 172 0 5373 0
Current children cumulated CPU time (s) 402.1

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

/proc/4527/statm: 13325 11841 75 172 0 13150 0
Current children cumulated CPU time (s) 4300.41
Current children cumulated vsize (KiB) 58660

[startup+4362.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1885852/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=53912 CPUtime=4360.38
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12020 0 0 0 436022 16 0 0 25 0 1 0 214212413 55205888 11975 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 13478 11975 75 172 0 13303 0
Current children cumulated CPU time (s) 4360.38
Current children cumulated vsize (KiB) 59272

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1885852/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=53912 CPUtime=4420.36
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12020 0 0 0 442020 16 0 0 25 0 1 0 214212413 55205888 11975 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 13478 11975 75 172 0 13303 0
Current children cumulated CPU time (s) 4420.36
Current children cumulated vsize (KiB) 59272

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1884892/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=54836 CPUtime=4480.34
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12259 0 0 0 448017 17 0 0 25 0 1 0 214212413 56152064 12214 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 13709 12214 75 172 0 13534 0
Current children cumulated CPU time (s) 4480.34
Current children cumulated vsize (KiB) 60196

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1884764/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=54996 CPUtime=4540.3
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12291 0 0 0 454013 17 0 0 25 0 1 0 214212413 56315904 12246 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 13749 12246 75 172 0 13574 0
Current children cumulated CPU time (s) 4540.3
Current children cumulated vsize (KiB) 60356

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1883932/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=55548 CPUtime=4600.28
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12445 0 0 0 460011 17 0 0 25 0 1 0 214212413 56881152 12400 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 13887 12400 75 172 0 13712 0
Current children cumulated CPU time (s) 4600.28
Current children cumulated vsize (KiB) 60908

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1883932/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=55548 CPUtime=4660.26
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12445 0 0 0 466009 17 0 0 25 0 1 0 214212413 56881152 12400 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 13887 12400 75 172 0 13712 0
Current children cumulated CPU time (s) 4660.26
Current children cumulated vsize (KiB) 60908

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1883676/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=55948 CPUtime=4720.23
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12498 0 0 0 472006 17 0 0 25 0 1 0 214212413 57290752 12453 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 13987 12453 75 172 0 13812 0
Current children cumulated CPU time (s) 4720.23
Current children cumulated vsize (KiB) 61308

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1883676/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=55948 CPUtime=4780.21
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12498 0 0 0 478004 17 0 0 25 0 1 0 214212413 57290752 12453 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 13987 12453 75 172 0 13812 0
Current children cumulated CPU time (s) 4780.21
Current children cumulated vsize (KiB) 61308

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1883356/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=56284 CPUtime=4840.18
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12563 0 0 0 484001 17 0 0 25 0 1 0 214212413 57634816 12518 1992294400 134512640 135217611 4294956304 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 14071 12518 75 172 0 13896 0
Current children cumulated CPU time (s) 4840.18
Current children cumulated vsize (KiB) 61644

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1883356/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=56392 CPUtime=4900.15
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12574 0 0 0 489998 17 0 0 25 0 1 0 214212413 57745408 12529 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 14098 12529 75 172 0 13923 0
Current children cumulated CPU time (s) 4900.15
Current children cumulated vsize (KiB) 61752

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1883164/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=56392 CPUtime=4960.13
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12601 0 0 0 495995 18 0 0 25 0 1 0 214212413 57745408 12556 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 14098 12556 75 172 0 13923 0
Current children cumulated CPU time (s) 4960.13
Current children cumulated vsize (KiB) 61752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 4537
/proc/meminfo: memFree=1882844/2055920 swapFree=4181220/4192956
[pid=4524] ppid=4522 vsize=5360 CPUtime=0
/proc/4524/stat : 4524 (glucose.sh) S 4522 4524 4460 0 -1 4194304 313 126 0 0 0 0 0 0 22 0 1 0 214212412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4524/statm: 1340 238 195 169 0 51 0
[pid=4527] ppid=4524 vsize=56688 CPUtime=5000.02
/proc/4527/stat : 4527 (glucose_static) R 4524 4524 4460 0 -1 4194304 12676 0 0 0 499984 18 0 0 25 0 1 0 214212413 58048512 12631 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4527/statm: 14172 12631 75 172 0 13997 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 62048

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 4524 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.004998
# 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.21
CPU time (s): 5000.02
CPU user time (s): 4999.84
CPU system time (s): 0.18
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 62048

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

runsolver used 4.67529 second user time and 13.5249 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-09 11:36:39
IDJOB=1783572
IDBENCH=24600
IDSOLVER=610
FILE ID=node35/1783572-1241861798
PBS_JOBID= 9264577
Free space on /tmp= 66292 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/others/pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783572-1241861798/watcher-1783572-1241861798 -o /tmp/evaluation-result-1783572-1241861798/solver-1783572-1241861798 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783572-1241861798.cnf

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

MD5SUM BENCH= ab810788a5ff5edde690e75706c8dd18
RANDOM SEED=336175132

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1936780 kB
Buffers:         21428 kB
Cached:          52392 kB
SwapCached:       6148 kB
Active:          47524 kB
Inactive:        34712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1936780 kB
SwapTotal:     4192956 kB
SwapFree:      4181220 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:          13420 kB
Slab:            22912 kB
Committed_AS:   792368 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= 66292 MiB
End job on node35 at 2009-05-09 13:00:03