Trace number 3701264

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? (TO) 1800.13 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-3.opb
MD5SUM4c9dc9cf5c24873d3237c90ee1682632
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109379
Number of constraints which are clauses109379
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1400
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 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.23	c run usual solver
0.00/0.57	c model valid
0.00/0.57	c current solution ok
0.00/0.75	o 0
0.00/0.75	c current bound: 700
0.00/0.75	c (debug) using card networks
3.96/4.07	c current bound: 1050
3.96/4.07	c (debug) using card networks
10.46/10.58	c current bound: 1225
10.46/10.58	c (debug) using card networks
20.57/20.67	c current bound: 1313
20.57/20.67	c (debug) using card networks
35.06/35.12	c current bound: 1357
35.06/35.12	c (debug) using card networks
45.37/45.47	c model valid
45.37/45.47	c current solution ok
45.37/45.48	o -43
45.37/45.48	c current bound: 1335
45.37/45.48	c (debug) using card networks
67.56/67.60	c current bound: 1346
67.56/67.60	c (debug) using card networks
1800.08/1800.41	./satsolver.sh: line 5: 12243 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.41	c error: unexpected solver exit code
1800.08/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-3701264-1338061444/watcher-3701264-1338061444 -o /tmp/evaluation-result-3701264-1338061444/solver-3701264-1338061444 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701264-1338061444.opb 1522585674 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 2/179 12187
/proc/meminfo: memFree=28531144/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0

