Trace number 3750418

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.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-5.opb
MD5SUM20471e978018d28aed0ca16c46de4e3d
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.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -51
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94226
Number of constraints which are clauses94226
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 1272
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 1272
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 1272
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.24	c run usual solver
0.00/0.54	c model valid
0.00/0.54	c current solution ok
0.00/0.69	o 0
0.00/0.69	c current bound: 636
0.00/0.69	c (debug) using card networks
0.00/0.69	c old isEQ: 124, new EQ is 0
3.57/3.66	c current bound: 954
3.57/3.66	c (debug) using card networks
3.57/3.66	c old isEQ: 186, new EQ is 0
8.86/8.93	c current bound: 1113
8.86/8.93	c (debug) using card networks
8.86/8.93	c old isEQ: 89, new EQ is 0
16.77/16.80	c current bound: 1193
16.77/16.80	c (debug) using card networks
16.77/16.80	c old isEQ: 169, new EQ is 0
26.47/26.52	c current bound: 1233
26.47/26.52	c (debug) using card networks
26.47/26.52	c old isEQ: 209, new EQ is 0
32.47/32.51	c model valid
32.47/32.51	c current solution ok
32.47/32.52	o -40
32.47/32.52	c current bound: 1213
32.47/32.52	c (debug) using card networks
32.47/32.52	c old isEQ: 189, new EQ is 0
43.37/43.49	c current bound: 1223
43.37/43.49	c (debug) using card networks
43.37/43.49	c old isEQ: 199, new EQ is 0
167.30/167.46	c model valid
167.30/167.46	c current solution ok
167.30/167.46	o -49
167.30/167.46	c current bound: 1218
167.30/167.46	c (debug) using card networks
167.30/167.46	c old isEQ: 194, new EQ is 0
177.69/177.82	c current bound: 1221
177.69/177.82	c (debug) using card networks
177.69/177.82	c old isEQ: 197, new EQ is 0
1800.04/1800.41	./satsolver.sh: line 5: 12782 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.41	c error: unexpected solver exit code
1800.04/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-3750418-1339121038/watcher-3750418-1339121038 -o /tmp/evaluation-result-3750418-1339121038/solver-3750418-1339121038 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750418-1339121038.opb 557213515 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 1.99 1.99 3/179 12711
/proc/meminfo: memFree=30051304/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0

[startup+0.0124569 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 12711
/proc/meminfo: memFree=30051304/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10031 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 12711
/proc/meminfo: memFree=30051304/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30031 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 12711
/proc/meminfo: memFree=30051304/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 12711
/proc/meminfo: memFree=30051304/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.00 1.99 1.99 3/183 12725
/proc/meminfo: memFree=29956060/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=0.74 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 10867 7634 0 0 40 15 17 2 20 0 1 0 378232414 63410176 15143 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15143 171 442 0 15035 0
[pid=12724] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12724/stat : 12724 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378232490 9367552 267 33554432000 4194304 5064252 140735226872576 140735226871488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12724/statm: 2287 267 226 213 0 72 0
[pid=12725] ppid=12724 vsize=34064 CPUtime=0.73 cores=0,2,4,6
/proc/12725/stat : 12725 (glucose) R 12724 12711 9764 0 -1 4202496 7752 0 0 0 72 1 0 0 20 0 1 0 378232490 34881536 7651 33554432000 4194304 5208918 140736924222160 140736923171848 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12725/statm: 8516 7651 95 248 0 8265 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 114284

[startup+3.10036 s]
/proc/loadavg: 2.00 1.99 1.99 3/183 12725
/proc/meminfo: memFree=29955060/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=0.74 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 10867 7634 0 0 40 15 17 2 20 0 1 0 378232414 63410176 15143 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15143 171 442 0 15035 0
[pid=12724] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12724/stat : 12724 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378232490 9367552 267 33554432000 4194304 5064252 140735226872576 140735226871488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12724/statm: 2287 267 226 213 0 72 0
[pid=12725] ppid=12724 vsize=36784 CPUtime=2.33 cores=0,2,4,6
/proc/12725/stat : 12725 (glucose) R 12724 12711 9764 0 -1 4202496 7831 0 0 0 232 1 0 0 20 0 1 0 378232490 37666816 8240 33554432000 4194304 5208918 140736924222160 140736924220312 4210824 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12725/statm: 9196 8240 103 248 0 8945 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 117004

[startup+6.30037 s]
/proc/loadavg: 2.00 1.99 1.99 3/183 12732
/proc/meminfo: memFree=29922664/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=3.7 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 12156 18302 0 0 45 15 305 5 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12731] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12731/stat : 12731 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378232787 9367552 267 33554432000 4194304 5064252 140736035798560 140736035797472 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12731/statm: 2287 267 226 213 0 72 0
[pid=12732] ppid=12731 vsize=36780 CPUtime=2.56 cores=0,2,4,6
/proc/12732/stat : 12732 (glucose) R 12731 12711 9764 0 -1 4202496 7680 0 0 0 255 1 0 0 20 0 1 0 378232787 37662720 7746 33554432000 4194304 5208918 140737036878544 140737036876696 4229541 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12732/statm: 9195 7746 95 248 0 8944 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 117000

