Trace number 3750423

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.07 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-1.opb
MD5SUMa2418d45f4247bab260506429e96e746
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.02
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 constraints126555
Number of constraints which are clauses126555
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.70	c model valid
0.00/0.70	c current solution ok
0.00/0.89	o 0
0.00/0.89	c current bound: 767
0.00/0.89	c (debug) using card networks
0.00/0.89	c old isEQ: 255, new EQ is 0
5.77/5.84	c current bound: 1151
5.77/5.84	c (debug) using card networks
5.84/5.92	c old isEQ: 127, new EQ is 0
15.44/15.51	c current bound: 1343
15.44/15.51	c (debug) using card networks
15.44/15.51	c old isEQ: 63, new EQ is 0
27.83/27.92	c current bound: 1439
27.83/27.92	c (debug) using card networks
27.83/27.92	c old isEQ: 159, new EQ is 0
44.32/44.48	c current bound: 1487
44.32/44.48	c (debug) using card networks
44.32/44.48	c old isEQ: 207, new EQ is 0
61.73/61.81	c model valid
61.73/61.81	c current solution ok
61.73/61.81	o -47
61.73/61.81	c current bound: 1463
61.73/61.81	c (debug) using card networks
61.73/61.81	c old isEQ: 183, new EQ is 0
81.10/81.25	c current bound: 1475
81.10/81.25	c (debug) using card networks
81.10/81.25	c old isEQ: 195, new EQ is 0
1800.04/1800.40	./satsolver.sh: line 5: 30275 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.40	c error: unexpected solver exit code
1800.04/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-3750423-1339121430/watcher-3750423-1339121430 -o /tmp/evaluation-result-3750423-1339121430/solver-3750423-1339121430 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750423-1339121430.opb 2095791327 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/180 30218
/proc/meminfo: memFree=28786500/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0

[startup+0.08455 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30218
/proc/meminfo: memFree=28786500/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30218
/proc/meminfo: memFree=28786500/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30218
/proc/meminfo: memFree=28786500/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700189 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30218
/proc/meminfo: memFree=28786500/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 4/184 30232
/proc/meminfo: memFree=28676168/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=0.93 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 12882 8611 0 0 49 19 24 1 20 0 1 0 378268951 66465792 15767 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15767 171 442 0 15781 0
[pid=30231] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30231/stat : 30231 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378269046 9367552 267 33554432000 4194304 5064252 140734963709088 140734963708000 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30231/statm: 2287 267 226 213 0 72 0
[pid=30232] ppid=30231 vsize=37732 CPUtime=0.53 cores=1,3,5,7
/proc/30232/stat : 30232 (glucose) R 30231 30218 25783 0 -1 4202496 8008 0 0 0 52 1 0 0 20 0 1 0 378269047 38637568 8359 33554432000 4194304 5208918 140733198980320 140733198978152 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30232/statm: 9433 8359 95 248 0 9182 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 120936

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 30232
/proc/meminfo: memFree=28675292/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=0.93 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 12882 8611 0 0 49 19 24 1 20 0 1 0 378268951 66465792 15767 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15767 171 442 0 15781 0
[pid=30231] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30231/stat : 30231 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378269046 9367552 267 33554432000 4194304 5064252 140734963709088 140734963708000 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30231/statm: 2287 267 226 213 0 72 0
[pid=30232] ppid=30231 vsize=38188 CPUtime=2.13 cores=1,3,5,7
/proc/30232/stat : 30232 (glucose) R 30231 30218 25783 0 -1 4202496 8032 0 0 0 212 1 0 0 20 0 1 0 378269047 39104512 8383 33554432000 4194304 5208918 140733198980320 140733198978152 4229062 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30232/statm: 9547 8383 95 248 0 9296 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121392

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 30232
/proc/meminfo: memFree=28675244/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=5.85 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 14728 20006 0 0 54 20 506 5 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 74056

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 30239
/proc/meminfo: memFree=28673944/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=5.85 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 14728 20006 0 0 54 20 506 5 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30238] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30238/stat : 30238 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378269542 9367552 266 33554432000 4194304 5064252 140733200853744 140733200852656 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30238/statm: 2287 266 226 213 0 72 0
[pid=30239] ppid=30238 vsize=38724 CPUtime=6.78 cores=1,3,5,7
/proc/30239/stat : 30239 (glucose) R 30238 30218 25783 0 -1 4202496 8621 0 0 0 677 1 0 0 20 0 1 0 378269542 39653376 8614 33554432000 4194304 5208918 140733661110832 140733661108664 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30239/statm: 9681 8614 95 248 0 9430 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 121928

