Trace number 1783792

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glucose 1.0? (TO) 5000.01 5001.62

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v400-s344840348.sat05-470.reshuffled-07.cnf
MD5SUMad341047b56d6b96e36142808d331e4f
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 variables400
Number of clauses1400
Sum of the clauses size4200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31400
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 |    1400     4200 |     419       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 400   #clauses: 1400   #literals: 4200
0.00/0.00	c CPU time:   0.002999 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.01	
0.00/0.01	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  400                                                  |
0.00/0.01	c |  Number of clauses:    1400                                                 |
0.00/0.01	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-1783792-1241885518/watcher-1783792-1241885518 -o /tmp/evaluation-result-1783792-1241885518/solver-1783792-1241885518 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783792-1241885518.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.00 1.00 0.96 3/64 23676
/proc/meminfo: memFree=1716080/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) R 23674 23676 23562 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 216577741 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/23676/statm: 1340 235 194 169 0 51 0
[pid=23677] ppid=23676 vsize=876 CPUtime=0
/proc/23677/stat : 23677 (SatELite_releas) R 23676 23676 23562 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 216577741 897024 91 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/23677/statm: 252 92 50 174 0 75 0

[startup+0.085086 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 23676
/proc/meminfo: memFree=1716080/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101088 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 23676
/proc/meminfo: memFree=1716080/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301116 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 23676
/proc/meminfo: memFree=1716080/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701171 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 23676
/proc/meminfo: memFree=1716080/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50128 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1713952/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=3748 CPUtime=1.48
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 589 0 0 0 148 0 0 0 25 0 1 0 216577742 3837952 575 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 937 575 75 172 0 762 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9108

[startup+3.10149 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1713312/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=4408 CPUtime=3.08
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 750 0 0 0 308 0 0 0 25 0 1 0 216577742 4513792 736 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 1102 736 75 172 0 927 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9768

[startup+6.30293 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1712288/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=5220 CPUtime=6.28
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 950 0 0 0 628 0 0 0 25 0 1 0 216577742 5345280 936 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 1305 936 75 172 0 1130 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10580

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1711264/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=6304 CPUtime=12.68
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 1228 0 0 0 1268 0 0 0 25 0 1 0 216577742 6455296 1214 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 1576 1214 75 172 0 1401 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11664

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1709792/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=7700 CPUtime=25.47
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 1534 0 0 0 2547 0 0 0 25 0 1 0 216577742 7884800 1520 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 1925 1520 75 172 0 1750 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13060

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1707808/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=9568 CPUtime=51.06
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 2006 0 0 0 5105 1 0 0 25 0 1 0 216577742 9797632 1992 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 2392 1992 75 172 0 2217 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14928

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1705632/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=11816 CPUtime=102.24
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 2536 0 0 0 10223 1 0 0 25 0 1 0 216577742 12099584 2522 1992294400 134512640 135217611 4294956304 18446744073709551615 134537048 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 2954 2522 75 172 0 2779 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 17176

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1703648/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=13828 CPUtime=162.22
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 3022 0 0 0 16220 2 0 0 25 0 1 0 216577742 14159872 3008 1992294400 134512640 135217611 4294956304 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 3457 3008 75 172 0 3282 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 19188

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1702240/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=15412 CPUtime=222.21
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 3370 0 0 0 22218 3 0 0 25 0 1 0 216577742 15781888 3356 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 3853 3356 75 172 0 3678 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 20772

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1701024/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=16512 CPUtime=282.19
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 3663 0 0 0 28216 3 0 0 25 0 1 0 216577742 16908288 3649 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 4128 3649 75 172 0 3953 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 21872

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1699936/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=17664 CPUtime=342.16
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 3920 0 0 0 34213 3 0 0 25 0 1 0 216577742 18087936 3906 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 4416 3906 75 172 0 4241 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 23024

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 23679
/proc/meminfo: memFree=1698976/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=18520 CPUtime=402.15
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 4158 0 0 0 40211 4 0 0 25 0 1 0 216577742 18964480 4144 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 4630 4144 75 172 0 4455 0
Current children cumulated CPU time (s) 402.15

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

/proc/23679/statm: 11507 10397 75 172 0 11332 0
Current children cumulated CPU time (s) 4300.93
Current children cumulated vsize (KiB) 51388

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1671840/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=46184 CPUtime=4360.91
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 10453 0 0 0 436069 22 0 0 25 0 1 0 216577742 47292416 10439 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 11546 10439 75 172 0 11371 0
Current children cumulated CPU time (s) 4360.91
Current children cumulated vsize (KiB) 51544

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1671712/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=46256 CPUtime=4420.88
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 10479 0 0 0 442066 22 0 0 25 0 1 0 216577742 47366144 10465 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 11564 10465 75 172 0 11389 0
Current children cumulated CPU time (s) 4420.88
Current children cumulated vsize (KiB) 51616

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1671264/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=46780 CPUtime=4480.87
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 10582 0 0 0 448064 23 0 0 25 0 1 0 216577742 47902720 10568 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 11695 10568 75 172 0 11520 0
Current children cumulated CPU time (s) 4480.87
Current children cumulated vsize (KiB) 52140

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1671008/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=46924 CPUtime=4540.85
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 10639 0 0 0 454062 23 0 0 25 0 1 0 216577742 48050176 10625 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 11731 10625 75 172 0 11556 0
Current children cumulated CPU time (s) 4540.85
Current children cumulated vsize (KiB) 52284

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1670496/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=47464 CPUtime=4600.83
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 10765 0 0 0 460060 23 0 0 25 0 1 0 216577742 48603136 10751 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 11866 10751 75 172 0 11691 0
Current children cumulated CPU time (s) 4600.83
Current children cumulated vsize (KiB) 52824

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1670304/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=47608 CPUtime=4660.82
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 10794 0 0 0 466058 24 0 0 25 0 1 0 216577742 48750592 10780 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 11902 10780 75 172 0 11727 0
Current children cumulated CPU time (s) 4660.82
Current children cumulated vsize (KiB) 52968

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1670112/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=47772 CPUtime=4720.8
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 10833 0 0 0 472056 24 0 0 25 0 1 0 216577742 48918528 10819 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 11943 10819 75 172 0 11768 0
Current children cumulated CPU time (s) 4720.8
Current children cumulated vsize (KiB) 53132

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1670112/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=47772 CPUtime=4780.77
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 10833 0 0 0 478053 24 0 0 25 0 1 0 216577742 48918528 10819 1992294400 134512640 135217611 4294956304 18446744073709551615 134533084 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 11943 10819 75 172 0 11768 0
Current children cumulated CPU time (s) 4780.77
Current children cumulated vsize (KiB) 53132

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1669792/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=48088 CPUtime=4840.76
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 10895 0 0 0 484051 25 0 0 25 0 1 0 216577742 49242112 10881 1992294400 134512640 135217611 4294956304 18446744073709551615 134533286 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 12022 10881 75 172 0 11847 0
Current children cumulated CPU time (s) 4840.76
Current children cumulated vsize (KiB) 53448

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1669536/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=48364 CPUtime=4900.74
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 10954 0 0 0 490049 25 0 0 25 0 1 0 216577742 49524736 10940 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 12091 10940 75 172 0 11916 0
Current children cumulated CPU time (s) 4900.74
Current children cumulated vsize (KiB) 53724

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1669280/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=48524 CPUtime=4960.72
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 11017 0 0 0 496047 25 0 0 25 0 1 0 216577742 49688576 11003 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 12131 11003 75 172 0 11956 0
Current children cumulated CPU time (s) 4960.72
Current children cumulated vsize (KiB) 53884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 23687
/proc/meminfo: memFree=1669024/2055920 swapFree=4099496/4192956
[pid=23676] ppid=23674 vsize=5360 CPUtime=0
/proc/23676/stat : 23676 (glucose.sh) S 23674 23676 23562 0 -1 4194304 313 149 0 0 0 0 0 0 20 0 1 0 216577741 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23676/statm: 1340 238 195 169 0 51 0
[pid=23679] ppid=23676 vsize=48740 CPUtime=5000.01
/proc/23679/stat : 23679 (glucose_static) R 23676 23676 23562 0 -1 4194304 11068 0 0 0 499976 25 0 0 25 0 1 0 216577742 49909760 11054 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23679/statm: 12185 11054 75 172 0 12010 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 54100

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

Real time (s): 5001.62
CPU time (s): 5000.01
CPU user time (s): 4999.76
CPU system time (s): 0.25
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 54100

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

runsolver used 5.81112 second user time and 12.3831 second system time

The end

Launcher Data

Begin job on node71 at 2009-05-09 18:11:58
IDJOB=1783792
IDBENCH=24685
IDSOLVER=610
FILE ID=node71/1783792-1241885518
PBS_JOBID= 9264672
Free space on /tmp= 66516 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest02/hgen3-v400-s344840348.sat05-470.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783792-1241885518/watcher-1783792-1241885518 -o /tmp/evaluation-result-1783792-1241885518/solver-1783792-1241885518 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783792-1241885518.cnf

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

MD5SUM BENCH= ad341047b56d6b96e36142808d331e4f
RANDOM SEED=995317036

node71.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.236
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.236
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:       1716496 kB
Buffers:         36464 kB
Cached:         154036 kB
SwapCached:      87756 kB
Active:          61948 kB
Inactive:       217820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716496 kB
SwapTotal:     4192956 kB
SwapFree:      4099496 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          14088 kB
Slab:            45636 kB
Committed_AS:   604832 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= 66512 MiB
End job on node71 at 2009-05-09 19:35:21