Trace number 3365600

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 486.392 486.412

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.2849
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   39141    91329 |   11742       0        0     nan |  0.000 % |
0.00/0.15	c |         0 |   22050    73506 |      --       0       --      -- |     --   | -17049/-17722
0.00/0.15	c ==============================================================================
0.00/0.15	c Result  :   #vars: 4743   #clauses: 22050   #literals: 73506
0.00/0.15	c CPU time:   0.154976 s
0.00/0.15	c ==============================================================================
0.00/0.17	c
0.00/0.17	c Starting glucose
0.00/0.17	c
0.00/0.17	
0.00/0.17	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.17	
0.00/0.17	c ============================[ Problem Statistics ]=============================
0.00/0.17	c |                                                                             |
0.00/0.17	c |  Number of variables:  4743                                                 |
0.00/0.17	c |  Number of clauses:    22050                                                |
0.00/0.18	c |  Parsing time:         0.01         s                                       |
486.36/486.40	c restarts              : 5739
486.36/486.40	c nb ReduceDB           : 67
486.36/486.40	c nb learnts DL2        : 7926
486.36/486.40	c nb learnts size 2     : 4226
486.36/486.40	c nb learnts size 1     : 42
486.36/486.40	c conflicts             : 2585706        (5318 /sec)
486.36/486.40	c decisions             : 5707206        (1.41 % random) (11739 /sec)
486.36/486.40	c propagations          : 602045600      (1238303 /sec)
486.36/486.40	c conflict literals     : 185795157      (46.37 % deleted)
486.36/486.40	c Memory used           : 44.08 MB
486.36/486.40	c CPU time              : 486.186 s
486.36/486.40	
486.36/486.40	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-3365600-1305315334/watcher-3365600-1305315334 -o /tmp/evaluation-result-3365600-1305315334/solver-3365600-1305315334 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365600-1305315334.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: 0.00 0.00 0.00 4/344 10495
/proc/meminfo: memFree=26032920/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643133842 8912896 253 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10495/statm: 2176 253 211 178 0 69 0

[startup+0.092205 s]
/proc/loadavg: 0.00 0.00 0.00 4/344 10495
/proc/meminfo: memFree=26032920/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643133842 8912896 253 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10495/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101199 s]
/proc/loadavg: 0.00 0.00 0.00 4/344 10495
/proc/meminfo: memFree=26032920/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643133842 8912896 253 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10495/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301138 s]
/proc/loadavg: 0.00 0.00 0.00 4/344 10495
/proc/meminfo: memFree=26032920/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 8704

[startup+0.701063 s]
/proc/loadavg: 0.00 0.00 0.00 4/344 10495
/proc/meminfo: memFree=26032920/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 8704

[startup+1.50092 s]
/proc/loadavg: 0.00 0.00 0.00 3/350 10506
/proc/meminfo: memFree=26000748/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=5712 CPUtime=1.32 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 1196 0 0 0 132 0 0 0 25 0 1 0 643133859 5849088 1151 33554432000 134512640 135217611 4288289392 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 1428 1151 77 173 0 1253 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14416

[startup+3.10063 s]
/proc/loadavg: 0.00 0.00 0.00 3/350 10506
/proc/meminfo: memFree=25997276/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=6768 CPUtime=2.92 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 1450 0 0 0 292 0 0 0 25 0 1 0 643133859 6930432 1405 33554432000 134512640 135217611 4288289392 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 1692 1405 77 173 0 1517 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15472

[startup+6.30105 s]
/proc/loadavg: 0.16 0.03 0.01 3/350 10506
/proc/meminfo: memFree=25994428/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=7928 CPUtime=6.12 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 1745 0 0 0 612 0 0 0 25 0 1 0 643133859 8118272 1700 33554432000 134512640 135217611 4288289392 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 1982 1700 77 173 0 1807 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16632

[startup+12.7009 s]
/proc/loadavg: 0.31 0.07 0.02 3/350 10506
/proc/meminfo: memFree=25989912/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=9808 CPUtime=12.52 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 2200 0 0 0 1252 0 0 0 25 0 1 0 643133859 10043392 2155 33554432000 134512640 135217611 4288289392 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 2452 2155 77 173 0 2277 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18512

[startup+25.5005 s]
/proc/loadavg: 0.68 0.16 0.05 3/350 10506
/proc/meminfo: memFree=25983616/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=13220 CPUtime=25.29 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 3038 0 0 0 2529 0 0 0 25 0 1 0 643133859 13537280 2993 33554432000 134512640 135217611 4288289392 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 3305 2993 77 173 0 3130 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 21924

