Trace number 3696659

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 NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.06 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_10.opb
MD5SUM904168892843efef74e3394360b8d762
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark1800.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26
Optimality of the best value was proved NO
Number of variables40363
Total number of constraints154319
Number of constraints which are clauses154296
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints22
Minimum length of a constraint1
Maximum length of a constraint1952
Number of terms in the objective function 1952
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1952
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1988
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.27/1.34	c model valid
1.27/1.34	c current solution ok
1.87/1.95	o 34
1.87/1.95	c current bound: 17
1.87/1.95	c (debug) using card networks
725.32/725.57	c current bound: 26
725.32/725.57	c (debug) using card networks
748.43/748.60	c model valid
748.43/748.60	c current solution ok
748.43/748.62	o 26
748.43/748.62	c current bound: 22
748.43/748.62	c (debug) using card networks
1800.01/1800.41	./satsolver.sh: line 5:  7284 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.41	c error: unexpected solver exit code
1800.01/1800.41	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-3696659-1338075252/watcher-3696659-1338075252 -o /tmp/evaluation-result-3696659-1338075252/solver-3696659-1338075252 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696659-1338075252.opb 2080429923 HOME HOME 

running on 4 cores: 1,3,5,7

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.11 2.04 2.01 3/179 7266
/proc/meminfo: memFree=29592604/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0

[startup+0.024978 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 7266
/proc/meminfo: memFree=29592604/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100252 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 7266
/proc/meminfo: memFree=29592604/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300224 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 7266
/proc/meminfo: memFree=29592604/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70031 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 7266
/proc/meminfo: memFree=29592604/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 7270
/proc/meminfo: memFree=29532652/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=22008 CPUtime=1.48 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) R 7266 7266 3861 0 -1 4202496 5240 10361 0 0 69 15 62 2 20 0 1 0 273652612 22536192 5120 33554432000 4194304 5873084 140737436395152 140737436390888 5127520 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7267/statm: 5502 5120 176 410 0 5084 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31156

[startup+3.10041 s]
/proc/loadavg: 2.10 2.04 2.00 3/183 7273
/proc/meminfo: memFree=29513928/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=23964 CPUtime=1.94 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 6398 10874 0 0 77 52 62 3 20 0 1 0 273652612 24539136 5362 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7267/statm: 5991 5362 177 410 0 5573 0
[pid=7272] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7272/stat : 7272 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273652809 9367552 267 33554432000 4194304 5064252 140736546785536 140736546784448 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7272/statm: 2287 267 226 213 0 72 0
[pid=7273] ppid=7272 vsize=48828 CPUtime=1.11 cores=1,3,5,7
/proc/7273/stat : 7273 (glucose_static) R 7272 7266 3861 0 -1 4202496 10853 0 0 0 109 2 0 0 20 0 1 0 273652809 49999872 11201 33554432000 4194304 4896791 140733443900912 140733443898120 4203806 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7273/statm: 12207 11201 76 172 0 12033 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 91088

[startup+6.30042 s]
/proc/loadavg: 2.10 2.04 2.00 3/183 7273
/proc/meminfo: memFree=29508296/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=23964 CPUtime=1.94 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 6398 10874 0 0 77 52 62 3 20 0 1 0 273652612 24539136 5362 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7267/statm: 5991 5362 177 410 0 5573 0
[pid=7272] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7272/stat : 7272 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273652809 9367552 267 33554432000 4194304 5064252 140736546785536 140736546784448 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7272/statm: 2287 267 226 213 0 72 0
[pid=7273] ppid=7272 vsize=49276 CPUtime=4.31 cores=1,3,5,7
/proc/7273/stat : 7273 (glucose_static) R 7272 7266 3861 0 -1 4202496 11720 0 0 0 429 2 0 0 20 0 1 0 273652809 50458624 11267 33554432000 4194304 4896791 140733443900912 140733443897960 4230803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7273/statm: 12319 11267 78 172 0 12145 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 91536

[startup+12.7004 s]
/proc/loadavg: 2.09 2.04 2.00 3/183 7273
/proc/meminfo: memFree=29507456/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=23964 CPUtime=1.94 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 6398 10874 0 0 77 52 62 3 20 0 1 0 273652612 24539136 5362 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7267/statm: 5991 5362 177 410 0 5573 0
[pid=7272] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7272/stat : 7272 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273652809 9367552 267 33554432000 4194304 5064252 140736546785536 140736546784448 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7272/statm: 2287 267 226 213 0 72 0
[pid=7273] ppid=7272 vsize=54360 CPUtime=10.72 cores=1,3,5,7
/proc/7273/stat : 7273 (glucose_static) R 7272 7266 3861 0 -1 4202496 13834 0 0 0 1069 3 0 0 20 0 1 0 273652809 55664640 12407 33554432000 4194304 4896791 140733443900912 140733443898120 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7273/statm: 13590 12407 78 172 0 13416 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 96620

