Trace number 1783896

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.04 5002.11

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
grid-pebbling-sat-grid-pbl-0300.sat05-1341.sat05-1341.reshuffled-07.cnf
MD5SUMe899c85929b7de69ebfb14f0dad93191
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.59076
Satisfiable
(Un)Satisfiability was proved
Number of variables90300
Number of clauses179701
Sum of the clauses size718198
Maximum clause length4
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2300
Number of clauses of size 30
Number of clauses of size 4179399
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.39/0.42	c ==============================================================================
0.39/0.42	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.42	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.42	c ==============================================================================
0.39/0.42	c |         0 |  179699   718196 |   53909       0        0     nan |  0.000 % |
2.09/2.20	c |         0 |       0        0 |      --       0       --      -- |     --   | -179699/-718188
2.19/2.20	c ==============================================================================
2.19/2.20	c Result  :   #vars: 0   #clauses: 0   #literals: 0
2.19/2.20	c CPU time:   2.02569 s
2.19/2.20	c ==============================================================================
2.19/2.21	c
2.19/2.21	c Starting glucose
2.19/2.21	c
2.19/2.21	
2.19/2.21	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.19/2.21	
2.19/2.21	c ============================[ Problem Statistics ]=============================
2.19/2.21	c |                                                                             |
2.19/2.21	c |  Number of variables:  0                                                    |
2.19/2.21	c |  Number of clauses:    0                                                    |
2.19/2.21	c |  Parsing time:         0.00         s                                       |
2.19/2.21	c restarts              : 1
2.19/2.21	c nb ReduceDB           : 0
2.19/2.21	c nb learnts DL2        : 0
2.19/2.21	c nb learnts size 2     : 0
2.19/2.21	c nb learnts size 1     : 0
2.19/2.21	c conflicts             : 0              (nan /sec)
2.19/2.21	c decisions             : 1              (0.00 % random) (inf /sec)
2.19/2.21	c propagations          : 0              (nan /sec)
2.19/2.21	c conflict literals     : 0              ( nan % deleted)
2.19/2.21	c Memory used           : 1.86 MB
2.19/2.21	c CPU time              : 0 s
2.19/2.21	

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-1783896-1241897509/watcher-1783896-1241897509 -o /tmp/evaluation-result-1783896-1241897509/solver-1783896-1241897509 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783896-1241897509.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.92 0.99 0.99 3/64 30606
/proc/meminfo: memFree=1723048/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=0
/proc/30606/stat : 30606 (glucose.sh) R 30604 30606 30385 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 217779018 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30606/statm: 1340 235 194 169 0 51 0
[pid=30607] ppid=30606 vsize=1744 CPUtime=0
/proc/30607/stat : 30607 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217779018 1785856 271 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/30607/statm: 436 275 49 174 0 259 0

