Trace number 3695395

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.81

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_60_4.opb
MD5SUM33f66c46bd2eace76f5fa6a5916a23ec
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-71
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -81
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 constraint60
Maximum length of a constraint107
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)75484
Sum of products size (including duplicates)150968
Number of different products37742
Sum of products size75484

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.27	c model valid
0.00/0.27	c current solution ok
0.00/0.77	o 0
0.00/0.77	c (debug) using card networks
0.00/0.98	c model valid
0.00/0.98	c current solution ok
0.00/0.99	o -52
0.00/0.99	c (debug) using card networks
1.18/1.20	c model valid
1.18/1.20	c current solution ok
1.18/1.21	o -53
1.18/1.21	c (debug) using card networks
1.37/1.43	c model valid
1.37/1.43	c current solution ok
1.37/1.43	o -60
1.37/1.43	c (debug) using card networks
1.79/1.82	c model valid
1.79/1.82	c current solution ok
1.79/1.83	o -61
1.79/1.83	c (debug) using card networks
2.27/2.38	c model valid
2.27/2.38	c current solution ok
2.36/2.63	o -63
2.36/2.63	c (debug) using card networks
5.44/5.75	c model valid
5.44/5.75	c current solution ok
5.44/5.76	o -68
5.44/5.76	c (debug) using card networks
175.27/175.65	c model valid
175.27/175.65	c current solution ok
175.27/175.66	o -69
175.27/175.66	c (debug) using card networks
1696.11/1696.82	c model valid
1696.11/1696.82	c current solution ok
1696.11/1696.84	o -71
1696.11/1696.84	c (debug) using card networks
1800.08/1800.80	./satsolver.sh: line 5: 16365 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.80	c error: unexpected solver exit code
1800.08/1800.80	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-3695395-1338084958/watcher-3695395-1338084958 -o /tmp/evaluation-result-3695395-1338084958/solver-3695395-1338084958 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695395-1338084958.opb 443635695 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.04 2.05 2.05 3/179 16251
/proc/meminfo: memFree=29030408/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0

[startup+0.0608201 s]
/proc/loadavg: 2.04 2.05 2.05 3/179 16251
/proc/meminfo: memFree=29030408/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100229 s]
/proc/loadavg: 2.04 2.05 2.05 3/179 16251
/proc/meminfo: memFree=29030408/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300257 s]
/proc/loadavg: 2.04 2.05 2.05 3/179 16251
/proc/meminfo: memFree=29030408/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700185 s]
/proc/loadavg: 2.04 2.05 2.05 3/179 16251
/proc/meminfo: memFree=29030408/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.04 2.05 2.05 3/181 16259
/proc/meminfo: memFree=29008220/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=1.45 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 10070 31294 0 0 48 43 43 11 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 23244

[startup+3.10035 s]
/proc/loadavg: 2.03 2.05 2.05 3/183 16270
/proc/meminfo: memFree=28976412/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=2.39 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 13348 48019 0 0 61 43 119 16 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 23244
heavy processes:

[startup+6.30037 s]
/proc/loadavg: 2.03 2.05 2.05 3/183 16273
/proc/meminfo: memFree=28966660/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=5.55 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 14987 59220 0 0 67 44 424 20 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 23244

[startup+12.7004 s]
/proc/loadavg: 2.03 2.05 2.05 3/183 16276
/proc/meminfo: memFree=28982948/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=5.55 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 14987 59220 0 0 67 44 424 20 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
[pid=16275] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16275/stat : 16275 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274620807 9367552 267 33554432000 4194304 5064252 140736419844208 140736419843120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16275/statm: 2287 267 226 213 0 72 0
[pid=16276] ppid=16275 vsize=42644 CPUtime=6.9 cores=1,3,5,7
/proc/16276/stat : 16276 (glucose_static) R 16275 16251 9863 0 -1 4202496 10900 0 0 0 687 3 0 0 20 0 1 0 274620807 43667456 9496 33554432000 4194304 4896791 140735981851312 140735981848520 4225445 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16276/statm: 10661 9496 78 172 0 10487 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 75036

