Trace number 3696150

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
pb2sat 2012-05-19? (TO) 1800.06 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_8.opb
MD5SUMc9443936e5641d3aca30cbd92e359860
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4692139
Best CPU time to get the best result obtained on this benchmark1801.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 134217728
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 91246785518
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 134217728
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 91246785518
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.77/1.80	c model valid
1.77/1.80	c current solution ok
2.78/2.88	o 200905135
2.78/2.88	c current bound: 100452602
2.78/2.88	c fallback to adder encoding
31.95/32.02	c model valid
31.95/32.02	c current solution ok
31.95/32.06	o 73938907
31.95/32.06	c current bound: 36969488
31.95/32.06	c fallback to adder encoding
79.52/79.69	c model valid
79.52/79.69	c current solution ok
79.64/79.73	o 26257373
79.64/79.73	c current bound: 13128721
79.64/79.73	c fallback to adder encoding
233.10/233.36	c model valid
233.10/233.36	c current solution ok
233.17/233.40	o 12386741
233.17/233.40	c current bound: 6193405
233.17/233.40	c fallback to adder encoding
690.65/690.96	c model valid
690.65/690.96	c current solution ok
690.71/691.00	o 5903233
690.71/691.00	c current bound: 2951651
690.71/691.00	c fallback to adder encoding
1800.01/1800.51	./satsolver.sh: line 5:  8063 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.51	c error: unexpected solver exit code
1800.01/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3696150-1338154822/watcher-3696150-1338154822 -o /tmp/evaluation-result-3696150-1338154822/solver-3696150-1338154822 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696150-1338154822.opb 258113756 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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.17 2.04 2.01 2/180 8033
/proc/meminfo: memFree=26919116/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0

[startup+0.0951921 s]
/proc/loadavg: 2.17 2.04 2.01 2/180 8033
/proc/meminfo: memFree=26919116/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100166 s]
/proc/loadavg: 2.17 2.04 2.01 2/180 8033
/proc/meminfo: memFree=26919116/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300223 s]
/proc/loadavg: 2.17 2.04 2.01 2/180 8033
/proc/meminfo: memFree=26919116/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700177 s]
/proc/loadavg: 2.17 2.04 2.01 2/180 8033
/proc/meminfo: memFree=26919116/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.17 2.04 2.01 3/184 8037
/proc/meminfo: memFree=26806084/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=30476 CPUtime=0.33 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 5838 0 0 0 31 2 0 0 20 0 1 0 281608207 31207424 6364 33554432000 4194304 5873084 140735144957136 140735144953560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8034/statm: 7619 6364 169 410 0 7201 0
[pid=8036] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8036/stat : 8036 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281608241 9367552 267 33554432000 4194304 5064252 140734657485104 140734657484016 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8036/statm: 2287 267 226 213 0 72 0
[pid=8037] ppid=8036 vsize=85824 CPUtime=1.15 cores=0,2,4,6
/proc/8037/stat : 8037 (glucose_static) R 8036 8033 5701 0 -1 4202496 17676 0 0 0 112 3 0 0 20 0 1 0 281608242 87883776 18527 33554432000 4194304 4896791 140735479060752 140735479057960 4225148 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8037/statm: 21456 18527 78 172 0 21282 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 134596

[startup+3.10033 s]
/proc/loadavg: 2.15 2.04 2.01 3/182 8037
/proc/meminfo: memFree=26869020/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=74564 CPUtime=3.07 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) R 8033 8033 5701 0 -1 4202496 12244 19007 0 0 74 91 136 6 20 0 1 0 281608207 76353536 16950 33554432000 4194304 5873084 140735144957136 140735144952472 4664146 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8034/statm: 18641 16950 184 410 0 18223 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 83712

