Trace number 3308474

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 518.031 518.029

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 benchmark57.5483
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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   39141    91329 |   11742       0        0     nan |  0.000 % |
0.00/0.14	c |         0 |   22050    73506 |      --       0       --      -- |     --   | -17049/-17722
0.00/0.14	c ==============================================================================
0.00/0.14	c Result  :   #vars: 4743   #clauses: 22050   #literals: 73506
0.00/0.14	c CPU time:   0.139978 s
0.00/0.14	c ==============================================================================
0.00/0.16	c
0.00/0.16	c Starting glucose
0.00/0.16	c
0.00/0.16	
0.00/0.16	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.16	
0.00/0.16	c ============================[ Problem Statistics ]=============================
0.00/0.16	c |                                                                             |
0.00/0.16	c |  Number of variables:  4743                                                 |
0.00/0.16	c |  Number of clauses:    22050                                                |
0.00/0.17	c |  Parsing time:         0.01         s                                       |
518.00/518.02	c restarts              : 5739
518.00/518.02	c nb ReduceDB           : 67
518.00/518.02	c nb learnts DL2        : 7926
518.00/518.02	c nb learnts size 2     : 4226
518.00/518.02	c nb learnts size 1     : 42
518.00/518.02	c conflicts             : 2585706        (4993 /sec)
518.00/518.02	c decisions             : 5707206        (1.41 % random) (11021 /sec)
518.00/518.02	c propagations          : 602045600      (1162575 /sec)
518.00/518.02	c conflict literals     : 185795157      (46.37 % deleted)
518.00/518.02	c Memory used           : 44.08 MB
518.00/518.02	c CPU time              : 517.855 s
518.00/518.02	
518.00/518.02	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: 935)

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-3308474-1303983224/watcher-3308474-1303983224 -o /tmp/evaluation-result-3308474-1303983224/solver-3308474-1303983224 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308474-1303983224.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 8940
/proc/meminfo: memFree=30536856/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) R 8938 8940 8895 0 -1 4202496 316 0 0 0 0 0 0 0 21 0 1 0 509922773 8912896 252 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640679829 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/8940/statm: 2176 252 211 178 0 69 0