[startup+51.1008 s]
/proc/loadavg: 1.13 0.31 0.10 3/350 10507
/proc/meminfo: memFree=25975744/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=18016 CPUtime=50.89 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 4255 0 0 0 5089 0 0 0 25 0 1 0 643133859 18448384 4210 33554432000 134512640 135217611 4288289392 18446744073709551615 134527911 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 4504 4210 77 173 0 4329 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 26720

[startup+102.314 s]
/proc/loadavg: 1.62 0.56 0.20 3/350 10508
/proc/meminfo: memFree=25960852/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=24364 CPUtime=102.11 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 5815 0 0 0 10210 1 0 0 25 0 1 0 643133859 24948736 5770 33554432000 134512640 135217611 4288289392 18446744073709551615 134533770 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 6091 5770 77 173 0 5916 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 33068

[startup+162.301 s]
/proc/loadavg: 1.86 0.82 0.31 3/350 10510
/proc/meminfo: memFree=25954504/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=29568 CPUtime=162.09 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 7118 0 0 0 16208 1 0 0 25 0 1 0 643133859 30277632 7073 33554432000 134512640 135217611 4288289392 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 7392 7073 77 173 0 7217 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 38272

[startup+222.301 s]
/proc/loadavg: 1.95 1.04 0.41 3/350 10512
/proc/meminfo: memFree=25949776/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=33568 CPUtime=222.1 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 8060 0 0 0 22208 2 0 0 25 0 1 0 643133859 34373632 8015 33554432000 134512640 135217611 4288289392 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 8392 8015 77 173 0 8217 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 42272

[startup+282.301 s]
/proc/loadavg: 1.98 1.21 0.51 3/350 10513
/proc/meminfo: memFree=25946272/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=36924 CPUtime=282.1 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 8923 0 0 0 28208 2 0 0 25 0 1 0 643133859 37810176 8878 33554432000 134512640 135217611 4288289392 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 9231 8878 77 173 0 9056 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 45628

[startup+342.301 s]
/proc/loadavg: 2.06 1.37 0.60 3/350 10515
/proc/meminfo: memFree=25943148/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=39508 CPUtime=342.1 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 9562 0 0 0 34208 2 0 0 25 0 1 0 643133859 40456192 9517 33554432000 134512640 135217611 4288289392 18446744073709551615 134527855 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 9877 9517 77 173 0 9702 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 48212

[startup+402.301 s]
/proc/loadavg: 2.02 1.48 0.69 3/350 10516
/proc/meminfo: memFree=25939032/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=40900 CPUtime=402.1 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 9930 0 0 0 40208 2 0 0 25 0 1 0 643133859 41881600 9885 33554432000 134512640 135217611 4288289392 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 10225 9885 77 173 0 10050 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 49604

[startup+462.301 s]
/proc/loadavg: 2.00 1.57 0.77 3/350 10518
/proc/meminfo: memFree=25933052/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=45136 CPUtime=462.1 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 10972 0 0 0 46208 2 0 0 25 0 1 0 643133859 46219264 10927 33554432000 134512640 135217611 4288289392 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 11284 10927 77 173 0 11109 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 53840

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

[startup+473.501 s]
/proc/loadavg: 2.00 1.59 0.79 3/350 10518
/proc/meminfo: memFree=25933168/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=45136 CPUtime=473.3 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 10972 0 0 0 47328 2 0 0 25 0 1 0 643133859 46219264 10927 33554432000 134512640 135217611 4288289392 18446744073709551615 134527911 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 11284 10927 77 173 0 11109 0
Current children cumulated CPU time (s) 473.46
Current children cumulated vsize (KiB) 53840

[startup+479.901 s]
/proc/loadavg: 2.00 1.60 0.79 3/350 10518
/proc/meminfo: memFree=25933164/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=45136 CPUtime=479.7 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 10972 0 0 0 47968 2 0 0 25 0 1 0 643133859 46219264 10927 33554432000 134512640 135217611 4288289392 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 11284 10927 77 173 0 11109 0
Current children cumulated CPU time (s) 479.86
Current children cumulated vsize (KiB) 53840

