Trace number 3750419

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.13 1800.42

General information on the benchmark

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

Solver Data

0.00/0.28	c run usual solver
0.00/0.62	c model valid
0.00/0.62	c current solution ok
0.00/0.81	o 0
0.00/0.81	c current bound: 700
0.00/0.81	c (debug) using card networks
0.00/0.81	c old isEQ: 188, new EQ is 0
4.57/4.61	c current bound: 1050
4.57/4.61	c (debug) using card networks
4.57/4.61	c old isEQ: 26, new EQ is 0
10.75/10.86	c current bound: 1225
10.75/10.86	c (debug) using card networks
10.75/10.86	c old isEQ: 201, new EQ is 0
21.27/21.35	c current bound: 1313
21.27/21.35	c (debug) using card networks
21.27/21.35	c old isEQ: 33, new EQ is 0
36.55/36.68	c current bound: 1357
36.55/36.68	c (debug) using card networks
36.55/36.68	c old isEQ: 77, new EQ is 0
47.47/47.52	c model valid
47.47/47.52	c current solution ok
47.47/47.52	o -43
47.47/47.52	c current bound: 1335
47.47/47.52	c (debug) using card networks
47.47/47.52	c old isEQ: 55, new EQ is 0
68.46/68.54	c current bound: 1346
68.46/68.54	c (debug) using card networks
68.46/68.54	c old isEQ: 66, new EQ is 0
1800.08/1800.41	./satsolver.sh: line 5: 16076 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.41	c error: unexpected solver exit code
1800.08/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3750419-1339120434/watcher-3750419-1339120434 -o /tmp/evaluation-result-3750419-1339120434/solver-3750419-1339120434 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750419-1339120434.opb 1081377079 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16013
/proc/meminfo: memFree=31740564/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0