[startup+25.5004 s]
/proc/loadavg: 2.02 2.05 2.05 3/183 16276
/proc/meminfo: memFree=28954228/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=5.55 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 14987 59220 0 0 67 44 424 20 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
[pid=16275] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16275/stat : 16275 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274620807 9367552 267 33554432000 4194304 5064252 140736419844208 140736419843120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16275/statm: 2287 267 226 213 0 72 0
[pid=16276] ppid=16275 vsize=62900 CPUtime=19.69 cores=1,3,5,7
/proc/16276/stat : 16276 (glucose_static) R 16275 16251 9863 0 -1 4202496 16235 0 0 0 1964 5 0 0 20 0 1 0 274620807 64409600 12292 33554432000 4194304 4896791 140735981851312 140735981848840 4203826 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16276/statm: 15725 12292 78 172 0 15551 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 95292

[startup+51.1004 s]
/proc/loadavg: 2.01 2.04 2.04 3/183 16276
/proc/meminfo: memFree=28932348/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=5.55 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 14987 59220 0 0 67 44 424 20 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
[pid=16275] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16275/stat : 16275 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274620807 9367552 267 33554432000 4194304 5064252 140736419844208 140736419843120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16275/statm: 2287 267 226 213 0 72 0
[pid=16276] ppid=16275 vsize=83672 CPUtime=45.28 cores=1,3,5,7
/proc/16276/stat : 16276 (glucose_static) R 16275 16251 9863 0 -1 4202496 21099 0 0 0 4519 9 0 0 20 0 1 0 274620807 85680128 16997 33554432000 4194304 4896791 140735981851312 140735981848520 4225171 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16276/statm: 20918 16997 78 172 0 20744 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 116064

