Trace number 3701256

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.09 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-3.opb
MD5SUM29f577041bedcbf69a98210424b233be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints81068
Number of constraints which are clauses81068
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 1150
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 1150
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 1150
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

Quality of the solution as a function of time


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

Solver Data

0.00/0.17	c run usual solver
0.00/0.42	c model valid
0.00/0.42	c current solution ok
0.00/0.55	o 0
0.00/0.55	c current bound: 575
0.00/0.55	c (debug) using card networks
5.58/5.61	c current bound: 863
5.58/5.61	c (debug) using card networks
14.26/14.39	c current bound: 1007
14.26/14.39	c (debug) using card networks
26.77/26.80	c current bound: 1079
26.77/26.80	c (debug) using card networks
43.05/43.19	c current bound: 1115
43.05/43.19	c (debug) using card networks
47.27/47.35	c model valid
47.27/47.35	c current solution ok
47.27/47.36	o -35
47.27/47.36	c current bound: 1097
47.27/47.36	c (debug) using card networks
63.74/63.84	c current bound: 1106
63.74/63.84	c (debug) using card networks
80.54/80.64	c model valid
80.54/80.64	c current solution ok
80.54/80.65	o -44
80.54/80.65	c current bound: 1102
80.54/80.65	c (debug) using card networks
1792.96/1793.32	c model valid
1792.96/1793.32	c current solution ok
1792.96/1793.32	o -48
1792.96/1793.32	c current bound: 1100
1792.96/1793.32	c (debug) using card networks
1800.07/1800.41	./satsolver.sh: line 5: 12773 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.41	c error: unexpected solver exit code
1800.07/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-3701256-1338062043/watcher-3701256-1338062043 -o /tmp/evaluation-result-3701256-1338062043/solver-3701256-1338062043 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701256-1338062043.opb 1595583209 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12399
/proc/meminfo: memFree=28519444/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0