[startup+25.5071 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 30246
/proc/meminfo: memFree=28666704/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=15.52 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 16572 31554 0 0 60 20 1464 8 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30245] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30245/stat : 30245 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378270509 9367552 267 33554432000 4194304 5064252 140735360666912 140735360665824 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30245/statm: 2287 267 226 213 0 72 0
[pid=30246] ppid=30245 vsize=39172 CPUtime=9.92 cores=1,3,5,7
/proc/30246/stat : 30246 (glucose) R 30245 30218 25783 0 -1 4202496 8931 0 0 0 991 1 0 0 20 0 1 0 378270509 40112128 8744 33554432000 4194304 5208918 140733689590656 140733689588488 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30246/statm: 9793 8744 103 248 0 9542 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 122376

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30261
/proc/meminfo: memFree=28661904/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=44.48 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 20260 56077 0 0 70 22 4342 14 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30260] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30260/stat : 30260 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378273406 9367552 266 33554432000 4194304 5064252 140734182611760 140734182610672 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30260/statm: 2287 266 226 213 0 72 0
[pid=30261] ppid=30260 vsize=39168 CPUtime=6.53 cores=1,3,5,7
/proc/30261/stat : 30261 (glucose) R 30260 30218 25783 0 -1 4202496 8761 0 0 0 652 1 0 0 20 0 1 0 378273406 40108032 8639 33554432000 4194304 5208918 140735368158160 140735368155992 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30261/statm: 9792 8639 103 248 0 9541 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 122372

