Trace number 1783972

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

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-270-1.sat05-2248.reshuffled-07.cnf
MD5SUM6829b07d42c434b96cd2417ca27ed3f2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1080     3240 |     323       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 270   #clauses: 1080   #literals: 3240
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  270                                                  |
0.00/0.00	c |  Number of clauses:    1080                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783972-1241906561/watcher-1783972-1241906561 -o /tmp/evaluation-result-1783972-1241906561/solver-1783972-1241906561 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783972-1241906561.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.99 0.97 0.91 3/64 24692
/proc/meminfo: memFree=1877184/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218684154 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 236 195 169 0 51 0
[pid=24693] ppid=24692 vsize=1008 CPUtime=0
/proc/24693/stat : 24693 (SatELite_releas) R 24692 24692 24566 0 -1 4194304 135 0 0 0 0 0 0 0 19 0 1 0 218684154 1032192 119 1992294400 134512640 135225430 4294956176 18446744073709551615 134587624 0 0 4096 3 0 0 0 17 0 0 0
/proc/24693/statm: 252 119 75 174 0 75 0

[startup+0.0969239 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24692
/proc/meminfo: memFree=1877184/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101923 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24692
/proc/meminfo: memFree=1877184/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301947 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24692
/proc/meminfo: memFree=1877184/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701994 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24692
/proc/meminfo: memFree=1877184/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50209 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1875056/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=3640 CPUtime=1.48
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 555 0 0 0 148 0 0 0 25 0 1 0 218684155 3727360 541 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 910 541 75 172 0 735 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9000

[startup+3.10127 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1874416/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=4496 CPUtime=3.08
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 772 0 0 0 308 0 0 0 25 0 1 0 218684155 4603904 758 1992294400 134512640 135217611 4294956304 18446744073709551615 134533622 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 1124 758 75 172 0 949 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9856

[startup+6.30165 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1873392/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=5288 CPUtime=6.28
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 962 0 0 0 628 0 0 0 25 0 1 0 218684155 5414912 948 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 1322 948 75 172 0 1147 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10648

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1872240/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=6240 CPUtime=12.67
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 1192 0 0 0 1267 0 0 0 25 0 1 0 218684155 6389760 1178 1992294400 134512640 135217611 4294956304 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 1560 1178 75 172 0 1385 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11600

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1870960/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=7528 CPUtime=25.48
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 1509 0 0 0 2547 1 0 0 25 0 1 0 218684155 7708672 1495 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 1882 1495 75 172 0 1707 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12888

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1869296/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=9300 CPUtime=51.06
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 1927 0 0 0 5105 1 0 0 25 0 1 0 218684155 9523200 1913 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 2325 1913 75 172 0 2150 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14660

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1866608/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=12148 CPUtime=102.25
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 2577 0 0 0 10223 2 0 0 25 0 1 0 218684155 12439552 2563 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 3037 2563 75 172 0 2862 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 17508

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1864816/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=13992 CPUtime=162.21
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 3019 0 0 0 16219 2 0 0 25 0 1 0 218684155 14327808 3005 1992294400 134512640 135217611 4294956304 18446744073709551615 134537229 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 3498 3005 75 172 0 3323 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 19352

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1863472/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=15548 CPUtime=222.18
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 3355 0 0 0 22216 2 0 0 25 0 1 0 218684155 15921152 3341 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 3887 3341 75 172 0 3712 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 20908

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1861808/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=17404 CPUtime=282.16
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 3761 0 0 0 28213 3 0 0 25 0 1 0 218684155 17821696 3747 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 4351 3747 75 172 0 4176 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 22764

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1860592/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=18740 CPUtime=342.13
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 4052 0 0 0 34210 3 0 0 25 0 1 0 218684155 19189760 4038 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 4685 4038 75 172 0 4510 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 24100

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24695
/proc/meminfo: memFree=1859696/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=19792 CPUtime=402.1
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 4297 0 0 0 40207 3 0 0 25 0 1 0 218684155 20267008 4283 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 4948 4283 75 172 0 4773 0
Current children cumulated CPU time (s) 402.1

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

/proc/24695/statm: 11659 10224 75 172 0 11484 0
Current children cumulated CPU time (s) 4360.16
Current children cumulated vsize (KiB) 51996

[startup+4422.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1834288/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=46636 CPUtime=4420.13
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10248 0 0 0 441999 14 0 0 25 0 1 0 218684155 47755264 10224 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 11659 10224 75 172 0 11484 0
Current children cumulated CPU time (s) 4420.13
Current children cumulated vsize (KiB) 51996

[startup+4482.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1834224/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=46636 CPUtime=4480.11
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10251 0 0 0 447997 14 0 0 25 0 1 0 218684155 47755264 10227 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 11659 10227 75 172 0 11484 0
Current children cumulated CPU time (s) 4480.11
Current children cumulated vsize (KiB) 51996

[startup+4542.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1834032/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=46904 CPUtime=4540.08
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10309 0 0 0 453994 14 0 0 25 0 1 0 218684155 48029696 10285 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 11726 10285 75 172 0 11551 0
Current children cumulated CPU time (s) 4540.08
Current children cumulated vsize (KiB) 52264

[startup+4602.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1833840/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=46904 CPUtime=4600.05
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10309 0 0 0 459991 14 0 0 25 0 1 0 218684155 48029696 10285 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 11726 10285 75 172 0 11551 0
Current children cumulated CPU time (s) 4600.05
Current children cumulated vsize (KiB) 52264

[startup+4662.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1833776/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=46904 CPUtime=4660.03
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10315 0 0 0 465989 14 0 0 25 0 1 0 218684155 48029696 10291 1992294400 134512640 135217611 4294956304 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 11726 10291 75 172 0 11551 0
Current children cumulated CPU time (s) 4660.03
Current children cumulated vsize (KiB) 52264

[startup+4722.31 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1833584/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=47108 CPUtime=4720
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10361 0 0 0 471986 14 0 0 25 0 1 0 218684155 48238592 10337 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 11777 10337 75 172 0 11602 0
Current children cumulated CPU time (s) 4720
Current children cumulated vsize (KiB) 52468

[startup+4782.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1833456/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=47324 CPUtime=4779.98
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10408 0 0 0 477983 15 0 0 25 0 1 0 218684155 48459776 10384 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 11831 10384 75 172 0 11656 0
Current children cumulated CPU time (s) 4779.98
Current children cumulated vsize (KiB) 52684

[startup+4842.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1833136/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=47808 CPUtime=4839.95
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10493 0 0 0 483980 15 0 0 25 0 1 0 218684155 48955392 10469 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 11952 10469 75 172 0 11777 0
Current children cumulated CPU time (s) 4839.95
Current children cumulated vsize (KiB) 53168

[startup+4902.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1832944/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=48024 CPUtime=4899.89
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10547 0 0 0 489974 15 0 0 25 0 1 0 218684155 49176576 10523 1992294400 134512640 135217611 4294956304 18446744073709551615 134532904 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24695/statm: 12006 10523 75 172 0 11831 0
Current children cumulated CPU time (s) 4899.89
Current children cumulated vsize (KiB) 53384

[startup+4962.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1832752/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=48168 CPUtime=4959.85
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10573 0 0 0 495970 15 0 0 25 0 1 0 218684155 49324032 10549 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 12042 10549 75 172 0 11867 0
Current children cumulated CPU time (s) 4959.85
Current children cumulated vsize (KiB) 53528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1832688/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=48168 CPUtime=5000.04
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10576 0 0 0 499989 15 0 0 25 0 1 0 218684155 49324032 10552 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 12042 10552 75 172 0 11867 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 53528

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

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

[startup+5002.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 24703
/proc/meminfo: memFree=1832688/2055920 swapFree=4162192/4192956
[pid=24692] ppid=24690 vsize=5360 CPUtime=0
/proc/24692/stat : 24692 (glucose.sh) S 24690 24692 24566 0 -1 4194304 313 141 0 0 0 0 0 0 19 0 1 0 218684154 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 1340 238 195 169 0 51 0
[pid=24695] ppid=24692 vsize=48168 CPUtime=5000.04
/proc/24695/stat : 24695 (glucose_static) R 24692 24692 24566 0 -1 4194304 10576 0 0 0 499989 15 0 0 25 0 1 0 218684155 49324032 10552 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24695/statm: 12042 10552 75 172 0 11867 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 53528

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24692 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=4999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.006998
# 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.51
CPU time (s): 5000.04
CPU user time (s): 4999.89
CPU system time (s): 0.15
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 53528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.004999
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3

runsolver used 5.75912 second user time and 10.1115 second system time

The end

Launcher Data

Begin job on node53 at 2009-05-10 00:02:41
IDJOB=1783972
IDBENCH=24746
IDSOLVER=610
FILE ID=node53/1783972-1241906561
PBS_JOBID= 9264826
Free space on /tmp= 66340 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-270-1.sat05-2248.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783972-1241906561/watcher-1783972-1241906561 -o /tmp/evaluation-result-1783972-1241906561/solver-1783972-1241906561 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783972-1241906561.cnf

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

MD5SUM BENCH= 6829b07d42c434b96cd2417ca27ed3f2
RANDOM SEED=433626029

node53.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1877664 kB
Buffers:         38752 kB
Cached:          74016 kB
SwapCached:      24932 kB
Active:          60820 kB
Inactive:        79140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877664 kB
SwapTotal:     4192956 kB
SwapFree:      4162192 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          13452 kB
Slab:            24384 kB
Committed_AS:   656372 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= 66336 MiB
End job on node53 at 2009-05-10 01:26:06