[startup+12.7004 s]
/proc/loadavg: 2.00 1.99 1.99 3/183 12739
/proc/meminfo: memFree=29951956/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=8.97 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 13505 29481 0 0 51 16 822 8 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12738] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12738/stat : 12738 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378233314 9367552 267 33554432000 4194304 5064252 140737349174288 140737349173200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12738/statm: 2287 267 226 213 0 72 0
[pid=12739] ppid=12738 vsize=37684 CPUtime=3.69 cores=0,2,4,6
/proc/12739/stat : 12739 (glucose) R 12738 12711 9764 0 -1 4202496 8343 0 0 0 368 1 0 0 20 0 1 0 378233314 38588416 8224 33554432000 4194304 5208918 140734723230480 140734723228312 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12739/statm: 9421 8224 95 248 0 9170 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 117904

[startup+25.5004 s]
/proc/loadavg: 2.00 1.99 1.99 3/183 12746
/proc/meminfo: memFree=29951604/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=16.85 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 14854 40873 0 0 57 17 1599 12 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12745] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12745/stat : 12745 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378234101 9367552 266 33554432000 4194304 5064252 140735515152752 140735515151664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12745/statm: 2287 266 226 213 0 72 0
[pid=12746] ppid=12745 vsize=38044 CPUtime=8.62 cores=0,2,4,6
/proc/12746/stat : 12746 (glucose) R 12745 12711 9764 0 -1 4202496 9200 0 0 0 861 1 0 0 20 0 1 0 378234101 38957056 8287 33554432000 4194304 5208918 140734791321664 140734791319752 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12746/statm: 9511 8287 104 248 0 9260 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 118264

[startup+51.1004 s]
/proc/loadavg: 2.00 1.99 1.99 3/183 12767
/proc/meminfo: memFree=29949484/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=43.54 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 18930 78004 0 0 85 19 4222 28 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12766] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12766/stat : 12766 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378236769 9367552 267 33554432000 4194304 5064252 140737122879328 140737122878240 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12766/statm: 2287 267 226 213 0 72 0
[pid=12767] ppid=12766 vsize=38016 CPUtime=7.54 cores=0,2,4,6
/proc/12767/stat : 12767 (glucose) R 12766 12711 9764 0 -1 4202496 8494 0 0 0 752 2 0 0 20 0 1 0 378236770 38928384 8880 33554432000 4194304 5208918 140737420658640 140737420656472 4229072 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12767/statm: 9504 8880 103 248 0 9253 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 118236

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.99 3/183 12767
/proc/meminfo: memFree=29886036/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=43.54 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 18930 78004 0 0 85 19 4222 28 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12766] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12766/stat : 12766 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378236769 9367552 267 33554432000 4194304 5064252 140737122879328 140737122878240 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12766/statm: 2287 267 226 213 0 72 0
[pid=12767] ppid=12766 vsize=64332 CPUtime=58.72 cores=0,2,4,6
/proc/12767/stat : 12767 (glucose) R 12766 12711 9764 0 -1 4202496 12161 0 0 0 5869 3 0 0 20 0 1 0 378236770 65875968 15640 33554432000 4194304 5208918 140737420658640 140737420655016 4214256 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12767/statm: 16083 15640 105 248 0 15832 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 144552

