Trace number 3750424

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-3.opb
MD5SUM36a19a7aeba117287b60c4673ad89664
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-55
Best CPU time to get the best result obtained on this benchmark1800.06
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 constraints126082
Number of constraints which are clauses126082
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.32	c run usual solver
0.00/0.72	c model valid
0.00/0.72	c current solution ok
0.00/0.92	o 0
0.00/0.92	c current bound: 767
0.00/0.92	c (debug) using card networks
0.00/0.92	c old isEQ: 255, new EQ is 0
7.46/7.57	c current bound: 1151
7.46/7.57	c (debug) using card networks
7.46/7.57	c old isEQ: 127, new EQ is 0
19.67/19.80	c current bound: 1343
19.67/19.80	c (debug) using card networks
19.67/19.80	c old isEQ: 63, new EQ is 0
36.07/36.19	c current bound: 1439
36.07/36.19	c (debug) using card networks
36.07/36.19	c old isEQ: 159, new EQ is 0
56.18/56.21	c current bound: 1487
56.18/56.21	c (debug) using card networks
56.18/56.21	c old isEQ: 207, new EQ is 0
75.36/75.50	c model valid
75.36/75.50	c current solution ok
75.46/75.50	o -47
75.46/75.50	c current bound: 1463
75.46/75.50	c (debug) using card networks
75.46/75.50	c old isEQ: 183, new EQ is 0
96.87/96.92	c current bound: 1475
96.87/96.92	c (debug) using card networks
96.87/96.92	c old isEQ: 195, new EQ is 0
1800.05/1800.40	./satsolver.sh: line 5: 11227 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.40	c error: unexpected solver exit code
1800.05/1800.40	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-3750424-1339121610/watcher-3750424-1339121610 -o /tmp/evaluation-result-3750424-1339121610/solver-3750424-1339121610 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750424-1339121610.opb 1056199426 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/181 11150
/proc/meminfo: memFree=30661844/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0