[startup+0.014837 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12399
/proc/meminfo: memFree=28519444/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100247 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12399
/proc/meminfo: memFree=28519444/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300268 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12399
/proc/meminfo: memFree=28519444/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12399
/proc/meminfo: memFree=28519444/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12413
/proc/meminfo: memFree=28479100/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=8408 CPUtime=0.6 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 3129 6507 0 0 32 11 15 2 20 0 1 0 272328833 8609792 1567 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2102 1567 177 440 0 1658 0
[pid=12412] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12412/stat : 12412 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328894 9367552 267 33554432000 4194304 5064252 140735306283008 140735306281920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12412/statm: 2287 267 226 213 0 72 0
[pid=12413] ppid=12412 vsize=33704 CPUtime=0.87 cores=1,3,5,7
/proc/12413/stat : 12413 (glucose) R 12412 12399 11113 0 -1 4202496 7451 0 0 0 86 1 0 0 20 0 1 0 272328894 34512896 7513 33554432000 4194304 5208918 140733927140160 140733927137992 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12413/statm: 8426 7513 95 248 0 8175 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 60408

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12413
/proc/meminfo: memFree=28478340/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=8408 CPUtime=0.6 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 3129 6507 0 0 32 11 15 2 20 0 1 0 272328833 8609792 1567 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2102 1567 177 440 0 1658 0
[pid=12412] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12412/stat : 12412 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272328894 9367552 267 33554432000 4194304 5064252 140735306283008 140735306281920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12412/statm: 2287 267 226 213 0 72 0
[pid=12413] ppid=12412 vsize=33704 CPUtime=2.47 cores=1,3,5,7
/proc/12413/stat : 12413 (glucose) R 12412 12399 11113 0 -1 4202496 7497 0 0 0 246 1 0 0 20 0 1 0 272328894 34512896 7559 33554432000 4194304 5208918 140733927140160 140733927137992 4219470 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12413/statm: 8426 7559 95 248 0 8175 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 60408

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12413
/proc/meminfo: memFree=28478092/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11480 CPUtime=5.64 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 4402 16886 0 0 36 12 511 5 20 0 1 0 272328833 11755520 2191 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2870 2191 177 440 0 2426 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 20628

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12420
/proc/meminfo: memFree=28443416/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11480 CPUtime=5.64 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 4402 16886 0 0 36 12 511 5 20 0 1 0 272328833 11755520 2191 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2870 2191 177 440 0 2426 0
[pid=12419] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12419/stat : 12419 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272329400 9367552 267 33554432000 4194304 5064252 140734425138976 140734425137888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12419/statm: 2287 267 226 213 0 72 0
[pid=12420] ppid=12419 vsize=36652 CPUtime=7.01 cores=1,3,5,7
/proc/12420/stat : 12420 (glucose) R 12419 12399 11113 0 -1 4202496 6994 0 0 0 700 1 0 0 20 0 1 0 272329400 37531648 7740 33554432000 4194304 5208918 140736049645520 140736049643672 4212881 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 9163 7740 101 248 0 8912 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 66428

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12427
/proc/meminfo: memFree=28426472/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11480 CPUtime=14.42 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 5675 27259 0 0 41 13 1380 8 20 0 1 0 272328833 11755520 2191 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2870 2191 177 440 0 2426 0
[pid=12426] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12426/stat : 12426 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272330278 9367552 266 33554432000 4194304 5064252 140737458883504 140737458882416 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12426/statm: 2287 266 226 213 0 72 0
[pid=12427] ppid=12426 vsize=37024 CPUtime=11.03 cores=1,3,5,7
/proc/12427/stat : 12427 (glucose) R 12426 12399 11113 0 -1 4202496 7930 0 0 0 1102 1 0 0 20 0 1 0 272330278 37912576 7893 33554432000 4194304 5208918 140735245855152 140735245852984 4211147 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12427/statm: 9256 7893 103 248 0 9005 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 66800

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12448
/proc/meminfo: memFree=28435960/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=47.38 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 9706 63790 0 0 65 15 4632 26 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12447] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12447/stat : 12447 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272333575 9367552 267 33554432000 4194304 5064252 140737378563472 140737378562384 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12447/statm: 2287 267 226 213 0 72 0
[pid=12448] ppid=12447 vsize=37460 CPUtime=3.66 cores=1,3,5,7
/proc/12448/stat : 12448 (glucose) R 12447 12399 11113 0 -1 4202496 8019 0 0 0 365 1 0 0 20 0 1 0 272333575 38359040 8099 33554432000 4194304 5208918 140734883245824 140734883243976 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12448/statm: 9365 8099 103 248 0 9114 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 67244

[startup+102.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 12462
/proc/meminfo: memFree=28419256/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=80.66 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 12402 94232 0 0 84 17 7922 43 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12461] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12461/stat : 12461 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272336904 9367552 267 33554432000 4194304 5064252 140736702073120 140736702072032 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12461/statm: 2287 267 226 213 0 72 0
[pid=12462] ppid=12461 vsize=56908 CPUtime=21.58 cores=1,3,5,7
/proc/12462/stat : 12462 (glucose) R 12461 12399 11113 0 -1 4202496 11411 0 0 0 2155 3 0 0 20 0 1 0 272336904 58273792 13646 33554432000 4194304 5208918 140733426077840 140733426073608 4216431 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12462/statm: 14227 13646 105 248 0 13976 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 86692

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12462
/proc/meminfo: memFree=28403676/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=80.66 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 12402 94232 0 0 84 17 7922 43 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12461] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12461/stat : 12461 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272336904 9367552 267 33554432000 4194304 5064252 140736702073120 140736702072032 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12461/statm: 2287 267 226 213 0 72 0
[pid=12462] ppid=12461 vsize=98964 CPUtime=81.56 cores=1,3,5,7
/proc/12462/stat : 12462 (glucose) R 12461 12399 11113 0 -1 4202496 13716 0 0 0 8152 4 0 0 20 0 1 0 272336904 101339136 17708 33554432000 4194304 5208918 140733426077840 140733426075784 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12462/statm: 24741 17708 105 248 0 24490 0
Current children cumulated CPU time (s) 162.22

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