[startup+162.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/183 12768
/proc/meminfo: memFree=29863760/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=43.54 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 18930 78004 0 0 85 19 4222 28 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12766] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12832
/proc/meminfo: memFree=27441652/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=177.78 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 21657 110845 0 0 107 20 17603 48 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12781] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12781/stat : 12781 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378250202 9367552 267 33554432000 4194304 5064252 140734564410976 140734564409888 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12781/statm: 2287 267 226 213 0 72 0
[pid=12782] ppid=12781 vsize=149000 CPUtime=1184.21 cores=0,2,4,6
/proc/12782/stat : 12782 (glucose) R 12781 12711 9764 0 -1 4202496 22696 0 0 0 118385 36 0 0 20 0 1 0 378250203 152576000 35505 33554432000 4194304 5208918 140733221658976 140733221656920 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12782/statm: 37250 35505 105 248 0 36999 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 229220

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12832
/proc/meminfo: memFree=22316716/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=177.78 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 21657 110845 0 0 107 20 17603 48 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12781] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12781/stat : 12781 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378250202 9367552 267 33554432000 4194304 5064252 140734564410976 140734564409888 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12781/statm: 2287 267 226 213 0 72 0
[pid=12782] ppid=12781 vsize=198320 CPUtime=1244.2 cores=0,2,4,6
/proc/12782/stat : 12782 (glucose) R 12781 12711 9764 0 -1 4202496 24251 0 0 0 124382 38 0 0 20 0 1 0 378250203 203079680 49153 33554432000 4194304 5208918 140733221658976 140733221656968 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12782/statm: 49580 49153 105 248 0 49329 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 278540

[startup+1482.3 s]
/proc/loadavg: 3.30 2.32 2.10 2/182 12833
/proc/meminfo: memFree=13061416/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=177.78 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 21657 110845 0 0 107 20 17603 48 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12781] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12781/stat : 12781 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378250202 9367552 267 33554432000 4194304 5064252 140734564410976 140734564409888 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12781/statm: 2287 267 226 213 0 72 0
[pid=12782] ppid=12781 vsize=229140 CPUtime=1304.19 cores=0,2,4,6
/proc/12782/stat : 12782 (glucose) R 12781 12711 9764 0 -1 4202496 25046 0 0 0 130378 41 0 0 20 0 1 0 378250203 234639360 52333 33554432000 4194304 5208918 140733221658976 140733221657128 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12782/statm: 57285 52333 105 248 0 57034 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 309360

[startup+1542.3 s]
/proc/loadavg: 4.37 2.80 2.28 2/182 12833
/proc/meminfo: memFree=9253380/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=177.78 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 21657 110845 0 0 107 20 17603 48 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12781] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12781/stat : 12781 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378250202 9367552 267 33554432000 4194304 5064252 140734564410976 140734564409888 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12781/statm: 2287 267 226 213 0 72 0
[pid=12782] ppid=12781 vsize=149000 CPUtime=1364.18 cores=0,2,4,6
/proc/12782/stat : 12782 (glucose) R 12781 12711 9764 0 -1 4202496 25719 0 0 0 136375 43 0 0 20 0 1 0 378250203 152576000 36849 33554432000 4194304 5208918 140733221658976 140733221657064 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12782/statm: 37250 36849 105 248 0 36999 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 229220

[startup+1602.3 s]
/proc/loadavg: 4.66 3.18 2.45 2/183 12836
/proc/meminfo: memFree=6364712/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=177.78 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 21657 110845 0 0 107 20 17603 48 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12781] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12781/stat : 12781 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378250202 9367552 267 33554432000 4194304 5064252 140734564410976 140734564409888 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12781/statm: 2287 267 226 213 0 72 0
[pid=12782] ppid=12781 vsize=198320 CPUtime=1424.17 cores=0,2,4,6
/proc/12782/stat : 12782 (glucose) R 12781 12711 9764 0 -1 4202496 26470 0 0 0 142371 46 0 0 20 0 1 0 378250203 203079680 46122 33554432000 4194304 5208918 140733221658976 140733221656968 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12782/statm: 49580 46122 105 248 0 49329 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 278540

[startup+1662.3 s]
/proc/loadavg: 4.90 3.52 2.61 3/182 12837
/proc/meminfo: memFree=6294888/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=177.78 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 21657 110845 0 0 107 20 17603 48 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12781] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12781/stat : 12781 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378250202 9367552 267 33554432000 4194304 5064252 140734564410976 140734564409888 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12781/statm: 2287 267 226 213 0 72 0
[pid=12782] ppid=12781 vsize=198320 CPUtime=1484.17 cores=0,2,4,6
/proc/12782/stat : 12782 (glucose) R 12781 12711 9764 0 -1 4202496 27151 0 0 0 148369 48 0 0 20 0 1 0 378250203 203079680 47658 33554432000 4194304 5208918 140733221658976 140733221656968 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12782/statm: 49580 47658 105 248 0 49329 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 278540

