Trace number 3694828

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_12.opb.PB06.opb
MD5SUM6486fd91f28e3890004c3ef801697dda
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1044
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1038
Optimality of the best value was proved NO
Number of variables1968
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1968
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 1968
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1968
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

0.00/0.02	c model valid
0.00/0.02	c current solution ok
0.00/0.02	o 1181
0.00/0.02	c (debug) using card networks
1669.47/1669.94	c model valid
1669.47/1669.94	c current solution ok
1669.47/1669.95	o 1159
1669.47/1669.95	c (debug) using card networks
1800.03/1800.51	./satsolver.sh: line 5: 28194 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.51	c error: unexpected solver exit code
1800.03/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-3694828-1338052957/watcher-3694828-1338052957 -o /tmp/evaluation-result-3694828-1338052957/solver-3694828-1338052957 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694828-1338052957.opb 1639167244 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: 1.84 1.97 1.91 3/177 28161
/proc/meminfo: memFree=28646560/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0

[startup+0.013237 s]
/proc/loadavg: 1.84 1.97 1.91 3/177 28161
/proc/meminfo: memFree=28646560/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100281 s]
/proc/loadavg: 1.84 1.97 1.91 3/177 28161
/proc/meminfo: memFree=28646560/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30031 s]
/proc/loadavg: 1.84 1.97 1.91 3/177 28161
/proc/meminfo: memFree=28646560/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 1.84 1.97 1.91 3/177 28161
/proc/meminfo: memFree=28646560/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 1.84 1.97 1.91 3/183 28170
/proc/meminfo: memFree=28572212/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=34620 CPUtime=1.4 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 7850 0 0 0 139 1 0 0 20 0 1 0 271420114 35450880 8048 33554432000 4194304 4896791 140734297219456 140734297216664 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 8655 8048 76 172 0 8481 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 59256

[startup+3.10043 s]
/proc/loadavg: 2.09 2.02 1.93 3/183 28170
/proc/meminfo: memFree=28565116/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=34752 CPUtime=3 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 9531 0 0 0 299 1 0 0 20 0 1 0 271420114 35586048 8058 33554432000 4194304 4896791 140734297219456 140734297216984 4205537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 8688 8059 76 172 0 8514 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 59388

[startup+6.30044 s]
/proc/loadavg: 2.09 2.02 1.93 3/183 28170
/proc/meminfo: memFree=28554556/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=46624 CPUtime=6.19 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 10598 0 0 0 618 1 0 0 20 0 1 0 271420114 47742976 10656 33554432000 4194304 4896791 140734297219456 140734297216776 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 11656 10656 76 172 0 11482 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 71260

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 1.93 3/183 28170
/proc/meminfo: memFree=28544540/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=58564 CPUtime=12.6 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 12882 0 0 0 1258 2 0 0 20 0 1 0 271420114 59969536 12787 33554432000 4194304 4896791 140734297219456 140734297216776 4203856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 14641 12787 76 172 0 14467 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 83200

[startup+25.5067 s]
/proc/loadavg: 2.07 2.02 1.93 3/183 28170
/proc/meminfo: memFree=28540912/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=47380 CPUtime=25.39 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 15462 0 0 0 2535 4 0 0 20 0 1 0 271420114 48517120 10773 33554432000 4194304 4896791 140734297219456 140734297216984 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 11845 10773 76 172 0 11671 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 72016

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 1.93 3/183 28170
/proc/meminfo: memFree=28540712/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=51216 CPUtime=50.98 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 21785 0 0 0 5091 7 0 0 20 0 1 0 271420114 52445184 12235 33554432000 4194304 4896791 140734297219456 140734297216664 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 12804 12235 78 172 0 12630 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 75852

