Trace number 3365742

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
SAT09 reference solver:glucose 1.0UNSAT 600.22 600.219

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark198.951
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

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.66	c ==============================================================================
0.00/0.66	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.66	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.66	c ==============================================================================
0.00/0.66	c |         0 | 1689184  4062497 |  506755       0        0     nan |  0.000 % |
1.10/1.11	c |         0 | 1596018  3866706 |      --       0       --      -- |     --   | -8260/1624
1.10/1.12	c ==============================================================================
1.10/1.12	c Result  :   #vars: 188863   #clauses: 1596018   #literals: 3866706
1.10/1.12	c CPU time:   1.01484 s
1.10/1.12	c ==============================================================================
1.79/1.85	c
1.79/1.85	c Starting glucose
1.79/1.85	c
1.79/1.85	
1.79/1.85	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.79/1.85	
1.79/1.85	c ============================[ Problem Statistics ]=============================
1.79/1.85	c |                                                                             |
1.79/1.85	c |  Number of variables:  188863                                               |
1.79/1.85	c |  Number of clauses:    1596018                                              |
2.27/2.34	c |  Parsing time:         0.45         s                                       |
600.09/600.19	c restarts              : 70
600.09/600.19	c nb ReduceDB           : 2
600.09/600.19	c nb learnts DL2        : 929
600.09/600.19	c nb learnts size 2     : 326
600.09/600.19	c nb learnts size 1     : 103
600.09/600.19	c conflicts             : 48179          (81 /sec)
600.09/600.19	c decisions             : 532906         (0.94 % random) (891 /sec)
600.09/600.19	c propagations          : 887787564      (1484009 /sec)
600.09/600.19	c conflict literals     : 124546043      (34.55 % deleted)
600.09/600.19	c Memory used           : 329.10 MB
600.09/600.19	c CPU time              : 598.236 s
600.09/600.19	
600.18/600.21	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3365742-1305319160/watcher-3365742-1305319160 -o /tmp/evaluation-result-3365742-1305319160/solver-3365742-1305319160 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365742-1305319160.cnf 

running on 4 cores: 0,2,4,6

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): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.94 3/358 13381
/proc/meminfo: memFree=8971296/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 624332034 8912896 252 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13381/statm: 2176 252 211 178 0 69 0

[startup+0.105206 s]
/proc/loadavg: 2.00 2.01 1.94 3/358 13381
/proc/meminfo: memFree=8971296/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 624332034 8912896 252 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13381/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.2012 s]
/proc/loadavg: 2.00 2.01 1.94 3/358 13381
/proc/meminfo: memFree=8971296/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 624332034 8912896 252 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13381/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301172 s]
/proc/loadavg: 2.00 2.01 1.94 3/358 13381
/proc/meminfo: memFree=8971296/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 624332034 8912896 252 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13381/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701099 s]
/proc/loadavg: 2.00 2.01 1.94 3/358 13381
/proc/meminfo: memFree=8971296/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 624332034 8912896 252 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13381/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50095 s]
/proc/loadavg: 2.00 2.01 1.94 3/360 13383
/proc/meminfo: memFree=8828060/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 624332034 8912896 252 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13381/statm: 2176 252 211 178 0 69 0
[pid=13382] ppid=13381 vsize=156444 CPUtime=1.49 cores=0,2,4,6
/proc/13382/stat : 13382 (SatELite_releas) R 13381 13381 13194 0 -1 4202496 55978 0 0 0 137 12 0 0 25 0 1 0 624332034 160198656 35327 33554432000 134512640 135225430 4290014256 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13382/statm: 39111 35327 91 175 0 38934 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 165148

[startup+3.10067 s]
/proc/loadavg: 2.00 2.01 1.94 3/360 13384
/proc/meminfo: memFree=8862032/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=103888 CPUtime=1.22 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 24446 0 0 0 120 2 0 0 22 0 1 0 624332219 106381312 24400 33554432000 134512640 135217611 4287878736 18446744073709551615 134532700 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 25972 24400 77 173 0 25797 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 112592

[startup+6.30109 s]
/proc/loadavg: 2.16 2.04 1.95 3/360 13384
/proc/meminfo: memFree=8830296/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=107592 CPUtime=4.43 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 25366 0 0 0 440 3 0 0 25 0 1 0 624332219 110174208 25320 33554432000 134512640 135217611 4287878736 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 26898 25320 77 173 0 26723 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 116296