[startup+0.0130579 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11150
/proc/meminfo: memFree=30661844/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11150
/proc/meminfo: memFree=30661844/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300324 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11150
/proc/meminfo: memFree=30661844/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700244 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11150
/proc/meminfo: memFree=30661844/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11164
/proc/meminfo: memFree=30588748/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=0.96 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 12958 8489 0 0 50 21 23 2 20 0 1 0 22127989 66301952 15858 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15858 171 442 0 15741 0
[pid=11163] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11163/stat : 11163 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22128087 9367552 267 33554432000 4194304 5064252 140735216537376 140735216536288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11163/statm: 2287 267 226 213 0 72 0
[pid=11164] ppid=11163 vsize=37976 CPUtime=0.5 cores=1,3,5,7
/proc/11164/stat : 11164 (glucose) R 11163 11150 8372 0 -1 4202496 8028 0 0 0 50 0 0 0 20 0 1 0 22128087 38887424 8369 33554432000 4194304 5208918 140737162989600 140737162988872 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 9494 8369 95 248 0 9243 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 121020

[startup+3.10051 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11164
/proc/meminfo: memFree=30558356/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=0.96 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 12958 8489 0 0 50 21 23 2 20 0 1 0 22127989 66301952 15858 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15858 171 442 0 15741 0
[pid=11163] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11163/stat : 11163 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22128087 9367552 267 33554432000 4194304 5064252 140735216537376 140735216536288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11163/statm: 2287 267 226 213 0 72 0
[pid=11164] ppid=11163 vsize=37976 CPUtime=2.1 cores=1,3,5,7
/proc/11164/stat : 11164 (glucose) R 11163 11150 8372 0 -1 4202496 8064 0 0 0 210 0 0 0 20 0 1 0 22128087 38887424 8405 33554432000 4194304 5208918 140737162989600 140737162987432 4229748 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 9494 8405 103 248 0 9243 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121020

[startup+6.30047 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11164
/proc/meminfo: memFree=30558232/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=0.96 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 12958 8489 0 0 50 21 23 2 20 0 1 0 22127989 66301952 15858 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15858 171 442 0 15741 0
[pid=11163] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11163/stat : 11163 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22128087 9367552 267 33554432000 4194304 5064252 140735216537376 140735216536288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11163/statm: 2287 267 226 213 0 72 0
[pid=11164] ppid=11163 vsize=37976 CPUtime=5.3 cores=1,3,5,7
/proc/11164/stat : 11164 (glucose) R 11163 11150 8372 0 -1 4202496 8080 0 0 0 530 0 0 0 20 0 1 0 22128087 38887424 8421 33554432000 4194304 5208918 140737162989600 140737162987432 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11164/statm: 9494 8421 103 248 0 9243 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 121020

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11171
/proc/meminfo: memFree=30553916/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=7.61 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 14803 19400 0 0 56 21 680 4 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11170] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11170/stat : 11170 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22128752 9367552 267 33554432000 4194304 5064252 140735999883216 140735999882128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11170/statm: 2287 267 226 213 0 72 0
[pid=11171] ppid=11170 vsize=38856 CPUtime=5.06 cores=1,3,5,7
/proc/11171/stat : 11171 (glucose) R 11170 11150 8372 0 -1 4202496 8604 0 0 0 504 2 0 0 20 0 1 0 22128752 39788544 8901 33554432000 4194304 5208918 140736478460336 140736478458168 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11171/statm: 9714 8901 103 248 0 9463 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 121900

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11185
/proc/meminfo: memFree=30557212/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=19.84 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 16646 31381 0 0 61 22 1893 8 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11184] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 22129975 9367552 267 33554432000 4194304 5064252 140736890110576 140736890109488 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11184/statm: 2287 267 226 213 0 72 0
[pid=11185] ppid=11184 vsize=38988 CPUtime=5.62 cores=1,3,5,7
/proc/11185/stat : 11185 (glucose) R 11184 11150 8372 0 -1 4202496 8655 0 0 0 561 1 0 0 20 0 1 0 22129975 39923712 8531 33554432000 4194304 5208918 140736089053312 140736089051144 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11185/statm: 9747 8531 95 248 0 9496 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 122032

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11199
/proc/meminfo: memFree=30553104/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=36.23 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 18489 43428 0 0 67 23 3522 11 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11198] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11198/stat : 11198 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22131614 9367552 266 33554432000 4194304 5064252 140734956544704 140734956543616 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11198/statm: 2287 266 226 213 0 72 0
[pid=11199] ppid=11198 vsize=39352 CPUtime=14.83 cores=1,3,5,7
/proc/11199/stat : 11199 (glucose) R 11198 11150 8372 0 -1 4202496 9119 0 0 0 1481 2 0 0 20 0 1 0 22131614 40296448 9022 33554432000 4194304 5208918 140734421057776 140734421055608 4229717 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11199/statm: 9838 9022 104 248 0 9587 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 122396

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11227
/proc/meminfo: memFree=30522100/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=96.95 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 24049 82878 0 0 95 26 9543 31 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11226] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11226/stat : 11226 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22137687 9367552 266 33554432000 4194304 5064252 140734146674368 140734146673280 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11226/statm: 2287 266 226 213 0 72 0
[pid=11227] ppid=11226 vsize=39000 CPUtime=5.31 cores=1,3,5,7
/proc/11227/stat : 11227 (glucose) R 11226 11150 8372 0 -1 4202496 7735 0 0 0 530 1 0 0 20 0 1 0 22137687 39936000 8996 33554432000 4194304 5208918 140733531493584 140733531491416 4229151 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11227/statm: 9750 8996 103 248 0 9499 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 122044

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11228
/proc/meminfo: memFree=30461144/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=96.95 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 24049 82878 0 0 95 26 9543 31 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11226] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11239
/proc/meminfo: memFree=30287380/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=96.95 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 24049 82878 0 0 95 26 9543 31 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11226] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11226/stat : 11226 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22137687 9367552 266 33554432000 4194304 5064252 140734146674368 140734146673280 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11226/statm: 2287 266 226 213 0 72 0
[pid=11227] ppid=11226 vsize=224900 CPUtime=1325.09 cores=1,3,5,7
/proc/11227/stat : 11227 (glucose) R 11226 11150 8372 0 -1 4202496 39185 0 0 0 132452 57 0 0 20 0 1 0 22137687 230297600 50985 33554432000 4194304 5208918 140733531493584 140733531491736 4229748 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11227/statm: 56225 50985 105 248 0 55974 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 307944

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11239
/proc/meminfo: memFree=30300336/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=96.95 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 24049 82878 0 0 95 26 9543 31 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11226] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11226/stat : 11226 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22137687 9367552 266 33554432000 4194304 5064252 140734146674368 140734146673280 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11226/statm: 2287 266 226 213 0 72 0
[pid=11227] ppid=11226 vsize=144760 CPUtime=1385.06 cores=1,3,5,7
/proc/11227/stat : 11227 (glucose) R 11226 11150 8372 0 -1 4202496 39824 0 0 0 138447 59 0 0 20 0 1 0 22137687 148234240 35570 33554432000 4194304 5208918 140733531493584 140733531491672 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11227/statm: 36190 35570 105 248 0 35939 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 227804

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11239
/proc/meminfo: memFree=30235024/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=96.95 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 24049 82878 0 0 95 26 9543 31 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11226] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11226/stat : 11226 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22137687 9367552 266 33554432000 4194304 5064252 140734146674368 140734146673280 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11226/statm: 2287 266 226 213 0 72 0
[pid=11227] ppid=11226 vsize=194080 CPUtime=1445.06 cores=1,3,5,7
/proc/11227/stat : 11227 (glucose) R 11226 11150 8372 0 -1 4202496 40960 0 0 0 144445 61 0 0 20 0 1 0 22137687 198737920 43760 33554432000 4194304 5208918 140733531493584 140733531491576 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11227/statm: 48520 43760 105 248 0 48269 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 277124

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 11242
/proc/meminfo: memFree=30214508/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=96.95 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 24049 82878 0 0 95 26 9543 31 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11226] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11226/stat : 11226 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22137687 9367552 266 33554432000 4194304 5064252 140734146674368 140734146673280 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11226/statm: 2287 266 226 213 0 72 0
[pid=11227] ppid=11226 vsize=224900 CPUtime=1505.04 cores=1,3,5,7
/proc/11227/stat : 11227 (glucose) R 11226 11150 8372 0 -1 4202496 41649 0 0 0 150441 63 0 0 20 0 1 0 22137687 230297600 48435 33554432000 4194304 5208918 140733531493584 140733531491736 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11227/statm: 56225 48435 105 248 0 55974 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 307944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11242
/proc/meminfo: memFree=30202256/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=96.95 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 24049 82878 0 0 95 26 9543 31 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11226] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11226/stat : 11226 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22137687 9367552 266 33554432000 4194304 5064252 140734146674368 140734146673280 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11226/statm: 2287 266 226 213 0 72 0
[pid=11227] ppid=11226 vsize=224900 CPUtime=1565.04 cores=1,3,5,7
/proc/11227/stat : 11227 (glucose) R 11226 11150 8372 0 -1 4202496 42266 0 0 0 156438 66 0 0 20 0 1 0 22137687 230297600 50995 33554432000 4194304 5208918 140733531493584 140733531491736 4229307 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11227/statm: 56225 50995 105 248 0 55974 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 307944

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 11243
/proc/meminfo: memFree=30183856/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=96.95 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 24049 82878 0 0 95 26 9543 31 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11226] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11226/stat : 11226 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22137687 9367552 266 33554432000 4194304 5064252 140734146674368 140734146673280 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11226/statm: 2287 266 226 213 0 72 0
[pid=11227] ppid=11226 vsize=144760 CPUtime=1625.02 cores=1,3,5,7
/proc/11227/stat : 11227 (glucose) R 11226 11150 8372 0 -1 4202496 42884 0 0 0 162434 68 0 0 20 0 1 0 22137687 148234240 35570 33554432000 4194304 5208918 140733531493584 140733531489896 4229032 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11227/statm: 36190 35570 105 248 0 35939 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 227804

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 11288
/proc/meminfo: memFree=30460608/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=96.95 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 24049 82878 0 0 95 26 9543 31 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11226] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11226/stat : 11226 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22137687 9367552 266 33554432000 4194304 5064252 140734146674368 140734146673280 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11226/statm: 2287 266 226 213 0 72 0
[pid=11227] ppid=11226 vsize=224900 CPUtime=1684.99 cores=1,3,5,7
/proc/11227/stat : 11227 (glucose) R 11226 11150 8372 0 -1 4202496 43520 0 0 0 168429 70 0 0 20 0 1 0 22137687 230297600 54579 33554432000 4194304 5208918 140733531493584 140733531491736 4229299 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11227/statm: 56225 54579 105 248 0 55974 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 307944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/185 11336
/proc/meminfo: memFree=30473748/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=96.95 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 24049 82878 0 0 95 26 9543 31 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11226] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11226/stat : 11226 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22137687 9367552 266 33554432000 4194304 5064252 140734146674368 140734146673280 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11226/statm: 2287 266 226 213 0 72 0
[pid=11227] ppid=11226 vsize=194080 CPUtime=1703.1 cores=1,3,5,7
/proc/11227/stat : 11227 (glucose) R 11226 11150 8372 0 -1 4202496 44048 0 0 0 170239 71 0 0 20 0 1 0 22137687 198737920 45296 33554432000 4194304 5208918 140733531493584 140733531491576 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11227/statm: 48520 45296 105 248 0 48269 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 277124

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.01 2.00 2.00 3/185 11336
/proc/meminfo: memFree=30473748/32873844 swapFree=7120/7120
[pid=11150] ppid=11148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11150/stat : 11150 (npSolver-pbo.sh) S 11148 11150 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 22127989 9367552 275 33554432000 4194304 5064252 140736258427488 140736258426400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11150/statm: 2287 275 233 213 0 72 0
[pid=11151] ppid=11150 vsize=64748 CPUtime=96.95 cores=1,3,5,7
/proc/11151/stat : 11151 (npSolver-pbo) S 11150 11150 8372 0 -1 4202496 24049 82878 0 0 95 26 9543 31 20 0 1 0 22127989 66301952 15859 33554432000 4194304 6004724 140736156591904 140736156584256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11151/statm: 16187 15859 172 442 0 15741 0
[pid=11226] ppid=11151 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11226/stat : 11226 (satsolver.sh) S 11151 11150 8372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22137687 9367552 266 33554432000 4194304 5064252 140734146674368 140734146673280 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11226/statm: 2287 266 226 213 0 72 0
[pid=11227] ppid=11226 vsize=194080 CPUtime=1703.1 cores=1,3,5,7
/proc/11227/stat : 11227 (glucose) R 11226 11150 8372 0 -1 4202496 44048 0 0 0 170239 71 0 0 20 0 1 0 22137687 198737920 45296 33554432000 4194304 5208918 140733531493584 140733531491576 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11227/statm: 48520 45296 105 248 0 48269 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 277124

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1798.79
CPU system time (s): 1.2938
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 307944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.2938
maximum resident set size= 218316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151964
page faults= 0
swaps= 0
block input operations= 0
block output operations= 74432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 366
involuntary context switches= 1926

