Trace number 3701257

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? (TO) 1800.14 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-4.opb
MD5SUMe81d6b8e8ff8ec031773b7b65d16ea78
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -50
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80258
Number of constraints which are clauses80258
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 1150
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 1150
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 1150
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.16	c run usual solver
0.00/0.42	c model valid
0.00/0.42	c current solution ok
0.00/0.56	o 0
0.00/0.56	c current bound: 575
0.00/0.56	c (debug) using card networks
4.49/4.67	c current bound: 863
4.49/4.67	c (debug) using card networks
11.11/11.35	c current bound: 1007
11.11/11.35	c (debug) using card networks
21.12/21.30	c current bound: 1079
21.12/21.30	c (debug) using card networks
35.51/35.78	c current bound: 1115
35.51/35.78	c (debug) using card networks
36.32/36.55	c model valid
36.32/36.55	c current solution ok
36.32/36.56	o -35
36.32/36.56	c current bound: 1097
36.32/36.56	c (debug) using card networks
51.69/51.92	c current bound: 1106
51.69/51.92	c (debug) using card networks
65.10/65.34	c model valid
65.10/65.34	c current solution ok
65.10/65.34	o -44
65.10/65.34	c current bound: 1102
65.10/65.34	c (debug) using card networks
176.47/176.70	c model valid
176.47/176.70	c current solution ok
176.47/176.70	o -48
176.47/176.70	c current bound: 1100
176.47/176.70	c (debug) using card networks
1800.10/1800.61	./satsolver.sh: line 5: 10396 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1800.61	c error: unexpected solver exit code
1800.10/1800.61	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-3701257-1338062200/watcher-3701257-1338062200 -o /tmp/evaluation-result-3701257-1338062200/solver-3701257-1338062200 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701257-1338062200.opb 95872070 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: 1.99 2.00 1.99 2/179 10325
/proc/meminfo: memFree=30584116/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0

[startup+0.040368 s]
/proc/loadavg: 1.99 2.00 1.99 2/179 10325
/proc/meminfo: memFree=30584116/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100282 s]
/proc/loadavg: 1.99 2.00 1.99 2/179 10325
/proc/meminfo: memFree=30584116/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300185 s]
/proc/loadavg: 1.99 2.00 1.99 2/179 10325
/proc/meminfo: memFree=30584116/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700294 s]
/proc/loadavg: 1.99 2.00 1.99 2/179 10325
/proc/meminfo: memFree=30584116/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 10339
/proc/meminfo: memFree=30544176/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=8408 CPUtime=0.6 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 2470 7850 0 0 33 11 15 1 20 0 1 0 272344457 8609792 1420 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2102 1420 177 440 0 1658 0
[pid=10338] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10338/stat : 10338 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272344519 9367552 267 33554432000 4194304 5064252 140737378705072 140737378703984 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10338/statm: 2287 267 226 213 0 72 0
[pid=10339] ppid=10338 vsize=33924 CPUtime=0.87 cores=0,2,4,6
/proc/10339/stat : 10339 (glucose) R 10338 10325 9087 0 -1 4202496 7519 0 0 0 86 1 0 0 20 0 1 0 272344519 34738176 7501 33554432000 4194304 5208918 140735988677440 140735988675272 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10339/statm: 8481 7501 95 248 0 8230 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 60628

