Trace number 1772684

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) 10000.1 10004.2

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-13-u.cnf
MD5SUM4bb23e70b97827425fcf5759bf0a79a2
Bench CategoryAPPLICATION (applications 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 variables184196
Number of clauses833889
Sum of the clauses size1904914
Maximum clause length10
Minimum clause length1
Number of clauses of size 113964
Number of clauses of size 2672565
Number of clauses of size 3112780
Number of clauses of size 43840
Number of clauses of size 515360
Number of clauses of size over 515380

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.58/0.64	c ==============================================================================
0.58/0.64	c |           |     ORIGINAL     |              LEARNT              |          |
0.58/0.64	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.58/0.64	c ==============================================================================
0.58/0.64	c |         0 |  819017  1889038 |  245705       0        0     nan |  0.000 % |
5.16/5.26	c |         0 |  472816  1288651 |      --       0       --      -- |     --   | -148996/-152766
5.16/5.27	c ==============================================================================
5.16/5.27	c Result  :   #vars: 86440   #clauses: 472816   #literals: 1288651
5.16/5.27	c CPU time:   5.04923 s
5.16/5.27	c ==============================================================================
5.65/5.75	c
5.65/5.75	c Starting glucose
5.65/5.75	c
5.65/5.75	
5.65/5.75	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.65/5.75	
5.65/5.75	c ============================[ Problem Statistics ]=============================
5.65/5.75	c |                                                                             |
5.65/5.75	c |  Number of variables:  86440                                                |
5.65/5.75	c |  Number of clauses:    472816                                               |
5.70/6.09	c |  Parsing time:         0.29         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-1772684-1241249110/watcher-1772684-1241249110 -o /tmp/evaluation-result-1772684-1241249110/solver-1772684-1241249110 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772684-1241249110.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.12 1.06 1.01 3/64 31496
/proc/meminfo: memFree=1144176/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=0
/proc/31496/stat : 31496 (glucose.sh) R 31494 31496 31333 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 152944288 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31496/statm: 1340 235 194 169 0 51 0
[pid=31497] ppid=31496 vsize=1324 CPUtime=0
/proc/31497/stat : 31497 (SatELite_releas) R 31496 31496 31333 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 152944288 1355776 189 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/31497/statm: 331 189 50 174 0 154 0

[startup+0.0475549 s]
/proc/loadavg: 1.12 1.06 1.01 3/64 31496
/proc/meminfo: memFree=1144176/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=0
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152944288 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31496/statm: 1340 236 195 169 0 51 0
[pid=31497] ppid=31496 vsize=11800 CPUtime=0.03
/proc/31497/stat : 31497 (SatELite_releas) R 31496 31496 31333 0 -1 4194304 2141 0 0 0 3 0 0 0 19 0 1 0 152944288 12083200 2125 1992294400 134512640 135225430 4294956176 18446744073709551615 134543671 0 0 4096 3 0 0 0 17 0 0 0
/proc/31497/statm: 2950 2129 50 174 0 2773 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17160

[startup+0.102557 s]
/proc/loadavg: 1.12 1.06 1.01 3/64 31496
/proc/meminfo: memFree=1144176/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=0
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152944288 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31496/statm: 1340 236 195 169 0 51 0
[pid=31497] ppid=31496 vsize=22976 CPUtime=0.09
/proc/31497/stat : 31497 (SatELite_releas) R 31496 31496 31333 0 -1 4194304 5425 0 0 0 7 2 0 0 19 0 1 0 152944288 23527424 5409 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31497/statm: 5744 5411 50 174 0 5567 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28336

[startup+0.301577 s]
/proc/loadavg: 1.12 1.06 1.01 3/64 31496
/proc/meminfo: memFree=1144176/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=0
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152944288 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31496/statm: 1340 236 195 169 0 51 0
[pid=31497] ppid=31496 vsize=56988 CPUtime=0.28
/proc/31497/stat : 31497 (SatELite_releas) R 31496 31496 31333 0 -1 4194304 11807 0 0 0 24 4 0 0 21 0 1 0 152944288 58355712 11791 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31497/statm: 14247 11791 50 174 0 14070 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62348

[startup+0.701621 s]
/proc/loadavg: 1.12 1.06 1.01 3/64 31496
/proc/meminfo: memFree=1144176/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=0
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152944288 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31496/statm: 1340 236 195 169 0 51 0
[pid=31497] ppid=31496 vsize=88724 CPUtime=0.69
/proc/31497/stat : 31497 (SatELite_releas) R 31496 31496 31333 0 -1 4194304 19437 0 0 0 59 10 0 0 25 0 1 0 152944288 90853376 19421 1992294400 134512640 135225430 4294956176 18446744073709551615 134549852 0 0 4096 3 0 0 0 17 0 0 0
/proc/31497/statm: 22181 19422 72 174 0 22004 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94084

[startup+1.50171 s]
/proc/loadavg: 1.12 1.06 1.01 2/66 31498
/proc/meminfo: memFree=1061344/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=0
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152944288 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31496/statm: 1340 236 195 169 0 51 0
[pid=31497] ppid=31496 vsize=101276 CPUtime=1.48
/proc/31497/stat : 31497 (SatELite_releas) R 31496 31496 31333 0 -1 4194304 23449 0 0 0 136 12 0 0 25 0 1 0 152944288 103706624 21548 1992294400 134512640 135225430 4294956176 18446744073709551615 134549680 0 0 4096 3 0 0 0 17 0 0 0
/proc/31497/statm: 25319 21548 77 174 0 25142 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 106636

[startup+3.10188 s]
/proc/loadavg: 1.12 1.06 1.01 2/66 31498
/proc/meminfo: memFree=1053216/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=0
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152944288 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31496/statm: 1340 236 195 169 0 51 0
[pid=31497] ppid=31496 vsize=111260 CPUtime=3.09
/proc/31497/stat : 31497 (SatELite_releas) R 31496 31496 31333 0 -1 4194304 26112 0 0 0 296 13 0 0 25 0 1 0 152944288 113930240 23854 1992294400 134512640 135225430 4294956176 18446744073709551615 134549555 0 0 4096 3 0 0 0 17 0 0 0
/proc/31497/statm: 27815 23854 77 174 0 27638 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116620

[startup+6.30124 s]
/proc/loadavg: 1.11 1.06 1.01 2/66 31498
/proc/meminfo: memFree=1045216/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 5360

[startup+12.7019 s]
/proc/loadavg: 1.10 1.06 1.00 2/66 31499
/proc/meminfo: memFree=1091552/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=40912 CPUtime=6.92
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 9670 0 0 0 686 6 0 0 25 0 1 0 152944863 41893888 9643 1992294400 134512640 135217611 4294956288 18446744073709551615 134532721 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 10228 9643 77 172 0 10053 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 46272

[startup+25.5023 s]
/proc/loadavg: 1.15 1.07 1.01 2/66 31499
/proc/meminfo: memFree=1083296/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=49100 CPUtime=19.72
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 11688 0 0 0 1965 7 0 0 25 0 1 0 152944863 50278400 11661 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 12275 11661 77 172 0 12100 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 54460

[startup+51.1021 s]
/proc/loadavg: 1.10 1.06 1.01 2/66 31499
/proc/meminfo: memFree=1069856/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=62284 CPUtime=45.29
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 15013 0 0 0 4518 11 0 0 25 0 1 0 152944863 63778816 14986 1992294400 134512640 135217611 4294956288 18446744073709551615 134527823 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 15571 14986 77 172 0 15396 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 67644

[startup+102.307 s]
/proc/loadavg: 1.04 1.05 1.00 2/66 31499
/proc/meminfo: memFree=1056608/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=75568 CPUtime=96.47
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 18309 0 0 0 9633 14 0 0 25 0 1 0 152944863 77381632 18282 1992294400 134512640 135217611 4294956288 18446744073709551615 134532588 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 18892 18282 77 172 0 18717 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 80928

[startup+162.302 s]
/proc/loadavg: 1.01 1.04 1.00 2/66 31499
/proc/meminfo: memFree=1045920/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=86816 CPUtime=156.44
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 21132 0 0 0 15627 17 0 0 25 0 1 0 152944863 88899584 21105 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 21704 21105 77 172 0 21529 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 92176

[startup+222.303 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 31499
/proc/meminfo: memFree=1044832/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=87228 CPUtime=216.42
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 21248 0 0 0 21625 17 0 0 25 0 1 0 152944863 89321472 21221 1992294400 134512640 135217611 4294956288 18446744073709551615 134526338 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 21807 21221 77 172 0 21632 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 92588

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 31499
/proc/meminfo: memFree=1041312/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=90884 CPUtime=276.4
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 22138 0 0 0 27622 18 0 0 25 0 1 0 152944863 93065216 22111 1992294400 134512640 135217611 4294956288 18446744073709551615 134532843 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 22721 22111 77 172 0 22546 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 96244

[startup+342.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 31499
/proc/meminfo: memFree=1038112/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=94068 CPUtime=336.38
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 22933 0 0 0 33619 19 0 0 25 0 1 0 152944863 96325632 22906 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 23517 22906 77 172 0 23342 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 99428

[startup+402.301 s]

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

/proc/31499/statm: 73861 73180 77 172 0 73686 0
Current children cumulated CPU time (s) 9338.43
Current children cumulated vsize (KiB) 300804

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835296/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9392.69
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73262 0 0 0 939198 71 0 0 25 0 1 0 152944863 302534656 73180 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73180 77 172 0 73686 0
Current children cumulated CPU time (s) 9398.39
Current children cumulated vsize (KiB) 300804

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835296/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9452.67
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73262 0 0 0 945196 71 0 0 25 0 1 0 152944863 302534656 73180 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73180 77 172 0 73686 0
Current children cumulated CPU time (s) 9458.37
Current children cumulated vsize (KiB) 300804

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835296/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9512.65
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73262 0 0 0 951194 71 0 0 25 0 1 0 152944863 302534656 73180 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73180 77 172 0 73686 0
Current children cumulated CPU time (s) 9518.35
Current children cumulated vsize (KiB) 300804

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835296/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9572.62
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73262 0 0 0 957191 71 0 0 25 0 1 0 152944863 302534656 73180 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73180 77 172 0 73686 0
Current children cumulated CPU time (s) 9578.32
Current children cumulated vsize (KiB) 300804

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835296/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9632.6
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73264 0 0 0 963189 71 0 0 25 0 1 0 152944863 302534656 73182 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73182 77 172 0 73686 0
Current children cumulated CPU time (s) 9638.3
Current children cumulated vsize (KiB) 300804

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835296/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9692.58
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73264 0 0 0 969187 71 0 0 25 0 1 0 152944863 302534656 73182 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73182 77 172 0 73686 0
Current children cumulated CPU time (s) 9698.28
Current children cumulated vsize (KiB) 300804

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835296/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9752.55
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73264 0 0 0 975184 71 0 0 25 0 1 0 152944863 302534656 73182 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73182 77 172 0 73686 0
Current children cumulated CPU time (s) 9758.25
Current children cumulated vsize (KiB) 300804

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835296/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9812.52
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73264 0 0 0 981181 71 0 0 25 0 1 0 152944863 302534656 73182 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73182 77 172 0 73686 0
Current children cumulated CPU time (s) 9818.22
Current children cumulated vsize (KiB) 300804

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835296/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9872.5
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73265 0 0 0 987179 71 0 0 25 0 1 0 152944863 302534656 73183 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73183 77 172 0 73686 0
Current children cumulated CPU time (s) 9878.2
Current children cumulated vsize (KiB) 300804

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835360/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9932.47
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73266 0 0 0 993176 71 0 0 25 0 1 0 152944863 302534656 73184 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73184 77 172 0 73686 0
Current children cumulated CPU time (s) 9938.17
Current children cumulated vsize (KiB) 300804

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835360/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9992.46
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73266 0 0 0 999175 71 0 0 25 0 1 0 152944863 302534656 73184 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73184 77 172 0 73686 0
Current children cumulated CPU time (s) 9998.16
Current children cumulated vsize (KiB) 300804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31523
/proc/meminfo: memFree=835360/2055920 swapFree=4191900/4192956
[pid=31496] ppid=31494 vsize=5360 CPUtime=5.7
/proc/31496/stat : 31496 (glucose.sh) S 31494 31496 31333 0 -1 4194304 313 33832 0 0 0 0 548 22 16 0 1 0 152944288 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31496/statm: 1340 238 195 169 0 51 0
[pid=31499] ppid=31496 vsize=295444 CPUtime=9994.36
/proc/31499/stat : 31499 (glucose_static) R 31496 31496 31333 0 -1 4194304 73266 0 0 0 999365 71 0 0 25 0 1 0 152944863 302534656 73184 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31499/statm: 73861 73184 77 172 0 73686 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 300804

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

Real time (s): 10004.2
CPU time (s): 10000.1
CPU user time (s): 9999.13
CPU system time (s): 0.93
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (KiB): 300804

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

runsolver used 7.96579 second user time and 28.4187 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-02 09:25:11
IDJOB=1772684
IDBENCH=20370
IDSOLVER=610
FILE ID=node21/1772684-1241249110
PBS_JOBID= 9224886
Free space on /tmp= 66468 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-13-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772684-1241249110/watcher-1772684-1241249110 -o /tmp/evaluation-result-1772684-1241249110/solver-1772684-1241249110 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772684-1241249110.cnf

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

MD5SUM BENCH= 4bb23e70b97827425fcf5759bf0a79a2
RANDOM SEED=1605493072

node21.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.233
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.233
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:       1144720 kB
Buffers:         74532 kB
Cached:         724276 kB
SwapCached:        260 kB
Active:          51492 kB
Inactive:       760512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144720 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           16208 kB
Writeback:           0 kB
Mapped:          21780 kB
Slab:            85284 kB
Committed_AS:   769228 kB
PageTables:       1376 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= 66452 MiB
End job on node21 at 2009-05-02 12:11:57