runsolver used 7.77282 second user time and 18.3712 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-08 04:13:30
IDJOB=3750424
IDBENCH=2267
IDSOLVER=2334
FILE ID=node132/3750424-1339121610
RUNJOBID= node132-1339112562-10167
PBS_JOBID= 14643721
Free space on /tmp= 71024 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-3.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750424-1339121610/watcher-3750424-1339121610 -o /tmp/evaluation-result-3750424-1339121610/solver-3750424-1339121610 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750424-1339121610.opb 1056199426 HOME HOME

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

MD5SUM BENCH= 36a19a7aeba117287b60c4673ad89664
RANDOM SEED=1056199426

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:        30662124 kB
Buffers:          159888 kB
Cached:          1156832 kB
SwapCached:            0 kB
Active:           434296 kB
Inactive:         991452 kB
Active(anon):     111520 kB
Inactive(anon):        0 kB
Active(file):     322776 kB
Inactive(file):   991452 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29292 kB
Writeback:             0 kB
AnonPages:        115856 kB
Mapped:            15464 kB
Shmem:               212 kB
Slab:             645916 kB
SReclaimable:      88068 kB
SUnreclaim:       557848 kB
KernelStack:        1488 kB
PageTables:         4332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     228272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 71020 MiB
End job on node132 at 2012-06-08 04:43:30