[startup+12.701 s]
/proc/loadavg: 2.15 2.04 1.95 3/360 13384
/proc/meminfo: memFree=8822756/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=116372 CPUtime=10.82 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 27546 0 0 0 1079 3 0 0 25 0 1 0 624332219 119164928 27470 33554432000 134512640 135217611 4287878736 18446744073709551615 134528068 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 29093 27470 77 173 0 28918 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 125076

[startup+25.5006 s]
/proc/loadavg: 2.11 2.04 1.95 3/360 13385
/proc/meminfo: memFree=8808808/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=128820 CPUtime=23.63 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 30755 0 0 0 2359 4 0 0 25 0 1 0 624332219 131911680 30618 33554432000 134512640 135217611 4287878736 18446744073709551615 134528056 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 32205 30618 77 173 0 32030 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 137524

[startup+51.101 s]
/proc/loadavg: 2.07 2.04 1.95 3/360 13385
/proc/meminfo: memFree=8785516/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=152964 CPUtime=49.23 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 36796 0 0 0 4918 5 0 0 25 0 1 0 624332219 156635136 36659 33554432000 134512640 135217611 4287878736 18446744073709551615 134527905 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 38241 36659 77 173 0 38066 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 161668

[startup+102.301 s]
/proc/loadavg: 2.03 2.03 1.95 3/360 13387
/proc/meminfo: memFree=8730228/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=206452 CPUtime=100.44 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 50165 0 0 0 10038 6 0 0 25 0 1 0 624332219 211406848 50028 33554432000 134512640 135217611 4287878736 18446744073709551615 134527886 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 51613 50028 77 173 0 51438 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 215156

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 1.95 3/360 13388
/proc/meminfo: memFree=8675836/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=261348 CPUtime=160.43 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 63862 0 0 0 16036 7 0 0 25 0 1 0 624332219 267620352 63725 33554432000 134512640 135217611 4287878736 18446744073709551615 134527916 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 65337 63725 77 173 0 65162 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 270052

[startup+222.313 s]
/proc/loadavg: 2.00 2.02 1.95 3/360 13390
/proc/meminfo: memFree=8659060/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=277760 CPUtime=220.45 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 67955 0 0 0 22037 8 0 0 25 0 1 0 624332219 284426240 67818 33554432000 134512640 135217611 4287878736 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 69440 67818 77 173 0 69265 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 286464

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/360 13391
/proc/meminfo: memFree=8631360/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=307052 CPUtime=280.43 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 75278 0 0 0 28034 9 0 0 25 0 1 0 624332219 314421248 75141 33554432000 134512640 135217611 4287878736 18446744073709551615 134528016 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 76763 75141 77 173 0 76588 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 315756

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/360 13393
/proc/meminfo: memFree=8611352/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=325868 CPUtime=340.44 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 80044 0 0 0 34034 10 0 0 25 0 1 0 624332219 333688832 79865 33554432000 134512640 135217611 4287878736 18446744073709551615 134527888 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 81467 79865 77 173 0 81292 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 334572

[startup+402.301 s]
/proc/loadavg: 2.03 2.01 1.96 3/360 13395
/proc/meminfo: memFree=8611328/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=325868 CPUtime=400.44 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 80044 0 0 0 40034 10 0 0 25 0 1 0 624332219 333688832 79865 33554432000 134512640 135217611 4287878736 18446744073709551615 134526350 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 81467 79865 77 173 0 81292 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 334572

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/360 13396
/proc/meminfo: memFree=8611296/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=325868 CPUtime=460.44 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 80045 0 0 0 46034 10 0 0 25 0 1 0 624332219 333688832 79866 33554432000 134512640 135217611 4287878736 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 81467 79866 77 173 0 81292 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 334572

[startup+522.3 s]
/proc/loadavg: 2.04 2.02 1.96 3/360 13398
/proc/meminfo: memFree=8611140/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=325868 CPUtime=520.44 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 80051 0 0 0 52034 10 0 0 25 0 1 0 624332219 333688832 79872 33554432000 134512640 135217611 4287878736 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 81467 79872 77 173 0 81292 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 334572

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/360 13399
/proc/meminfo: memFree=8600444/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=336992 CPUtime=580.45 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 82849 0 0 0 58034 11 0 0 25 0 1 0 624332219 345079808 82670 33554432000 134512640 135217611 4287878736 18446744073709551615 134528138 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 84248 82670 77 173 0 84073 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 345696

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

