Trace number 3750427

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
npSolver 1.0 (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-4.opb
MD5SUM4e682317a6045f4869b1783c80734344
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark813
Best CPU time to get the best result obtained on this benchmark0.19097
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 813
Optimality of the best value was proved YES
Number of variables2289
Total number of constraints764
Number of constraints which are clauses360
Number of constraints which are cardinality constraints (but not clauses)404
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint195
Number of terms in the objective function 1798
Biggest coefficient in the objective function 349
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 104116
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 349
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 104116
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c old isEQ: 11, new EQ is 0
0.00/0.03	c old isEQ: 0, new EQ is 0
0.00/0.03	c old isEQ: 0, new EQ is 0
0.00/0.04	c old isEQ: 0, new EQ is 0
0.00/0.04	c old isEQ: 0, new EQ is 0
0.00/0.04	c old isEQ: 0, new EQ is 0
0.00/0.05	c old isEQ: 0, new EQ is 0
0.00/0.05	c old isEQ: 0, new EQ is 0
0.00/0.06	c old isEQ: 0, new EQ is 0
0.00/0.06	c old isEQ: 0, new EQ is 0
0.00/0.06	c old isEQ: 0, new EQ is 0
0.00/0.07	c old isEQ: 0, new EQ is 0
0.00/0.07	c old isEQ: 0, new EQ is 0
0.00/0.08	c old isEQ: 0, new EQ is 0
0.00/0.10	c old isEQ: 0, new EQ is 0
0.00/0.11	c old isEQ: 0, new EQ is 0
0.00/0.12	c old isEQ: 0, new EQ is 0
0.00/0.12	c old isEQ: 0, new EQ is 0
0.00/0.13	c old isEQ: 0, new EQ is 0
0.00/0.14	c old isEQ: 0, new EQ is 0
0.00/0.15	c old isEQ: 0, new EQ is 0
0.00/0.16	c old isEQ: 0, new EQ is 0
0.00/0.17	c old isEQ: 0, new EQ is 0
0.00/0.17	c old isEQ: 0, new EQ is 0
0.00/0.18	c old isEQ: 36, new EQ is 0
0.00/0.19	c run usual solver
19.37/19.40	c model valid
19.37/19.40	c current solution ok
19.57/19.65	o 17620
19.57/19.65	c current bound: 9193
19.57/19.65	c fallback to adder encoding
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	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-3750427-1339120249/watcher-3750427-1339120249 -o /tmp/evaluation-result-3750427-1339120249/solver-3750427-1339120249 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750427-1339120249.opb 158128897 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 27322
/proc/meminfo: memFree=31720752/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (runsolver) D 27320 27322 21354 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 378150870 12095488 51 33554432000 4194304 5436572 140733439437984 140733439434280 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/27322/statm: 2953 51 31 304 0 2645 0

[startup+0.024452 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27322
/proc/meminfo: memFree=31720752/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100275 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27322
/proc/meminfo: memFree=31720752/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30014 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27322
/proc/meminfo: memFree=31720752/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700231 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27322
/proc/meminfo: memFree=31720752/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27326
/proc/meminfo: memFree=31642748/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=9796 CPUtime=1.15 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 3540 16475 0 0 17 1 91 6 20 0 1 0 378150871 10031104 1980 33554432000 4194304 6004724 140733807311760 140733807306896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27324/statm: 2449 1980 164 442 0 2003 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 18944

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27329
/proc/meminfo: memFree=31682436/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=9796 CPUtime=1.15 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 3540 16475 0 0 17 1 91 6 20 0 1 0 378150871 10031104 1980 33554432000 4194304 6004724 140733807311760 140733807306896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27324/statm: 2449 1980 164 442 0 2003 0
[pid=27328] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27328/stat : 27328 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378150988 9367552 267 33554432000 4194304 5064252 140737183365680 140737183364592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27328/statm: 2287 267 226 213 0 72 0
[pid=27329] ppid=27328 vsize=39896 CPUtime=1.91 cores=0,2,4,6
/proc/27329/stat : 27329 (glucose) R 27328 27322 21354 0 -1 4202496 8247 0 0 0 190 1 0 0 20 0 1 0 378150988 40853504 8794 33554432000 4194304 5208918 140736437335856 140736437333800 4229049 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27329/statm: 9974 8794 105 248 0 9723 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 67988

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27329
/proc/meminfo: memFree=31670336/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=9796 CPUtime=1.15 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 3540 16475 0 0 17 1 91 6 20 0 1 0 378150871 10031104 1980 33554432000 4194304 6004724 140733807311760 140733807306896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27324/statm: 2449 1980 164 442 0 2003 0
[pid=27328] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27328/stat : 27328 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378150988 9367552 267 33554432000 4194304 5064252 140737183365680 140737183364592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27328/statm: 2287 267 226 213 0 72 0
[pid=27329] ppid=27328 vsize=44248 CPUtime=5.11 cores=0,2,4,6
/proc/27329/stat : 27329 (glucose) R 27328 27322 21354 0 -1 4202496 8899 0 0 0 510 1 0 0 20 0 1 0 378150988 45309952 9882 33554432000 4194304 5208918 140736437335856 140736437333720 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27329/statm: 11062 9882 105 248 0 10811 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 72340

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27329
/proc/meminfo: memFree=31662596/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=9796 CPUtime=1.15 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 3540 16475 0 0 17 1 91 6 20 0 1 0 378150871 10031104 1980 33554432000 4194304 6004724 140733807311760 140733807306896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27324/statm: 2449 1980 164 442 0 2003 0
[pid=27328] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27328/stat : 27328 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378150988 9367552 267 33554432000 4194304 5064252 140737183365680 140737183364592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27328/statm: 2287 267 226 213 0 72 0
[pid=27329] ppid=27328 vsize=51516 CPUtime=11.5 cores=0,2,4,6
/proc/27329/stat : 27329 (glucose) R 27328 27322 21354 0 -1 4202496 9241 0 0 0 1149 1 0 0 20 0 1 0 378150988 52752384 11238 33554432000 4194304 5208918 140736437335856 140736437332232 4229316 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27329/statm: 12879 11238 105 248 0 12628 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 79608

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27336
/proc/meminfo: memFree=31602444/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=73300 CPUtime=5.68 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 13338 0 0 0 565 3 0 0 20 0 1 0 378152851 75059200 16582 33554432000 4194304 5208918 140735868594704 140735868592696 4205128 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 18325 16582 104 248 0 18074 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 132860

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27336
/proc/meminfo: memFree=31551748/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=111232 CPUtime=31.28 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 14449 0 0 0 3124 4 0 0 20 0 1 0 378152851 113901568 25304 33554432000 4194304 5208918 140735868594704 140735868592568 4211104 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 27808 25304 104 248 0 27557 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 170792

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27336
/proc/meminfo: memFree=31529472/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=129936 CPUtime=82.46 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 16774 0 0 0 8241 5 0 0 20 0 1 0 378152851 133054464 30497 33554432000 4194304 5208918 140735868594704 140735868591080 4229326 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 32484 30497 104 248 0 32233 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 189496

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27336
/proc/meminfo: memFree=31490652/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=129936 CPUtime=142.44 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 17216 0 0 0 14237 7 0 0 20 0 1 0 378152851 133054464 31389 33554432000 4194304 5208918 140735868594704 140735868592792 4212763 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 32484 31389 104 248 0 32233 0
Current children cumulated CPU time (s) 162.21

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

/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 46095 0 0 0 140153 70 0 0 20 0 1 0 378152851 282497024 57726 33554432000 4194304 5208918 140735868594704 140735868591080 4229326 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 68969 57726 104 248 0 68718 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 335436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27520
/proc/meminfo: memFree=28282832/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=226472 CPUtime=1462.22 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 46733 0 0 0 146150 72 0 0 20 0 1 0 378152851 231907328 55284 33554432000 4194304 5208918 140735868594704 140735868592552 4211665 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 56618 55284 104 248 0 56367 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 286032

[startup+1542.3 s]
/proc/loadavg: 2.16 2.03 2.01 2/182 27522
/proc/meminfo: memFree=22137440/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=228960 CPUtime=1522.2 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 48135 0 0 0 152146 74 0 0 20 0 1 0 378152851 234455040 54608 33554432000 4194304 5208918 140735868594704 140735868592536 4229377 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 57240 54608 104 248 0 56989 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 288520

[startup+1602.3 s]
/proc/loadavg: 3.85 2.53 2.18 2/182 27522
/proc/meminfo: memFree=16316360/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=229620 CPUtime=1582.19 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 49389 0 0 0 158142 77 0 0 20 0 1 0 378152851 235130880 51234 33554432000 4194304 5208918 140735868594704 140735868592792 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 57405 51234 104 248 0 57154 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 289180

[startup+1662.3 s]
/proc/loadavg: 4.39 2.94 2.34 2/182 27522
/proc/meminfo: memFree=12159648/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=280960 CPUtime=1642.18 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 50476 0 0 0 164139 79 0 0 20 0 1 0 378152851 287703040 62516 33554432000 4194304 5208918 140735868594704 140735868591080 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 70240 62516 104 248 0 69989 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 340520

[startup+1722.3 s]
/proc/loadavg: 4.78 3.31 2.51 2/182 27522
/proc/meminfo: memFree=8632292/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=283328 CPUtime=1702.17 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 52030 0 0 0 170135 82 0 0 20 0 1 0 378152851 290127872 60952 33554432000 4194304 5208918 140735868594704 140735868591080 4229347 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 70832 60952 104 248 0 70581 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 342888

[startup+1782.3 s]
/proc/loadavg: 5.47 3.76 2.71 3/185 27525
/proc/meminfo: memFree=8647820/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=283328 CPUtime=1762.17 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 53233 0 0 0 176132 85 0 0 20 0 1 0 378152851 290127872 58049 33554432000 4194304 5208918 140735868594704 140735868592856 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 70832 58049 104 248 0 70581 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 342888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 5.37 3.85 2.76 3/182 27564
/proc/meminfo: memFree=31185992/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=284824 CPUtime=1780.27 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 53618 0 0 0 177942 85 0 0 20 0 1 0 378152851 291659776 62522 33554432000 4194304 5208918 140735868594704 140735868592552 4229330 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 71206 62522 104 248 0 70955 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 344384

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 5.37 3.85 2.76 3/182 27564
/proc/meminfo: memFree=31185992/32873648 swapFree=7376/7376
[pid=27322] ppid=27320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27322/stat : 27322 (npSolver-pbo.sh) S 27320 27322 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378150870 9367552 275 33554432000 4194304 5064252 140734166239072 140734166237984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27322/statm: 2287 275 233 213 0 72 0
[pid=27324] ppid=27322 vsize=41264 CPUtime=19.77 cores=0,2,4,6
/proc/27324/stat : 27324 (npSolver-pbo) S 27322 27322 21354 0 -1 4202496 6315 30845 0 0 34 24 1910 9 20 0 1 0 378150871 42254336 8298 33554432000 4194304 6004724 140733807311760 140733807304112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27324/statm: 10316 8298 180 442 0 9870 0
[pid=27335] ppid=27324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27335/stat : 27335 (satsolver.sh) S 27324 27322 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378152851 9367552 267 33554432000 4194304 5064252 140733312302768 140733312301680 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27335/statm: 2287 267 226 213 0 72 0
[pid=27336] ppid=27335 vsize=284824 CPUtime=1780.27 cores=0,2,4,6
/proc/27336/stat : 27336 (glucose) R 27335 27322 21354 0 -1 4202496 53618 0 0 0 177942 85 0 0 20 0 1 0 378152851 291659776 62522 33554432000 4194304 5208918 140735868594704 140735868592552 4229330 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27336/statm: 71206 62522 104 248 0 70955 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 344384

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27322 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=446043
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=350946
# CPU time returned by wait4() is 19.797
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1798.86
CPU system time (s): 1.18
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 423028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.446
system time used= 0.350946
maximum resident set size= 69596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38138
page faults= 0
swaps= 0
block input operations= 0
block output operations= 43856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 180
involuntary context switches= 38

runsolver used 4.55531 second user time and 14.7688 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-08 03:50:49
IDJOB=3750427
IDBENCH=2234
IDSOLVER=2334
FILE ID=node120/3750427-1339120249
RUNJOBID= node120-1339111237-23281
PBS_JOBID= 14643733
Free space on /tmp= 70752 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-4.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750427-1339120249/watcher-3750427-1339120249 -o /tmp/evaluation-result-3750427-1339120249/solver-3750427-1339120249 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750427-1339120249.opb 158128897 HOME HOME

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

MD5SUM BENCH= 4e682317a6045f4869b1783c80734344
RANDOM SEED=158128897

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        31720752 kB
Buffers:          100520 kB
Cached:           178452 kB
SwapCached:         6040 kB
Active:           220376 kB
Inactive:         167692 kB
Active(anon):     100808 kB
Inactive(anon):    10584 kB
Active(file):     119568 kB
Inactive(file):   157108 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67095792 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:        284756 kB
Mapped:             9732 kB
Shmem:                 0 kB
Slab:             627736 kB
SReclaimable:      71988 kB
SUnreclaim:       555748 kB
KernelStack:        1528 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     244536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70728 MiB
End job on node120 at 2012-06-08 04:20:49