[startup+3.10042 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 10339
/proc/meminfo: memFree=30543540/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=8408 CPUtime=0.6 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 2470 7850 0 0 33 11 15 1 20 0 1 0 272344457 8609792 1420 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2102 1420 177 440 0 1658 0
[pid=10338] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10338/stat : 10338 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272344519 9367552 267 33554432000 4194304 5064252 140737378705072 140737378703984 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10338/statm: 2287 267 226 213 0 72 0
[pid=10339] ppid=10338 vsize=33924 CPUtime=2.47 cores=0,2,4,6
/proc/10339/stat : 10339 (glucose) R 10338 10325 9087 0 -1 4202496 7571 0 0 0 246 1 0 0 20 0 1 0 272344519 34738176 7553 33554432000 4194304 5208918 140735988677440 140735988675272 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10339/statm: 8481 7553 95 248 0 8230 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 60628

[startup+6.30041 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 10346
/proc/meminfo: memFree=30540200/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11480 CPUtime=4.55 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 3964 18800 0 0 38 12 402 3 20 0 1 0 272344457 11755520 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2870 2407 177 440 0 2426 0
[pid=10345] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10345/stat : 10345 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272344930 9367552 267 33554432000 4194304 5064252 140734775052848 140734775051760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10345/statm: 2287 267 226 213 0 72 0
[pid=10346] ppid=10345 vsize=33868 CPUtime=1.56 cores=0,2,4,6
/proc/10346/stat : 10346 (glucose) R 10345 10325 9087 0 -1 4202496 7592 0 0 0 154 2 0 0 20 0 1 0 272344930 34680832 7542 33554432000 4194304 5208918 140734186244752 140734186242584 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10346/statm: 8467 7542 95 248 0 8216 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 63644

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 10353
/proc/meminfo: memFree=30540540/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11480 CPUtime=11.23 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 5458 29859 0 0 44 12 1060 7 20 0 1 0 272344457 11755520 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2870 2407 177 440 0 2426 0
[pid=10352] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10352/stat : 10352 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272345598 9367552 267 33554432000 4194304 5064252 140735425455920 140735425454832 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10352/statm: 2287 267 226 213 0 72 0
[pid=10353] ppid=10352 vsize=33824 CPUtime=1.27 cores=0,2,4,6
/proc/10353/stat : 10353 (glucose) R 10352 10325 9087 0 -1 4202496 7608 0 0 0 126 1 0 0 20 0 1 0 272345598 34635776 7546 33554432000 4194304 5208918 140736285158336 140736285156168 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10353/statm: 8456 7546 95 248 0 8205 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 63600

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 10360
/proc/meminfo: memFree=30537112/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=21.19 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 6952 41560 0 0 50 13 2046 10 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10359] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10359/stat : 10359 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272346594 9367552 267 33554432000 4194304 5064252 140734814975024 140734814973936 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10359/statm: 2287 267 226 213 0 72 0
[pid=10360] ppid=10359 vsize=37532 CPUtime=4.11 cores=0,2,4,6
/proc/10360/stat : 10360 (glucose) R 10359 10325 9087 0 -1 4202496 8136 0 0 0 410 1 0 0 20 0 1 0 272346594 38432768 8127 33554432000 4194304 5208918 140733955401648 140733955399800 4229032 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10360/statm: 9383 8127 103 248 0 9132 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 67316

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 10374
/proc/meminfo: memFree=30528108/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=36.43 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 9965 65697 0 0 70 14 3535 24 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10373] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10373/stat : 10373 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272348119 9367552 266 33554432000 4194304 5064252 140734946164256 140734946163168 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10373/statm: 2287 266 226 213 0 72 0
[pid=10374] ppid=10373 vsize=45680 CPUtime=14.46 cores=0,2,4,6
/proc/10374/stat : 10374 (glucose) R 10373 10325 9087 0 -1 4202496 10886 0 0 0 1444 2 0 0 20 0 1 0 272348119 46776320 10420 33554432000 4194304 5208918 140735307786544 140735307782856 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10374/statm: 11420 10420 105 248 0 11169 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 75464

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 10388
/proc/meminfo: memFree=30510536/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=65.21 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 12978 95576 0 0 90 16 6375 40 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10387] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10387/stat : 10387 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272350997 9367552 266 33554432000 4194304 5064252 140735915416656 140735915415568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10387/statm: 2287 266 226 213 0 72 0
[pid=10388] ppid=10387 vsize=60932 CPUtime=36.87 cores=0,2,4,6
/proc/10388/stat : 10388 (glucose) R 10387 10325 9087 0 -1 4202496 11608 0 0 0 3685 2 0 0 20 0 1 0 272350998 62394368 14620 33554432000 4194304 5208918 140734342315344 140734342311032 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10388/statm: 15233 14620 105 248 0 14982 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 90716

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10389
/proc/meminfo: memFree=30494008/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=65.21 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 12978 95576 0 0 90 16 6375 40 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10387] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10429
/proc/meminfo: memFree=30342376/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=176.54 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 14497 112875 0 0 104 17 17480 53 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10395] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10395/stat : 10395 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272362134 9367552 266 33554432000 4194304 5064252 140735551023968 140735551022880 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10395/statm: 2287 266 226 213 0 72 0
[pid=10396] ppid=10395 vsize=170068 CPUtime=1185.32 cores=0,2,4,6
/proc/10396/stat : 10396 (glucose) R 10395 10325 9087 0 -1 4202496 29061 0 0 0 118491 41 0 0 20 0 1 0 272362134 174149632 38471 33554432000 4194304 5208918 140733613760432 140733613758424 4229473 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10396/statm: 42517 38471 105 248 0 42266 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 199852

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 10433
/proc/meminfo: memFree=30327360/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=176.54 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 14497 112875 0 0 104 17 17480 53 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10395] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10395/stat : 10395 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272362134 9367552 266 33554432000 4194304 5064252 140735551023968 140735551022880 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10395/statm: 2287 266 226 213 0 72 0
[pid=10396] ppid=10395 vsize=200888 CPUtime=1245.32 cores=0,2,4,6
/proc/10396/stat : 10396 (glucose) R 10395 10325 9087 0 -1 4202496 30382 0 0 0 124489 43 0 0 20 0 1 0 272362134 205709312 42062 33554432000 4194304 5208918 140733613760432 140733613758584 4229445 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10396/statm: 50222 42062 105 248 0 49971 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 230672

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10433
/proc/meminfo: memFree=30370376/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=176.54 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 14497 112875 0 0 104 17 17480 53 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10395] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10395/stat : 10395 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272362134 9367552 266 33554432000 4194304 5064252 140735551023968 140735551022880 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10395/statm: 2287 266 226 213 0 72 0
[pid=10396] ppid=10395 vsize=120748 CPUtime=1305.3 cores=0,2,4,6
/proc/10396/stat : 10396 (glucose) R 10395 10325 9087 0 -1 4202496 31228 0 0 0 130485 45 0 0 20 0 1 0 272362134 123645952 29602 33554432000 4194304 5208918 140733613760432 140733613758520 4229688 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10396/statm: 30187 29602 105 248 0 29936 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 150532

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10475
/proc/meminfo: memFree=29395208/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=176.54 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 14497 112875 0 0 104 17 17480 53 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10395] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10395/stat : 10395 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272362134 9367552 266 33554432000 4194304 5064252 140735551023968 140735551022880 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10395/statm: 2287 266 226 213 0 72 0
[pid=10396] ppid=10395 vsize=170068 CPUtime=1365.29 cores=0,2,4,6
/proc/10396/stat : 10396 (glucose) R 10395 10325 9087 0 -1 4202496 32195 0 0 0 136481 48 0 0 20 0 1 0 272362134 174149632 40007 33554432000 4194304 5208918 140733613760432 140733613758424 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10396/statm: 42517 40007 105 248 0 42266 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 199852