[startup+0.0316271 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 8940
/proc/meminfo: memFree=30536856/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509922773 8912896 252 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8940/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100609 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 8940
/proc/meminfo: memFree=30536856/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509922773 8912896 252 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8940/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300538 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 8940
/proc/meminfo: memFree=30536856/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 8704

[startup+0.700467 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 8940
/proc/meminfo: memFree=30536856/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 8704

[startup+1.50037 s]
/proc/loadavg: 0.00 0.00 0.00 5/194 8963
/proc/meminfo: memFree=30473884/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=5716 CPUtime=1.33 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 1197 0 0 0 133 0 0 0 25 0 1 0 509922790 5853184 1152 33554432000 134512640 135217611 4291154080 18446744073709551615 134534057 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 1429 1152 77 173 0 1254 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14420

[startup+3.10107 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 8964
/proc/meminfo: memFree=30480084/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=6772 CPUtime=2.93 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 1452 0 0 0 293 0 0 0 25 0 1 0 509922790 6934528 1407 33554432000 134512640 135217611 4291154080 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 1693 1407 77 173 0 1518 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15476

[startup+6.30049 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 8964
/proc/meminfo: memFree=30472156/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=7932 CPUtime=6.13 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 1745 0 0 0 613 0 0 0 25 0 1 0 509922790 8122368 1700 33554432000 134512640 135217611 4291154080 18446744073709551615 134527984 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 1983 1700 77 173 0 1808 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16636

[startup+12.7003 s]
/proc/loadavg: 0.89 0.20 0.06 5/194 8964
/proc/meminfo: memFree=30462600/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=9824 CPUtime=12.53 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 2195 0 0 0 1253 0 0 0 25 0 1 0 509922790 10059776 2150 33554432000 134512640 135217611 4291154080 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 2456 2150 77 173 0 2281 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18528

[startup+25.501 s]
/proc/loadavg: 1.36 0.32 0.11 5/194 8965
/proc/meminfo: memFree=30452452/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=13216 CPUtime=25.33 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 3038 0 0 0 2533 0 0 0 25 0 1 0 509922790 13533184 2993 33554432000 134512640 135217611 4291154080 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 3304 2993 77 173 0 3129 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21920

[startup+51.1004 s]
/proc/loadavg: 2.26 0.62 0.21 5/194 8965
/proc/meminfo: memFree=30438632/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=17884 CPUtime=50.93 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 4225 0 0 0 5093 0 0 0 25 0 1 0 509922790 18313216 4180 33554432000 134512640 135217611 4291154080 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 4471 4180 77 173 0 4296 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26588

[startup+102.307 s]
/proc/loadavg: 3.30 1.18 0.42 5/194 8967
/proc/meminfo: memFree=30412440/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=24368 CPUtime=102.13 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 5817 0 0 0 10213 0 0 0 25 0 1 0 509922790 24952832 5772 33554432000 134512640 135217611 4291154080 18446744073709551615 134538855 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 6092 5772 77 173 0 5917 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 33072

[startup+162.301 s]
/proc/loadavg: 3.74 1.69 0.64 5/194 8968
/proc/meminfo: memFree=30398016/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=29572 CPUtime=162.13 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 7118 0 0 0 16213 0 0 0 25 0 1 0 509922790 30281728 7073 33554432000 134512640 135217611 4291154080 18446744073709551615 134537408 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 7393 7073 77 173 0 7218 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 38276

[startup+222.3 s]
/proc/loadavg: 3.90 2.11 0.85 5/194 8970
/proc/meminfo: memFree=30389308/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=32248 CPUtime=222.13 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 7741 0 0 0 22213 0 0 0 25 0 1 0 509922790 33021952 7696 33554432000 134512640 135217611 4291154080 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 8062 7696 77 173 0 7887 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 40952

[startup+282.3 s]
/proc/loadavg: 4.01 2.47 1.05 5/194 8972
/proc/meminfo: memFree=30379972/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=36688 CPUtime=282.14 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 8854 0 0 0 28213 1 0 0 25 0 1 0 509922790 37568512 8809 33554432000 134512640 135217611 4291154080 18446744073709551615 134533211 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 9172 8809 77 173 0 8997 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 45392

[startup+342.3 s]
/proc/loadavg: 4.00 2.74 1.23 5/194 8973
/proc/meminfo: memFree=30370644/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=39320 CPUtime=342.14 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 9513 0 0 0 34213 1 0 0 25 0 1 0 509922790 40263680 9468 33554432000 134512640 135217611 4291154080 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 9830 9468 77 173 0 9655 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 48024

[startup+402.301 s]
/proc/loadavg: 4.00 2.95 1.39 5/194 8975
/proc/meminfo: memFree=30364660/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=40900 CPUtime=402.14 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 9928 0 0 0 40213 1 0 0 25 0 1 0 509922790 41881600 9883 33554432000 134512640 135217611 4291154080 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 10225 9883 77 173 0 10050 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 49604

[startup+462.301 s]
/proc/loadavg: 4.03 3.17 1.57 5/194 8976
/proc/meminfo: memFree=30355952/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=44344 CPUtime=462.14 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 10792 0 0 0 46213 1 0 0 25 0 1 0 509922790 45408256 10747 33554432000 134512640 135217611 4291154080 18446744073709551615 134539603 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 11086 10747 77 173 0 10911 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 53048

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

[startup+486.3 s]
/proc/loadavg: 4.02 3.22 1.62 5/194 8977
/proc/meminfo: memFree=30350740/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=45136 CPUtime=486.14 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 10973 0 0 0 48613 1 0 0 25 0 1 0 509922790 46219264 10928 33554432000 134512640 135217611 4291154080 18446744073709551615 134537321 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 11284 10928 77 173 0 11109 0
Current children cumulated CPU time (s) 486.29
Current children cumulated vsize (KiB) 53840

[startup+499.101 s]
/proc/loadavg: 4.02 3.26 1.66 5/194 8977
/proc/meminfo: memFree=30350240/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=45136 CPUtime=498.94 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 10974 0 0 0 49893 1 0 0 25 0 1 0 509922790 46219264 10929 33554432000 134512640 135217611 4291154080 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 11284 10929 77 173 0 11109 0
Current children cumulated CPU time (s) 499.09
Current children cumulated vsize (KiB) 53840

[startup+505.501 s]
/proc/loadavg: 4.02 3.27 1.67 5/194 8978
/proc/meminfo: memFree=30350108/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=45136 CPUtime=505.34 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 10974 0 0 0 50533 1 0 0 25 0 1 0 509922790 46219264 10929 33554432000 134512640 135217611 4291154080 18446744073709551615 134527896 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 11284 10929 77 173 0 11109 0
Current children cumulated CPU time (s) 505.49
Current children cumulated vsize (KiB) 53840

[startup+511.901 s]
/proc/loadavg: 4.01 3.28 1.68 5/194 8978
/proc/meminfo: memFree=30350224/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=45136 CPUtime=511.74 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 10974 0 0 0 51173 1 0 0 25 0 1 0 509922790 46219264 10929 33554432000 134512640 135217611 4291154080 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 11284 10929 77 173 0 11109 0
Current children cumulated CPU time (s) 511.89
Current children cumulated vsize (KiB) 53840

[startup+515.101 s]
/proc/loadavg: 4.09 3.31 1.70 5/194 8978
/proc/meminfo: memFree=30350224/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=45136 CPUtime=514.94 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 10974 0 0 0 51493 1 0 0 25 0 1 0 509922790 46219264 10929 33554432000 134512640 135217611 4291154080 18446744073709551615 134533158 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 11284 10929 77 173 0 11109 0
Current children cumulated CPU time (s) 515.09
Current children cumulated vsize (KiB) 53840

[startup+516.701 s]
/proc/loadavg: 4.09 3.31 1.70 5/194 8978
/proc/meminfo: memFree=30350224/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=45136 CPUtime=516.54 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 10974 0 0 0 51653 1 0 0 25 0 1 0 509922790 46219264 10929 33554432000 134512640 135217611 4291154080 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 11284 10929 77 173 0 11109 0
Current children cumulated CPU time (s) 516.69
Current children cumulated vsize (KiB) 53840

[startup+517.501 s]
/proc/loadavg: 4.08 3.32 1.71 5/194 8978
/proc/meminfo: memFree=30350224/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=45136 CPUtime=517.34 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 10974 0 0 0 51733 1 0 0 25 0 1 0 509922790 46219264 10929 33554432000 134512640 135217611 4291154080 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 11284 10929 77 173 0 11109 0
Current children cumulated CPU time (s) 517.49
Current children cumulated vsize (KiB) 53840

[startup+517.901 s]
/proc/loadavg: 4.08 3.32 1.71 5/194 8978
/proc/meminfo: memFree=30350224/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=45136 CPUtime=517.74 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 10974 0 0 0 51773 1 0 0 25 0 1 0 509922790 46219264 10929 33554432000 134512640 135217611 4291154080 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 11284 10929 77 173 0 11109 0
Current children cumulated CPU time (s) 517.89
Current children cumulated vsize (KiB) 53840

[startup+518.001 s]
/proc/loadavg: 4.08 3.32 1.71 5/194 8978
/proc/meminfo: memFree=30350224/32951124 swapFree=67111364/67111528
[pid=8940] ppid=8938 vsize=8704 CPUtime=0.15 cores=1,3
/proc/8940/stat : 8940 (glucose.sh) S 8938 8940 8895 0 -1 4202496 359 1864 0 0 0 0 15 0 20 0 1 0 509922773 8912896 254 33554432000 4194304 4922060 140734770246080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8940/statm: 2176 254 211 178 0 69 0
[pid=8950] ppid=8940 vsize=45136 CPUtime=517.85 cores=1,3
/proc/8950/stat : 8950 (glucose_static) R 8940 8940 8895 0 -1 4202496 10974 0 0 0 51784 1 0 0 25 0 1 0 509922790 46219264 10929 33554432000 134512640 135217611 4291154080 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8950/statm: 11284 10929 77 173 0 11109 0
Current children cumulated CPU time (s) 518
Current children cumulated vsize (KiB) 53840

Child status: 20
Real time (s): 518.029
CPU time (s): 518.031
CPU user time (s): 518.009
CPU system time (s): 0.021996
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 53840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 518.009
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13419
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= 38
involuntary context switches= 6929

runsolver used 0.858869 second user time and 1.9737 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-28 11:33:44
IDJOB=3308474
IDBENCH=70818
IDSOLVER=1691
FILE ID=node106/3308474-1303983224
RUNJOBID= node106-1303983222-8915
PBS_JOBID= 13168720
Free space on /tmp= 72148 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-3308474-1303983224/watcher-3308474-1303983224 -o /tmp/evaluation-result-3308474-1303983224/solver-3308474-1303983224 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308474-1303983224.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=992399535

node106.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.830
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.66
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.830
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	: 5226.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.75
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30537144 kB
Buffers:        183640 kB
Cached:        1928848 kB
SwapCached:         88 kB
Active:         598512 kB
Inactive:      1605312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30537144 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12096 kB
Writeback:           0 kB
AnonPages:       90672 kB
Mapped:          15192 kB
Slab:           144068 kB
PageTables:       4808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   239280 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= 72120 MiB
End job on node106 at 2011-04-28 11:42:22