[startup+0.0814271 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16013
/proc/meminfo: memFree=31740564/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100323 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16013
/proc/meminfo: memFree=31740564/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300297 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16013
/proc/meminfo: memFree=31740564/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700235 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16013
/proc/meminfo: memFree=31740564/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16027
/proc/meminfo: memFree=31639000/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=0.85 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 12210 7815 0 0 45 18 20 2 20 0 1 0 378168482 68853760 16473 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16473 171 442 0 16364 0
[pid=16026] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16026/stat : 16026 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378168569 9367552 266 33554432000 4194304 5064252 140735152012048 140735152010960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16026/statm: 2287 266 226 213 0 72 0
[pid=16027] ppid=16026 vsize=36876 CPUtime=0.61 cores=0,2,4,6
/proc/16027/stat : 16027 (glucose) R 16026 16013 12469 0 -1 4202496 7055 0 0 0 61 0 0 0 20 0 1 0 378168570 37761024 7803 33554432000 4194304 5208918 140733320672528 140735152010984 4205766 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16027/statm: 9219 7803 95 248 0 8968 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 122412

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16027
/proc/meminfo: memFree=31637752/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=0.85 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 12210 7815 0 0 45 18 20 2 20 0 1 0 378168482 68853760 16473 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16473 171 442 0 16364 0
[pid=16026] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16026/stat : 16026 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378168569 9367552 266 33554432000 4194304 5064252 140735152012048 140735152010960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16026/statm: 2287 266 226 213 0 72 0
[pid=16027] ppid=16026 vsize=37332 CPUtime=2.21 cores=0,2,4,6
/proc/16027/stat : 16027 (glucose) R 16026 16013 12469 0 -1 4202496 7156 0 0 0 221 0 0 0 20 0 1 0 378168570 38227968 7904 33554432000 4194304 5208918 140733320672528 140733320670360 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16027/statm: 9333 7904 103 248 0 9082 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 122868

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16034
/proc/meminfo: memFree=31633540/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=4.64 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 14313 18394 0 0 51 18 391 4 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16033] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16033/stat : 16033 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378168950 9367552 267 33554432000 4194304 5064252 140736074802848 140736074801760 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16033/statm: 2287 267 226 213 0 72 0
[pid=16034] ppid=16033 vsize=38556 CPUtime=1.61 cores=0,2,4,6
/proc/16034/stat : 16034 (glucose) R 16033 16013 12469 0 -1 4202496 8213 0 0 0 160 1 0 0 20 0 1 0 378168950 39481344 8744 33554432000 4194304 5208918 140734545857520 140734545855352 4216416 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16034/statm: 9639 8744 95 248 0 9388 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 124092

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16041
/proc/meminfo: memFree=31634672/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=10.91 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 16415 29488 0 0 57 19 1007 8 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16040] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16040/stat : 16040 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378169575 9367552 265 33554432000 4194304 5064252 140734816633632 140734816632544 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16040/statm: 2287 265 226 213 0 72 0
[pid=16041] ppid=16040 vsize=38436 CPUtime=1.76 cores=0,2,4,6
/proc/16041/stat : 16041 (glucose) R 16040 16013 12469 0 -1 4202496 8475 0 0 0 175 1 0 0 20 0 1 0 378169576 39358464 8325 33554432000 4194304 5208918 140734450061056 140734450058888 4229479 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16041/statm: 9609 8325 95 248 0 9358 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 123972

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16055
/proc/meminfo: memFree=31681112/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=21.39 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 18517 41755 0 0 63 20 2045 11 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16054] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16054/stat : 16054 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378170624 9367552 267 33554432000 4194304 5064252 140735823464288 140735823463200 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16054/statm: 2287 267 226 213 0 72 0
[pid=16055] ppid=16054 vsize=38664 CPUtime=4.07 cores=0,2,4,6
/proc/16055/stat : 16055 (glucose) R 16054 16013 12469 0 -1 4202496 8513 0 0 0 406 1 0 0 20 0 1 0 378170624 39591936 8405 33554432000 4194304 5208918 140735943043392 140735943041224 4205238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16055/statm: 9666 8405 95 248 0 9415 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 124200

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16069
/proc/meminfo: memFree=31654236/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=47.56 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 22750 67135 0 0 86 21 4623 26 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16068] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16068/stat : 16068 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 378173241 9367552 267 33554432000 4194304 5064252 140736019354784 140736019353696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16068/statm: 2287 267 226 213 0 72 0
[pid=16069] ppid=16068 vsize=38436 CPUtime=3.5 cores=0,2,4,6
/proc/16069/stat : 16069 (glucose) R 16068 16013 12469 0 -1 4202496 8245 0 0 0 349 1 0 0 20 0 1 0 378173241 39358464 8787 33554432000 4194304 5208918 140733671415056 140733671412888 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16069/statm: 9609 8787 95 248 0 9358 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 123972

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16076
/proc/meminfo: memFree=31606252/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=68.57 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 24852 80681 0 0 92 22 6714 29 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16075] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16075/stat : 16075 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378175343 9367552 267 33554432000 4194304 5064252 140736183230624 140736183229536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16075/statm: 2287 267 226 213 0 72 0
[pid=16076] ppid=16075 vsize=65608 CPUtime=33.67 cores=0,2,4,6
/proc/16076/stat : 16076 (glucose) R 16075 16013 12469 0 -1 4202496 11477 0 0 0 3365 2 0 0 20 0 1 0 378175344 67182592 15717 33554432000 4194304 5208918 140736405070336 140736405066712 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16076/statm: 16402 15717 105 248 0 16151 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 151144

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16077
/proc/meminfo: memFree=31616652/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=68.57 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 24852 80681 0 0 92 22 6714 29 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16075] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16118
/proc/meminfo: memFree=31387616/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=68.57 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 24852 80681 0 0 92 22 6714 29 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16075] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16075/stat : 16075 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378175343 9367552 267 33554432000 4194304 5064252 140736183230624 140736183229536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16075/statm: 2287 267 226 213 0 72 0
[pid=16076] ppid=16075 vsize=225492 CPUtime=1293.47 cores=0,2,4,6
/proc/16076/stat : 16076 (glucose) R 16075 16013 12469 0 -1 4202496 34444 0 0 0 129303 44 0 0 20 0 1 0 378175344 230903808 49742 33554432000 4194304 5208918 140736405070336 140736405068488 4229347 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16076/statm: 56373 49742 105 248 0 56122 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 311028

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16118
/proc/meminfo: memFree=31416396/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=68.57 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 24852 80681 0 0 92 22 6714 29 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16075] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16075/stat : 16075 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378175343 9367552 267 33554432000 4194304 5064252 140736183230624 140736183229536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16075/statm: 2287 267 226 213 0 72 0
[pid=16076] ppid=16075 vsize=194672 CPUtime=1353.47 cores=0,2,4,6
/proc/16076/stat : 16076 (glucose) R 16075 16013 12469 0 -1 4202496 35477 0 0 0 135300 47 0 0 20 0 1 0 378175344 199344128 44555 33554432000 4194304 5208918 140736405070336 140736405068328 4214132 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16076/statm: 48668 44555 105 248 0 48417 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 280208

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16118
/proc/meminfo: memFree=31415124/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=68.57 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 24852 80681 0 0 92 22 6714 29 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16075] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16075/stat : 16075 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378175343 9367552 267 33554432000 4194304 5064252 140736183230624 140736183229536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16075/statm: 2287 267 226 213 0 72 0
[pid=16076] ppid=16075 vsize=194672 CPUtime=1413.45 cores=0,2,4,6
/proc/16076/stat : 16076 (glucose) R 16075 16013 12469 0 -1 4202496 36298 0 0 0 141297 48 0 0 20 0 1 0 378175344 199344128 46091 33554432000 4194304 5208918 140736405070336 140736405068328 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16076/statm: 48668 46091 105 248 0 48417 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 280208

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16118
/proc/meminfo: memFree=31414228/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=68.57 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 24852 80681 0 0 92 22 6714 29 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16075] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16075/stat : 16075 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378175343 9367552 267 33554432000 4194304 5064252 140736183230624 140736183229536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16075/statm: 2287 267 226 213 0 72 0
[pid=16076] ppid=16075 vsize=225492 CPUtime=1473.45 cores=0,2,4,6
/proc/16076/stat : 16076 (glucose) R 16075 16013 12469 0 -1 4202496 37706 0 0 0 147294 51 0 0 20 0 1 0 378175344 230903808 48718 33554432000 4194304 5208918 140736405070336 140736405068488 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16076/statm: 56373 48718 105 248 0 56122 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 311028