[startup+6.30036 s]
/proc/loadavg: 2.15 2.04 2.01 3/184 8040
/proc/meminfo: memFree=26415684/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=189252 CPUtime=4.44 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 14602 19007 0 0 194 108 136 6 20 0 1 0 281608207 193794048 38454 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8034/statm: 47313 38454 184 410 0 46895 0
[pid=8039] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8039/stat : 8039 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281608654 9367552 267 33554432000 4194304 5064252 140734276261712 140734276260624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8039/statm: 2287 267 226 213 0 72 0
[pid=8040] ppid=8039 vsize=348116 CPUtime=1.81 cores=0,2,4,6
/proc/8040/stat : 8040 (glucose_static) R 8039 8033 5701 0 -1 4202496 56055 0 0 0 167 14 0 0 20 0 1 0 281608655 356470784 75283 33554432000 4194304 4896791 140735338005296 140735338002504 4401607 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8040/statm: 87029 75284 76 172 0 86855 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 555664

[startup+12.7003 s]
/proc/loadavg: 2.13 2.04 2.01 3/184 8040
/proc/meminfo: memFree=26328696/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=189252 CPUtime=4.44 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 14602 19007 0 0 194 108 136 6 20 0 1 0 281608207 193794048 38454 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8034/statm: 47313 38454 184 410 0 46895 0
[pid=8039] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8039/stat : 8039 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281608654 9367552 267 33554432000 4194304 5064252 140734276261712 140734276260624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8039/statm: 2287 267 226 213 0 72 0
[pid=8040] ppid=8039 vsize=349748 CPUtime=8.21 cores=0,2,4,6
/proc/8040/stat : 8040 (glucose_static) R 8039 8033 5701 0 -1 4202496 57623 0 0 0 806 15 0 0 20 0 1 0 281608655 358141952 76003 33554432000 4194304 4896791 140735338005296 140735338002808 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8040/statm: 87437 76003 78 172 0 87263 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 557296

[startup+25.5003 s]
/proc/loadavg: 2.11 2.04 2.01 3/184 8043
/proc/meminfo: memFree=26430484/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=189252 CPUtime=4.44 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 14602 19007 0 0 194 108 136 6 20 0 1 0 281608207 193794048 38454 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8034/statm: 47313 38454 184 410 0 46895 0
[pid=8039] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8039/stat : 8039 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281608654 9367552 267 33554432000 4194304 5064252 140734276261712 140734276260624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8039/statm: 2287 267 226 213 0 72 0
[pid=8040] ppid=8039 vsize=351908 CPUtime=21.01 cores=0,2,4,6
/proc/8040/stat : 8040 (glucose_static) R 8039 8033 5701 0 -1 4202496 59710 0 0 0 2086 15 0 0 20 0 1 0 281608655 360353792 77022 33554432000 4194304 4896791 140735338005296 140735338002504 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8040/statm: 87977 77022 78 172 0 87803 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 559456

[startup+51.1004 s]
/proc/loadavg: 2.13 2.05 2.01 3/183 8046
/proc/meminfo: memFree=26467564/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=214448 CPUtime=33.41 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 26880 80346 0 0 325 125 2863 28 20 0 1 0 281608207 219594752 41681 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8034/statm: 53612 41681 184 410 0 53194 0
[pid=8045] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8045/stat : 8045 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281611553 9367552 267 33554432000 4194304 5064252 140736083152672 140736083151584 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8045/statm: 2287 267 226 213 0 72 0
[pid=8046] ppid=8045 vsize=331772 CPUtime=17.62 cores=0,2,4,6
/proc/8046/stat : 8046 (glucose_static) R 8045 8033 5701 0 -1 4202496 53845 0 0 0 1749 13 0 0 20 0 1 0 281611554 339734528 68295 33554432000 4194304 4896791 140736044056448 140736044053496 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8046/statm: 82943 68295 78 172 0 82769 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 564516

