Trace number 1783824

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

General information on the benchmark

Namecrafted/Hard/contest03/others/
bqwh.40.reg.520.sat05-433.reshuffled-07.cnf
MD5SUMcf535bf919bca60e7bcea01358de0b4c
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 variables2211
Number of clauses14710
Sum of the clauses size33107
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213351
Number of clauses of size 3282
Number of clauses of size 4374
Number of clauses of size 5349
Number of clauses of size over 5354

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   14710    33107 |    4412       0        0     nan |  0.000 % |
0.02/0.03	c ==============================================================================
0.02/0.03	c Result  :   #vars: 2211   #clauses: 14710   #literals: 33107
0.02/0.03	c CPU time:   0.028995 s
0.02/0.03	c ==============================================================================
0.02/0.04	c
0.02/0.04	c Starting glucose
0.02/0.04	c
0.02/0.04	
0.02/0.04	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.02/0.04	
0.02/0.04	c ============================[ Problem Statistics ]=============================
0.02/0.04	c |                                                                             |
0.02/0.04	c |  Number of variables:  2211                                                 |
0.02/0.04	c |  Number of clauses:    14710                                                |
0.02/0.05	c |  Parsing time:         0.01         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-1783824-1241889662/watcher-1783824-1241889662 -o /tmp/evaluation-result-1783824-1241889662/solver-1783824-1241889662 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783824-1241889662.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.85 0.97 0.99 3/64 29780
/proc/meminfo: memFree=1830320/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0
/proc/29780/stat : 29780 (glucose.sh) R 29778 29780 29743 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 216993413 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 217051622047 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29780/statm: 1340 235 194 169 0 51 0
[pid=29781] ppid=29780 vsize=1360 CPUtime=0
/proc/29781/stat : 29781 (SatELite_releas) R 29780 29780 29743 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 216993413 1392640 177 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29781/statm: 340 178 50 174 0 163 0