[startup+102.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 30275
/proc/meminfo: memFree=28615488/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=81.25 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 23979 84247 0 0 94 23 7977 31 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30274] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30274/stat : 30274 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378277082 9367552 266 33554432000 4194304 5064252 140736282053520 140736282052432 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30274/statm: 2287 266 226 213 0 72 0
[pid=30275] ppid=30274 vsize=58988 CPUtime=20.97 cores=1,3,5,7
/proc/30275/stat : 30275 (glucose) R 30274 30218 25783 0 -1 4202496 10958 0 0 0 2095 2 0 0 20 0 1 0 378277083 60403712 13690 33554432000 4194304 5208918 140734561442384 140734561438696 4229850 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30275/statm: 14747 13690 105 248 0 14496 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 142192

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 30275
/proc/meminfo: memFree=28588636/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=81.25 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 23979 84247 0 0 94 23 7977 31 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30274] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30274/stat : 30274 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378277082 9367552 266 33554432000 4194304 5064252 140736282053520 140736282052432 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30274/statm: 2287 266 226 213 0 72 0
[pid=30275] ppid=30274 vsize=89444 CPUtime=80.95 cores=1,3,5,7
/proc/30275/stat : 30275 (glucose) R 30274 30218 25783 0 -1 4202496 14169 0 0 0 8091 4 0 0 20 0 1 0 378277083 91590656 19667 33554432000 4194304 5208918 140734561442384 140734561438696 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30275/statm: 22361 19667 105 248 0 22110 0
Current children cumulated CPU time (s) 162.2

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 30286
/proc/meminfo: memFree=28415716/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=81.25 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 23979 84247 0 0 94 23 7977 31 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30274] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30274/stat : 30274 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378277082 9367552 266 33554432000 4194304 5064252 140736282053520 140736282052432 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30274/statm: 2287 266 226 213 0 72 0
[pid=30275] ppid=30274 vsize=182176 CPUtime=1280.76 cores=1,3,5,7
/proc/30275/stat : 30275 (glucose) R 30274 30218 25783 0 -1 4202496 38465 0 0 0 128035 41 0 0 20 0 1 0 378277083 186548224 42186 33554432000 4194304 5208918 140734561442384 140734561440376 4229704 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30275/statm: 45544 42186 105 248 0 45293 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 265380

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30286
/proc/meminfo: memFree=28453384/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=81.25 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 23979 84247 0 0 94 23 7977 31 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30274] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30274/stat : 30274 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378277082 9367552 266 33554432000 4194304 5064252 140736282053520 140736282052432 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30274/statm: 2287 266 226 213 0 72 0
[pid=30275] ppid=30274 vsize=212996 CPUtime=1340.75 cores=1,3,5,7
/proc/30275/stat : 30275 (glucose) R 30274 30218 25783 0 -1 4202496 40103 0 0 0 134032 43 0 0 20 0 1 0 378277083 218107904 47885 33554432000 4194304 5208918 140734561442384 140734561440536 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30275/statm: 53249 47885 105 248 0 52998 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 296200

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30286
/proc/meminfo: memFree=28472296/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=81.25 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 23979 84247 0 0 94 23 7977 31 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30274] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30274/stat : 30274 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378277082 9367552 266 33554432000 4194304 5064252 140736282053520 140736282052432 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30274/statm: 2287 266 226 213 0 72 0
[pid=30275] ppid=30274 vsize=132856 CPUtime=1400.74 cores=1,3,5,7
/proc/30275/stat : 30275 (glucose) R 30274 30218 25783 0 -1 4202496 41152 0 0 0 140029 45 0 0 20 0 1 0 378277083 136044544 32543 33554432000 4194304 5208918 140734561442384 140734561440472 4229039 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30275/statm: 33214 32543 105 248 0 32963 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 216060

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 30286
/proc/meminfo: memFree=28432176/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=81.25 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 23979 84247 0 0 94 23 7977 31 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30274] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30274/stat : 30274 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378277082 9367552 266 33554432000 4194304 5064252 140736282053520 140736282052432 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30274/statm: 2287 266 226 213 0 72 0
[pid=30275] ppid=30274 vsize=182176 CPUtime=1460.74 cores=1,3,5,7
/proc/30275/stat : 30275 (glucose) R 30274 30218 25783 0 -1 4202496 42641 0 0 0 146027 47 0 0 20 0 1 0 378277083 186548224 41162 33554432000 4194304 5208918 140734561442384 140734561440376 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30275/statm: 45544 41162 105 248 0 45293 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 265380

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 30287
/proc/meminfo: memFree=28412856/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=81.25 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 23979 84247 0 0 94 23 7977 31 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30274] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30274/stat : 30274 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378277082 9367552 266 33554432000 4194304 5064252 140736282053520 140736282052432 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30274/statm: 2287 266 226 213 0 72 0
[pid=30275] ppid=30274 vsize=182176 CPUtime=1520.73 cores=1,3,5,7
/proc/30275/stat : 30275 (glucose) R 30274 30218 25783 0 -1 4202496 43687 0 0 0 152024 49 0 0 20 0 1 0 378277083 186548224 43722 33554432000 4194304 5208918 140734561442384 140734561440376 4229688 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30275/statm: 45544 43722 105 248 0 45293 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 265380

[startup+1662.31 s]
/proc/loadavg: 2.15 2.05 2.01 3/183 30332
/proc/meminfo: memFree=28594524/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=81.25 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 23979 84247 0 0 94 23 7977 31 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30274] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30274/stat : 30274 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378277082 9367552 266 33554432000 4194304 5064252 140736282053520 140736282052432 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30274/statm: 2287 266 226 213 0 72 0
[pid=30275] ppid=30274 vsize=212996 CPUtime=1580.72 cores=1,3,5,7
/proc/30275/stat : 30275 (glucose) R 30274 30218 25783 0 -1 4202496 45321 0 0 0 158021 51 0 0 20 0 1 0 378277083 218107904 46861 33554432000 4194304 5208918 140734561442384 140734561440536 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30275/statm: 53249 46861 105 248 0 52998 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 296200

