Trace number 3694798

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.11 1800.91

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUMd431323968e1ca4dc95d181076d01437
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark148
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 154
Optimality of the best value was proved NO
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
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

Quality of the solution as a function of time


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

Solver Data

0.99/1.01	c model valid
0.99/1.01	c current solution ok
1.57/1.60	o 202
2.66/2.78	c model valid
2.66/2.78	c current solution ok
2.75/2.80	o 198
4.88/4.94	c model valid
4.88/4.94	c current solution ok
4.92/5.19	o 194
10.03/10.36	c model valid
10.03/10.36	c current solution ok
10.09/10.53	o 192
11.07/11.57	c model valid
11.07/11.57	c current solution ok
11.07/11.59	o 188
16.87/17.37	c model valid
16.87/17.37	c current solution ok
16.87/17.39	o 186
18.57/19.02	c model valid
18.57/19.02	c current solution ok
18.57/19.04	o 184
25.38/25.82	c model valid
25.38/25.82	c current solution ok
25.38/25.84	o 182
56.44/56.96	c model valid
56.44/56.96	c current solution ok
56.44/56.98	o 180
103.03/103.54	c model valid
103.03/103.54	c current solution ok
103.03/103.56	o 178
838.48/839.15	c model valid
838.48/839.15	c current solution ok
838.48/839.17	o 176
889.25/889.98	c model valid
889.25/889.98	c current solution ok
889.35/890.00	o 170
1754.69/1755.59	c model valid
1754.69/1755.59	c current solution ok
1754.79/1755.62	o 168
1800.08/1800.90	./satsolver.sh: line 5:  7045 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.90	c error: unexpected solver exit code
1800.08/1800.90	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-3694798-1338054726/watcher-3694798-1338054726 -o /tmp/evaluation-result-3694798-1338054726/solver-3694798-1338054726 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694798-1338054726.opb 112561525 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.00 2.00 2.00 3/179 6960
/proc/meminfo: memFree=28940708/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0