[startup+1422.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 12761
/proc/meminfo: memFree=26025892/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=80.66 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 12402 94232 0 0 84 17 7922 43 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12461] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12461/stat : 12461 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272336904 9367552 267 33554432000 4194304 5064252 140736702073120 140736702072032 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12461/statm: 2287 267 226 213 0 72 0
[pid=12462] ppid=12461 vsize=191460 CPUtime=1341.37 cores=1,3,5,7
/proc/12462/stat : 12462 (glucose) R 12461 12399 11113 0 -1 4202496 44328 0 0 0 134080 57 0 0 20 0 1 0 272336904 196055040 46670 33554432000 4194304 5208918 140733426077840 140733426075832 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12462/statm: 47865 46670 105 248 0 47614 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 221244

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 12761
/proc/meminfo: memFree=24925956/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=80.66 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 12402 94232 0 0 84 17 7922 43 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12461] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12461/stat : 12461 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272336904 9367552 267 33554432000 4194304 5064252 140736702073120 140736702072032 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12461/statm: 2287 267 226 213 0 72 0
[pid=12462] ppid=12461 vsize=191460 CPUtime=1401.35 cores=1,3,5,7
/proc/12462/stat : 12462 (glucose) R 12461 12399 11113 0 -1 4202496 45400 0 0 0 140076 59 0 0 20 0 1 0 272336904 196055040 47182 33554432000 4194304 5208918 140733426077840 140733426075832 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12462/statm: 47865 47182 105 248 0 47614 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 221244

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12762
/proc/meminfo: memFree=23831964/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=80.66 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 12402 94232 0 0 84 17 7922 43 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12461] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12461/stat : 12461 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272336904 9367552 267 33554432000 4194304 5064252 140736702073120 140736702072032 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12461/statm: 2287 267 226 213 0 72 0
[pid=12462] ppid=12461 vsize=222280 CPUtime=1461.34 cores=1,3,5,7
/proc/12462/stat : 12462 (glucose) R 12461 12399 11113 0 -1 4202496 47056 0 0 0 146073 61 0 0 20 0 1 0 272336904 227614720 48785 33554432000 4194304 5208918 140733426077840 140733426075992 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12462/statm: 55570 48785 105 248 0 55319 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 252064

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 12765
/proc/meminfo: memFree=22738036/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=80.66 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 12402 94232 0 0 84 17 7922 43 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12461] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12461/stat : 12461 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272336904 9367552 267 33554432000 4194304 5064252 140736702073120 140736702072032 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12461/statm: 2287 267 226 213 0 72 0
[pid=12462] ppid=12461 vsize=222280 CPUtime=1521.33 cores=1,3,5,7
/proc/12462/stat : 12462 (glucose) R 12461 12399 11113 0 -1 4202496 48124 0 0 0 152070 63 0 0 20 0 1 0 272336904 227614720 48785 33554432000 4194304 5208918 140733426077840 140733426075992 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12462/statm: 55570 48785 105 248 0 55319 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 252064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12765
/proc/meminfo: memFree=21626060/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=80.66 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 12402 94232 0 0 84 17 7922 43 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12461] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12461/stat : 12461 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272336904 9367552 267 33554432000 4194304 5064252 140736702073120 140736702072032 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12461/statm: 2287 267 226 213 0 72 0
[pid=12462] ppid=12461 vsize=222280 CPUtime=1581.31 cores=1,3,5,7
/proc/12462/stat : 12462 (glucose) R 12461 12399 11113 0 -1 4202496 49201 0 0 0 158066 65 0 0 20 0 1 0 272336904 227614720 49809 33554432000 4194304 5208918 140733426077840 140733426075992 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12462/statm: 55570 49809 105 248 0 55319 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 252064

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12765
/proc/meminfo: memFree=20520096/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=80.66 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 12402 94232 0 0 84 17 7922 43 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12461] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12461/stat : 12461 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272336904 9367552 267 33554432000 4194304 5064252 140736702073120 140736702072032 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12461/statm: 2287 267 226 213 0 72 0
[pid=12462] ppid=12461 vsize=222280 CPUtime=1641.31 cores=1,3,5,7
/proc/12462/stat : 12462 (glucose) R 12461 12399 11113 0 -1 4202496 50273 0 0 0 164063 68 0 0 20 0 1 0 272336904 227614720 50321 33554432000 4194304 5208918 140733426077840 140733426075992 4229410 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12462/statm: 55570 50321 105 248 0 55319 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 252064

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12765
/proc/meminfo: memFree=20010172/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=80.66 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 12402 94232 0 0 84 17 7922 43 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12461] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12461/stat : 12461 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272336904 9367552 267 33554432000 4194304 5064252 140736702073120 140736702072032 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12461/statm: 2287 267 226 213 0 72 0
[pid=12462] ppid=12461 vsize=222280 CPUtime=1701.29 cores=1,3,5,7
/proc/12462/stat : 12462 (glucose) R 12461 12399 11113 0 -1 4202496 51349 0 0 0 170060 69 0 0 20 0 1 0 272336904 227614720 51345 33554432000 4194304 5208918 140733426077840 140733426075992 4229712 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12462/statm: 55570 51345 105 248 0 55319 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 252064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12773
/proc/meminfo: memFree=20181056/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=1793.06 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 13763 149945 0 0 98 18 179068 122 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12772] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272508171 9367552 267 33554432000 4194304 5064252 140734770188144 140734770187056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12772/statm: 2287 267 226 213 0 72 0
[pid=12773] ppid=12772 vsize=37680 CPUtime=7.01 cores=1,3,5,7
/proc/12773/stat : 12773 (glucose) R 12772 12399 11113 0 -1 4202496 8268 0 0 0 699 2 0 0 20 0 1 0 272508172 38584320 8719 33554432000 4194304 5208918 140736979633024 140736979630856 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12773/statm: 9420 8719 104 248 0 9169 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 67464

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12773
/proc/meminfo: memFree=20181056/32873844 swapFree=6080/6080
[pid=12399] ppid=12397 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12399/stat : 12399 (npSolver-pbo.sh) S 12397 12399 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272328833 9367552 275 33554432000 4194304 5064252 140733673380224 140733673379136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12399/statm: 2287 275 233 213 0 72 0
[pid=12400] ppid=12399 vsize=11488 CPUtime=1793.06 cores=1,3,5,7
/proc/12400/stat : 12400 (npSolver-pbo) S 12399 12399 11113 0 -1 4202496 13763 149945 0 0 98 18 179068 122 20 0 1 0 272328833 11763712 2253 33554432000 4194304 5992684 140737185466208 140737185458528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12400/statm: 2872 2253 177 440 0 2428 0
[pid=12772] ppid=12400 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (satsolver.sh) S 12400 12399 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272508171 9367552 267 33554432000 4194304 5064252 140734770188144 140734770187056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12772/statm: 2287 267 226 213 0 72 0
[pid=12773] ppid=12772 vsize=37680 CPUtime=7.01 cores=1,3,5,7
/proc/12773/stat : 12773 (glucose) R 12772 12399 11113 0 -1 4202496 8268 0 0 0 699 2 0 0 20 0 1 0 272508172 38584320 8719 33554432000 4194304 5208918 140736979633024 140736979630856 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12773/statm: 9420 8719 104 248 0 9169 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 67464

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1798.66
CPU system time (s): 1.43278
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 252064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.43278
maximum resident set size= 207428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172966
page faults= 0
swaps= 0
block input operations= 0
block output operations= 80608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 773
involuntary context switches= 1974

runsolver used 3.58645 second user time and 8.72167 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-26 21:54:03
IDJOB=3701256
IDBENCH=2261
IDSOLVER=2277
FILE ID=node139/3701256-1338062043
RUNJOBID= node139-1338052937-11130
PBS_JOBID= 14624401
Free space on /tmp= 71596 MiB

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

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

MD5SUM BENCH= 29f577041bedcbf69a98210424b233be
RANDOM SEED=1595583209

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:        28520196 kB
Buffers:          275160 kB
Cached:          3161060 kB
SwapCached:            0 kB
Active:           785300 kB
Inactive:        2772016 kB
Active(anon):     112168 kB
Inactive(anon):    11120 kB
Active(file):     673132 kB
Inactive(file):  2760896 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10164 kB
Writeback:             0 kB
AnonPages:        128360 kB
Mapped:            15372 kB
Shmem:               200 kB
Slab:             656256 kB
SReclaimable:      98592 kB
SUnreclaim:       557664 kB
KernelStack:        1488 kB
PageTables:         4432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     255452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71592 MiB
End job on node139 at 2012-05-26 22:24:03