[startup+1722.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 30332
/proc/meminfo: memFree=28574872/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=81.25 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 23979 84247 0 0 94 23 7977 31 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30274] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30274/stat : 30274 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378277082 9367552 266 33554432000 4194304 5064252 140736282053520 140736282052432 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30274/statm: 2287 266 226 213 0 72 0
[pid=30275] ppid=30274 vsize=212996 CPUtime=1640.71 cores=1,3,5,7
/proc/30275/stat : 30275 (glucose) R 30274 30218 25783 0 -1 4202496 46367 0 0 0 164018 53 0 0 20 0 1 0 378277083 218107904 46861 33554432000 4194304 5208918 140734561442384 140734561440536 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30275/statm: 53249 46861 105 248 0 52998 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 296200

[startup+1782.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/184 30335
/proc/meminfo: memFree=28551820/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=81.25 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 23979 84247 0 0 94 23 7977 31 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30274] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30274/stat : 30274 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378277082 9367552 266 33554432000 4194304 5064252 140736282053520 140736282052432 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30274/statm: 2287 266 226 213 0 72 0
[pid=30275] ppid=30274 vsize=212996 CPUtime=1700.69 cores=1,3,5,7
/proc/30275/stat : 30275 (glucose) R 30274 30218 25783 0 -1 4202496 47430 0 0 0 170013 56 0 0 20 0 1 0 378277083 218107904 47885 33554432000 4194304 5208918 140734561442384 140734561440536 4229546 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30275/statm: 53249 47885 105 248 0 52998 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 296200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.06 2.01 3/184 30335
/proc/meminfo: memFree=28612760/32873648 swapFree=7112/7112
[pid=30218] ppid=30216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30218/stat : 30218 (npSolver-pbo.sh) S 30216 30218 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378268951 9367552 274 33554432000 4194304 5064252 140733383982480 140733383981392 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30218/statm: 2287 274 233 213 0 72 0
[pid=30219] ppid=30218 vsize=64908 CPUtime=81.25 cores=1,3,5,7
/proc/30219/stat : 30219 (npSolver-pbo) S 30218 30218 25783 0 -1 4202496 23979 84247 0 0 94 23 7977 31 20 0 1 0 378268951 66465792 15768 33554432000 4194304 6004724 140735549891456 140735549883808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30219/statm: 16227 15768 172 442 0 15781 0
[pid=30274] ppid=30219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30274/stat : 30274 (satsolver.sh) S 30219 30218 25783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378277082 9367552 266 33554432000 4194304 5064252 140736282053520 140736282052432 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30274/statm: 2287 266 226 213 0 72 0
[pid=30275] ppid=30274 vsize=132856 CPUtime=1718.79 cores=1,3,5,7
/proc/30275/stat : 30275 (glucose) R 30274 30218 25783 0 -1 4202496 47435 0 0 0 171823 56 0 0 20 0 1 0 378277083 136044544 32543 33554432000 4194304 5208918 140734561442384 140734561440472 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30275/statm: 33214 32543 105 248 0 32963 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 216060

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1798.95
CPU system time (s): 1.12283
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 296200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.12283
maximum resident set size= 203828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156647
page faults= 0
swaps= 0
block input operations= 0
block output operations= 74656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 326
involuntary context switches= 1957

runsolver used 3.3025 second user time and 7.9108 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-08 04:10:30
IDJOB=3750423
IDBENCH=2265
IDSOLVER=2334
FILE ID=node126/3750423-1339121430
RUNJOBID= node126-1339112152-28792
PBS_JOBID= 14643727
Free space on /tmp= 71064 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-1.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750423-1339121430/watcher-3750423-1339121430 -o /tmp/evaluation-result-3750423-1339121430/solver-3750423-1339121430 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750423-1339121430.opb 2095791327 HOME HOME

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

MD5SUM BENCH= a2418d45f4247bab260506429e96e746
RANDOM SEED=2095791327

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28786880 kB
Buffers:          448812 kB
Cached:          2627880 kB
SwapCached:         9380 kB
Active:          1627388 kB
Inactive:        1564004 kB
Active(anon):     104832 kB
Inactive(anon):    12108 kB
Active(file):    1522556 kB
Inactive(file):  1551896 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:             15284 kB
Writeback:             0 kB
AnonPages:         94440 kB
Mapped:            10704 kB
Shmem:                 0 kB
Slab:             756896 kB
SReclaimable:     200968 kB
SUnreclaim:       555928 kB
KernelStack:        1528 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     238656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71056 MiB
End job on node126 at 2012-06-08 04:40:31