[startup+1722.3 s]
/proc/loadavg: 3.83 3.49 2.65 3/184 12879
/proc/meminfo: memFree=25561416/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=177.78 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 21657 110845 0 0 107 20 17603 48 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12781] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12781/stat : 12781 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378250202 9367552 267 33554432000 4194304 5064252 140734564410976 140734564409888 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12781/statm: 2287 267 226 213 0 72 0
[pid=12782] ppid=12781 vsize=229140 CPUtime=1544.16 cores=0,2,4,6
/proc/12782/stat : 12782 (glucose) R 12781 12711 9764 0 -1 4202496 28418 0 0 0 154366 50 0 0 20 0 1 0 378250203 234639360 49773 33554432000 4194304 5208918 140733221658976 140733221657128 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12782/statm: 57285 49773 105 248 0 57034 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 309360

[startup+1782.3 s]
/proc/loadavg: 3.10 3.35 2.65 3/183 12882
/proc/meminfo: memFree=25004924/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=177.78 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 21657 110845 0 0 107 20 17603 48 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12781] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12781/stat : 12781 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378250202 9367552 267 33554432000 4194304 5064252 140734564410976 140734564409888 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12781/statm: 2287 267 226 213 0 72 0
[pid=12782] ppid=12781 vsize=229140 CPUtime=1604.15 cores=0,2,4,6
/proc/12782/stat : 12782 (glucose) R 12781 12711 9764 0 -1 4202496 29102 0 0 0 160363 52 0 0 20 0 1 0 378250203 234639360 51821 33554432000 4194304 5208918 140733221658976 140733221657128 4229072 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12782/statm: 57285 51821 105 248 0 57034 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 309360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.79 3.26 2.64 3/183 12882
/proc/meminfo: memFree=25027392/32873844 swapFree=7636/7636
[pid=12711] ppid=12709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12711/stat : 12711 (npSolver-pbo.sh) S 12709 12711 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378232414 9367552 275 33554432000 4194304 5064252 140734832627680 140734832626592 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12711/statm: 2287 275 233 213 0 72 0
[pid=12712] ppid=12711 vsize=61924 CPUtime=177.78 cores=0,2,4,6
/proc/12712/stat : 12712 (npSolver-pbo) S 12711 12711 9764 0 -1 4202496 21657 110845 0 0 107 20 17603 48 20 0 1 0 378232414 63410176 15144 33554432000 4194304 6004724 140737222138144 140737222130496 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12712/statm: 15481 15144 172 442 0 15035 0
[pid=12781] ppid=12712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12781/stat : 12781 (satsolver.sh) S 12712 12711 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378250202 9367552 267 33554432000 4194304 5064252 140734564410976 140734564409888 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12781/statm: 2287 267 226 213 0 72 0
[pid=12782] ppid=12781 vsize=198320 CPUtime=1622.26 cores=0,2,4,6
/proc/12782/stat : 12782 (glucose) R 12781 12711 9764 0 -1 4202496 29180 0 0 0 162173 53 0 0 20 0 1 0 378250203 203079680 45610 33554432000 4194304 5208918 140733221658976 140733221656968 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12782/statm: 49580 45610 105 248 0 49329 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 278540

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.07
CPU user time (s): 1798.84
CPU system time (s): 1.23181
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 309360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.23181
maximum resident set size= 215476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162672
page faults= 0
swaps= 0
block input operations= 0
block output operations= 83680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 543
involuntary context switches= 2141

runsolver used 3.32349 second user time and 9.43656 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-08 04:03:58
IDJOB=3750418
IDBENCH=2258
IDSOLVER=2334
FILE ID=node108/3750418-1339121038
RUNJOBID= node108-1339112032-11191
PBS_JOBID= 14643745
Free space on /tmp= 71388 MiB

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

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

MD5SUM BENCH= 20471e978018d28aed0ca16c46de4e3d
RANDOM SEED=557213515

node108.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.273
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.54
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.273
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.273
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		: 2666.273
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.273
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		: 2666.273
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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.273
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:        30051932 kB
Buffers:         1577328 kB
Cached:           249064 kB
SwapCached:          868 kB
Active:          1698868 kB
Inactive:         249144 kB
Active(anon):     112572 kB
Inactive(anon):    10624 kB
Active(file):    1586296 kB
Inactive(file):   238520 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67105664 kB
Dirty:             10492 kB
Writeback:             0 kB
AnonPages:         96448 kB
Mapped:            11292 kB
Shmem:                 0 kB
Slab:             733956 kB
SReclaimable:     175712 kB
SUnreclaim:       558244 kB
KernelStack:        1520 kB
PageTables:         4560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     237400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 70244 MiB
End job on node108 at 2012-06-08 04:33:59