[startup+0.0406169 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6960
/proc/meminfo: memFree=28940708/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6960
/proc/meminfo: memFree=28940708/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300246 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6960
/proc/meminfo: memFree=28940708/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700248 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6960
/proc/meminfo: memFree=28940708/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6964
/proc/meminfo: memFree=28910932/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=25152 CPUtime=1.49 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) R 6960 6960 6780 0 -1 4202496 4759 7500 0 0 81 42 24 2 20 0 1 0 271597544 25755648 4785 33554432000 4194304 5873084 140733979829456 140733979824888 5127520 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6961/statm: 6288 4785 174 410 0 5870 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34300

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6967
/proc/meminfo: memFree=28847356/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=2.81 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 8457 20762 0 0 93 50 130 8 20 0 1 0 271597544 34852864 6576 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6961/statm: 8509 6576 176 410 0 8091 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 43184

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6973
/proc/meminfo: memFree=28845428/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=4.97 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 10585 33075 0 0 101 50 334 12 20 0 1 0 271597544 34852864 6576 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6961/statm: 8509 6576 176 410 0 8091 0
[pid=6972] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6972/stat : 6972 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271598066 9367552 267 33554432000 4194304 5064252 140735625166288 140735625165200 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6972/statm: 2287 267 226 213 0 72 0
[pid=6973] ppid=6972 vsize=53420 CPUtime=1.05 cores=0,2,4,6
/proc/6973/stat : 6973 (glucose_static) R 6972 6960 6780 0 -1 4202496 10632 0 0 0 104 1 0 0 20 0 1 0 271598067 54702080 11641 33554432000 4194304 4896791 140736145374016 140736145371224 4224917 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6973/statm: 13355 11641 76 172 0 13181 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 105752

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6979
/proc/meminfo: memFree=28838780/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=11.22 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 15007 58051 0 0 116 51 932 23 20 0 1 0 271597544 34852864 6576 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6961/statm: 8509 6576 176 410 0 8091 0
[pid=6978] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6978/stat : 6978 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271598707 9367552 267 33554432000 4194304 5064252 140735527935776 140735527934688 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6978/statm: 2287 267 226 213 0 72 0
[pid=6979] ppid=6978 vsize=54056 CPUtime=1.05 cores=0,2,4,6
/proc/6979/stat : 6979 (glucose_static) R 6978 6960 6780 0 -1 4202496 10417 0 0 0 103 2 0 0 20 0 1 0 271598707 55353344 11317 33554432000 4194304 4896791 140736099858928 140736099856136 4224752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6979/statm: 13514 11317 78 172 0 13340 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 106388

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6985
/proc/meminfo: memFree=28833184/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=18.65 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 19376 82617 0 0 131 52 1649 33 20 0 1 0 271597544 34852864 6576 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6961/statm: 8509 6576 176 410 0 8091 0
[pid=6984] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6984/stat : 6984 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271599452 9367552 267 33554432000 4194304 5064252 140735601838704 140735601837616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6984/statm: 2287 267 226 213 0 72 0
[pid=6985] ppid=6984 vsize=57504 CPUtime=6.4 cores=0,2,4,6
/proc/6985/stat : 6985 (glucose_static) R 6984 6960 6780 0 -1 4202496 10552 0 0 0 638 2 0 0 20 0 1 0 271599452 58884096 13290 33554432000 4194304 4896791 140736813346640 140736813343848 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 14376 13290 78 172 0 14202 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 109836

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6988
/proc/meminfo: memFree=28827116/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=25.44 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 21647 94361 0 0 139 52 2315 38 20 0 1 0 271597544 34852864 6576 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6961/statm: 8509 6576 176 410 0 8091 0
[pid=6987] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6987/stat : 6987 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271600131 9367552 266 33554432000 4194304 5064252 140733954159168 140733954158080 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6987/statm: 2287 266 226 213 0 72 0
[pid=6988] ppid=6987 vsize=59132 CPUtime=25.2 cores=0,2,4,6
/proc/6988/stat : 6988 (glucose_static) R 6987 6960 6780 0 -1 4202496 12679 0 0 0 2517 3 0 0 20 0 1 0 271600131 60551168 13666 33554432000 4194304 4896791 140737057893328 140737057890904 4224827 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6988/statm: 14783 13666 78 172 0 14609 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 111464

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6991
/proc/meminfo: memFree=28812340/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=56.58 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 23701 109183 0 0 146 53 5414 45 20 0 1 0 271597544 34852864 6576 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6961/statm: 8509 6576 176 410 0 8091 0
[pid=6990] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271603245 9367552 267 33554432000 4194304 5064252 140736343488720 140736343487632 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 267 226 213 0 72 0
[pid=6991] ppid=6990 vsize=71884 CPUtime=45.26 cores=0,2,4,6
/proc/6991/stat : 6991 (glucose_static) R 6990 6960 6780 0 -1 4202496 15335 0 0 0 4521 5 0 0 20 0 1 0 271603246 73609216 15122 33554432000 4194304 4896791 140734613435920 140734613433128 4225491 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6991/statm: 17971 15122 78 172 0 17797 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 124216

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 6998
/proc/meminfo: memFree=28814900/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=103.15 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 25744 125732 0 0 154 53 10055 53 20 0 1 0 271597544 34852864 6576 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6961/statm: 8509 6576 176 410 0 8091 0
[pid=6993] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6993/stat : 6993 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271607904 9367552 267 33554432000 4194304 5064252 140736475518112 140736475517024 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6993/statm: 2287 267 226 213 0 72 0
[pid=6994] ppid=6993 vsize=60296 CPUtime=58.67 cores=0,2,4,6
/proc/6994/stat : 6994 (glucose_static) R 6993 6960 6780 0 -1 4202496 15649 0 0 0 5859 8 0 0 20 0 1 0 271607904 61743104 14491 33554432000 4194304 4896791 140736697176880 140736697174456 4225417 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6994/statm: 15074 14491 78 172 0 14900 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 112628

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 6998
/proc/meminfo: memFree=28783548/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7038
/proc/meminfo: memFree=28710912/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=889.4 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 29674 180172 0 0 169 54 88615 102 20 0 1 0 271597544 34852864 6577 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6961/statm: 8509 6577 176 410 0 8091 0
[pid=7031] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7031/stat : 7031 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271686548 9367552 267 33554432000 4194304 5064252 140736461432368 140736461431280 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7031/statm: 2287 267 226 213 0 72 0
[pid=7032] ppid=7031 vsize=91172 CPUtime=532.15 cores=0,2,4,6
/proc/7032/stat : 7032 (glucose_static) R 7031 6960 6780 0 -1 4202496 46105 0 0 0 53179 36 0 0 20 0 1 0 271686548 93360128 19848 33554432000 4194304 4896791 140733894645728 140733894643304 4224703 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7032/statm: 22793 19848 78 172 0 22619 0
Current children cumulated CPU time (s) 1421.55
Current children cumulated vsize (KiB) 143504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7038
/proc/meminfo: memFree=28692880/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=889.4 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 29674 180172 0 0 169 54 88615 102 20 0 1 0 271597544 34852864 6577 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6961/statm: 8509 6577 176 410 0 8091 0
[pid=7031] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7031/stat : 7031 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271686548 9367552 267 33554432000 4194304 5064252 140736461432368 140736461431280 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7031/statm: 2287 267 226 213 0 72 0
[pid=7032] ppid=7031 vsize=111180 CPUtime=592.14 cores=0,2,4,6
/proc/7032/stat : 7032 (glucose_static) R 7031 6960 6780 0 -1 4202496 47717 0 0 0 59176 38 0 0 20 0 1 0 271686548 113848320 26135 33554432000 4194304 4896791 140733894645728 140733894642984 4224663 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7032/statm: 27795 26135 78 172 0 27621 0
Current children cumulated CPU time (s) 1481.54
Current children cumulated vsize (KiB) 163512

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7038
/proc/meminfo: memFree=28689728/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=889.4 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 29674 180172 0 0 169 54 88615 102 20 0 1 0 271597544 34852864 6577 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6961/statm: 8509 6577 176 410 0 8091 0
[pid=7031] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7031/stat : 7031 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271686548 9367552 267 33554432000 4194304 5064252 140736461432368 140736461431280 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7031/statm: 2287 267 226 213 0 72 0
[pid=7032] ppid=7031 vsize=112052 CPUtime=652.14 cores=0,2,4,6
/proc/7032/stat : 7032 (glucose_static) R 7031 6960 6780 0 -1 4202496 50503 0 0 0 65172 42 0 0 20 0 1 0 271686548 114741248 24922 33554432000 4194304 4896791 140733894645728 140733894643256 4225376 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7032/statm: 28013 24922 78 172 0 27839 0
Current children cumulated CPU time (s) 1541.54
Current children cumulated vsize (KiB) 164384

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7038
/proc/meminfo: memFree=28688252/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=889.4 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 29674 180172 0 0 169 54 88615 102 20 0 1 0 271597544 34852864 6577 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6961/statm: 8509 6577 176 410 0 8091 0
[pid=7031] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7031/stat : 7031 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271686548 9367552 267 33554432000 4194304 5064252 140736461432368 140736461431280 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7031/statm: 2287 267 226 213 0 72 0
[pid=7032] ppid=7031 vsize=113368 CPUtime=712.12 cores=0,2,4,6
/proc/7032/stat : 7032 (glucose_static) R 7031 6960 6780 0 -1 4202496 53311 0 0 0 71167 45 0 0 20 0 1 0 271686548 116088832 22892 33554432000 4194304 4896791 140733894645728 140733894642936 4224784 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7032/statm: 28342 22892 78 172 0 28168 0
Current children cumulated CPU time (s) 1601.52
Current children cumulated vsize (KiB) 165700

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7038
/proc/meminfo: memFree=28697440/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=889.4 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 29674 180172 0 0 169 54 88615 102 20 0 1 0 271597544 34852864 6577 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6961/statm: 8509 6577 176 410 0 8091 0
[pid=7031] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7031/stat : 7031 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271686548 9367552 267 33554432000 4194304 5064252 140736461432368 140736461431280 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7031/statm: 2287 267 226 213 0 72 0
[pid=7032] ppid=7031 vsize=98868 CPUtime=772.11 cores=0,2,4,6
/proc/7032/stat : 7032 (glucose_static) R 7031 6960 6780 0 -1 4202496 55432 0 0 0 77163 48 0 0 20 0 1 0 271686548 101240832 22923 33554432000 4194304 4896791 140733894645728 140733894642936 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7032/statm: 24717 22923 78 172 0 24543 0
Current children cumulated CPU time (s) 1661.51
Current children cumulated vsize (KiB) 151200

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 7042
/proc/meminfo: memFree=28644580/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=889.4 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 29674 180172 0 0 169 54 88615 102 20 0 1 0 271597544 34852864 6577 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6961/statm: 8509 6577 176 410 0 8091 0
[pid=7031] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7031/stat : 7031 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271686548 9367552 267 33554432000 4194304 5064252 140736461432368 140736461431280 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7031/statm: 2287 267 226 213 0 72 0
[pid=7032] ppid=7031 vsize=150680 CPUtime=832.09 cores=0,2,4,6
/proc/7032/stat : 7032 (glucose_static) R 7031 6960 6780 0 -1 4202496 56559 0 0 0 83160 49 0 0 20 0 1 0 271686548 154296320 33757 33554432000 4194304 4896791 140733894645728 140733894642936 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7032/statm: 37670 33757 78 172 0 37496 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 203012

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 7045
/proc/meminfo: memFree=28715004/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=1754.86 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 31812 238895 0 0 177 55 175099 155 20 0 1 0 271597544 34852864 6577 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6961/statm: 8509 6577 176 410 0 8091 0
[pid=7044] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271773110 9367552 267 33554432000 4194304 5064252 140735394179280 140735394178192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7044/statm: 2287 267 226 213 0 72 0
[pid=7045] ppid=7044 vsize=59552 CPUtime=26.62 cores=0,2,4,6
/proc/7045/stat : 7045 (glucose_static) R 7044 6960 6780 0 -1 4202496 12611 0 0 0 2659 3 0 0 20 0 1 0 271773110 60981248 14082 33554432000 4194304 4896791 140734192641072 140734192638280 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7045/statm: 14888 14082 78 172 0 14714 0
Current children cumulated CPU time (s) 1781.48
Current children cumulated vsize (KiB) 111884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 7148
/proc/meminfo: memFree=28816548/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=1754.86 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 31812 238895 0 0 177 55 175099 155 20 0 1 0 271597544 34852864 6577 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6961/statm: 8509 6577 176 410 0 8091 0
[pid=7044] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271773110 9367552 267 33554432000 4194304 5064252 140735394179280 140735394178192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7044/statm: 2287 267 226 213 0 72 0
[pid=7045] ppid=7044 vsize=61348 CPUtime=45.22 cores=0,2,4,6
/proc/7045/stat : 7045 (glucose_static) R 7044 6960 6780 0 -1 4202496 13969 0 0 0 4518 4 0 0 20 0 1 0 271773110 62820352 14249 33554432000 4194304 4896791 140734192641072 140734192638648 4224975 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7045/statm: 15337 14249 78 172 0 15163 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 113680

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 7148
/proc/meminfo: memFree=28816548/32873844 swapFree=7116/7116
[pid=6960] ppid=6958 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6960/stat : 6960 (runPb2satCp2.sh) S 6958 6960 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271597544 9367552 275 33554432000 4194304 5064252 140733689507632 140733689506544 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6960/statm: 2287 275 233 213 0 72 0
[pid=6961] ppid=6960 vsize=34036 CPUtime=1754.86 cores=0,2,4,6
/proc/6961/stat : 6961 (pb2sat) S 6960 6960 6780 0 -1 4202496 31812 238895 0 0 177 55 175099 155 20 0 1 0 271597544 34852864 6577 33554432000 4194304 5873084 140733979829456 140733979823272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6961/statm: 8509 6577 176 410 0 8091 0
[pid=7044] ppid=6961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (satsolver.sh) S 6961 6960 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271773110 9367552 267 33554432000 4194304 5064252 140735394179280 140735394178192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7044/statm: 2287 267 226 213 0 72 0
[pid=7045] ppid=7044 vsize=61348 CPUtime=45.22 cores=0,2,4,6
/proc/7045/stat : 7045 (glucose_static) R 7044 6960 6780 0 -1 4202496 13969 0 0 0 4518 4 0 0 20 0 1 0 271773110 62820352 14249 33554432000 4194304 4896791 140734192641072 140734192638648 4224975 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7045/statm: 15337 14249 78 172 0 15163 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 113680