[startup+25.5004 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 7273
/proc/meminfo: memFree=29505840/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=23964 CPUtime=1.94 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 6398 10874 0 0 77 52 62 3 20 0 1 0 273652612 24539136 5362 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7267/statm: 5991 5362 177 410 0 5573 0
[pid=7272] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7272/stat : 7272 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273652809 9367552 267 33554432000 4194304 5064252 140736546785536 140736546784448 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7272/statm: 2287 267 226 213 0 72 0
[pid=7273] ppid=7272 vsize=55572 CPUtime=23.51 cores=1,3,5,7
/proc/7273/stat : 7273 (glucose_static) R 7272 7266 3861 0 -1 4202496 15725 0 0 0 2347 4 0 0 20 0 1 0 273652809 56905728 12710 33554432000 4194304 4896791 140733443900912 140733443898232 4224831 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7273/statm: 13893 12710 78 172 0 13719 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 97832

[startup+51.1004 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 7273
/proc/meminfo: memFree=29497324/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=23964 CPUtime=1.94 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 6398 10874 0 0 77 52 62 3 20 0 1 0 273652612 24539136 5362 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7267/statm: 5991 5362 177 410 0 5573 0
[pid=7272] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7272/stat : 7272 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273652809 9367552 267 33554432000 4194304 5064252 140736546785536 140736546784448 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7272/statm: 2287 267 226 213 0 72 0
[pid=7273] ppid=7272 vsize=64504 CPUtime=49.1 cores=1,3,5,7
/proc/7273/stat : 7273 (glucose_static) R 7272 7266 3861 0 -1 4202496 18377 0 0 0 4905 5 0 0 20 0 1 0 273652809 66052096 14937 33554432000 4194304 4896791 140733443900912 140733443898136 4225168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7273/statm: 16126 14937 78 172 0 15952 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 106764

[startup+102.307 s]
/proc/loadavg: 2.09 2.04 2.00 3/183 7273
/proc/meminfo: memFree=29491640/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=23964 CPUtime=1.94 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 6398 10874 0 0 77 52 62 3 20 0 1 0 273652612 24539136 5362 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7267/statm: 5991 5362 177 410 0 5573 0
[pid=7272] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7272/stat : 7272 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273652809 9367552 267 33554432000 4194304 5064252 140736546785536 140736546784448 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7272/statm: 2287 267 226 213 0 72 0
[pid=7273] ppid=7272 vsize=78288 CPUtime=100.3 cores=1,3,5,7
/proc/7273/stat : 7273 (glucose_static) R 7272 7266 3861 0 -1 4202496 23884 0 0 0 10022 8 0 0 20 0 1 0 273652809 80166912 16201 33554432000 4194304 4896791 140733443900912 140733443898440 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7273/statm: 19572 16201 78 172 0 19398 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 120548

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 7273
/proc/meminfo: memFree=29475636/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=23964 CPUtime=1.94 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 6398 10874 0 0 77 52 62 3 20 0 1 0 273652612 24539136 5362 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7267/statm: 5991 5362 177 410 0 5573 0
[pid=7272] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7272/stat : 7272 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273652809 9367552 267 33554432000 4194304 5064252 140736546785536 140736546784448 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7272/statm: 2287 267 226 213 0 72 0
[pid=7273] ppid=7272 vsize=99120 CPUtime=160.27 cores=1,3,5,7
/proc/7273/stat : 7273 (glucose_static) R 7272 7266 3861 0 -1 4202496 27879 0 0 0 16015 12 0 0 20 0 1 0 273652809 101498880 19975 33554432000 4194304 4896791 140733443900912 140733443898120 4224816 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7273/statm: 24780 19975 78 172 0 24606 0
Current children cumulated CPU time (s) 162.21

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7292
/proc/meminfo: memFree=29537588/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=27948 CPUtime=748.46 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 10115 76265 0 0 101 53 74651 41 20 0 1 0 273652612 28618752 6359 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7267/statm: 6987 6359 177 410 0 6569 0
[pid=7283] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7283/stat : 7283 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273727476 9367552 265 33554432000 4194304 5064252 140733626532768 140733626531680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7283/statm: 2287 265 226 213 0 72 0
[pid=7284] ppid=7283 vsize=76596 CPUtime=613.52 cores=1,3,5,7
/proc/7284/stat : 7284 (glucose_static) R 7283 7266 3861 0 -1 4202496 46080 0 0 0 61322 30 0 0 20 0 1 0 273727476 78434304 18090 33554432000 4194304 4896791 140735874629776 140735874627352 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7284/statm: 19149 18090 78 172 0 18975 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 122840

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7293
/proc/meminfo: memFree=29532784/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=27948 CPUtime=748.46 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 10115 76265 0 0 101 53 74651 41 20 0 1 0 273652612 28618752 6359 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7267/statm: 6987 6359 177 410 0 6569 0
[pid=7283] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7283/stat : 7283 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273727476 9367552 265 33554432000 4194304 5064252 140733626532768 140733626531680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7283/statm: 2287 265 226 213 0 72 0
[pid=7284] ppid=7283 vsize=89276 CPUtime=673.52 cores=1,3,5,7
/proc/7284/stat : 7284 (glucose_static) R 7283 7266 3861 0 -1 4202496 47764 0 0 0 67320 32 0 0 20 0 1 0 273727476 91418624 19026 33554432000 4194304 4896791 140735874629776 140735874625448 4204939 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7284/statm: 22319 19026 78 172 0 22145 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 135520

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 7335
/proc/meminfo: memFree=29376248/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=27948 CPUtime=748.46 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 10115 76265 0 0 101 53 74651 41 20 0 1 0 273652612 28618752 6359 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7267/statm: 6987 6359 177 410 0 6569 0
[pid=7283] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7283/stat : 7283 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273727476 9367552 265 33554432000 4194304 5064252 140733626532768 140733626531680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7283/statm: 2287 265 226 213 0 72 0
[pid=7284] ppid=7283 vsize=109112 CPUtime=733.49 cores=1,3,5,7
/proc/7284/stat : 7284 (glucose_static) R 7283 7266 3861 0 -1 4202496 48497 0 0 0 73316 33 0 0 20 0 1 0 273727476 111730688 25396 33554432000 4194304 4896791 140735874629776 140735874626984 4224983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7284/statm: 27278 25396 78 172 0 27104 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 155356

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 7338
/proc/meminfo: memFree=28966376/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=27948 CPUtime=748.46 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 10115 76265 0 0 101 53 74651 41 20 0 1 0 273652612 28618752 6359 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7267/statm: 6987 6359 177 410 0 6569 0
[pid=7283] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7283/stat : 7283 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273727476 9367552 265 33554432000 4194304 5064252 140733626532768 140733626531680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7283/statm: 2287 265 226 213 0 72 0
[pid=7284] ppid=7283 vsize=109772 CPUtime=793.48 cores=1,3,5,7
/proc/7284/stat : 7284 (glucose_static) R 7283 7266 3861 0 -1 4202496 49912 0 0 0 79314 34 0 0 20 0 1 0 273727476 112406528 24526 33554432000 4194304 4896791 140735874629776 140735874626984 4204419 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7284/statm: 27443 24526 78 172 0 27269 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 156016

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 7341
/proc/meminfo: memFree=28948000/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=27948 CPUtime=748.46 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 10115 76265 0 0 101 53 74651 41 20 0 1 0 273652612 28618752 6359 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7267/statm: 6987 6359 177 410 0 6569 0
[pid=7283] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7283/stat : 7283 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273727476 9367552 265 33554432000 4194304 5064252 140733626532768 140733626531680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7283/statm: 2287 265 226 213 0 72 0
[pid=7284] ppid=7283 vsize=110264 CPUtime=853.47 cores=1,3,5,7
/proc/7284/stat : 7284 (glucose_static) R 7283 7266 3861 0 -1 4202496 51302 0 0 0 85311 36 0 0 20 0 1 0 273727476 112910336 22614 33554432000 4194304 4896791 140735874629776 140735874627304 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7284/statm: 27566 22614 78 172 0 27392 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 156508

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 7367
/proc/meminfo: memFree=29041152/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=27948 CPUtime=748.46 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 10115 76265 0 0 101 53 74651 41 20 0 1 0 273652612 28618752 6359 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7267/statm: 6987 6359 177 410 0 6569 0
[pid=7283] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7283/stat : 7283 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273727476 9367552 265 33554432000 4194304 5064252 140733626532768 140733626531680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7283/statm: 2287 265 226 213 0 72 0
[pid=7284] ppid=7283 vsize=91960 CPUtime=913.46 cores=1,3,5,7
/proc/7284/stat : 7284 (glucose_static) R 7283 7266 3861 0 -1 4202496 52112 0 0 0 91309 37 0 0 20 0 1 0 273727476 94167040 21665 33554432000 4194304 4896791 140735874629776 140735874627352 4203775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7284/statm: 22990 21665 78 172 0 22816 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 138204

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7368
/proc/meminfo: memFree=28944660/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=27948 CPUtime=748.46 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 10115 76265 0 0 101 53 74651 41 20 0 1 0 273652612 28618752 6359 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7267/statm: 6987 6359 177 410 0 6569 0
[pid=7283] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7283/stat : 7283 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273727476 9367552 265 33554432000 4194304 5064252 140733626532768 140733626531680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7283/statm: 2287 265 226 213 0 72 0
[pid=7284] ppid=7283 vsize=142572 CPUtime=973.46 cores=1,3,5,7
/proc/7284/stat : 7284 (glucose_static) R 7283 7266 3861 0 -1 4202496 53325 0 0 0 97308 38 0 0 20 0 1 0 273727476 145993728 28493 33554432000 4194304 4896791 140735874629776 140735874626984 4225180 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7284/statm: 35643 28493 78 172 0 35469 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 188816

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7368
/proc/meminfo: memFree=28932300/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=27948 CPUtime=748.46 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 10115 76265 0 0 101 53 74651 41 20 0 1 0 273652612 28618752 6359 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7267/statm: 6987 6359 177 410 0 6569 0
[pid=7283] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7283/stat : 7283 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273727476 9367552 265 33554432000 4194304 5064252 140733626532768 140733626531680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7283/statm: 2287 265 226 213 0 72 0
[pid=7284] ppid=7283 vsize=112652 CPUtime=1033.44 cores=1,3,5,7
/proc/7284/stat : 7284 (glucose_static) R 7283 7266 3861 0 -1 4202496 54250 0 0 0 103305 39 0 0 20 0 1 0 273727476 115355648 25698 33554432000 4194304 4896791 140735874629776 140735874626984 4203886 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7284/statm: 28163 25698 78 172 0 27989 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 158896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7368
/proc/meminfo: memFree=28921984/32873648 swapFree=7116/7116
[pid=7266] ppid=7264 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7266/stat : 7266 (runPb2sat.sh) S 7264 7266 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273652611 9367552 274 33554432000 4194304 5064252 140736522574832 140736522573744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7266/statm: 2287 274 233 213 0 72 0
[pid=7267] ppid=7266 vsize=27948 CPUtime=748.46 cores=1,3,5,7
/proc/7267/stat : 7267 (pb2sat) S 7266 7266 3861 0 -1 4202496 10115 76265 0 0 101 53 74651 41 20 0 1 0 273652612 28618752 6359 33554432000 4194304 5873084 140737436395152 140737436388968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7267/statm: 6987 6359 177 410 0 6569 0
[pid=7283] ppid=7267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7283/stat : 7283 (satsolver.sh) S 7267 7266 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273727476 9367552 265 33554432000 4194304 5064252 140733626532768 140733626531680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7283/statm: 2287 265 226 213 0 72 0
[pid=7284] ppid=7283 vsize=113144 CPUtime=1051.55 cores=1,3,5,7
/proc/7284/stat : 7284 (glucose_static) R 7283 7266 3861 0 -1 4202496 54347 0 0 0 105115 40 0 0 20 0 1 0 273727476 115859456 26817 33554432000 4194304 4896791 140735874629776 140735874626984 4205066 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7284/statm: 28286 26817 78 172 0 28112 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 159388

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1798.7
CPU system time (s): 1.36379
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 211028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 1.36379
maximum resident set size= 139080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 74192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142
involuntary context switches= 2383

runsolver used 2.69559 second user time and 7.13692 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 01:34:12
IDJOB=3696659
IDBENCH=25020
IDSOLVER=2274
FILE ID=node114/3696659-1338075252
RUNJOBID= node114-1338052930-3878
PBS_JOBID= 14624398
Free space on /tmp= 71308 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_10.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696659-1338075252/watcher-3696659-1338075252 -o /tmp/evaluation-result-3696659-1338075252/solver-3696659-1338075252 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696659-1338075252.opb 2080429923 HOME HOME

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

MD5SUM BENCH= 904168892843efef74e3394360b8d762
RANDOM SEED=2080429923

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.91
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.242
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.242
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.91
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.242
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.242
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:        29592612 kB
Buffers:          268736 kB
Cached:          1868744 kB
SwapCached:         2240 kB
Active:          1418888 kB
Inactive:        1059972 kB
Active(anon):     335812 kB
Inactive(anon):     7876 kB
Active(file):    1083076 kB
Inactive(file):  1052096 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103748 kB
Dirty:             13224 kB
Writeback:             0 kB
AnonPages:        346600 kB
Mapped:            15220 kB
Shmem:               116 kB
Slab:             662732 kB
SReclaimable:     106260 kB
SUnreclaim:       556472 kB
KernelStack:        1480 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     531240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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= 71024 MiB
End job on node114 at 2012-05-27 02:04:13