[startup+1602.3 s]
/proc/loadavg: 2.40 2.09 2.03 3/184 16163
/proc/meminfo: memFree=27189176/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=68.57 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 24852 80681 0 0 92 22 6714 29 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16075] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16075/stat : 16075 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378175343 9367552 267 33554432000 4194304 5064252 140736183230624 140736183229536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16075/statm: 2287 267 226 213 0 72 0
[pid=16076] ppid=16075 vsize=225492 CPUtime=1533.44 cores=0,2,4,6
/proc/16076/stat : 16076 (glucose) R 16075 16013 12469 0 -1 4202496 38529 0 0 0 153289 55 0 0 20 0 1 0 378175344 230903808 50254 33554432000 4194304 5208918 140736405070336 140736405068488 4228992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16076/statm: 56373 50254 105 248 0 56122 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 311028

[startup+1662.3 s]
/proc/loadavg: 2.35 2.16 2.06 3/183 16167
/proc/meminfo: memFree=27037232/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=68.57 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 24852 80681 0 0 92 22 6714 29 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16075] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16075/stat : 16075 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378175343 9367552 267 33554432000 4194304 5064252 140736183230624 140736183229536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16075/statm: 2287 267 226 213 0 72 0
[pid=16076] ppid=16075 vsize=145352 CPUtime=1593.42 cores=0,2,4,6
/proc/16076/stat : 16076 (glucose) R 16075 16013 12469 0 -1 4202496 39359 0 0 0 159285 57 0 0 20 0 1 0 378175344 148840448 35651 33554432000 4194304 5208918 140736405070336 140736405068488 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16076/statm: 36338 35651 105 248 0 36087 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 230888

