Trace number 3695335

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.1 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_4.opb
MD5SUM49512b8058c62182b32b06ac219e7167
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-69
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
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 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150968
Sum of products size (including duplicates)301936
Number of different products75484
Sum of products size150968

Quality of the solution as a function of time


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

Solver Data

5.58/5.65	c model valid
5.58/5.65	c current solution ok
7.78/7.84	o -55
7.78/7.84	c (debug) using card networks
60.87/60.97	c model valid
60.87/60.97	c current solution ok
60.95/61.02	o -61
60.95/61.02	c (debug) using card networks
157.23/157.35	c model valid
157.23/157.35	c current solution ok
157.28/157.40	o -62
157.28/157.40	c (debug) using card networks
431.45/431.67	c model valid
431.45/431.67	c current solution ok
431.52/431.71	o -65
431.52/431.71	c (debug) using card networks
1282.57/1282.99	c model valid
1282.57/1282.99	c current solution ok
1282.67/1283.04	o -69
1282.67/1283.04	c (debug) using card networks
1800.05/1800.51	./satsolver.sh: line 5: 15677 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.51	c error: unexpected solver exit code
1800.05/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3695335-1338085809/watcher-3695335-1338085809 -o /tmp/evaluation-result-3695335-1338085809/solver-3695335-1338085809 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695335-1338085809.opb 1355939171 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/180 15622
/proc/meminfo: memFree=28205044/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0

