Trace number 3695362

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 1801.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_2.opb
MD5SUMcb610107b772b4f0726736eafa902b12
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1796.96
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint61
Maximum length of a constraint110
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75286
Sum of products size (including duplicates)150572
Number of different products75286
Sum of products size150572

Quality of the solution as a function of time


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

Solver Data

0.00/0.53	c model valid
0.00/0.53	c current solution ok
1.26/1.30	o 201
1.26/1.30	c (debug) using card networks
2.38/2.40	c model valid
2.38/2.40	c current solution ok
2.38/2.41	o 55
2.38/2.41	c (debug) using card networks
55.88/56.25	c model valid
55.88/56.25	c current solution ok
56.21/56.27	o 41
56.21/56.27	c (debug) using card networks
103.29/103.76	c model valid
103.29/103.76	c current solution ok
103.29/103.78	o 40
103.29/103.78	c (debug) using card networks
136.21/136.88	c model valid
136.21/136.88	c current solution ok
136.43/136.90	o 39
136.43/136.90	c (debug) using card networks
145.55/189.92	c model valid
145.55/189.92	c current solution ok
189.41/190.00	o 38
189.41/190.00	c (debug) using card networks
359.34/360.55	c model valid
359.34/360.55	c current solution ok
359.34/360.57	o 36
359.34/360.57	c (debug) using card networks
1800.02/1801.51	./satsolver.sh: line 5: 15405 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.02/1801.51	c error: unexpected solver exit code
1800.02/1801.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-3695362-1338082529/watcher-3695362-1338082529 -o /tmp/evaluation-result-3695362-1338082529/solver-3695362-1338082529 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695362-1338082529.opb 995989465 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.00 2.00 2.00 3/179 15375
/proc/meminfo: memFree=28167016/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0

