Trace number 3750425

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.12 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-4.opb
MD5SUM937ec96fd1742e5ed6250d14e65c707b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-54
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints127011
Number of constraints which are clauses127011
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 1534
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 1534
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 1534
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.31	c run usual solver
0.00/0.71	c model valid
0.00/0.71	c current solution ok
0.00/0.93	o 0
0.00/0.93	c current bound: 767
0.00/0.93	c (debug) using card networks
0.00/0.93	c old isEQ: 255, new EQ is 0
6.06/6.11	c current bound: 1151
6.06/6.11	c (debug) using card networks
6.06/6.11	c old isEQ: 127, new EQ is 0
15.16/15.28	c current bound: 1343
15.16/15.28	c (debug) using card networks
15.16/15.28	c old isEQ: 63, new EQ is 0
28.16/28.27	c current bound: 1439
28.16/28.27	c (debug) using card networks
28.16/28.27	c old isEQ: 159, new EQ is 0
44.45/44.56	c current bound: 1487
44.45/44.56	c (debug) using card networks
44.45/44.56	c old isEQ: 207, new EQ is 0
61.17/61.26	c model valid
61.17/61.26	c current solution ok
61.17/61.26	o -48
61.17/61.26	c current bound: 1463
61.17/61.26	c (debug) using card networks
61.17/61.26	c old isEQ: 183, new EQ is 0
80.06/80.13	c current bound: 1475
80.06/80.13	c (debug) using card networks
80.06/80.13	c old isEQ: 195, new EQ is 0
1800.07/1800.41	./satsolver.sh: line 5: 11206 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-3750425-1339121580/watcher-3750425-1339121580 -o /tmp/evaluation-result-3750425-1339121580/solver-3750425-1339121580 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750425-1339121580.opb 1706251535 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11077
/proc/meminfo: memFree=30655340/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0