[startup+0.0121161 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15622
/proc/meminfo: memFree=28205044/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15622
/proc/meminfo: memFree=28205044/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300261 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15622
/proc/meminfo: memFree=28205044/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70032 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15622
/proc/meminfo: memFree=28205044/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15626
/proc/meminfo: memFree=28044792/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=49992 CPUtime=0.6 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 7454 0 0 0 56 4 0 0 20 0 1 0 274705217 51191808 9521 33554432000 4194304 5873084 140734357335520 140734357331944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15623/statm: 12498 9521 167 410 0 12080 0
[pid=15625] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15625/stat : 15625 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274705279 9367552 266 33554432000 4194304 5064252 140733485870832 140733485869744 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15625/statm: 2287 266 226 213 0 72 0
[pid=15626] ppid=15625 vsize=125160 CPUtime=0.88 cores=0,2,4,6
/proc/15626/stat : 15626 (glucose_static) R 15625 15622 10094 0 -1 4202496 23221 0 0 0 84 4 0 0 20 0 1 0 274705279 128163840 25818 33554432000 4194304 4896791 140734396138512 140733485869768 4224819 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15626/statm: 31290 25818 77 172 0 31116 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 193448

[startup+3.10042 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15626
/proc/meminfo: memFree=28038140/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=49992 CPUtime=0.6 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 7454 0 0 0 56 4 0 0 20 0 1 0 274705217 51191808 9521 33554432000 4194304 5873084 140734357335520 140734357331944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15623/statm: 12498 9521 167 410 0 12080 0
[pid=15625] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15625/stat : 15625 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274705279 9367552 266 33554432000 4194304 5064252 140733485870832 140733485869744 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15625/statm: 2287 266 226 213 0 72 0
[pid=15626] ppid=15625 vsize=127796 CPUtime=2.47 cores=0,2,4,6
/proc/15626/stat : 15626 (glucose_static) R 15625 15622 10094 0 -1 4202496 23986 0 0 0 243 4 0 0 20 0 1 0 274705279 130863104 26583 33554432000 4194304 4896791 140734396138512 140734396135816 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15626/statm: 31949 26583 78 172 0 31775 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 196084

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15626
/proc/meminfo: memFree=28034232/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=59328 CPUtime=6.28 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) R 15622 15622 10094 0 -1 4202496 9466 24955 0 0 79 57 487 5 20 0 1 0 274705217 60751872 11864 33554432000 4194304 5873084 140734357335520 140734357330952 5127520 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 14832 11864 176 410 0 14414 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 68476

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15629
/proc/meminfo: memFree=27984200/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=59328 CPUtime=7.85 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 10469 25470 0 0 107 182 487 9 20 0 1 0 274705217 60751872 11865 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 14832 11865 177 410 0 14414 0
[pid=15628] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15628/stat : 15628 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274706004 9367552 267 33554432000 4194304 5064252 140734180878656 140734180877568 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15628/statm: 2287 267 226 213 0 72 0
[pid=15629] ppid=15628 vsize=133756 CPUtime=4.82 cores=0,2,4,6
/proc/15629/stat : 15629 (glucose_static) R 15628 15622 10094 0 -1 4202496 26880 0 0 0 478 4 0 0 20 0 1 0 274706005 136966144 30099 33554432000 4194304 4896791 140736683542432 140736683539640 4225008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15629/statm: 33439 30099 78 172 0 33265 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 211380

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15629
/proc/meminfo: memFree=27990088/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=59328 CPUtime=7.85 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 10469 25470 0 0 107 182 487 9 20 0 1 0 274705217 60751872 11865 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 14832 11865 177 410 0 14414 0
[pid=15628] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15628/stat : 15628 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274706004 9367552 267 33554432000 4194304 5064252 140734180878656 140734180877568 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15628/statm: 2287 267 226 213 0 72 0
[pid=15629] ppid=15628 vsize=134284 CPUtime=17.61 cores=0,2,4,6
/proc/15629/stat : 15629 (glucose_static) R 15628 15622 10094 0 -1 4202496 27046 0 0 0 1757 4 0 0 20 0 1 0 274706005 137506816 30265 33554432000 4194304 4896791 140736683542432 140736683539640 4224722 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15629/statm: 33571 30265 78 172 0 33397 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 211908

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15630
/proc/meminfo: memFree=27981824/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=59328 CPUtime=7.85 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 10469 25470 0 0 107 182 487 9 20 0 1 0 274705217 60751872 11865 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 14832 11865 177 410 0 14414 0
[pid=15628] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15628/stat : 15628 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274706004 9367552 267 33554432000 4194304 5064252 140734180878656 140734180877568 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15628/statm: 2287 267 226 213 0 72 0
[pid=15629] ppid=15628 vsize=135168 CPUtime=43.21 cores=0,2,4,6
/proc/15629/stat : 15629 (glucose_static) R 15628 15622 10094 0 -1 4202496 27276 0 0 0 4317 4 0 0 20 0 1 0 274706005 138412032 31006 33554432000 4194304 4896791 140736683542432 140736683539640 4225008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15629/statm: 33792 31006 78 172 0 33618 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 212792

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15633
/proc/meminfo: memFree=27980424/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=63076 CPUtime=61.01 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 13746 54099 0 0 121 182 5780 18 20 0 1 0 274705217 64589824 12802 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 15769 12802 177 410 0 15351 0
[pid=15632] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15632/stat : 15632 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274711322 9367552 267 33554432000 4194304 5064252 140736553195072 140736553193984 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15632/statm: 2287 267 226 213 0 72 0
[pid=15633] ppid=15632 vsize=135104 CPUtime=41.22 cores=0,2,4,6
/proc/15633/stat : 15633 (glucose_static) R 15632 15622 10094 0 -1 4202496 27478 0 0 0 4117 5 0 0 20 0 1 0 274711323 138346496 30633 33554432000 4194304 4896791 140735472496816 140735472494024 4223833 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15633/statm: 33776 30633 78 172 0 33602 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 216476

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15636
/proc/meminfo: memFree=27966728/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=63424 CPUtime=157.34 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 17154 83356 0 0 134 183 15389 28 20 0 1 0 274705217 64946176 12803 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 15856 12803 177 410 0 15438 0
[pid=15635] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15635/stat : 15635 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274720960 9367552 266 33554432000 4194304 5064252 140735680425008 140735680423920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15635/statm: 2287 266 226 213 0 72 0
[pid=15636] ppid=15635 vsize=133732 CPUtime=4.86 cores=0,2,4,6
/proc/15636/stat : 15636 (glucose_static) R 15635 15622 10094 0 -1 4202496 26909 0 0 0 481 5 0 0 20 0 1 0 274720961 136941568 30129 33554432000 4194304 4896791 140733771651760 140733771648968 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15636/statm: 33433 30129 78 172 0 33259 0
Current children cumulated CPU time (s) 162.2

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


[startup+1362.3 s]
/proc/loadavg: 1.08 1.04 1.30 2/174 15677
/proc/meminfo: memFree=28027772/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=63424 CPUtime=1282.73 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 23834 149199 0 0 160 184 127870 59 20 0 1 0 274705217 64946176 12803 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 15856 12803 177 410 0 15438 0
[pid=15676] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15676/stat : 15676 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274833524 9367552 266 33554432000 4194304 5064252 140736435909248 140736435908160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15676/statm: 2287 266 226 213 0 72 0
[pid=15677] ppid=15676 vsize=136840 CPUtime=79.19 cores=0,2,4,6
/proc/15677/stat : 15677 (glucose_static) R 15676 15622 10094 0 -1 4202496 26757 0 0 0 7914 5 0 0 20 0 1 0 274833525 140124160 31954 33554432000 4194304 4896791 140733488801840 140733488799048 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15677/statm: 34210 31954 78 172 0 34036 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 218560

[startup+1422.3 s]
/proc/loadavg: 1.03 1.03 1.28 2/174 15677
/proc/meminfo: memFree=28027320/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=63424 CPUtime=1282.73 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 23834 149199 0 0 160 184 127870 59 20 0 1 0 274705217 64946176 12803 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 15856 12803 177 410 0 15438 0
[pid=15676] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15676/stat : 15676 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274833524 9367552 266 33554432000 4194304 5064252 140736435909248 140736435908160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15676/statm: 2287 266 226 213 0 72 0
[pid=15677] ppid=15676 vsize=138796 CPUtime=139.18 cores=0,2,4,6
/proc/15677/stat : 15677 (glucose_static) R 15676 15622 10094 0 -1 4202496 27390 0 0 0 13913 5 0 0 20 0 1 0 274833525 142127104 31949 33554432000 4194304 4896791 140733488801840 140733488799416 4224787 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15677/statm: 34699 31949 78 172 0 34525 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 220516

[startup+1482.3 s]
/proc/loadavg: 1.01 1.02 1.26 2/174 15677
/proc/meminfo: memFree=28024276/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=63424 CPUtime=1282.73 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 23834 149199 0 0 160 184 127870 59 20 0 1 0 274705217 64946176 12803 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 15856 12803 177 410 0 15438 0
[pid=15676] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15676/stat : 15676 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274833524 9367552 266 33554432000 4194304 5064252 140736435909248 140736435908160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15676/statm: 2287 266 226 213 0 72 0
[pid=15677] ppid=15676 vsize=140276 CPUtime=199.17 cores=0,2,4,6
/proc/15677/stat : 15677 (glucose_static) R 15676 15622 10094 0 -1 4202496 27731 0 0 0 19911 6 0 0 20 0 1 0 274833525 143642624 32805 33554432000 4194304 4896791 140733488801840 140733488799048 4225228 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15677/statm: 35069 32805 78 172 0 34895 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 221996

[startup+1542.31 s]
/proc/loadavg: 1.00 1.01 1.24 2/174 15677
/proc/meminfo: memFree=28020368/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=63424 CPUtime=1282.73 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 23834 149199 0 0 160 184 127870 59 20 0 1 0 274705217 64946176 12803 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 15856 12803 177 410 0 15438 0
[pid=15676] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15676/stat : 15676 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274833524 9367552 266 33554432000 4194304 5064252 140736435909248 140736435908160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15676/statm: 2287 266 226 213 0 72 0
[pid=15677] ppid=15676 vsize=141464 CPUtime=259.16 cores=0,2,4,6
/proc/15677/stat : 15677 (glucose_static) R 15676 15622 10094 0 -1 4202496 28213 0 0 0 25910 6 0 0 20 0 1 0 274833525 144859136 33787 33554432000 4194304 4896791 140733488801840 140733488799048 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15677/statm: 35366 33787 78 172 0 35192 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 223184

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/174 15678
/proc/meminfo: memFree=28021456/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=63424 CPUtime=1282.73 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 23834 149199 0 0 160 184 127870 59 20 0 1 0 274705217 64946176 12803 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 15856 12803 177 410 0 15438 0
[pid=15676] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15676/stat : 15676 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274833524 9367552 266 33554432000 4194304 5064252 140736435909248 140736435908160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15676/statm: 2287 266 226 213 0 72 0
[pid=15677] ppid=15676 vsize=143020 CPUtime=319.14 cores=0,2,4,6
/proc/15677/stat : 15677 (glucose_static) R 15676 15622 10094 0 -1 4202496 29096 0 0 0 31907 7 0 0 20 0 1 0 274833525 146452480 33470 33554432000 4194304 4896791 140733488801840 140733488799048 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15677/statm: 35755 33470 78 172 0 35581 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 224740

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/174 15678
/proc/meminfo: memFree=28017300/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=63424 CPUtime=1282.73 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 23834 149199 0 0 160 184 127870 59 20 0 1 0 274705217 64946176 12803 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 15856 12803 177 410 0 15438 0
[pid=15676] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15676/stat : 15676 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274833524 9367552 266 33554432000 4194304 5064252 140736435909248 140736435908160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15676/statm: 2287 266 226 213 0 72 0
[pid=15677] ppid=15676 vsize=144076 CPUtime=379.13 cores=0,2,4,6
/proc/15677/stat : 15677 (glucose_static) R 15676 15622 10094 0 -1 4202496 29659 0 0 0 37906 7 0 0 20 0 1 0 274833525 147533824 34535 33554432000 4194304 4896791 140733488801840 140733488799048 4203058 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15677/statm: 36019 34535 78 172 0 35845 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 225796

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/174 15678
/proc/meminfo: memFree=28017768/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=63424 CPUtime=1282.73 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 23834 149199 0 0 160 184 127870 59 20 0 1 0 274705217 64946176 12803 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 15856 12803 177 410 0 15438 0
[pid=15676] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15676/stat : 15676 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274833524 9367552 266 33554432000 4194304 5064252 140736435909248 140736435908160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15676/statm: 2287 266 226 213 0 72 0
[pid=15677] ppid=15676 vsize=145144 CPUtime=439.12 cores=0,2,4,6
/proc/15677/stat : 15677 (glucose_static) R 15676 15622 10094 0 -1 4202496 30709 0 0 0 43904 8 0 0 20 0 1 0 274833525 148627456 34289 33554432000 4194304 4896791 140733488801840 140733488797576 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15677/statm: 36286 34289 78 172 0 36112 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 226864

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/174 15678
/proc/meminfo: memFree=28015100/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=63424 CPUtime=1282.73 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 23834 149199 0 0 160 184 127870 59 20 0 1 0 274705217 64946176 12803 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 15856 12803 177 410 0 15438 0
[pid=15676] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15676/stat : 15676 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274833524 9367552 266 33554432000 4194304 5064252 140736435909248 140736435908160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15676/statm: 2287 266 226 213 0 72 0
[pid=15677] ppid=15676 vsize=146064 CPUtime=499.12 cores=0,2,4,6
/proc/15677/stat : 15677 (glucose_static) R 15676 15622 10094 0 -1 4202496 30999 0 0 0 49903 9 0 0 20 0 1 0 274833525 149569536 35090 33554432000 4194304 4896791 140733488801840 140733488799368 4224887 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15677/statm: 36516 35090 78 172 0 36342 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 227784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.17 3/175 15681
/proc/meminfo: memFree=28013472/32873844 swapFree=7616/7616
[pid=15622] ppid=15620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15622/stat : 15622 (runPb2satCp2.sh) S 15620 15622 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274705217 9367552 275 33554432000 4194304 5064252 140734458321472 140734458320384 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15622/statm: 2287 275 233 213 0 72 0
[pid=15623] ppid=15622 vsize=63424 CPUtime=1282.73 cores=0,2,4,6
/proc/15623/stat : 15623 (pb2sat) S 15622 15622 10094 0 -1 4202496 23834 149199 0 0 160 184 127870 59 20 0 1 0 274705217 64946176 12803 33554432000 4194304 5873084 140734357335520 140734357329336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15623/statm: 15856 12803 177 410 0 15438 0
[pid=15676] ppid=15623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15676/stat : 15676 (satsolver.sh) S 15623 15622 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274833524 9367552 266 33554432000 4194304 5064252 140736435909248 140736435908160 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15676/statm: 2287 266 226 213 0 72 0
[pid=15677] ppid=15676 vsize=165296 CPUtime=517.32 cores=0,2,4,6
/proc/15677/stat : 15677 (glucose_static) R 15676 15622 10094 0 -1 4202496 31389 0 0 0 51723 9 0 0 20 0 1 0 274833525 169263104 35471 33554432000 4194304 4896791 140733488801840 140733488797512 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15677/statm: 41324 35471 78 172 0 41150 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 247016

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.51
CPU time (s): 1800.1
CPU user time (s): 1797.55
CPU system time (s): 2.54961
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 281520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.55
system time used= 2.54961
maximum resident set size= 186740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205410
page faults= 0
swaps= 0
block input operations= 0
block output operations= 325904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 270
involuntary context switches= 2011

runsolver used 5.75812 second user time and 10.3074 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 04:30:09
IDJOB=3695335
IDBENCH=48229
IDSOLVER=2273
FILE ID=node141/3695335-1338085809
RUNJOBID= node141-1338052046-10110
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/bsg/normalized-bsg_1000_60_4.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695335-1338085809/watcher-3695335-1338085809 -o /tmp/evaluation-result-3695335-1338085809/solver-3695335-1338085809 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695335-1338085809.opb 1355939171 HOME HOME

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

MD5SUM BENCH= 49512b8058c62182b32b06ac219e7167
RANDOM SEED=1355939171

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:        28204952 kB
Buffers:          317012 kB
Cached:          3497144 kB
SwapCached:            0 kB
Active:           709180 kB
Inactive:        3152112 kB
Active(anon):      49164 kB
Inactive(anon):        0 kB
Active(file):     660016 kB
Inactive(file):  3152112 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10532 kB
Writeback:             0 kB
AnonPages:         93244 kB
Mapped:            15540 kB
Shmem:               200 kB
Slab:             667580 kB
SReclaimable:     110124 kB
SUnreclaim:       557456 kB
KernelStack:        1536 kB
PageTables:         3832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     168488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 71504 MiB
End job on node141 at 2012-05-27 05:00:09