Child status: 0
Real time (s): 1800.91
CPU time (s): 1800.11
CPU user time (s): 1797.95
CPU system time (s): 2.16067
CPU usage (%): 99.9554
Max. virtual memory (cumulated for all children) (KiB): 255080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.95
system time used= 2.16067
maximum resident set size= 163256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285666
page faults= 0
swaps= 0
block input operations= 0
block output operations= 377120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 336
involuntary context switches= 2641

runsolver used 6.98494 second user time and 18.4132 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-26 19:52:06
IDJOB=3694798
IDBENCH=2006
IDSOLVER=2273
FILE ID=node146/3694798-1338054726
RUNJOBID= node146-1338052923-6796
PBS_JOBID= 14624393
Free space on /tmp= 71156 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ8_3.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694798-1338054726/watcher-3694798-1338054726 -o /tmp/evaluation-result-3694798-1338054726/solver-3694798-1338054726 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694798-1338054726.opb 112561525 HOME HOME

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

MD5SUM BENCH= d431323968e1ca4dc95d181076d01437
RANDOM SEED=112561525

node146.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.034
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.06
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.034
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.92
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.034
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.91
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.034
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.034
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.034
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.034
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28940972 kB
Buffers:          268256 kB
Cached:          2839260 kB
SwapCached:         2348 kB
Active:           933336 kB
Inactive:        2216644 kB
Active(anon):      41480 kB
Inactive(anon):     3064 kB
Active(file):     891856 kB
Inactive(file):  2213580 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:             21060 kB
Writeback:             0 kB
AnonPages:        295296 kB
Mapped:             8804 kB
Shmem:                 0 kB
Slab:             644392 kB
SReclaimable:      85768 kB
SUnreclaim:       558624 kB
KernelStack:        1496 kB
PageTables:         4008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     164844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 71124 MiB
End job on node146 at 2012-05-26 20:22:07