[startup+1602.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 10485
/proc/meminfo: memFree=28897196/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=176.54 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 14497 112875 0 0 104 17 17480 53 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10395] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10395/stat : 10395 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272362134 9367552 266 33554432000 4194304 5064252 140735551023968 140735551022880 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10395/statm: 2287 266 226 213 0 72 0
[pid=10396] ppid=10395 vsize=200888 CPUtime=1425.29 cores=0,2,4,6
/proc/10396/stat : 10396 (glucose) R 10395 10325 9087 0 -1 4202496 33574 0 0 0 142478 51 0 0 20 0 1 0 272362134 205709312 42634 33554432000 4194304 5208918 140733613760432 140733613758584 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10396/statm: 50222 42634 105 248 0 49971 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 230672

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 10485
/proc/meminfo: memFree=28883200/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=176.54 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 14497 112875 0 0 104 17 17480 53 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10395] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10395/stat : 10395 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272362134 9367552 266 33554432000 4194304 5064252 140735551023968 140735551022880 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10395/statm: 2287 266 226 213 0 72 0
[pid=10396] ppid=10395 vsize=200888 CPUtime=1485.27 cores=0,2,4,6
/proc/10396/stat : 10396 (glucose) R 10395 10325 9087 0 -1 4202496 34371 0 0 0 148474 53 0 0 20 0 1 0 272362134 205709312 44682 33554432000 4194304 5208918 140733613760432 140733613756808 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10396/statm: 50222 44682 105 248 0 49971 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 230672

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 10486
/proc/meminfo: memFree=28944616/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=176.54 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 14497 112875 0 0 104 17 17480 53 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10395] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10395/stat : 10395 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272362134 9367552 266 33554432000 4194304 5064252 140735551023968 140735551022880 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10395/statm: 2287 266 226 213 0 72 0
[pid=10396] ppid=10395 vsize=120748 CPUtime=1545.25 cores=0,2,4,6
/proc/10396/stat : 10396 (glucose) R 10395 10325 9087 0 -1 4202496 35158 0 0 0 154470 55 0 0 20 0 1 0 272362134 123645952 29602 33554432000 4194304 5208918 140733613760432 140733613756808 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10396/statm: 30187 29602 105 248 0 29936 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 150532

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 10486
/proc/meminfo: memFree=28903616/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=176.54 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 14497 112875 0 0 104 17 17480 53 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10395] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10395/stat : 10395 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272362134 9367552 266 33554432000 4194304 5064252 140735551023968 140735551022880 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10395/statm: 2287 266 226 213 0 72 0
[pid=10396] ppid=10395 vsize=120748 CPUtime=1605.24 cores=0,2,4,6
/proc/10396/stat : 10396 (glucose) R 10395 10325 9087 0 -1 4202496 35941 0 0 0 160467 57 0 0 20 0 1 0 272362134 123645952 29602 33554432000 4194304 5208918 140733613760432 140733613758520 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10396/statm: 30187 29602 105 248 0 29936 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 150532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 10486
/proc/meminfo: memFree=28842676/32873844 swapFree=7388/7388
[pid=10325] ppid=10323 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10325/stat : 10325 (npSolver-pbo.sh) S 10323 10325 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272344457 9367552 275 33554432000 4194304 5064252 140735009355232 140735009354144 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10325/statm: 2287 275 233 213 0 72 0
[pid=10326] ppid=10325 vsize=11488 CPUtime=176.54 cores=0,2,4,6
/proc/10326/stat : 10326 (npSolver-pbo) S 10325 10325 9087 0 -1 4202496 14497 112875 0 0 104 17 17480 53 20 0 1 0 272344457 11763712 2407 33554432000 4194304 5992684 140736305348656 140736305340976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10326/statm: 2872 2407 177 440 0 2428 0
[pid=10395] ppid=10326 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10395/stat : 10395 (satsolver.sh) S 10326 10325 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272362134 9367552 266 33554432000 4194304 5064252 140735551023968 140735551022880 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10395/statm: 2287 266 226 213 0 72 0
[pid=10396] ppid=10395 vsize=170068 CPUtime=1623.56 cores=0,2,4,6
/proc/10396/stat : 10396 (glucose) R 10395 10325 9087 0 -1 4202496 36129 0 0 0 162298 58 0 0 20 0 1 0 272362134 174149632 41543 33554432000 4194304 5208918 140733613760432 140733613756808 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10396/statm: 42517 41543 105 248 0 42266 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 199852

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.62
CPU time (s): 1800.14
CPU user time (s): 1798.84
CPU system time (s): 1.2998
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 230672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.2998
maximum resident set size= 184872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164490
page faults= 0
swaps= 0
block input operations= 0
block output operations= 80792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 756
involuntary context switches= 2339

runsolver used 2.70259 second user time and 7.15291 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-26 21:56:41
IDJOB=3701257
IDBENCH=2263
IDSOLVER=2277
FILE ID=node147/3701257-1338062200
RUNJOBID= node147-1338052925-9103
PBS_JOBID= 14624395
Free space on /tmp= 71648 MiB

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

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

MD5SUM BENCH= e81d6b8e8ff8ec031773b7b65d16ea78
RANDOM SEED=95872070

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.91
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.951
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:        30584496 kB
Buffers:          269816 kB
Cached:          1131340 kB
SwapCached:         5072 kB
Active:           598272 kB
Inactive:         895916 kB
Active(anon):      87788 kB
Inactive(anon):     7596 kB
Active(file):     510484 kB
Inactive(file):   888320 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67098664 kB
Dirty:             10152 kB
Writeback:             0 kB
AnonPages:         77748 kB
Mapped:            10796 kB
Shmem:                 0 kB
Slab:             647636 kB
SReclaimable:      88884 kB
SUnreclaim:       558752 kB
KernelStack:        1520 kB
PageTables:         4372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     221880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 71328 MiB
End job on node147 at 2012-05-26 22:26:41