[startup+588.8 s]
/proc/loadavg: 2.01 2.01 1.96 3/360 13400
/proc/meminfo: memFree=8600304/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=336992 CPUtime=586.95 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 82849 0 0 0 58684 11 0 0 25 0 1 0 624332219 345079808 82670 33554432000 134512640 135217611 4287878736 18446744073709551615 134528016 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 84248 82670 77 173 0 84073 0
Current children cumulated CPU time (s) 588.79
Current children cumulated vsize (KiB) 345696

[startup+595.213 s]
/proc/loadavg: 2.01 2.01 1.96 3/360 13400
/proc/meminfo: memFree=8600304/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=336992 CPUtime=593.36 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 82849 0 0 0 59325 11 0 0 25 0 1 0 624332219 345079808 82670 33554432000 134512640 135217611 4287878736 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 84248 82670 77 173 0 84073 0
Current children cumulated CPU time (s) 595.2
Current children cumulated vsize (KiB) 345696

[startup+598.401 s]
/proc/loadavg: 2.01 2.01 1.96 3/360 13400
/proc/meminfo: memFree=8600180/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=336992 CPUtime=596.55 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 82849 0 0 0 59644 11 0 0 25 0 1 0 624332219 345079808 82670 33554432000 134512640 135217611 4287878736 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 84248 82670 77 173 0 84073 0
Current children cumulated CPU time (s) 598.39
Current children cumulated vsize (KiB) 345696

[startup+599.201 s]
/proc/loadavg: 2.01 2.01 1.96 3/360 13400
/proc/meminfo: memFree=8600180/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=336992 CPUtime=597.35 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 82849 0 0 0 59724 11 0 0 25 0 1 0 624332219 345079808 82670 33554432000 134512640 135217611 4287878736 18446744073709551615 134537918 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 84248 82670 77 173 0 84073 0
Current children cumulated CPU time (s) 599.19
Current children cumulated vsize (KiB) 345696

[startup+600 s]
/proc/loadavg: 2.01 2.01 1.96 3/360 13400
/proc/meminfo: memFree=8600304/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=336992 CPUtime=598.15 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202496 82849 0 0 0 59804 11 0 0 25 0 1 0 624332219 345079808 82670 33554432000 134512640 135217611 4287878736 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13384/statm: 84248 82670 77 173 0 84073 0
Current children cumulated CPU time (s) 599.99
Current children cumulated vsize (KiB) 345696

[startup+600.2 s]
/proc/loadavg: 2.01 2.01 1.96 3/360 13400
/proc/meminfo: memFree=8600304/32951124 swapFree=67111348/67111528
[pid=13381] ppid=13379 vsize=8704 CPUtime=1.84 cores=0,2,4,6
/proc/13381/stat : 13381 (glucose.sh) S 13379 13381 13194 0 -1 4202496 358 55979 0 0 0 0 169 15 18 0 1 0 624332034 8912896 254 33554432000 4194304 4922060 140736492051392 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13381/statm: 2176 254 211 178 0 69 0
[pid=13384] ppid=13381 vsize=0 CPUtime=598.34 cores=0,2,4,6
/proc/13384/stat : 13384 (glucose_static) R 13381 13381 13194 0 -1 4202500 82861 0 0 0 59823 11 0 0 18 0 1 0 624332219 0 0 33554432000 0 0 0 0 0 0 0 4096 8388611 18446744073709551615 0 0 17 4 0 0 0
/proc/13384/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 600.18
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 600.219
CPU time (s): 600.22
CPU user time (s): 599.936
CPU system time (s): 0.283956
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 345696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 599.936
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139407
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= 39
involuntary context switches= 781

runsolver used 2.05069 second user time and 4.54331 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 22:39:22
IDJOB=3365742
IDBENCH=82403
IDSOLVER=1842
FILE ID=node145/3365742-1305319160
RUNJOBID= node145-1305315242-13212
PBS_JOBID= 13324287
Free space on /tmp= 43164 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365742-1305319160/watcher-3365742-1305319160 -o /tmp/evaluation-result-3365742-1305319160/solver-3365742-1305319160 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365742-1305319160.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1767788005

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8971568 kB
Buffers:        254352 kB
Cached:       17418140 kB
SwapCached:          0 kB
Active:        8071688 kB
Inactive:     15324152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8971568 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           41940 kB
Writeback:           0 kB
AnonPages:     5723192 kB
Mapped:          27988 kB
Slab:           484820 kB
PageTables:      34492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79612140 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 43164 MiB
End job on node145 at 2011-05-13 22:49:22