[startup+0.0504899 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12187
/proc/meminfo: memFree=28531144/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100248 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12187
/proc/meminfo: memFree=28531144/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300129 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12187
/proc/meminfo: memFree=28531144/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700179 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12187
/proc/meminfo: memFree=28531144/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12201
/proc/meminfo: memFree=28487080/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=10464 CPUtime=0.79 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 3148 7841 0 0 41 17 20 1 20 0 1 0 272269016 10715136 2006 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12188/statm: 2616 2006 177 440 0 2172 0
[pid=12200] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12200/stat : 12200 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272269098 9367552 267 33554432000 4194304 5064252 140737416247824 140737416246736 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12200/statm: 2287 267 226 213 0 72 0
[pid=12201] ppid=12200 vsize=37076 CPUtime=0.67 cores=0,2,4,6
/proc/12201/stat : 12201 (glucose) R 12200 12187 11113 0 -1 4202496 7730 0 0 0 66 1 0 0 20 0 1 0 272269098 37965824 7813 33554432000 4194304 5208918 140735645922144 140737416246760 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12201/statm: 9269 7813 95 248 0 9018 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 65836

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12201
/proc/meminfo: memFree=28486320/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=10464 CPUtime=0.79 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 3148 7841 0 0 41 17 20 1 20 0 1 0 272269016 10715136 2006 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12188/statm: 2616 2006 177 440 0 2172 0
[pid=12200] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12200/stat : 12200 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272269098 9367552 267 33554432000 4194304 5064252 140737416247824 140737416246736 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12200/statm: 2287 267 226 213 0 72 0
[pid=12201] ppid=12200 vsize=37076 CPUtime=2.27 cores=0,2,4,6
/proc/12201/stat : 12201 (glucose) R 12200 12187 11113 0 -1 4202496 7818 0 0 0 226 1 0 0 20 0 1 0 272269098 37965824 7900 33554432000 4194304 5208918 140735645922144 140735645919976 4229162 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12201/statm: 9269 7900 95 248 0 9018 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 65836

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12208
/proc/meminfo: memFree=28483528/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=4.11 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 4484 18544 0 0 47 17 343 4 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12207] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12207/stat : 12207 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272269430 9367552 267 33554432000 4194304 5064252 140737067785888 140737067784800 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12207/statm: 2287 267 226 213 0 72 0
[pid=12208] ppid=12207 vsize=38320 CPUtime=2.16 cores=0,2,4,6
/proc/12208/stat : 12208 (glucose) R 12207 12187 11113 0 -1 4202496 8461 0 0 0 215 1 0 0 20 0 1 0 272269430 39239680 8331 33554432000 4194304 5208918 140733867500800 140733867498632 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12208/statm: 9580 8331 103 248 0 9329 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 69136

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12215
/proc/meminfo: memFree=28483232/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=10.63 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 5820 30087 0 0 53 18 986 6 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12214] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12214/stat : 12214 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272270082 9367552 266 33554432000 4194304 5064252 140736348921952 140736348920864 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12214/statm: 2287 266 226 213 0 72 0
[pid=12215] ppid=12214 vsize=38536 CPUtime=2.03 cores=0,2,4,6
/proc/12215/stat : 12215 (glucose) R 12214 12187 11113 0 -1 4202496 8508 0 0 0 202 1 0 0 20 0 1 0 272270082 39460864 8322 33554432000 4194304 5208918 140734070790848 140734070788680 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12215/statm: 9634 8322 95 248 0 9383 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 69352

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12222
/proc/meminfo: memFree=28482880/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=20.71 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 7156 43078 0 0 58 19 1984 10 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12221] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12221/stat : 12221 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272271090 9367552 266 33554432000 4194304 5064252 140734615141936 140734615140848 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12221/statm: 2287 266 226 213 0 72 0
[pid=12222] ppid=12221 vsize=38572 CPUtime=4.75 cores=0,2,4,6
/proc/12222/stat : 12222 (glucose) R 12221 12187 11113 0 -1 4202496 8455 0 0 0 474 1 0 0 20 0 1 0 272271090 39497728 8423 33554432000 4194304 5208918 140736167846768 140736167844600 4211147 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12222/statm: 9643 8423 103 248 0 9392 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 69388

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12236
/proc/meminfo: memFree=28480704/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=45.51 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 9854 68526 0 0 82 20 4425 24 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12235] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12235/stat : 12235 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272273571 9367552 266 33554432000 4194304 5064252 140735866321984 140735866320896 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12235/statm: 2287 266 226 213 0 72 0
[pid=12236] ppid=12235 vsize=38580 CPUtime=5.54 cores=0,2,4,6
/proc/12236/stat : 12236 (glucose) R 12235 12187 11113 0 -1 4202496 8303 0 0 0 553 1 0 0 20 0 1 0 272273571 39505920 8887 33554432000 4194304 5208918 140734377498048 140734377495880 4229075 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12236/statm: 9645 8887 103 248 0 9394 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 69396

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12243
/proc/meminfo: memFree=28456732/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=67.62 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 11190 81616 0 0 87 21 6627 27 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12242] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12242/stat : 12242 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272275783 9367552 267 33554432000 4194304 5064252 140737005241424 140737005240336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12242/statm: 2287 267 226 213 0 72 0
[pid=12243] ppid=12242 vsize=65860 CPUtime=34.62 cores=0,2,4,6
/proc/12243/stat : 12243 (glucose) R 12242 12187 11113 0 -1 4202496 12130 0 0 0 3459 3 0 0 20 0 1 0 272275783 67440640 14836 33554432000 4194304 5208918 140733980616320 140733980612696 4229374 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12243/statm: 16465 14836 105 248 0 16214 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 96676

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12243
/proc/meminfo: memFree=28434080/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=67.62 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 11190 81616 0 0 87 21 6627 27 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12242] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 12490
/proc/meminfo: memFree=28279032/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=67.62 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 11190 81616 0 0 87 21 6627 27 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12242] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12242/stat : 12242 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272275783 9367552 267 33554432000 4194304 5064252 140737005241424 140737005240336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12242/statm: 2287 267 226 213 0 72 0
[pid=12243] ppid=12242 vsize=215248 CPUtime=1294.42 cores=0,2,4,6
/proc/12243/stat : 12243 (glucose) R 12242 12187 11113 0 -1 4202496 42837 0 0 0 129395 47 0 0 20 0 1 0 272275783 220413952 45810 33554432000 4194304 5208918 140733980616320 140733980614472 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12243/statm: 53812 45810 105 248 0 53561 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 246064

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 12490
/proc/meminfo: memFree=28270020/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=67.62 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 11190 81616 0 0 87 21 6627 27 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12242] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12242/stat : 12242 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272275783 9367552 267 33554432000 4194304 5064252 140737005241424 140737005240336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12242/statm: 2287 267 226 213 0 72 0
[pid=12243] ppid=12242 vsize=215248 CPUtime=1354.42 cores=0,2,4,6
/proc/12243/stat : 12243 (glucose) R 12242 12187 11113 0 -1 4202496 44064 0 0 0 135393 49 0 0 20 0 1 0 272275783 220413952 47477 33554432000 4194304 5208918 140733980616320 140733980614472 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12243/statm: 53812 47477 105 248 0 53561 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 246064

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 12491
/proc/meminfo: memFree=28310220/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=67.62 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 11190 81616 0 0 87 21 6627 27 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12242] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12242/stat : 12242 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272275783 9367552 267 33554432000 4194304 5064252 140737005241424 140737005240336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12242/statm: 2287 267 226 213 0 72 0
[pid=12243] ppid=12242 vsize=215248 CPUtime=1414.4 cores=0,2,4,6
/proc/12243/stat : 12243 (glucose) R 12242 12187 11113 0 -1 4202496 45152 0 0 0 141390 50 0 0 20 0 1 0 272275783 220413952 46453 33554432000 4194304 5208918 140733980616320 140733980614472 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12243/statm: 53812 46453 105 248 0 53561 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 246064

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12491
/proc/meminfo: memFree=28259488/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=67.62 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 11190 81616 0 0 87 21 6627 27 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12242] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12242/stat : 12242 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272275783 9367552 267 33554432000 4194304 5064252 140737005241424 140737005240336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12242/statm: 2287 267 226 213 0 72 0
[pid=12243] ppid=12242 vsize=215248 CPUtime=1474.4 cores=0,2,4,6
/proc/12243/stat : 12243 (glucose) R 12242 12187 11113 0 -1 4202496 46250 0 0 0 147387 53 0 0 20 0 1 0 272275783 220413952 46965 33554432000 4194304 5208918 140733980616320 140733980614472 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12243/statm: 53812 46965 105 248 0 53561 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 246064

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12494
/proc/meminfo: memFree=28261700/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=67.62 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 11190 81616 0 0 87 21 6627 27 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12242] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12242/stat : 12242 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272275783 9367552 267 33554432000 4194304 5064252 140737005241424 140737005240336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12242/statm: 2287 267 226 213 0 72 0
[pid=12243] ppid=12242 vsize=215248 CPUtime=1534.38 cores=0,2,4,6
/proc/12243/stat : 12243 (glucose) R 12242 12187 11113 0 -1 4202496 47350 0 0 0 153383 55 0 0 20 0 1 0 272275783 220413952 47477 33554432000 4194304 5208918 140733980616320 140733980614472 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12243/statm: 53812 47477 105 248 0 53561 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 246064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12494
/proc/meminfo: memFree=28312580/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=67.62 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 11190 81616 0 0 87 21 6627 27 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12242] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12242/stat : 12242 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272275783 9367552 267 33554432000 4194304 5064252 140737005241424 140737005240336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12242/statm: 2287 267 226 213 0 72 0
[pid=12243] ppid=12242 vsize=184428 CPUtime=1594.37 cores=0,2,4,6
/proc/12243/stat : 12243 (glucose) R 12242 12187 11113 0 -1 4202496 47853 0 0 0 159381 56 0 0 20 0 1 0 272275783 188854272 45362 33554432000 4194304 5208918 140733980616320 140733980614312 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12243/statm: 46107 45362 105 248 0 45856 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 215244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12494
/proc/meminfo: memFree=28243108/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=67.62 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 11190 81616 0 0 87 21 6627 27 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12242] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12242/stat : 12242 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272275783 9367552 267 33554432000 4194304 5064252 140737005241424 140737005240336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12242/statm: 2287 267 226 213 0 72 0
[pid=12243] ppid=12242 vsize=215248 CPUtime=1654.36 cores=0,2,4,6
/proc/12243/stat : 12243 (glucose) R 12242 12187 11113 0 -1 4202496 49086 0 0 0 165378 58 0 0 20 0 1 0 272275783 220413952 45495 33554432000 4194304 5208918 140733980616320 140733980614312 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12243/statm: 53812 45495 105 248 0 53561 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 246064

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12495
/proc/meminfo: memFree=28285108/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=67.62 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 11190 81616 0 0 87 21 6627 27 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12242] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12242/stat : 12242 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272275783 9367552 267 33554432000 4194304 5064252 140737005241424 140737005240336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12242/statm: 2287 267 226 213 0 72 0
[pid=12243] ppid=12242 vsize=184428 CPUtime=1714.35 cores=0,2,4,6
/proc/12243/stat : 12243 (glucose) R 12242 12187 11113 0 -1 4202496 50054 0 0 0 171375 60 0 0 20 0 1 0 272275783 188854272 45369 33554432000 4194304 5208918 140733980616320 140733980614312 4229728 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12243/statm: 46107 45369 105 248 0 45856 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 215244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12495
/proc/meminfo: memFree=28224044/32873844 swapFree=6080/6080
[pid=12187] ppid=12185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (npSolver-pbo.sh) S 12185 12187 11113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272269016 9367552 275 33554432000 4194304 5064252 140736870990608 140736870989520 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12187/statm: 2287 275 233 213 0 72 0
[pid=12188] ppid=12187 vsize=12520 CPUtime=67.62 cores=0,2,4,6
/proc/12188/stat : 12188 (npSolver-pbo) S 12187 12187 11113 0 -1 4202496 11190 81616 0 0 87 21 6627 27 20 0 1 0 272269016 12820480 2348 33554432000 4194304 5992684 140734478298336 140734478290656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12188/statm: 3130 2348 177 440 0 2686 0
[pid=12242] ppid=12188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12242/stat : 12242 (satsolver.sh) S 12188 12187 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272275783 9367552 267 33554432000 4194304 5064252 140737005241424 140737005240336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12242/statm: 2287 267 226 213 0 72 0
[pid=12243] ppid=12242 vsize=215248 CPUtime=1732.46 cores=0,2,4,6
/proc/12243/stat : 12243 (glucose) R 12242 12187 11113 0 -1 4202496 50646 0 0 0 173185 61 0 0 20 0 1 0 272275783 220413952 47996 33554432000 4194304 5208918 140733980616320 140733980614472 4228982 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12243/statm: 53812 47996 105 248 0 53561 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 246064

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.41
CPU time (s): 1800.13
CPU user time (s): 1799.01
CPU system time (s): 1.11683
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 246064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.11683
maximum resident set size= 198100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 70072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 315
involuntary context switches= 1995