[startup+102.307 s]
/proc/loadavg: 2.04 2.05 2.04 3/183 16276
/proc/meminfo: memFree=28924628/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=5.55 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 14987 59220 0 0 67 44 424 20 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
[pid=16275] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16275/stat : 16275 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274620807 9367552 267 33554432000 4194304 5064252 140736419844208 140736419843120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16275/statm: 2287 267 226 213 0 72 0
[pid=16276] ppid=16275 vsize=86724 CPUtime=96.46 cores=1,3,5,7
/proc/16276/stat : 16276 (glucose_static) R 16275 16251 9863 0 -1 4202496 28014 0 0 0 9630 16 0 0 20 0 1 0 274620807 88805376 17785 33554432000 4194304 4896791 140735981851312 140735981848520 4203775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16276/statm: 21681 17785 78 172 0 21507 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 119116

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.04 3/183 16276
/proc/meminfo: memFree=28932904/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=5.55 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 14987 59220 0 0 67 44 424 20 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
[pid=16275] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16275/stat : 16275 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274620807 9367552 267 33554432000 4194304 5064252 140736419844208 140736419843120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16275/statm: 2287 267 226 213 0 72 0
[pid=16276] ppid=16275 vsize=70784 CPUtime=156.42 cores=1,3,5,7
/proc/16276/stat : 16276 (glucose_static) R 16275 16251 9863 0 -1 4202496 35163 0 0 0 15618 24 0 0 20 0 1 0 274620807 72482816 15797 33554432000 4194304 4896791 140735981851312 140735981848840 4225445 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16276/statm: 17696 15797 78 172 0 17522 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 103176

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/183 16279
/proc/meminfo: memFree=28943888/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=175.35 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 16626 96724 0 0 73 44 17371 47 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16289
/proc/meminfo: memFree=28813048/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=175.35 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 16626 96724 0 0 73 44 17371 47 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
[pid=16278] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16278/stat : 16278 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274637797 9367552 266 33554432000 4194304 5064252 140737239580000 140737239578912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16278/statm: 2287 266 226 213 0 72 0
[pid=16279] ppid=16278 vsize=190760 CPUtime=1186.32 cores=1,3,5,7
/proc/16279/stat : 16279 (glucose_static) R 16278 16251 9863 0 -1 4202496 90568 0 0 0 118540 92 0 0 20 0 1 0 274637797 195338240 40340 33554432000 4194304 4896791 140737358509312 140737358506840 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16279/statm: 47690 40340 78 172 0 47516 0
Current children cumulated CPU time (s) 1361.67
Current children cumulated vsize (KiB) 223152

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16352
/proc/meminfo: memFree=28875088/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=175.35 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 16626 96724 0 0 73 44 17371 47 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
[pid=16278] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16278/stat : 16278 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274637797 9367552 266 33554432000 4194304 5064252 140737239580000 140737239578912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16278/statm: 2287 266 226 213 0 72 0
[pid=16279] ppid=16278 vsize=191288 CPUtime=1246.32 cores=1,3,5,7
/proc/16279/stat : 16279 (glucose_static) R 16278 16251 9863 0 -1 4202496 93204 0 0 0 124534 98 0 0 20 0 1 0 274637797 195878912 39453 33554432000 4194304 4896791 140737358509312 140737358506840 4224680 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16279/statm: 47822 39453 78 172 0 47648 0
Current children cumulated CPU time (s) 1421.67
Current children cumulated vsize (KiB) 223680

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16358
/proc/meminfo: memFree=28876716/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=175.35 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 16626 96724 0 0 73 44 17371 47 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
[pid=16278] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16278/stat : 16278 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274637797 9367552 266 33554432000 4194304 5064252 140737239580000 140737239578912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16278/statm: 2287 266 226 213 0 72 0
[pid=16279] ppid=16278 vsize=192168 CPUtime=1306.31 cores=1,3,5,7
/proc/16279/stat : 16279 (glucose_static) R 16278 16251 9863 0 -1 4202496 95841 0 0 0 130528 103 0 0 20 0 1 0 274637797 196780032 37557 33554432000 4194304 4896791 140737358509312 140737358506824 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16279/statm: 48042 37557 78 172 0 47868 0
Current children cumulated CPU time (s) 1481.66
Current children cumulated vsize (KiB) 224560

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16359
/proc/meminfo: memFree=28867296/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=175.35 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 16626 96724 0 0 73 44 17371 47 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
[pid=16278] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16278/stat : 16278 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274637797 9367552 266 33554432000 4194304 5064252 140737239580000 140737239578912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16278/statm: 2287 266 226 213 0 72 0
[pid=16279] ppid=16278 vsize=192836 CPUtime=1366.29 cores=1,3,5,7
/proc/16279/stat : 16279 (glucose_static) R 16278 16251 9863 0 -1 4202496 98515 0 0 0 136522 107 0 0 20 0 1 0 274637797 197464064 37724 33554432000 4194304 4896791 140737358509312 140737358506520 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16279/statm: 48209 37724 78 172 0 48035 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 225228

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16362
/proc/meminfo: memFree=28903908/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=175.35 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 16626 96724 0 0 73 44 17371 47 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
[pid=16278] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16278/stat : 16278 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274637797 9367552 266 33554432000 4194304 5064252 140737239580000 140737239578912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16278/statm: 2287 266 226 213 0 72 0
[pid=16279] ppid=16278 vsize=143740 CPUtime=1426.27 cores=1,3,5,7
/proc/16279/stat : 16279 (glucose_static) R 16278 16251 9863 0 -1 4202496 100293 0 0 0 142516 111 0 0 20 0 1 0 274637797 147189760 31416 33554432000 4194304 4896791 140737358509312 140737358506840 4205619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16279/statm: 35935 31416 78 172 0 35761 0
Current children cumulated CPU time (s) 1601.62
Current children cumulated vsize (KiB) 176132

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16362
/proc/meminfo: memFree=28797252/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=14096 CPUtime=175.35 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 16626 96724 0 0 73 44 17371 47 20 0 1 0 274620228 14434304 2946 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3524 2946 174 410 0 3106 0
[pid=16278] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16278/stat : 16278 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274637797 9367552 266 33554432000 4194304 5064252 140737239580000 140737239578912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16278/statm: 2287 266 226 213 0 72 0
[pid=16279] ppid=16278 vsize=275752 CPUtime=1486.26 cores=1,3,5,7
/proc/16279/stat : 16279 (glucose_static) R 16278 16251 9863 0 -1 4202496 101796 0 0 0 148513 113 0 0 20 0 1 0 274637797 282370048 54881 33554432000 4194304 4896791 140737358509312 140737358506520 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16279/statm: 68938 54881 78 172 0 68764 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 308144

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16365
/proc/meminfo: memFree=28963296/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=15632 CPUtime=1696.18 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 18463 201463 0 0 80 45 169328 165 20 0 1 0 274620228 16007168 3152 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3908 3152 174 410 0 3490 0
[pid=16364] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16364/stat : 16364 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274789915 9367552 266 33554432000 4194304 5064252 140736778431216 140736778430128 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16364/statm: 2287 266 226 213 0 72 0
[pid=16365] ppid=16364 vsize=63572 CPUtime=25.4 cores=1,3,5,7
/proc/16365/stat : 16365 (glucose_static) R 16364 16251 9863 0 -1 4202496 20572 0 0 0 2534 6 0 0 20 0 1 0 274789915 65097728 12761 33554432000 4194304 4896791 140735258875264 140735258872776 4205066 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16365/statm: 15893 12761 78 172 0 15719 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 97500

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16365
/proc/meminfo: memFree=28939952/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=15632 CPUtime=1696.18 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 18463 201463 0 0 80 45 169328 165 20 0 1 0 274620228 16007168 3152 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3908 3152 174 410 0 3490 0
[pid=16364] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16364/stat : 16364 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274789915 9367552 266 33554432000 4194304 5064252 140736778431216 140736778430128 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16364/statm: 2287 266 226 213 0 72 0
[pid=16365] ppid=16364 vsize=55464 CPUtime=85.39 cores=1,3,5,7
/proc/16365/stat : 16365 (glucose_static) R 16364 16251 9863 0 -1 4202496 31949 0 0 0 8525 14 0 0 20 0 1 0 274789915 56795136 12474 33554432000 4194304 4896791 140735258875264 140735258872840 4203834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16365/statm: 13866 12474 78 172 0 13692 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 89392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16365
/proc/meminfo: memFree=28939552/32873844 swapFree=7612/7612
[pid=16251] ppid=16249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (runPb2satCp2.sh) S 16249 16251 9863 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274620228 9367552 275 33554432000 4194304 5064252 140733386764112 140733386763024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16251/statm: 2287 275 233 213 0 72 0
[pid=16252] ppid=16251 vsize=15632 CPUtime=1696.18 cores=1,3,5,7
/proc/16252/stat : 16252 (pb2sat) S 16251 16251 9863 0 -1 4202496 18463 201463 0 0 80 45 169328 165 20 0 1 0 274620228 16007168 3152 33554432000 4194304 5873084 140735810087888 140735810081704 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16252/statm: 3908 3152 174 410 0 3490 0
[pid=16364] ppid=16252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16364/stat : 16364 (satsolver.sh) S 16252 16251 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274789915 9367552 266 33554432000 4194304 5064252 140736778431216 140736778430128 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16364/statm: 2287 266 226 213 0 72 0
[pid=16365] ppid=16364 vsize=68056 CPUtime=103.9 cores=1,3,5,7
/proc/16365/stat : 16365 (glucose_static) R 16364 16251 9863 0 -1 4202496 34458 0 0 0 10373 17 0 0 20 0 1 0 274789915 69689344 14258 33554432000 4194304 4896791 140735258875264 140735258872792 4204079 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16365/statm: 17014 14258 78 172 0 16840 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 101984

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.81
CPU time (s): 1800.11
CPU user time (s): 1797.83
CPU system time (s): 2.28165
CPU usage (%): 99.9611
Max. virtual memory (cumulated for all children) (KiB): 356928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.83
system time used= 2.28165
maximum resident set size= 253412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255372
page faults= 0
swaps= 0
block input operations= 0
block output operations= 122744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 336
involuntary context switches= 2453

runsolver used 4.73928 second user time and 10.0845 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 04:15:59
IDJOB=3695395
IDBENCH=48214
IDSOLVER=2273
FILE ID=node143/3695395-1338084958
RUNJOBID= node143-1338052948-9880
PBS_JOBID= 14624405
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= 33f66c46bd2eace76f5fa6a5916a23ec
RANDOM SEED=443635695

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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:        29030308 kB
Buffers:          322512 kB
Cached:          2647328 kB
SwapCached:            0 kB
Active:           658100 kB
Inactive:        2377156 kB
Active(anon):      68100 kB
Inactive(anon):        0 kB
Active(file):     590000 kB
Inactive(file):  2377156 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9332 kB
Writeback:             0 kB
AnonPages:        140692 kB
Mapped:            15152 kB
Shmem:               200 kB
Slab:             666408 kB
SReclaimable:     109004 kB
SUnreclaim:       557404 kB
KernelStack:        1520 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     186724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 71640 MiB
End job on node143 at 2012-05-27 04:45:59