[startup+102.307 s]
/proc/loadavg: 2.05 2.04 2.01 3/183 8049
/proc/meminfo: memFree=26541808/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=214448 CPUtime=80.78 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 38379 137725 0 0 431 138 7460 49 20 0 1 0 281608207 219594752 37073 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/8034/statm: 53612 37073 184 410 0 53194 0
[pid=8048] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8048/stat : 8048 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281616303 9367552 267 33554432000 4194304 5064252 140737040512720 140737040511632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8048/statm: 2287 267 226 213 0 72 0
[pid=8049] ppid=8048 vsize=243088 CPUtime=21.34 cores=0,2,4,6
/proc/8049/stat : 8049 (glucose_static) R 8048 8033 5701 0 -1 4202496 46795 0 0 0 2123 11 0 0 20 0 1 0 281616303 248922112 58063 33554432000 4194304 4896791 140735490725888 140735490723400 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8049/statm: 60772 58063 78 172 0 60598 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 475832

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 8049
/proc/meminfo: memFree=26529232/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=214448 CPUtime=80.78 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 38379 137725 0 0 431 138 7460 49 20 0 1 0 281608207 219594752 37073 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/8034/statm: 53612 37073 184 410 0 53194 0
[pid=8048] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8048/stat : 8048 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281616303 9367552 267 33554432000 4194304 5064252 140737040512720 140737040511632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8048/statm: 2287 267 226 213 0 72 0
[pid=8049] ppid=8048 vsize=246512 CPUtime=81.32 cores=0,2,4,6
/proc/8049/stat : 8049 (glucose_static) R 8048 8033 5701 0 -1 4202496 49965 0 0 0 8119 13 0 0 20 0 1 0 281616303 252428288 59085 33554432000 4194304 4896791 140735490725888 140735490723112 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8049/statm: 61628 59085 78 172 0 61454 0
Current children cumulated CPU time (s) 162.1

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 8102
/proc/meminfo: memFree=26680164/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=148912 CPUtime=691.55 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 59261 255578 0 0 600 159 68295 101 20 0 1 0 281608207 152485888 32465 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/8034/statm: 37228 32465 184 410 0 36810 0
[pid=8062] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8062/stat : 8062 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281677390 9367552 266 33554432000 4194304 5064252 140737342421952 140737342420864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8062/statm: 2287 266 226 213 0 72 0
[pid=8063] ppid=8062 vsize=269140 CPUtime=730.33 cores=0,2,4,6
/proc/8063/stat : 8063 (glucose_static) R 8062 8033 5701 0 -1 4202496 78770 0 0 0 73001 32 0 0 20 0 1 0 281677390 275599360 59308 33554432000 4194304 4896791 140735974239936 140735974237448 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8063/statm: 67285 59308 78 172 0 67111 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 436348