[startup+102.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/183 28170
/proc/meminfo: memFree=28523704/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=70164 CPUtime=102.16 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 33991 0 0 0 10204 12 0 0 20 0 1 0 271420114 71847936 15983 33554432000 4194304 4896791 140734297219456 140734297216664 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 17541 15983 78 172 0 17367 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 94800

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/183 28170
/proc/meminfo: memFree=28387972/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.06 2.01 1.95 3/183 28187
/proc/meminfo: memFree=28316936/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=178060 CPUtime=1421.83 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 161264 0 0 0 142050 133 0 0 20 0 1 0 271420114 182333440 43938 33554432000 4194304 4896791 140734297219456 140734297216984 4207807 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 44515 43938 78 172 0 44341 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 202696

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/183 28187
/proc/meminfo: memFree=28271496/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=210664 CPUtime=1481.82 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 165557 0 0 0 148045 137 0 0 20 0 1 0 271420114 215719936 49154 33554432000 4194304 4896791 140734297219456 140734297216984 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 52666 49154 78 172 0 52492 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 235300

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28188
/proc/meminfo: memFree=28196756/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=263572 CPUtime=1541.81 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 168993 0 0 0 154040 141 0 0 20 0 1 0 271420114 269897728 56813 33554432000 4194304 4896791 140734297219456 140734297216600 4203733 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 65893 56813 78 172 0 65719 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 288208

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/183 28188
/proc/meminfo: memFree=28254860/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=265660 CPUtime=1601.8 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 172540 0 0 0 160035 145 0 0 20 0 1 0 271420114 272035840 60853 33554432000 4194304 4896791 140734297219456 140734297216664 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 66415 60853 78 172 0 66241 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 290296

[startup+1662.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/184 28191
/proc/meminfo: memFree=28203652/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=6340 CPUtime=0.07 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 2384 1428 0 0 6 1 0 0 20 0 1 0 271420105 6492160 1030 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 1585 1030 172 410 0 1167 0
[pid=28169] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28169/stat : 28169 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271420113 9367552 266 33554432000 4194304 5064252 140737431805408 140737431804320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28169/statm: 2287 266 226 213 0 72 0
[pid=28170] ppid=28169 vsize=273244 CPUtime=1661.8 cores=0,2,4,6
/proc/28170/stat : 28170 (glucose_static) R 28169 28161 28113 0 -1 4202496 177226 0 0 0 166031 149 0 0 20 0 1 0 271420114 279801856 66101 33554432000 4194304 4896791 140734297219456 140734297216664 4225191 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 68311 66101 78 172 0 68137 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 297880

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28194
/proc/meminfo: memFree=28387740/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=14272 CPUtime=1669.59 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 5440 181323 0 0 13 2 166793 151 20 0 1 0 271420105 14614528 3213 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 3568 3213 172 410 0 3150 0
[pid=28193] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28193/stat : 28193 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271587106 9367552 266 33554432000 4194304 5064252 140737353415856 140737353414768 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28193/statm: 2287 266 226 213 0 72 0
[pid=28194] ppid=28193 vsize=66516 CPUtime=52.27 cores=0,2,4,6
/proc/28194/stat : 28194 (glucose_static) R 28193 28161 28113 0 -1 4202496 25227 0 0 0 5219 8 0 0 20 0 1 0 271587107 68112384 14985 33554432000 4194304 4896791 140734789953584 140734789950792 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28194/statm: 16629 14985 78 172 0 16455 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 99084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28194
/proc/meminfo: memFree=28366780/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=14272 CPUtime=1669.59 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 5440 181323 0 0 13 2 166793 151 20 0 1 0 271420105 14614528 3213 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 3568 3213 172 410 0 3150 0
[pid=28193] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28193/stat : 28193 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271587106 9367552 266 33554432000 4194304 5064252 140737353415856 140737353414768 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28193/statm: 2287 266 226 213 0 72 0
[pid=28194] ppid=28193 vsize=62020 CPUtime=112.23 cores=0,2,4,6
/proc/28194/stat : 28194 (glucose_static) R 28193 28161 28113 0 -1 4202496 34318 0 0 0 11209 14 0 0 20 0 1 0 271587107 63508480 14525 33554432000 4194304 4896791 140734789953584 140734789951112 4225168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28194/statm: 15505 14525 78 172 0 15331 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 94588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28194
/proc/meminfo: memFree=28416168/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=14272 CPUtime=1669.59 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 5440 181323 0 0 13 2 166793 151 20 0 1 0 271420105 14614528 3213 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 3568 3213 172 410 0 3150 0
[pid=28193] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28193/stat : 28193 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271587106 9367552 266 33554432000 4194304 5064252 140737353415856 140737353414768 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28193/statm: 2287 266 226 213 0 72 0
[pid=28194] ppid=28193 vsize=75864 CPUtime=130.44 cores=0,2,4,6
/proc/28194/stat : 28194 (glucose_static) R 28193 28161 28113 0 -1 4202496 36821 0 0 0 13028 16 0 0 20 0 1 0 271587107 77684736 17806 33554432000 4194304 4896791 140734789953584 140734789949320 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28194/statm: 18966 17806 78 172 0 18792 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 108432

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 1.95 3/183 28194
/proc/meminfo: memFree=28416168/32873844 swapFree=7620/7620
[pid=28161] ppid=28159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28161/stat : 28161 (runPb2satCp2.sh) S 28159 28161 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271420105 9367552 274 33554432000 4194304 5064252 140733949607248 140733949606160 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28161/statm: 2287 274 233 213 0 72 0
[pid=28162] ppid=28161 vsize=14272 CPUtime=1669.59 cores=0,2,4,6
/proc/28162/stat : 28162 (pb2sat) S 28161 28161 28113 0 -1 4202496 5440 181323 0 0 13 2 166793 151 20 0 1 0 271420105 14614528 3213 33554432000 4194304 5873084 140734078884320 140734078878136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28162/statm: 3568 3213 172 410 0 3150 0
[pid=28193] ppid=28162 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28193/stat : 28193 (satsolver.sh) S 28162 28161 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271587106 9367552 266 33554432000 4194304 5064252 140737353415856 140737353414768 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28193/statm: 2287 266 226 213 0 72 0
[pid=28194] ppid=28193 vsize=75864 CPUtime=130.44 cores=0,2,4,6
/proc/28194/stat : 28194 (glucose_static) R 28193 28161 28113 0 -1 4202496 36821 0 0 0 13028 16 0 0 20 0 1 0 271587107 77684736 17806 33554432000 4194304 4896791 140734789953584 140734789949320 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28194/statm: 18966 17806 78 172 0 18792 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 108432

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1798.35
CPU system time (s): 1.70374
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 508708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.35
system time used= 1.70374
maximum resident set size= 432296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224572
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 227
involuntary context switches= 1872

runsolver used 3.14252 second user time and 9.30758 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-26 19:22:37
IDJOB=3694828
IDBENCH=1985
IDSOLVER=2273
FILE ID=node145/3694828-1338052957
RUNJOBID= node145-1338052957-28129
PBS_JOBID= 14624410
Free space on /tmp= 71464 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_12.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694828-1338052957/watcher-3694828-1338052957 -o /tmp/evaluation-result-3694828-1338052957/solver-3694828-1338052957 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694828-1338052957.opb 1639167244 HOME HOME

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

MD5SUM BENCH= 6486fd91f28e3890004c3ef801697dda
RANDOM SEED=1639167244

node145.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		: 2667.149
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	: 5334.29
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		: 2667.149
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		: 2667.149
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	: 5313.38
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		: 2667.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28647568 kB
Buffers:          267584 kB
Cached:          3167880 kB
SwapCached:            0 kB
Active:           702464 kB
Inactive:        2745064 kB
Active(anon):      14384 kB
Inactive(anon):        0 kB
Active(file):     688080 kB
Inactive(file):  2745064 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17124 kB
Writeback:             0 kB
AnonPages:         19176 kB
Mapped:            14720 kB
Shmem:               200 kB
Slab:             641332 kB
SReclaimable:      83504 kB
SUnreclaim:       557828 kB
KernelStack:        1376 kB
PageTables:         3912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     132304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71448 MiB
End job on node145 at 2012-05-26 19:52:38