[startup+0.0251331 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29780
/proc/meminfo: memFree=1830320/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 216993413 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29780/statm: 1340 236 195 169 0 51 0
[pid=29781] ppid=29780 vsize=2052 CPUtime=0.02
/proc/29781/stat : 29781 (SatELite_releas) R 29780 29780 29743 0 -1 4194304 394 0 0 0 2 0 0 0 18 0 1 0 216993413 2101248 378 1992294400 134512640 135225430 4294956176 18446744073709551615 134587210 0 0 4096 3 0 0 0 17 0 0 0
/proc/29781/statm: 513 378 75 174 0 336 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7412

[startup+0.101146 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29780
/proc/meminfo: memFree=1830320/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.301167 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29780
/proc/meminfo: memFree=1830320/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.701213 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29780
/proc/meminfo: memFree=1830320/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+1.5013 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1826976/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=4316 CPUtime=1.44
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 779 0 0 0 144 0 0 0 25 0 1 0 216993418 4419584 765 1992294400 134512640 135217611 4294956304 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 1079 765 76 172 0 904 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9676

[startup+3.10147 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1826272/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=5240 CPUtime=3.04
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 981 0 0 0 304 0 0 0 25 0 1 0 216993418 5365760 967 1992294400 134512640 135217611 4294956304 18446744073709551615 134532843 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 1310 967 76 172 0 1135 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10600

[startup+6.30183 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1824928/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=6204 CPUtime=6.24
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 1241 0 0 0 624 0 0 0 25 0 1 0 216993418 6352896 1227 1992294400 134512640 135217611 4294956304 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 1551 1227 76 172 0 1376 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11564

[startup+12.7015 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1823856/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=7260 CPUtime=12.64
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 1510 0 0 0 1263 1 0 0 25 0 1 0 216993418 7434240 1496 1992294400 134512640 135217611 4294956304 18446744073709551615 134532758 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 1815 1496 76 172 0 1640 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12620

[startup+25.502 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1822512/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=8752 CPUtime=25.43
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 1860 0 0 0 2542 1 0 0 25 0 1 0 216993418 8962048 1846 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 2188 1846 76 172 0 2013 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14112

[startup+51.1018 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1820528/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=10764 CPUtime=51.02
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 2362 0 0 0 5099 3 0 0 25 0 1 0 216993418 11022336 2348 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 2691 2348 77 172 0 2516 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16124

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1816880/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=14412 CPUtime=102.21
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 3251 0 0 0 10217 4 0 0 25 0 1 0 216993418 14757888 3237 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 3603 3237 77 172 0 3428 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 19772

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1814576/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=16604 CPUtime=162.18
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 3819 0 0 0 16213 5 0 0 25 0 1 0 216993418 17002496 3805 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 4151 3805 77 172 0 3976 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 21964

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1812656/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=18384 CPUtime=222.15
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 4274 0 0 0 22210 5 0 0 25 0 1 0 216993418 18825216 4260 1992294400 134512640 135217611 4294956304 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 4596 4260 77 172 0 4421 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 23744

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1811184/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=19988 CPUtime=282.13
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 4641 0 0 0 28207 6 0 0 25 0 1 0 216993418 20467712 4627 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 4997 4627 77 172 0 4822 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 25348

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1809528/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=21848 CPUtime=342.08
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 5061 0 0 0 34202 6 0 0 25 0 1 0 216993418 22372352 5047 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 5462 5047 77 172 0 5287 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 27208

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29783
/proc/meminfo: memFree=1808120/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=23188 CPUtime=402.04

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

/proc/29783/statm: 14282 13738 77 172 0 14107 0
Current children cumulated CPU time (s) 4360.37
Current children cumulated vsize (KiB) 62488

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29791
/proc/meminfo: memFree=1772728/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=57272 CPUtime=4420.31
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 13782 0 0 0 442011 20 0 0 25 0 1 0 216993418 58646528 13768 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 14318 13768 77 172 0 14143 0
Current children cumulated CPU time (s) 4420.34
Current children cumulated vsize (KiB) 62632

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29791
/proc/meminfo: memFree=1772600/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=57272 CPUtime=4480.26
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 13788 0 0 0 448006 20 0 0 25 0 1 0 216993418 58646528 13774 1992294400 134512640 135217611 4294956304 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 14318 13774 77 172 0 14143 0
Current children cumulated CPU time (s) 4480.29
Current children cumulated vsize (KiB) 62632

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29791
/proc/meminfo: memFree=1772472/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=57416 CPUtime=4540.23
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 13823 0 0 0 454003 20 0 0 25 0 1 0 216993418 58793984 13809 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 14354 13809 77 172 0 14179 0
Current children cumulated CPU time (s) 4540.26
Current children cumulated vsize (KiB) 62776

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29791
/proc/meminfo: memFree=1772024/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=57920 CPUtime=4600.21
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 13927 0 0 0 460001 20 0 0 25 0 1 0 216993418 59310080 13913 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 14480 13913 77 172 0 14305 0
Current children cumulated CPU time (s) 4600.24
Current children cumulated vsize (KiB) 63280

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29791
/proc/meminfo: memFree=1771960/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=57920 CPUtime=4660.18
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 13927 0 0 0 465998 20 0 0 25 0 1 0 216993418 59310080 13913 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 14480 13913 77 172 0 14305 0
Current children cumulated CPU time (s) 4660.21
Current children cumulated vsize (KiB) 63280

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29791
/proc/meminfo: memFree=1771192/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=58712 CPUtime=4720.17
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 14126 0 0 0 471996 21 0 0 25 0 1 0 216993418 60121088 14112 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 14678 14112 77 172 0 14503 0
Current children cumulated CPU time (s) 4720.2
Current children cumulated vsize (KiB) 64072

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29791
/proc/meminfo: memFree=1769144/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=60704 CPUtime=4780.14
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 14636 0 0 0 477993 21 0 0 25 0 1 0 216993418 62160896 14622 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 15176 14622 77 172 0 15001 0
Current children cumulated CPU time (s) 4780.17
Current children cumulated vsize (KiB) 66064

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29791
/proc/meminfo: memFree=1768952/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=60920 CPUtime=4840.11
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 14675 0 0 0 483990 21 0 0 25 0 1 0 216993418 62382080 14661 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 15230 14661 77 172 0 15055 0
Current children cumulated CPU time (s) 4840.14
Current children cumulated vsize (KiB) 66280

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29793
/proc/meminfo: memFree=1768632/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=60920 CPUtime=4900.08
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 14688 0 0 0 489987 21 0 0 25 0 1 0 216993418 62382080 14674 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 15230 14674 77 172 0 15055 0
Current children cumulated CPU time (s) 4900.11
Current children cumulated vsize (KiB) 66280

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29793
/proc/meminfo: memFree=1768632/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=60920 CPUtime=4960.05
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 14688 0 0 0 495984 21 0 0 25 0 1 0 216993418 62382080 14674 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 15230 14674 77 172 0 15055 0
Current children cumulated CPU time (s) 4960.08
Current children cumulated vsize (KiB) 66280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29793
/proc/meminfo: memFree=1768632/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=60920 CPUtime=5000.04
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 14691 0 0 0 499983 21 0 0 25 0 1 0 216993418 62382080 14677 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 15230 14677 77 172 0 15055 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 66280

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: 0.99 0.97 0.99 2/66 29793
/proc/meminfo: memFree=1768632/2055920 swapFree=4180600/4192956
[pid=29780] ppid=29778 vsize=5360 CPUtime=0.03
/proc/29780/stat : 29780 (glucose.sh) S 29778 29780 29743 0 -1 4194304 313 400 0 0 0 0 3 0 16 0 1 0 216993413 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29780/statm: 1340 238 195 169 0 51 0
[pid=29783] ppid=29780 vsize=60920 CPUtime=5000.04
/proc/29783/stat : 29783 (glucose_static) R 29780 29780 29743 0 -1 4194304 14691 0 0 0 499983 21 0 0 25 0 1 0 216993418 62382080 14677 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29783/statm: 15230 14677 77 172 0 15055 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 66280

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29780 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=40993
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.045992
# while last known CPU time is 5000.07
#
# 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.07
CPU user time (s): 4999.86
CPU system time (s): 0.21
CPU usage (%): 99.9552
Max. virtual memory (cumulated for all children) (KiB): 66280

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

runsolver used 3.9284 second user time and 14.2698 second system time

The end

Launcher Data

Begin job on node59 at 2009-05-09 19:21:02
IDJOB=1783824
IDBENCH=24697
IDSOLVER=610
FILE ID=node59/1783824-1241889662
PBS_JOBID= 9264739
Free space on /tmp= 66284 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest03/others/bqwh.40.reg.520.sat05-433.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783824-1241889662/watcher-1783824-1241889662 -o /tmp/evaluation-result-1783824-1241889662/solver-1783824-1241889662 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783824-1241889662.cnf

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

MD5SUM BENCH= cf535bf919bca60e7bcea01358de0b4c
RANDOM SEED=721864578

node59.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.240
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.240
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:       1830800 kB
Buffers:         39120 kB
Cached:         116436 kB
SwapCached:       6692 kB
Active:          59728 kB
Inactive:       105696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830800 kB
SwapTotal:     4192956 kB
SwapFree:      4180600 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:          14900 kB
Slab:            45704 kB
Committed_AS:   776588 kB
PageTables:       1460 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= 66280 MiB
End job on node59 at 2009-05-09 20:44:27