[startup+0.0904369 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15375
/proc/meminfo: memFree=28167016/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15375
/proc/meminfo: memFree=28167016/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300198 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15375
/proc/meminfo: memFree=28167016/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15375
/proc/meminfo: memFree=28167016/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15379
/proc/meminfo: memFree=28129112/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=33188 CPUtime=1.3 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 7459 11513 0 0 44 61 21 4 20 0 1 0 274377196 33984512 5771 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15376/statm: 8297 5771 174 410 0 7879 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 42336

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15382
/proc/meminfo: memFree=28073732/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=2.4 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 9706 26694 0 0 50 62 119 9 20 0 1 0 274377196 37183488 6552 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15376/statm: 9078 6552 174 410 0 8660 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 45460
heavy processes:

[startup+6.341 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15385
/proc/meminfo: memFree=28067084/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=2.4 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 9706 26694 0 0 50 62 119 9 20 0 1 0 274377196 37183488 6552 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15376/statm: 9078 6552 174 410 0 8660 0
[pid=15384] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15384/stat : 15384 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274377439 9367552 267 33554432000 4194304 5064252 140733543491248 140733543490160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15384/statm: 2287 267 226 213 0 72 0
[pid=15385] ppid=15384 vsize=51808 CPUtime=3.89 cores=1,3,5,7
/proc/15385/stat : 15385 (glucose_static) R 15384 15375 10094 0 -1 4202496 13291 0 0 0 385 4 0 0 20 0 1 0 274377439 53051392 11917 33554432000 4194304 4896791 140734269334480 140734269331688 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15385/statm: 12952 11917 76 172 0 12778 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106416

[startup+13.4091 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 15385
/proc/meminfo: memFree=28064052/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=2.4 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 9706 26694 0 0 50 62 119 9 20 0 1 0 274377196 37183488 6552 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15376/statm: 9078 6552 174 410 0 8660 0
[pid=15384] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15384/stat : 15384 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274377439 9367552 267 33554432000 4194304 5064252 140733543491248 140733543490160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15384/statm: 2287 267 226 213 0 72 0
[pid=15385] ppid=15384 vsize=56492 CPUtime=10.96 cores=1,3,5,7
/proc/15385/stat : 15385 (glucose_static) R 15384 15375 10094 0 -1 4202496 13644 0 0 0 1091 5 0 0 20 0 1 0 274377439 57847808 12269 33554432000 4194304 4896791 140734269334480 140734269331688 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15385/statm: 14123 12269 76 172 0 13949 0
Current children cumulated CPU time (s) 13.36
Current children cumulated vsize (KiB) 111100

[startup+26.3589 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 15385
/proc/meminfo: memFree=28071248/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=2.4 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 9706 26694 0 0 50 62 119 9 20 0 1 0 274377196 37183488 6552 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15376/statm: 9078 6552 174 410 0 8660 0
[pid=15384] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15384/stat : 15384 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274377439 9367552 267 33554432000 4194304 5064252 140733543491248 140733543490160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15384/statm: 2287 267 226 213 0 72 0
[pid=15385] ppid=15384 vsize=57020 CPUtime=23.91 cores=1,3,5,7
/proc/15385/stat : 15385 (glucose_static) R 15384 15375 10094 0 -1 4202496 13828 0 0 0 2386 5 0 0 20 0 1 0 274377439 58388480 12964 33554432000 4194304 4896791 140734269334480 140734269331688 4205040 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15385/statm: 14255 12964 76 172 0 14081 0
Current children cumulated CPU time (s) 26.31
Current children cumulated vsize (KiB) 111628

[startup+51.118 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 15385
/proc/meminfo: memFree=28071416/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=2.4 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 9706 26694 0 0 50 62 119 9 20 0 1 0 274377196 37183488 6552 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15376/statm: 9078 6552 174 410 0 8660 0
[pid=15384] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15384/stat : 15384 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274377439 9367552 267 33554432000 4194304 5064252 140733543491248 140733543490160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15384/statm: 2287 267 226 213 0 72 0
[pid=15385] ppid=15384 vsize=57812 CPUtime=48.65 cores=1,3,5,7
/proc/15385/stat : 15385 (glucose_static) R 15384 15375 10094 0 -1 4202496 15523 0 0 0 4859 6 0 0 20 0 1 0 274377439 59199488 13162 33554432000 4194304 4896791 140734269334480 140734269331688 4224983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15385/statm: 14453 13162 76 172 0 14279 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 112420

[startup+102.3 s]
/proc/loadavg: 2.25 2.07 2.02 3/183 15388
/proc/meminfo: memFree=28067892/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=56.24 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 12236 43445 0 0 56 62 5487 19 20 0 1 0 274377196 37183488 6692 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15376/statm: 9078 6692 174 410 0 8660 0
[pid=15387] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15387/stat : 15387 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274382824 9367552 266 33554432000 4194304 5064252 140736575328304 140736575327216 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15387/statm: 2287 266 226 213 0 72 0
[pid=15388] ppid=15387 vsize=57944 CPUtime=45.65 cores=1,3,5,7
/proc/15388/stat : 15388 (glucose_static) R 15387 15375 10094 0 -1 4202496 14540 0 0 0 4560 5 0 0 20 0 1 0 274382824 59334656 13292 33554432000 4194304 4896791 140733278746704 140733278743912 4224983 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/15388/statm: 14486 13292 76 172 0 14312 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 112552

[startup+189.929 s]
/proc/loadavg: 2.04 2.04 2.01 4/183 15394
/proc/meminfo: memFree=28049236/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=189.41 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 18886 89607 0 0 74 64 18760 43 20 0 1 0 274377196 37183488 6787 33554432000 4194304 5873084 140737088656528 140737088650840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15376/statm: 9078 6787 174 410 0 8660 0
Current children cumulated CPU time (s) 189.41
Current children cumulated vsize (KiB) 45460

[startup+222.3 s]
/proc/loadavg: 3.22 2.35 2.11 3/183 15397
/proc/meminfo: memFree=28048044/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=189.44 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 19801 90120 0 0 75 64 18760 45 20 0 1 0 274377196 37183488 6787 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15376/statm: 9078 6787 174 410 0 8660 0

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.03 2.13 3/183 15411
/proc/meminfo: memFree=27865848/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=359.42 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 22309 123614 0 0 82 64 35727 69 20 0 1 0 274377196 37183488 6787 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15376/statm: 9078 6787 174 410 0 8660 0
[pid=15404] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15404/stat : 15404 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274413254 9367552 266 33554432000 4194304 5064252 140734838313232 140734838312144 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15404/statm: 2287 266 226 213 0 72 0
[pid=15405] ppid=15404 vsize=199744 CPUtime=1061.47 cores=1,3,5,7
/proc/15405/stat : 15405 (glucose_static) R 15404 15375 10094 0 -1 4202496 69350 0 0 0 106082 65 0 0 20 0 1 0 274413254 204537856 42367 33554432000 4194304 4896791 140735831047648 140735831045176 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15405/statm: 49936 42367 78 172 0 49762 0
Current children cumulated CPU time (s) 1420.89
Current children cumulated vsize (KiB) 254352

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.12 3/184 15465
/proc/meminfo: memFree=28004044/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=359.42 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 22309 123614 0 0 82 64 35727 69 20 0 1 0 274377196 37183488 6787 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15376/statm: 9078 6787 174 410 0 8660 0
[pid=15404] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15404/stat : 15404 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274413254 9367552 266 33554432000 4194304 5064252 140734838313232 140734838312144 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15404/statm: 2287 266 226 213 0 72 0
[pid=15405] ppid=15404 vsize=200276 CPUtime=1121.46 cores=1,3,5,7
/proc/15405/stat : 15405 (glucose_static) R 15404 15375 10094 0 -1 4202496 71114 0 0 0 112078 68 0 0 20 0 1 0 274413254 205082624 38842 33554432000 4194304 4896791 140735831047648 140735831045176 4203856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15405/statm: 50069 38842 78 172 0 49895 0
Current children cumulated CPU time (s) 1480.88
Current children cumulated vsize (KiB) 254884

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/184 15501
/proc/meminfo: memFree=28011600/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=359.42 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 22309 123614 0 0 82 64 35727 69 20 0 1 0 274377196 37183488 6787 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15376/statm: 9078 6787 174 410 0 8660 0
[pid=15404] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15404/stat : 15404 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274413254 9367552 266 33554432000 4194304 5064252 140734838313232 140734838312144 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15404/statm: 2287 266 226 213 0 72 0
[pid=15405] ppid=15404 vsize=150740 CPUtime=1181.45 cores=1,3,5,7
/proc/15405/stat : 15405 (glucose_static) R 15404 15375 10094 0 -1 4202496 72448 0 0 0 118074 71 0 0 20 0 1 0 274413254 154357760 34500 33554432000 4194304 4896791 140735831047648 140735831045176 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15405/statm: 37685 34500 78 172 0 37511 0
Current children cumulated CPU time (s) 1540.87
Current children cumulated vsize (KiB) 205348

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/183 15501
/proc/meminfo: memFree=28006200/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=359.42 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 22309 123614 0 0 82 64 35727 69 20 0 1 0 274377196 37183488 6787 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15376/statm: 9078 6787 174 410 0 8660 0
[pid=15404] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15404/stat : 15404 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274413254 9367552 266 33554432000 4194304 5064252 140734838313232 140734838312144 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15404/statm: 2287 266 226 213 0 72 0
[pid=15405] ppid=15404 vsize=120496 CPUtime=1241.43 cores=1,3,5,7
/proc/15405/stat : 15405 (glucose_static) R 15404 15375 10094 0 -1 4202496 73649 0 0 0 124070 73 0 0 20 0 1 0 274413254 123387904 27348 33554432000 4194304 4896791 140735831047648 140735831045176 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15405/statm: 30124 27348 78 172 0 29950 0
Current children cumulated CPU time (s) 1600.85
Current children cumulated vsize (KiB) 175104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 15501
/proc/meminfo: memFree=27952108/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=359.42 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 22309 123614 0 0 82 64 35727 69 20 0 1 0 274377196 37183488 6787 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15376/statm: 9078 6787 174 410 0 8660 0
[pid=15404] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15404/stat : 15404 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274413254 9367552 266 33554432000 4194304 5064252 140734838313232 140734838312144 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15404/statm: 2287 266 226 213 0 72 0
[pid=15405] ppid=15404 vsize=201656 CPUtime=1301.42 cores=1,3,5,7
/proc/15405/stat : 15405 (glucose_static) R 15404 15375 10094 0 -1 4202496 74752 0 0 0 130066 76 0 0 20 0 1 0 274413254 206495744 44795 33554432000 4194304 4896791 140735831047648 140735831044856 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15405/statm: 50414 44795 78 172 0 50240 0
Current children cumulated CPU time (s) 1660.84
Current children cumulated vsize (KiB) 256264

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/183 15501
/proc/meminfo: memFree=27966048/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=359.42 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 22309 123614 0 0 82 64 35727 69 20 0 1 0 274377196 37183488 6787 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15376/statm: 9078 6787 174 410 0 8660 0
[pid=15404] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15404/stat : 15404 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274413254 9367552 266 33554432000 4194304 5064252 140734838313232 140734838312144 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15404/statm: 2287 266 226 213 0 72 0
[pid=15405] ppid=15404 vsize=201844 CPUtime=1361.4 cores=1,3,5,7
/proc/15405/stat : 15405 (glucose_static) R 15404 15375 10094 0 -1 4202496 76523 0 0 0 136061 79 0 0 20 0 1 0 274413254 206688256 39824 33554432000 4194304 4896791 140735831047648 140735831045176 4225134 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15405/statm: 50461 39824 78 172 0 50287 0
Current children cumulated CPU time (s) 1720.82
Current children cumulated vsize (KiB) 256452

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/183 15501
/proc/meminfo: memFree=27925056/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=359.42 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 22309 123614 0 0 82 64 35727 69 20 0 1 0 274377196 37183488 6787 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15376/statm: 9078 6787 174 410 0 8660 0
[pid=15404] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15404/stat : 15404 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274413254 9367552 266 33554432000 4194304 5064252 140734838313232 140734838312144 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15404/statm: 2287 266 226 213 0 72 0
[pid=15405] ppid=15404 vsize=151756 CPUtime=1421.4 cores=1,3,5,7
/proc/15405/stat : 15405 (glucose_static) R 15404 15375 10094 0 -1 4202496 77634 0 0 0 142059 81 0 0 20 0 1 0 274413254 155398144 31045 33554432000 4194304 4896791 140735831047648 140735831045176 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15405/statm: 37939 31045 78 172 0 37765 0
Current children cumulated CPU time (s) 1780.82
Current children cumulated vsize (KiB) 206364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 15502
/proc/meminfo: memFree=27960384/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=359.42 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 22309 123614 0 0 82 64 35727 69 20 0 1 0 274377196 37183488 6787 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15376/statm: 9078 6787 174 410 0 8660 0
[pid=15404] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15404/stat : 15404 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274413254 9367552 266 33554432000 4194304 5064252 140734838313232 140734838312144 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15404/statm: 2287 266 226 213 0 72 0
[pid=15405] ppid=15404 vsize=151920 CPUtime=1440.6 cores=1,3,5,7
/proc/15405/stat : 15405 (glucose_static) R 15404 15375 10094 0 -1 4202496 77666 0 0 0 143979 81 0 0 20 0 1 0 274413254 155566080 36697 33554432000 4194304 4896791 140735831047648 140735831044856 4225376 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15405/statm: 37980 36697 78 172 0 37806 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 206528

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 15502
/proc/meminfo: memFree=27960384/32873844 swapFree=7616/7616
[pid=15375] ppid=15373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15375/stat : 15375 (runPb2satCp2.sh) S 15373 15375 10094 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274377195 9367552 274 33554432000 4194304 5064252 140733249461168 140733249460080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15375/statm: 2287 274 233 213 0 72 0
[pid=15376] ppid=15375 vsize=36312 CPUtime=359.42 cores=1,3,5,7
/proc/15376/stat : 15376 (pb2sat) S 15375 15375 10094 0 -1 4202496 22309 123614 0 0 82 64 35727 69 20 0 1 0 274377196 37183488 6787 33554432000 4194304 5873084 140737088656528 140737088650344 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15376/statm: 9078 6787 174 410 0 8660 0
[pid=15404] ppid=15376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15404/stat : 15404 (satsolver.sh) S 15376 15375 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274413254 9367552 266 33554432000 4194304 5064252 140734838313232 140734838312144 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15404/statm: 2287 266 226 213 0 72 0
[pid=15405] ppid=15404 vsize=151920 CPUtime=1440.6 cores=1,3,5,7
/proc/15405/stat : 15405 (glucose_static) R 15404 15375 10094 0 -1 4202496 77666 0 0 0 143979 81 0 0 20 0 1 0 274413254 155566080 36697 33554432000 4194304 4896791 140735831047648 140735831044856 4225376 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15405/statm: 37980 36697 78 172 0 37806 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 206528

Child status: 0
Real time (s): 1801.51
CPU time (s): 1800.06
CPU user time (s): 1797.89
CPU system time (s): 2.16467
CPU usage (%): 99.9193
Max. virtual memory (cumulated for all children) (KiB): 286804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.89
system time used= 2.16467
maximum resident set size= 218844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224575
page faults= 0
swaps= 0
block input operations= 0
block output operations= 177280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 262
involuntary context switches= 3332

runsolver used 3.16752 second user time and 7.98079 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 03:35:29
IDJOB=3695362
IDBENCH=48150
IDSOLVER=2273
FILE ID=node141/3695362-1338082529
RUNJOBID= node141-1338052046-10111
PBS_JOBID= 14624387
Free space on /tmp= 71544 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_1000_60_2.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695362-1338082529/watcher-3695362-1338082529 -o /tmp/evaluation-result-3695362-1338082529/solver-3695362-1338082529 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695362-1338082529.opb 995989465 HOME HOME

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

MD5SUM BENCH= cb610107b772b4f0726736eafa902b12
RANDOM SEED=995989465

node141.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.744
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	: 5333.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.744
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.744
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.93
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.744
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.92
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.744
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.92
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.744
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.744
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.92
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.744
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:       32873844 kB
MemFree:        28167552 kB
Buffers:          315700 kB
Cached:          3498792 kB
SwapCached:            0 kB
Active:           747500 kB
Inactive:        3151532 kB
Active(anon):      86804 kB
Inactive(anon):        0 kB
Active(file):     660696 kB
Inactive(file):  3151532 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9712 kB
Writeback:             0 kB
AnonPages:        145100 kB
Mapped:            15152 kB
Shmem:               200 kB
Slab:             667564 kB
SReclaimable:     110084 kB
SUnreclaim:       557480 kB
KernelStack:        1520 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     206280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71516 MiB
End job on node141 at 2012-05-27 04:05:30