[startup+1482.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/183 8102
/proc/meminfo: memFree=26657824/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=148912 CPUtime=691.55 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 59261 255578 0 0 600 159 68295 101 20 0 1 0 281608207 152485888 32465 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/8034/statm: 37228 32465 184 410 0 36810 0
[pid=8062] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8062/stat : 8062 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281677390 9367552 266 33554432000 4194304 5064252 140737342421952 140737342420864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8062/statm: 2287 266 226 213 0 72 0
[pid=8063] ppid=8062 vsize=319908 CPUtime=790.31 cores=0,2,4,6
/proc/8063/stat : 8063 (glucose_static) R 8062 8033 5701 0 -1 4202496 80191 0 0 0 78999 32 0 0 20 0 1 0 281677390 327585792 64354 33554432000 4194304 4896791 140735974239936 140735974237144 4203806 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8063/statm: 79977 64354 78 172 0 79803 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 487116

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 8103
/proc/meminfo: memFree=26673380/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=148912 CPUtime=691.55 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 59261 255578 0 0 600 159 68295 101 20 0 1 0 281608207 152485888 32465 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/8034/statm: 37228 32465 184 410 0 36810 0
[pid=8062] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8062/stat : 8062 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281677390 9367552 266 33554432000 4194304 5064252 140737342421952 140737342420864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8062/statm: 2287 266 226 213 0 72 0
[pid=8063] ppid=8062 vsize=270892 CPUtime=850.3 cores=0,2,4,6
/proc/8063/stat : 8063 (glucose_static) R 8062 8033 5701 0 -1 4202496 81785 0 0 0 84996 34 0 0 20 0 1 0 281677390 277393408 58680 33554432000 4194304 4896791 140735974239936 140735974237464 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8063/statm: 67723 58680 78 172 0 67549 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 438100

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 8103
/proc/meminfo: memFree=26710916/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=148912 CPUtime=691.55 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 59261 255578 0 0 600 159 68295 101 20 0 1 0 281608207 152485888 32465 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/8034/statm: 37228 32465 184 410 0 36810 0
[pid=8062] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8062/stat : 8062 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281677390 9367552 266 33554432000 4194304 5064252 140737342421952 140737342420864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8062/statm: 2287 266 226 213 0 72 0
[pid=8063] ppid=8062 vsize=271624 CPUtime=910.28 cores=0,2,4,6
/proc/8063/stat : 8063 (glucose_static) R 8062 8033 5701 0 -1 4202496 82031 0 0 0 90994 34 0 0 20 0 1 0 281677390 278142976 63500 33554432000 4194304 4896791 140735974239936 140735974237080 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8063/statm: 67906 63500 78 172 0 67732 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 438832

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8103
/proc/meminfo: memFree=26680944/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=148912 CPUtime=691.55 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 59261 255578 0 0 600 159 68295 101 20 0 1 0 281608207 152485888 32465 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/8034/statm: 37228 32465 184 410 0 36810 0
[pid=8062] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8062/stat : 8062 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281677390 9367552 266 33554432000 4194304 5064252 140737342421952 140737342420864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8062/statm: 2287 266 226 213 0 72 0
[pid=8063] ppid=8062 vsize=322432 CPUtime=970.28 cores=0,2,4,6
/proc/8063/stat : 8063 (glucose_static) R 8062 8033 5701 0 -1 4202496 84440 0 0 0 96992 36 0 0 20 0 1 0 281677390 330170368 67529 33554432000 4194304 4896791 140735974239936 140735974237160 4224992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8063/statm: 80608 67529 78 172 0 80434 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 489640

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8103
/proc/meminfo: memFree=26694960/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=148912 CPUtime=691.55 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 59261 255578 0 0 600 159 68295 101 20 0 1 0 281608207 152485888 32465 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/8034/statm: 37228 32465 184 410 0 36810 0
[pid=8062] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8062/stat : 8062 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281677390 9367552 266 33554432000 4194304 5064252 140737342421952 140737342420864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8062/statm: 2287 266 226 213 0 72 0
[pid=8063] ppid=8062 vsize=272872 CPUtime=1030.27 cores=0,2,4,6
/proc/8063/stat : 8063 (glucose_static) R 8062 8033 5701 0 -1 4202496 85969 0 0 0 102989 38 0 0 20 0 1 0 281677390 279420928 61734 33554432000 4194304 4896791 140735974239936 140735974237464 4224816 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8063/statm: 68218 61734 78 172 0 68044 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 440080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8146
/proc/meminfo: memFree=27584608/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=148912 CPUtime=691.55 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 59261 255578 0 0 600 159 68295 101 20 0 1 0 281608207 152485888 32465 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/8034/statm: 37228 32465 184 410 0 36810 0
[pid=8062] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8062/stat : 8062 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281677390 9367552 266 33554432000 4194304 5064252 140737342421952 140737342420864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8062/statm: 2287 266 226 213 0 72 0
[pid=8063] ppid=8062 vsize=323904 CPUtime=1090.26 cores=0,2,4,6
/proc/8063/stat : 8063 (glucose_static) R 8062 8033 5701 0 -1 4202496 86524 0 0 0 108986 40 0 0 20 0 1 0 281677390 331677696 67392 33554432000 4194304 4896791 140735974239936 140735974237160 4224999 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8063/statm: 80976 67392 78 172 0 80802 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 491112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8151
/proc/meminfo: memFree=26789580/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=148912 CPUtime=691.55 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 59261 255578 0 0 600 159 68295 101 20 0 1 0 281608207 152485888 32465 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/8034/statm: 37228 32465 184 410 0 36810 0
[pid=8062] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8062/stat : 8062 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281677390 9367552 266 33554432000 4194304 5064252 140737342421952 140737342420864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8062/statm: 2287 266 226 213 0 72 0
[pid=8063] ppid=8062 vsize=274076 CPUtime=1108.46 cores=0,2,4,6
/proc/8063/stat : 8063 (glucose_static) R 8062 8033 5701 0 -1 4202496 87466 0 0 0 110805 41 0 0 20 0 1 0 281677390 280653824 57964 33554432000 4194304 4896791 140735974239936 140735974237512 4225523 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8063/statm: 68519 57964 78 172 0 68345 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 441284

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8151
/proc/meminfo: memFree=26789580/32873648 swapFree=6864/6864
[pid=8033] ppid=8031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8033/stat : 8033 (runPb2sat.sh) S 8031 8033 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281608207 9367552 275 33554432000 4194304 5064252 140734791880416 140734791879328 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8033/statm: 2287 275 233 213 0 72 0
[pid=8034] ppid=8033 vsize=148912 CPUtime=691.55 cores=0,2,4,6
/proc/8034/stat : 8034 (pb2sat) S 8033 8033 5701 0 -1 4202496 59261 255578 0 0 600 159 68295 101 20 0 1 0 281608207 152485888 32465 33554432000 4194304 5873084 140735144957136 140735144950952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 10 0 0
/proc/8034/statm: 37228 32465 184 410 0 36810 0
[pid=8062] ppid=8034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8062/stat : 8062 (satsolver.sh) S 8034 8033 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 281677390 9367552 266 33554432000 4194304 5064252 140737342421952 140737342420864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8062/statm: 2287 266 226 213 0 72 0
[pid=8063] ppid=8062 vsize=274076 CPUtime=1108.46 cores=0,2,4,6
/proc/8063/stat : 8063 (glucose_static) R 8062 8033 5701 0 -1 4202496 87466 0 0 0 110805 41 0 0 20 0 1 0 281677390 280653824 57964 33554432000 4194304 4896791 140735974239936 140735974237512 4225523 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8063/statm: 68519 57964 78 172 0 68345 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 441284

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1797.02
CPU system time (s): 3.03554
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 678104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.02
system time used= 3.03554
maximum resident set size= 382372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403294
page faults= 0
swaps= 0
block input operations= 0
block output operations= 940784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128
involuntary context switches= 2014

runsolver used 3.64345 second user time and 9.40557 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 23:40:22
IDJOB=3696150
IDBENCH=92727
IDSOLVER=2274
FILE ID=node120/3696150-1338154822
RUNJOBID= node120-1338124133-5717
PBS_JOBID= 14624508
Free space on /tmp= 71408 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat70_4_22_8.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696150-1338154822/watcher-3696150-1338154822 -o /tmp/evaluation-result-3696150-1338154822/solver-3696150-1338154822 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696150-1338154822.opb 258113756 HOME HOME

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

MD5SUM BENCH= c9443936e5641d3aca30cbd92e359860
RANDOM SEED=258113756

node120.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26919464 kB
Buffers:          342684 kB
Cached:          3844272 kB
SwapCached:          636 kB
Active:          2009272 kB
Inactive:        3112284 kB
Active(anon):     923488 kB
Inactive(anon):    12532 kB
Active(file):    1085784 kB
Inactive(file):  3099752 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:            278880 kB
Writeback:             0 kB
AnonPages:        996872 kB
Mapped:            15164 kB
Shmem:               120 kB
Slab:             692108 kB
SReclaimable:     135748 kB
SUnreclaim:       556360 kB
KernelStack:        1528 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1143640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71396 MiB
End job on node120 at 2012-05-28 00:10:23