[startup+1722.3 s]
/proc/loadavg: 2.19 2.14 2.06 3/183 16167
/proc/meminfo: memFree=26986044/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=68.57 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 24852 80681 0 0 92 22 6714 29 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16075] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16075/stat : 16075 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378175343 9367552 267 33554432000 4194304 5064252 140736183230624 140736183229536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16075/statm: 2287 267 226 213 0 72 0
[pid=16076] ppid=16075 vsize=194672 CPUtime=1653.42 cores=0,2,4,6
/proc/16076/stat : 16076 (glucose) R 16075 16013 12469 0 -1 4202496 40393 0 0 0 165282 60 0 0 20 0 1 0 378175344 199344128 44043 33554432000 4194304 5208918 140736405070336 140736405068328 4212371 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16076/statm: 48668 44043 105 248 0 48417 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 280208

[startup+1782.3 s]
/proc/loadavg: 2.09 2.13 2.06 3/183 16167
/proc/meminfo: memFree=26917080/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=68.57 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 24852 80681 0 0 92 22 6714 29 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16075] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16075/stat : 16075 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378175343 9367552 267 33554432000 4194304 5064252 140736183230624 140736183229536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16075/statm: 2287 267 226 213 0 72 0
[pid=16076] ppid=16075 vsize=194672 CPUtime=1713.4 cores=0,2,4,6
/proc/16076/stat : 16076 (glucose) R 16075 16013 12469 0 -1 4202496 41219 0 0 0 171278 62 0 0 20 0 1 0 378175344 199344128 46603 33554432000 4194304 5208918 140736405070336 140736405068328 4212454 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16076/statm: 48668 46603 105 248 0 48417 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 280208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.12 2.05 3/183 16167
/proc/meminfo: memFree=26883724/32873844 swapFree=7124/7124
[pid=16013] ppid=16011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16013/stat : 16013 (npSolver-pbo.sh) S 16011 16013 12469 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378168482 9367552 275 33554432000 4194304 5064252 140735608997152 140735608996064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16013/statm: 2287 275 233 213 0 72 0
[pid=16014] ppid=16013 vsize=67240 CPUtime=68.57 cores=0,2,4,6
/proc/16014/stat : 16014 (npSolver-pbo) S 16013 16013 12469 0 -1 4202496 24852 80681 0 0 92 22 6714 29 20 0 1 0 378168482 68853760 16474 33554432000 4194304 6004724 140735366172224 140735366164576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16014/statm: 16810 16474 172 442 0 16364 0
[pid=16075] ppid=16014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16075/stat : 16075 (satsolver.sh) S 16014 16013 12469 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378175343 9367552 267 33554432000 4194304 5064252 140736183230624 140736183229536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16075/statm: 2287 267 226 213 0 72 0
[pid=16076] ppid=16075 vsize=225492 CPUtime=1731.51 cores=0,2,4,6
/proc/16076/stat : 16076 (glucose) R 16075 16013 12469 0 -1 4202496 41814 0 0 0 173088 63 0 0 20 0 1 0 378175344 230903808 50254 33554432000 4194304 5208918 140736405070336 140736405068488 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16076/statm: 56373 50254 105 248 0 56122 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 311028

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.13
CPU user time (s): 1798.96
CPU system time (s): 1.16982
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 311028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.16982
maximum resident set size= 213304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 70072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 316
involuntary context switches= 2349

runsolver used 2.52462 second user time and 7.32689 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-08 03:53:54
IDJOB=3750419
IDBENCH=2249
IDSOLVER=2334
FILE ID=node138/3750419-1339120434
RUNJOBID= node138-1339110951-13765
PBS_JOBID= 14643715
Free space on /tmp= 70696 MiB

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

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

MD5SUM BENCH= b8b0df75c0f0dbb89ae9601b9070a445
RANDOM SEED=1081377079

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31740828 kB
Buffers:          100676 kB
Cached:           143364 kB
SwapCached:        19640 kB
Active:           225892 kB
Inactive:         133976 kB
Active(anon):      97760 kB
Inactive(anon):    20456 kB
Active(file):     128132 kB
Inactive(file):   113520 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67082140 kB
Dirty:             10976 kB
Writeback:             0 kB
AnonPages:        105732 kB
Mapped:            10016 kB
Shmem:                 0 kB
Slab:             631956 kB
SReclaimable:      73052 kB
SUnreclaim:       558904 kB
KernelStack:        1464 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     232060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 69632 MiB
End job on node138 at 2012-06-08 04:23:55