[startup+0.028602 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 30606
/proc/meminfo: memFree=1723048/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=0
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217779018 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 236 195 169 0 51 0
[pid=30607] ppid=30606 vsize=13252 CPUtime=0.02
/proc/30607/stat : 30607 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 2267 0 0 0 1 1 0 0 19 0 1 0 217779018 13570048 2104 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/30607/statm: 3313 2106 49 174 0 3136 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18612

[startup+0.102606 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 30606
/proc/meminfo: memFree=1723048/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=0
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217779018 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 236 195 169 0 51 0
[pid=30607] ppid=30606 vsize=19756 CPUtime=0.09
/proc/30607/stat : 30607 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 4058 0 0 0 7 2 0 0 19 0 1 0 217779018 20230144 3895 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/30607/statm: 4939 3896 50 174 0 4762 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25116

[startup+0.301625 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 30606
/proc/meminfo: memFree=1723048/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=0
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217779018 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 236 195 169 0 51 0
[pid=30607] ppid=30606 vsize=33328 CPUtime=0.29
/proc/30607/stat : 30607 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 7363 0 0 0 25 4 0 0 21 0 1 0 217779018 34127872 7200 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/30607/statm: 8332 7203 51 174 0 8155 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38688

[startup+0.701659 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 30606
/proc/meminfo: memFree=1723048/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=0
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217779018 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 236 195 169 0 51 0
[pid=30607] ppid=30606 vsize=36576 CPUtime=0.68
/proc/30607/stat : 30607 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 8444 0 0 0 64 4 0 0 25 0 1 0 217779018 37453824 7801 1992294400 134512640 135225430 4294956176 18446744073709551615 134596588 0 0 4096 3 0 0 0 17 0 0 0
/proc/30607/statm: 9144 7801 77 174 0 8967 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 41936

[startup+1.50173 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 30608
/proc/meminfo: memFree=1691544/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=0
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217779018 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 236 195 169 0 51 0
[pid=30607] ppid=30606 vsize=37632 CPUtime=1.48
/proc/30607/stat : 30607 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 21371 0 0 0 138 10 0 0 25 0 1 0 217779018 38535168 7959 1992294400 134512640 135225430 4294956176 18446744073709551615 134599045 0 0 4096 3 0 0 0 17 0 0 0
/proc/30607/statm: 9408 7959 77 174 0 9231 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42992

[startup+3.10187 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 30608
/proc/meminfo: memFree=1687640/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 5360
heavy processes:

[startup+6.30116 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 30610
/proc/meminfo: memFree=1690200/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=33232 CPUtime=4.07
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 7267 0 0 0 404 3 0 0 25 0 1 0 217779240 34029568 7247 1992294400 134512640 135225430 4294956176 18446744073709551615 134543112 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 8308 7247 61 174 0 8131 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38592

[startup+12.7017 s]
/proc/loadavg: 0.94 0.99 0.99 2/66 30610
/proc/meminfo: memFree=1687008/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=36432 CPUtime=10.47
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 8038 0 0 0 1043 4 0 0 25 0 1 0 217779240 37306368 8018 1992294400 134512640 135225430 4294956176 18446744073709551615 134568322 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 9108 8018 61 174 0 8931 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 41792

[startup+25.5029 s]
/proc/loadavg: 0.95 0.99 0.99 2/66 30610
/proc/meminfo: memFree=1677920/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=45724 CPUtime=23.27
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 10336 0 0 0 2322 5 0 0 25 0 1 0 217779240 46821376 10316 1992294400 134512640 135225430 4294956176 18446744073709551615 134574054 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 11431 10316 61 174 0 11254 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 51084

[startup+51.1022 s]
/proc/loadavg: 0.96 0.99 0.99 2/66 30610
/proc/meminfo: memFree=1654048/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=70772 CPUtime=48.85
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 16291 0 0 0 4876 9 0 0 25 0 1 0 217779240 72470528 16271 1992294400 134512640 135225430 4294956176 18446744073709551615 134574054 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 17693 16271 61 174 0 17516 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 76132

[startup+102.307 s]
/proc/loadavg: 0.98 0.99 0.99 2/66 30610
/proc/meminfo: memFree=1630240/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=94308 CPUtime=100.03
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 22690 0 0 0 9990 13 0 0 25 0 1 0 217779240 96571392 22160 1992294400 134512640 135225430 4294956176 18446744073709551615 134568562 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 23577 22160 61 174 0 23400 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 99668

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 30610
/proc/meminfo: memFree=1590368/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=137904 CPUtime=160.01
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 33243 0 0 0 15980 21 0 0 25 0 1 0 217779240 141213696 32101 1992294400 134512640 135225430 4294956176 18446744073709551615 134574071 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 34476 32101 61 174 0 34299 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 143264

[startup+222.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 30610
/proc/meminfo: memFree=1563040/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=166156 CPUtime=219.99
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 40097 0 0 0 21973 26 0 0 25 0 1 0 217779240 170143744 38955 1992294400 134512640 135225430 4294956176 18446744073709551615 134574169 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 41539 38955 61 174 0 41362 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 171516

[startup+282.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 30610
/proc/meminfo: memFree=1554720/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=173808 CPUtime=279.96
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 42771 0 0 0 27969 27 0 0 25 0 1 0 217779240 177979392 40991 1992294400 134512640 135225430 4294956176 18446744073709551615 134568562 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 43452 40991 61 174 0 43275 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 179168

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 30610
/proc/meminfo: memFree=1535264/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=193224 CPUtime=339.94
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 48308 0 0 0 33962 32 0 0 25 0 1 0 217779240 197861376 45830 1992294400 134512640 135225430 4294956176 18446744073709551615 134556287 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 48306 45830 61 174 0 48129 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 198584


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

/proc/30610/statm: 221864 212655 61 174 0 221687 0
Current children cumulated CPU time (s) 4360.53
Current children cumulated vsize (KiB) 892816

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=864864/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=887456 CPUtime=4418.3
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 233996 0 0 0 441665 165 0 0 25 0 1 0 217779240 908754944 212657 1992294400 134512640 135225430 4294956176 18446744073709551615 134568683 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 221864 212657 61 174 0 221687 0
Current children cumulated CPU time (s) 4420.49
Current children cumulated vsize (KiB) 892816

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=864864/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=887456 CPUtime=4478.28
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 233996 0 0 0 447663 165 0 0 25 0 1 0 217779240 908754944 212657 1992294400 134512640 135225430 4294956176 18446744073709551615 134557219 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 221864 212657 61 174 0 221687 0
Current children cumulated CPU time (s) 4480.47
Current children cumulated vsize (KiB) 892816

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=864928/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=887456 CPUtime=4538.26
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 235127 0 0 0 453660 166 0 0 25 0 1 0 217779240 908754944 212659 1992294400 134512640 135225430 4294956176 18446744073709551615 134568671 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 221864 212659 61 174 0 221687 0
Current children cumulated CPU time (s) 4540.45
Current children cumulated vsize (KiB) 892816

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=864800/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=887456 CPUtime=4598.23
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 235127 0 0 0 459657 166 0 0 25 0 1 0 217779240 908754944 212659 1992294400 134512640 135225430 4294956176 18446744073709551615 134568562 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 221864 212659 61 174 0 221687 0
Current children cumulated CPU time (s) 4600.42
Current children cumulated vsize (KiB) 892816

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=864736/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=887456 CPUtime=4658.21
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 235159 0 0 0 465655 166 0 0 25 0 1 0 217779240 908754944 212691 1992294400 134512640 135225430 4294956176 18446744073709551615 134556107 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 221864 212691 61 174 0 221687 0
Current children cumulated CPU time (s) 4660.4
Current children cumulated vsize (KiB) 892816

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=850272/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=902704 CPUtime=4718.19
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 238888 0 0 0 471651 168 0 0 25 0 1 0 217779240 924368896 216420 1992294400 134512640 135225430 4294956176 18446744073709551615 134568658 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 225676 216420 61 174 0 225499 0
Current children cumulated CPU time (s) 4720.38
Current children cumulated vsize (KiB) 908064

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=841824/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=910612 CPUtime=4778.15
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 242002 0 0 0 477646 169 0 0 25 0 1 0 217779240 932466688 218371 1992294400 134512640 135225430 4294956176 18446744073709551615 134568562 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 227653 218371 61 174 0 227476 0
Current children cumulated CPU time (s) 4780.34
Current children cumulated vsize (KiB) 915972

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=841824/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=910612 CPUtime=4838.13
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 242002 0 0 0 483644 169 0 0 25 0 1 0 217779240 932466688 218371 1992294400 134512640 135225430 4294956176 18446744073709551615 134568562 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 227653 218371 61 174 0 227476 0
Current children cumulated CPU time (s) 4840.32
Current children cumulated vsize (KiB) 915972

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=841760/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=910612 CPUtime=4898.09
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 242003 0 0 0 489640 169 0 0 25 0 1 0 217779240 932466688 218372 1992294400 134512640 135225430 4294956176 18446744073709551615 134568690 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 227653 218372 61 174 0 227476 0
Current children cumulated CPU time (s) 4900.28
Current children cumulated vsize (KiB) 915972

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=841760/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=910612 CPUtime=4958.07
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 242009 0 0 0 495637 170 0 0 25 0 1 0 217779240 932466688 218378 1992294400 134512640 135225430 4294956176 18446744073709551615 134568562 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 227653 218378 61 174 0 227476 0
Current children cumulated CPU time (s) 4960.26
Current children cumulated vsize (KiB) 915972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=837344/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=918784 CPUtime=4997.85
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 243138 0 0 0 499615 170 0 0 25 0 1 0 217779240 940834816 219502 1992294400 134512640 135225430 4294956176 18446744073709551615 134548724 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 229696 219502 61 174 0 229519 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 924144

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

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

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30620
/proc/meminfo: memFree=837344/2055920 swapFree=4075576/4192956
[pid=30606] ppid=30604 vsize=5360 CPUtime=2.19
/proc/30606/stat : 30606 (glucose.sh) S 30604 30606 30385 0 -1 4194304 335 32806 0 0 0 0 202 17 16 0 1 0 217779018 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30606/statm: 1340 238 195 169 0 51 0
[pid=30610] ppid=30606 vsize=918784 CPUtime=4997.85
/proc/30610/stat : 30610 (SatELite_releas) R 30606 30606 30385 0 -1 4194304 243138 0 0 0 499615 170 0 0 25 0 1 0 217779240 940834816 219502 1992294400 134512640 135225430 4294956176 18446744073709551615 134548724 0 0 4096 3 0 0 0 17 0 0 0
/proc/30610/statm: 229696 219502 61 174 0 229519 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 924144

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30606 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=30691
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=177972
# CPU time returned by wait4() is 2.20866
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.11
CPU time (s): 5000.04
CPU user time (s): 4998.17
CPU system time (s): 1.87
CPU usage (%): 99.9586
Max. virtual memory (cumulated for all children) (KiB): 924164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.03069
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33141
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= 8
involuntary context switches= 26

runsolver used 4.90225 second user time and 13.302 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-09 21:31:50
IDJOB=1783896
IDBENCH=24723
IDSOLVER=610
FILE ID=node43/1783896-1241897509
PBS_JOBID= 9264758
Free space on /tmp= 66084 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/grid-pebbling-sat-grid-pbl-0300.sat05-1341.sat05-1341.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783896-1241897509/watcher-1783896-1241897509 -o /tmp/evaluation-result-1783896-1241897509/solver-1783896-1241897509 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783896-1241897509.cnf

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

MD5SUM BENCH= e899c85929b7de69ebfb14f0dad93191
RANDOM SEED=494916602

node43.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.237
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.237
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:       1723592 kB
Buffers:         44072 kB
Cached:         111276 kB
SwapCached:     111552 kB
Active:          86976 kB
Inactive:       182200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723592 kB
SwapTotal:     4192956 kB
SwapFree:      4075576 kB
Dirty:            6588 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            49188 kB
Committed_AS:   776728 kB
PageTables:       1452 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= 66080 MiB
End job on node43 at 2009-05-09 22:55:14