runsolver used 2.72758 second user time and 7.10792 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-26 21:44:05
IDJOB=3701264
IDBENCH=2245
IDSOLVER=2277
FILE ID=node139/3701264-1338061444
RUNJOBID= node139-1338052937-11129
PBS_JOBID= 14624401
Free space on /tmp= 71600 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-3.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701264-1338061444/watcher-3701264-1338061444 -o /tmp/evaluation-result-3701264-1338061444/solver-3701264-1338061444 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701264-1338061444.opb 1522585674 HOME HOME

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

MD5SUM BENCH= 4c9dc9cf5c24873d3237c90ee1682632
RANDOM SEED=1522585674

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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.750
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.750
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.750
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:        28531260 kB
Buffers:          274692 kB
Cached:          3155724 kB
SwapCached:            0 kB
Active:           775092 kB
Inactive:        2771364 kB
Active(anon):     107912 kB
Inactive(anon):    11120 kB
Active(file):     667180 kB
Inactive(file):  2760244 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10520 kB
Writeback:             0 kB
AnonPages:        275652 kB
Mapped:            15332 kB
Shmem:               200 kB
Slab:             656220 kB
SReclaimable:      98780 kB
SUnreclaim:       557440 kB
KernelStack:        1520 kB
PageTables:         4560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     231132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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= 71584 MiB
End job on node139 at 2012-05-26 22:14:05