[startup+483.101 s]
/proc/loadavg: 2.00 1.60 0.79 3/350 10518
/proc/meminfo: memFree=25933164/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=45136 CPUtime=482.9 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 10972 0 0 0 48288 2 0 0 25 0 1 0 643133859 46219264 10927 33554432000 134512640 135217611 4288289392 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 11284 10927 77 173 0 11109 0
Current children cumulated CPU time (s) 483.06
Current children cumulated vsize (KiB) 53840

[startup+484.701 s]
/proc/loadavg: 2.16 1.64 0.81 3/350 10518
/proc/meminfo: memFree=25933164/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=45136 CPUtime=484.5 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 10972 0 0 0 48448 2 0 0 25 0 1 0 643133859 46219264 10927 33554432000 134512640 135217611 4288289392 18446744073709551615 134527804 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 11284 10927 77 173 0 11109 0
Current children cumulated CPU time (s) 484.66
Current children cumulated vsize (KiB) 53840

[startup+485.501 s]
/proc/loadavg: 2.16 1.64 0.81 3/350 10519
/proc/meminfo: memFree=25933164/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=45136 CPUtime=485.3 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 10972 0 0 0 48528 2 0 0 25 0 1 0 643133859 46219264 10927 33554432000 134512640 135217611 4288289392 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 11284 10927 77 173 0 11109 0
Current children cumulated CPU time (s) 485.46
Current children cumulated vsize (KiB) 53840

[startup+485.9 s]
/proc/loadavg: 2.16 1.64 0.81 3/350 10519
/proc/meminfo: memFree=25933164/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=45136 CPUtime=485.7 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 10972 0 0 0 48568 2 0 0 25 0 1 0 643133859 46219264 10927 33554432000 134512640 135217611 4288289392 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 11284 10927 77 173 0 11109 0
Current children cumulated CPU time (s) 485.86
Current children cumulated vsize (KiB) 53840

[startup+486.3 s]
/proc/loadavg: 2.16 1.64 0.81 3/350 10519
/proc/meminfo: memFree=25933164/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=45136 CPUtime=486.1 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 10972 0 0 0 48608 2 0 0 25 0 1 0 643133859 46219264 10927 33554432000 134512640 135217611 4288289392 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 11284 10927 77 173 0 11109 0
Current children cumulated CPU time (s) 486.26
Current children cumulated vsize (KiB) 53840

[startup+486.4 s]
/proc/loadavg: 2.16 1.64 0.81 3/350 10519
/proc/meminfo: memFree=25933164/32951124 swapFree=40554400/67111528
[pid=10495] ppid=10493 vsize=8704 CPUtime=0.16 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose.sh) S 10493 10495 10463 0 -1 4202496 358 1864 0 0 0 0 16 0 24 0 1 0 643133842 8912896 255 33554432000 4194304 4922060 140734967179760 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10495/statm: 2176 255 211 178 0 69 0
[pid=10505] ppid=10495 vsize=45136 CPUtime=486.2 cores=0,2,4,6
/proc/10505/stat : 10505 (glucose_static) R 10495 10495 10463 0 -1 4202496 10972 0 0 0 48618 2 0 0 25 0 1 0 643133859 46219264 10927 33554432000 134512640 135217611 4288289392 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/10505/statm: 11284 10927 77 173 0 11109 0
Current children cumulated CPU time (s) 486.36
Current children cumulated vsize (KiB) 53840

Child status: 20
Real time (s): 486.412
CPU time (s): 486.392
CPU user time (s): 486.354
CPU system time (s): 0.037994
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 53840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 486.354
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13415
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= 44
involuntary context switches= 1055

runsolver used 1.68474 second user time and 3.63345 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-13 21:35:34
IDJOB=3365600
IDBENCH=70818
IDSOLVER=1842
FILE ID=node104/3365600-1305315334
RUNJOBID= node104-1305315334-10481
PBS_JOBID= 13324328
Free space on /tmp= 16392 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365600-1305315334/watcher-3365600-1305315334 -o /tmp/evaluation-result-3365600-1305315334/solver-3365600-1305315334 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365600-1305315334.cnf

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=1880192455

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26033208 kB
Buffers:        209804 kB
Cached:        2243756 kB
SwapCached:     122128 kB
Active:         835908 kB
Inactive:      5829600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26033208 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            2748 kB
Writeback:           0 kB
AnonPages:     4103192 kB
Mapped:          10304 kB
Slab:           102772 kB
PageTables:      85200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74812548 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= 16376 MiB
End job on node104 at 2011-05-13 21:43:40