[startup+0.099217 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11077
/proc/meminfo: memFree=30655340/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100291 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11077
/proc/meminfo: memFree=30655340/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11077
/proc/meminfo: memFree=30655340/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700173 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11077
/proc/meminfo: memFree=30655340/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11091
/proc/meminfo: memFree=30582608/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=0.97 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 13447 8665 0 0 52 20 23 2 20 0 1 0 22125057 66629632 15807 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15807 171 442 0 15821 0
[pid=11090] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11090/stat : 11090 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 22125157 9367552 267 33554432000 4194304 5064252 140735432430304 140735432429216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11090/statm: 2287 267 226 213 0 72 0
[pid=11091] ppid=11090 vsize=37976 CPUtime=0.5 cores=0,2,4,6
/proc/11091/stat : 11091 (glucose) R 11090 11077 8372 0 -1 4202496 7240 0 0 0 49 1 0 0 20 0 1 0 22125157 38887424 7957 33554432000 4194304 5208918 140733816977056 140733816975000 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11091/statm: 9494 7957 95 248 0 9243 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 121340

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11091
/proc/meminfo: memFree=30554628/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=0.97 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 13447 8665 0 0 52 20 23 2 20 0 1 0 22125057 66629632 15807 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15807 171 442 0 15821 0
[pid=11090] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11090/stat : 11090 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 22125157 9367552 267 33554432000 4194304 5064252 140735432430304 140735432429216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11090/statm: 2287 267 226 213 0 72 0
[pid=11091] ppid=11090 vsize=37976 CPUtime=2.1 cores=0,2,4,6
/proc/11091/stat : 11091 (glucose) R 11090 11077 8372 0 -1 4202496 7308 0 0 0 209 1 0 0 20 0 1 0 22125157 38887424 8024 33554432000 4194304 5208918 140733816977056 140733816974888 4205238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11091/statm: 9494 8024 95 248 0 9243 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 121340

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11091
/proc/meminfo: memFree=30553388/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=6.16 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 15295 18891 0 0 58 21 532 5 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 74216

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11098
/proc/meminfo: memFree=30550984/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=6.16 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 15295 18891 0 0 58 21 532 5 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11097] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11097/stat : 11097 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22125675 9367552 267 33554432000 4194304 5064252 140736016046688 140736016045600 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11097/statm: 2287 267 226 213 0 72 0
[pid=11098] ppid=11097 vsize=38840 CPUtime=6.5 cores=0,2,4,6
/proc/11098/stat : 11098 (glucose) R 11097 11077 8372 0 -1 4202496 8880 0 0 0 649 1 0 0 20 0 1 0 22125676 39772160 8617 33554432000 4194304 5208918 140736074013728 140736074011560 4229850 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11098/statm: 9710 8617 95 248 0 9459 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 122204

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11105
/proc/meminfo: memFree=30537532/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=15.32 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 17141 30693 0 0 63 21 1439 9 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11104] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11104/stat : 11104 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22126592 9367552 266 33554432000 4194304 5064252 140733757771408 140733757770320 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11104/statm: 2287 266 226 213 0 72 0
[pid=11105] ppid=11104 vsize=39220 CPUtime=10.14 cores=0,2,4,6
/proc/11105/stat : 11105 (glucose) R 11104 11077 8372 0 -1 4202496 8860 0 0 0 1012 2 0 0 20 0 1 0 22126593 40161280 8745 33554432000 4194304 5208918 140733802650048 140733802647880 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11105/statm: 9805 8745 103 248 0 9554 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 122584

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11185
/proc/meminfo: memFree=30558080/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=44.6 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 20833 55428 0 0 75 23 4346 16 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11177] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11177/stat : 11177 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22129520 9367552 267 33554432000 4194304 5064252 140734521881552 140734521880464 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11177/statm: 2287 267 226 213 0 72 0
[pid=11178] ppid=11177 vsize=39236 CPUtime=6.46 cores=0,2,4,6
/proc/11178/stat : 11178 (glucose) R 11177 11077 8372 0 -1 4202496 7936 0 0 0 645 1 0 0 20 0 1 0 22129521 40177664 8638 33554432000 4194304 5208918 140735656658784 140735656656616 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11178/statm: 9809 8638 95 248 0 9558 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 122600

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11213
/proc/meminfo: memFree=30535156/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=80.15 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 24555 81583 0 0 100 24 7859 32 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11205] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11205/stat : 11205 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22133076 9367552 266 33554432000 4194304 5064252 140734320045728 140734320044640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11205/statm: 2287 266 226 213 0 72 0
[pid=11206] ppid=11205 vsize=59040 CPUtime=22.09 cores=0,2,4,6
/proc/11206/stat : 11206 (glucose) R 11205 11077 8372 0 -1 4202496 10952 0 0 0 2208 1 0 0 20 0 1 0 22133077 60456960 13457 33554432000 4194304 5208918 140736282018816 140736282015192 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11206/statm: 14760 13457 105 248 0 14509 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 142404

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11227
/proc/meminfo: memFree=30494900/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=80.15 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 24555 81583 0 0 100 24 7859 32 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11205] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11205/stat : 11205 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22133076 9367552 266 33554432000 4194304 5064252 140734320045728 140734320044640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11205/statm: 2287 266 226 213 0 72 0
[pid=11206] ppid=11205 vsize=70944 CPUtime=82.08 cores=0,2,4,6
/proc/11206/stat : 11206 (glucose) R 11205 11077 8372 0 -1 4202496 14278 0 0 0 8204 4 0 0 20 0 1 0 22133077 72646656 17018 33554432000 4194304 5208918 140736282018816 140736282016760 4229424 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11206/statm: 17736 17018 105 248 0 17485 0
Current children cumulated CPU time (s) 162.23

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 11238
/proc/meminfo: memFree=30287316/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=80.15 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 24555 81583 0 0 100 24 7859 32 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11205] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11205/stat : 11205 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22133076 9367552 266 33554432000 4194304 5064252 140734320045728 140734320044640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11205/statm: 2287 266 226 213 0 72 0
[pid=11206] ppid=11205 vsize=133416 CPUtime=1281.89 cores=0,2,4,6
/proc/11206/stat : 11206 (glucose) R 11205 11077 8372 0 -1 4202496 41251 0 0 0 128139 50 0 0 20 0 1 0 22133077 136617984 32681 33554432000 4194304 5208918 140736282018816 140736282016904 4212818 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11206/statm: 33354 32681 105 248 0 33103 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 216780

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 11238
/proc/meminfo: memFree=30270492/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=80.15 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 24555 81583 0 0 100 24 7859 32 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11205] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11205/stat : 11205 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22133076 9367552 266 33554432000 4194304 5064252 140734320045728 140734320044640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11205/statm: 2287 266 226 213 0 72 0
[pid=11206] ppid=11205 vsize=182736 CPUtime=1341.88 cores=0,2,4,6
/proc/11206/stat : 11206 (glucose) R 11205 11077 8372 0 -1 4202496 42605 0 0 0 134136 52 0 0 20 0 1 0 22133077 187121664 43272 33554432000 4194304 5208918 140736282018816 140736282016808 4229541 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11206/statm: 45684 43272 105 248 0 45433 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 266100

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11239
/proc/meminfo: memFree=30239984/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=80.15 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 24555 81583 0 0 100 24 7859 32 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11205] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11205/stat : 11205 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22133076 9367552 266 33554432000 4194304 5064252 140734320045728 140734320044640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11205/statm: 2287 266 226 213 0 72 0
[pid=11206] ppid=11205 vsize=214884 CPUtime=1401.86 cores=0,2,4,6
/proc/11206/stat : 11206 (glucose) R 11205 11077 8372 0 -1 4202496 44513 0 0 0 140131 55 0 0 20 0 1 0 22133077 220041216 48791 33554432000 4194304 5208918 140736282018816 140736282016968 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11206/statm: 53721 48791 105 248 0 53470 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 298248

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11239
/proc/meminfo: memFree=30262436/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=80.15 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 24555 81583 0 0 100 24 7859 32 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11205] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11205/stat : 11205 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22133076 9367552 266 33554432000 4194304 5064252 140734320045728 140734320044640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11205/statm: 2287 266 226 213 0 72 0
[pid=11206] ppid=11205 vsize=166016 CPUtime=1461.85 cores=0,2,4,6
/proc/11206/stat : 11206 (glucose) R 11205 11077 8372 0 -1 4202496 46239 0 0 0 146127 58 0 0 20 0 1 0 22133077 170000384 40361 33554432000 4194304 5208918 140736282018816 140736282016904 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11206/statm: 41504 40361 105 248 0 41253 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 249380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11239
/proc/meminfo: memFree=30250740/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=80.15 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 24555 81583 0 0 100 24 7859 32 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11205] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11205/stat : 11205 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22133076 9367552 266 33554432000 4194304 5064252 140734320045728 140734320044640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11205/statm: 2287 266 226 213 0 72 0
[pid=11206] ppid=11205 vsize=166016 CPUtime=1521.84 cores=0,2,4,6
/proc/11206/stat : 11206 (glucose) R 11205 11077 8372 0 -1 4202496 47685 0 0 0 152124 60 0 0 20 0 1 0 22133077 170000384 40830 33554432000 4194304 5208918 140736282018816 140736282016904 4229992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11206/statm: 41504 40830 105 248 0 41253 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 249380

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 11242
/proc/meminfo: memFree=30250284/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=80.15 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 24555 81583 0 0 100 24 7859 32 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11205] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11205/stat : 11205 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22133076 9367552 266 33554432000 4194304 5064252 140734320045728 140734320044640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11205/statm: 2287 266 226 213 0 72 0
[pid=11206] ppid=11205 vsize=215336 CPUtime=1581.84 cores=0,2,4,6
/proc/11206/stat : 11206 (glucose) R 11205 11077 8372 0 -1 4202496 49023 0 0 0 158121 63 0 0 20 0 1 0 22133077 220504064 49373 33554432000 4194304 5208918 140736282018816 140736282016808 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11206/statm: 53834 49373 105 248 0 53583 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 298700

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/185 11242
/proc/meminfo: memFree=30231764/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=80.15 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 24555 81583 0 0 100 24 7859 32 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11205] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11205/stat : 11205 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22133076 9367552 266 33554432000 4194304 5064252 140734320045728 140734320044640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11205/statm: 2287 266 226 213 0 72 0
[pid=11206] ppid=11205 vsize=215336 CPUtime=1641.82 cores=0,2,4,6
/proc/11206/stat : 11206 (glucose) R 11205 11077 8372 0 -1 4202496 49999 0 0 0 164118 64 0 0 20 0 1 0 22133077 220504064 50910 33554432000 4194304 5208918 140736282018816 140736282016808 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11206/statm: 53834 50910 105 248 0 53583 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 298700

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 11243
/proc/meminfo: memFree=30220936/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=80.15 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 24555 81583 0 0 100 24 7859 32 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11205] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11205/stat : 11205 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22133076 9367552 266 33554432000 4194304 5064252 140734320045728 140734320044640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11205/statm: 2287 266 226 213 0 72 0
[pid=11206] ppid=11205 vsize=215336 CPUtime=1701.82 cores=0,2,4,6
/proc/11206/stat : 11206 (glucose) R 11205 11077 8372 0 -1 4202496 50970 0 0 0 170116 66 0 0 20 0 1 0 22133077 220504064 51934 33554432000 4194304 5208918 140736282018816 140736282015192 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11206/statm: 53834 51934 105 248 0 53583 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 298700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 11243
/proc/meminfo: memFree=30189692/32873844 swapFree=7120/7120
[pid=11077] ppid=11075 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (npSolver-pbo.sh) S 11075 11077 8372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22125057 9367552 275 33554432000 4194304 5064252 140734168709600 140734168708512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2287 275 233 213 0 72 0
[pid=11078] ppid=11077 vsize=65068 CPUtime=80.15 cores=0,2,4,6
/proc/11078/stat : 11078 (npSolver-pbo) S 11077 11077 8372 0 -1 4202496 24555 81583 0 0 100 24 7859 32 20 0 1 0 22125057 66629632 15808 33554432000 4194304 6004724 140734855143360 140734855135712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11078/statm: 16267 15808 172 442 0 15821 0
[pid=11205] ppid=11078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11205/stat : 11205 (satsolver.sh) S 11078 11077 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22133076 9367552 266 33554432000 4194304 5064252 140734320045728 140734320044640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11205/statm: 2287 266 226 213 0 72 0
[pid=11206] ppid=11205 vsize=246156 CPUtime=1719.92 cores=0,2,4,6
/proc/11206/stat : 11206 (glucose) R 11205 11077 8372 0 -1 4202496 51571 0 0 0 171925 67 0 0 20 0 1 0 22133077 252063744 56097 33554432000 4194304 5208918 140736282018816 140736282016968 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11206/statm: 61539 56097 105 248 0 61288 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 329520

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.42
CPU time (s): 1800.12
CPU user time (s): 1798.86
CPU system time (s): 1.25981
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 329520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.25981
maximum resident set size= 228484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158697
page faults= 0
swaps= 0
block input operations= 0
block output operations= 74632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 329
involuntary context switches= 1943

runsolver used 13.185 second user time and 12.8051 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-08 04:13:00
IDJOB=3750425
IDBENCH=2266
IDSOLVER=2334
FILE ID=node132/3750425-1339121580
RUNJOBID= node132-1339112562-10166
PBS_JOBID= 14643721
Free space on /tmp= 71032 MiB

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

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

MD5SUM BENCH= 937ec96fd1742e5ed6250d14e65c707b
RANDOM SEED=1706251535

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30655604 kB
Buffers:          159724 kB
Cached:          1149820 kB
SwapCached:            0 kB
Active:           441668 kB
Inactive:         991400 kB
Active(anon):     125956 kB
Inactive(anon):        0 kB
Active(file):     315712 kB
Inactive(file):   991400 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11668 kB
Writeback:             0 kB
AnonPages:         91328 kB
Mapped:            15476 kB
Shmem:               212 kB
Slab:             645436 kB
SReclaimable:      87904 kB
SUnreclaim:       557532 kB
KernelStack:        1536 kB
PageTables:         4292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     239368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 71012 MiB
End job on node132 at 2012-06-08 04:43:01