Trace number 3701260

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-4.opb
MD5SUM1a88750537364c45876077f809191628
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94308
Number of constraints which are clauses94308
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.19	c run usual solver
0.00/0.48	c model valid
0.00/0.48	c current solution ok
0.00/0.63	o 0
0.00/0.63	c current bound: 636
0.00/0.63	c (debug) using card networks
3.55/3.61	c current bound: 954
3.55/3.61	c (debug) using card networks
8.47/8.56	c current bound: 1113
8.47/8.56	c (debug) using card networks
16.26/16.32	c current bound: 1193
16.26/16.32	c (debug) using card networks
25.66/25.73	c current bound: 1233
25.66/25.73	c (debug) using card networks
34.48/34.51	c model valid
34.48/34.51	c current solution ok
34.48/34.51	o -40
34.48/34.51	c current bound: 1213
34.48/34.51	c (debug) using card networks
45.75/45.86	c current bound: 1223
45.75/45.86	c (debug) using card networks
107.24/107.35	c model valid
107.24/107.35	c current solution ok
107.24/107.36	o -49
107.24/107.36	c current bound: 1218
107.24/107.36	c (debug) using card networks
118.02/118.19	c current bound: 1221
118.02/118.19	c (debug) using card networks
1413.33/1413.63	c model valid
1413.33/1413.63	c current solution ok
1413.33/1413.63	o -51
1413.33/1413.63	c current bound: 1220
1413.33/1413.63	c (debug) using card networks
1800.05/1800.40	./satsolver.sh: line 5: 12545 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.40	c error: unexpected solver exit code
1800.05/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12365
/proc/meminfo: memFree=29427048/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0

[startup+0.0398241 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12365
/proc/meminfo: memFree=29427048/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100249 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12365
/proc/meminfo: memFree=29427048/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300205 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12365
/proc/meminfo: memFree=29427048/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12365
/proc/meminfo: memFree=29427048/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12391
/proc/meminfo: memFree=29366292/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=10460 CPUtime=0.66 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 3329 7830 0 0 35 13 17 1 20 0 1 0 272322054 10711040 1724 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2615 1724 177 440 0 2171 0
[pid=12390] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12390/stat : 12390 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272322123 9367552 266 33554432000 4194304 5064252 140737362861552 140737362860464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12390/statm: 2287 266 226 213 0 72 0
[pid=12391] ppid=12390 vsize=34080 CPUtime=0.8 cores=0,2,4,6
/proc/12391/stat : 12391 (glucose) R 12390 12365 11614 0 -1 4202496 6911 0 0 0 79 1 0 0 20 0 1 0 272322123 34897920 7664 33554432000 4194304 5208918 140736408275312 140736408273144 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12391/statm: 8520 7664 95 248 0 8269 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 62836

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12398
/proc/meminfo: memFree=29363540/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=10460 CPUtime=0.66 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 3329 7830 0 0 35 13 17 1 20 0 1 0 272322054 10711040 1724 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2615 1724 177 440 0 2171 0
[pid=12390] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12390/stat : 12390 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272322123 9367552 266 33554432000 4194304 5064252 140737362861552 140737362860464 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12390/statm: 2287 266 226 213 0 72 0
[pid=12391] ppid=12390 vsize=36800 CPUtime=2.4 cores=0,2,4,6
/proc/12391/stat : 12391 (glucose) R 12390 12365 11614 0 -1 4202496 7008 0 0 0 239 1 0 0 20 0 1 0 272322123 37683200 7759 33554432000 4194304 5208918 140736408275312 140736408273464 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12391/statm: 9200 7759 103 248 0 8949 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 65556

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12412
/proc/meminfo: memFree=29358908/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12508 CPUtime=3.65 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 4899 17691 0 0 41 14 307 3 20 0 1 0 272322054 12808192 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3127 2536 177 440 0 2683 0
[pid=12411] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12411/stat : 12411 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272322421 9367552 267 33554432000 4194304 5064252 140736641883920 140736641882832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12411/statm: 2287 267 226 213 0 72 0
[pid=12412] ppid=12411 vsize=37040 CPUtime=2.62 cores=0,2,4,6
/proc/12412/stat : 12412 (glucose) R 12411 12365 11614 0 -1 4202496 6962 0 0 0 261 1 0 0 20 0 1 0 272322421 37928960 7759 33554432000 4194304 5208918 140733709771600 140733709769752 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12412/statm: 9260 7759 101 248 0 9009 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 67844

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12440
/proc/meminfo: memFree=29357156/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=8.6 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 6469 27619 0 0 46 14 794 6 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12425] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12425/stat : 12425 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272322916 9367552 267 33554432000 4194304 5064252 140736960026928 140736960025840 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12425/statm: 2287 267 226 213 0 72 0
[pid=12426] ppid=12425 vsize=37724 CPUtime=4.06 cores=0,2,4,6
/proc/12426/stat : 12426 (glucose) R 12425 12365 11614 0 -1 4202496 7489 0 0 0 405 1 0 0 20 0 1 0 272322917 38629376 8241 33554432000 4194304 5208918 140736845144864 140736845142696 4229010 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12426/statm: 9431 8241 95 248 0 9180 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 68536

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12447
/proc/meminfo: memFree=29339180/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=16.36 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 8039 38144 0 0 52 15 1560 9 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12446] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12446/stat : 12446 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272323692 9367552 267 33554432000 4194304 5064252 140736624923152 140736624922064 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12446/statm: 2287 267 226 213 0 72 0
[pid=12447] ppid=12446 vsize=38060 CPUtime=9.1 cores=0,2,4,6
/proc/12447/stat : 12447 (glucose) R 12446 12365 11614 0 -1 4202496 9298 0 0 0 908 2 0 0 20 0 1 0 272323692 38973440 8335 33554432000 4194304 5208918 140736114673888 140736114672040 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12447/statm: 9515 8335 104 248 0 9264 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 68872

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12468
/proc/meminfo: memFree=29327576/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=45.89 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 12776 77066 0 0 78 17 4468 26 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12467] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12467/stat : 12467 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272326647 9367552 266 33554432000 4194304 5064252 140736561380896 140736561379808 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12467/statm: 2287 266 226 213 0 72 0
[pid=12468] ppid=12467 vsize=37704 CPUtime=5.15 cores=0,2,4,6
/proc/12468/stat : 12468 (glucose) R 12467 12365 11614 0 -1 4202496 8317 0 0 0 515 0 0 0 20 0 1 0 272326647 38608896 8711 33554432000 4194304 5208918 140733786821536 140733786819368 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12468/statm: 9426 8711 103 248 0 9175 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 68516

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12468
/proc/meminfo: memFree=29284092/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=45.89 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 12776 77066 0 0 78 17 4468 26 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12467] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12467/stat : 12467 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272326647 9367552 266 33554432000 4194304 5064252 140736561380896 140736561379808 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12467/statm: 2287 266 226 213 0 72 0
[pid=12468] ppid=12467 vsize=64296 CPUtime=56.35 cores=0,2,4,6
/proc/12468/stat : 12468 (glucose) R 12467 12365 11614 0 -1 4202496 11817 0 0 0 5634 1 0 0 20 0 1 0 272326647 65839104 15506 33554432000 4194304 5208918 140733786821536 140733786817848 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12468/statm: 16074 15506 105 248 0 15823 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 95108

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12482
/proc/meminfo: memFree=29261364/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=118.18 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 15943 106150 0 0 98 19 11663 38 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12481] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12537
/proc/meminfo: memFree=29090284/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=118.18 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 15943 106150 0 0 98 19 11663 38 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12481] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12481/stat : 12481 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272333879 9367552 266 33554432000 4194304 5064252 140733396869808 140733396868720 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12481/statm: 2287 266 226 213 0 72 0
[pid=12482] ppid=12481 vsize=189792 CPUtime=1243.83 cores=0,2,4,6
/proc/12482/stat : 12482 (glucose) R 12481 12365 11614 0 -1 4202496 26524 0 0 0 124357 26 0 0 20 0 1 0 272333879 194347008 46647 33554432000 4194304 5208918 140736283375008 140736283373000 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12482/statm: 47448 46647 105 248 0 47197 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 220604

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12545
/proc/meminfo: memFree=29277868/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=1413.42 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 17540 137855 0 0 114 19 141133 76 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12544] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12544/stat : 12544 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272463423 9367552 266 33554432000 4194304 5064252 140735152907008 140735152905920 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12544/statm: 2287 266 226 213 0 72 0
[pid=12545] ppid=12544 vsize=38400 CPUtime=8.6 cores=0,2,4,6
/proc/12545/stat : 12545 (glucose) R 12544 12365 11614 0 -1 4202496 8045 0 0 0 858 2 0 0 20 0 1 0 272463423 39321600 8482 33554432000 4194304 5208918 140734856284432 140734856282264 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12545/statm: 9600 8482 105 248 0 9349 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 69212

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 12545
/proc/meminfo: memFree=29204012/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=1413.42 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 17540 137855 0 0 114 19 141133 76 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12544] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12544/stat : 12544 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272463423 9367552 266 33554432000 4194304 5064252 140735152907008 140735152905920 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12544/statm: 2287 266 226 213 0 72 0
[pid=12545] ppid=12544 vsize=68792 CPUtime=68.57 cores=0,2,4,6
/proc/12545/stat : 12545 (glucose) R 12544 12365 11614 0 -1 4202496 12069 0 0 0 6854 3 0 0 20 0 1 0 272463423 70443008 16781 33554432000 4194304 5208918 140734856284432 140734856282296 4229299 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12545/statm: 17198 16781 105 248 0 16947 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 99604

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12545
/proc/meminfo: memFree=29164612/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=1413.42 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 17540 137855 0 0 114 19 141133 76 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12544] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12544/stat : 12544 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272463423 9367552 266 33554432000 4194304 5064252 140735152907008 140735152905920 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12544/statm: 2287 266 226 213 0 72 0
[pid=12545] ppid=12544 vsize=106636 CPUtime=128.56 cores=0,2,4,6
/proc/12545/stat : 12545 (glucose) R 12544 12365 11614 0 -1 4202496 14277 0 0 0 12852 4 0 0 20 0 1 0 272463423 109195264 25244 33554432000 4194304 5208918 140734856284432 140734856280120 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12545/statm: 26659 25244 105 248 0 26408 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 137448

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 12545
/proc/meminfo: memFree=29205260/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=1413.42 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 17540 137855 0 0 114 19 141133 76 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12544] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12544/stat : 12544 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272463423 9367552 266 33554432000 4194304 5064252 140735152907008 140735152905920 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12544/statm: 2287 266 226 213 0 72 0
[pid=12545] ppid=12544 vsize=106636 CPUtime=188.55 cores=0,2,4,6
/proc/12545/stat : 12545 (glucose) R 12544 12365 11614 0 -1 4202496 14734 0 0 0 18850 5 0 0 20 0 1 0 272463423 109195264 26268 33554432000 4194304 5208918 140734856284432 140734856280120 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12545/statm: 26659 26268 105 248 0 26408 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 137448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12548
/proc/meminfo: memFree=29158740/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=1413.42 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 17540 137855 0 0 114 19 141133 76 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12544] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12544/stat : 12544 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272463423 9367552 266 33554432000 4194304 5064252 140735152907008 140735152905920 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12544/statm: 2287 266 226 213 0 72 0
[pid=12545] ppid=12544 vsize=106636 CPUtime=248.54 cores=0,2,4,6
/proc/12545/stat : 12545 (glucose) R 12544 12365 11614 0 -1 4202496 14734 0 0 0 24849 5 0 0 20 0 1 0 272463423 109195264 26268 33554432000 4194304 5208918 140734856284432 140734856280808 4229107 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12545/statm: 26659 26268 105 248 0 26408 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 137448

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12549
/proc/meminfo: memFree=29162724/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=1413.42 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 17540 137855 0 0 114 19 141133 76 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12544] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12544/stat : 12544 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272463423 9367552 266 33554432000 4194304 5064252 140735152907008 140735152905920 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12544/statm: 2287 266 226 213 0 72 0
[pid=12545] ppid=12544 vsize=106636 CPUtime=308.53 cores=0,2,4,6
/proc/12545/stat : 12545 (glucose) R 12544 12365 11614 0 -1 4202496 14734 0 0 0 30848 5 0 0 20 0 1 0 272463423 109195264 26268 33554432000 4194304 5208918 140734856284432 140734856280808 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12545/statm: 26659 26268 105 248 0 26408 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 137448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12549
/proc/meminfo: memFree=29165788/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=1413.42 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 17540 137855 0 0 114 19 141133 76 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12544] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12544/stat : 12544 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272463423 9367552 266 33554432000 4194304 5064252 140735152907008 140735152905920 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12544/statm: 2287 266 226 213 0 72 0
[pid=12545] ppid=12544 vsize=106636 CPUtime=368.52 cores=0,2,4,6
/proc/12545/stat : 12545 (glucose) R 12544 12365 11614 0 -1 4202496 14814 0 0 0 36847 5 0 0 20 0 1 0 272463423 109195264 26268 33554432000 4194304 5208918 140734856284432 140734856282520 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12545/statm: 26659 26268 105 248 0 26408 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 137448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 12575
/proc/meminfo: memFree=29281900/32873648 swapFree=6864/6864
[pid=12365] ppid=12363 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12365/stat : 12365 (npSolver-pbo.sh) S 12363 12365 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272322054 9367552 274 33554432000 4194304 5064252 140737176128944 140737176127856 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12365/statm: 2287 274 233 213 0 72 0
[pid=12366] ppid=12365 vsize=12516 CPUtime=1413.42 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-pbo) S 12365 12365 11614 0 -1 4202496 17540 137855 0 0 114 19 141133 76 20 0 1 0 272322054 12816384 2536 33554432000 4194304 5992684 140733408487280 140733408479600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 3129 2536 177 440 0 2685 0
[pid=12544] ppid=12366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12544/stat : 12544 (satsolver.sh) S 12366 12365 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272463423 9367552 266 33554432000 4194304 5064252 140735152907008 140735152905920 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12544/statm: 2287 266 226 213 0 72 0
[pid=12545] ppid=12544 vsize=155956 CPUtime=386.63 cores=0,2,4,6
/proc/12545/stat : 12545 (glucose) R 12544 12365 11614 0 -1 4202496 14975 0 0 0 38657 6 0 0 20 0 1 0 272463423 159698944 35036 33554432000 4194304 5208918 140734856284432 140734856282424 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12545/statm: 38989 35036 105 248 0 38738 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 186768

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.05
CPU system time (s): 1.03284
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 251424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.03284
maximum resident set size= 195048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 93696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 779
involuntary context switches= 2067

runsolver used 2.56061 second user time and 7.2679 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-26 21:52:46
IDJOB=3701260
IDBENCH=2256
IDSOLVER=2277
FILE ID=node125/3701260-1338061966
RUNJOBID= node125-1338052962-11630
PBS_JOBID= 14624413
Free space on /tmp= 71232 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-4.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701260-1338061966/watcher-3701260-1338061966 -o /tmp/evaluation-result-3701260-1338061966/solver-3701260-1338061966 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701260-1338061966.opb 1044215236 HOME HOME

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

MD5SUM BENCH= 1a88750537364c45876077f809191628
RANDOM SEED=1044215236

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.90
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.373
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.373
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.54
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.373
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.373
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:       32873648 kB
MemFree:        29428124 kB
Buffers:          253932 kB
Cached:          2384216 kB
SwapCached:         2236 kB
Active:          1179576 kB
Inactive:        1468928 kB
Active(anon):       3256 kB
Inactive(anon):     9284 kB
Active(file):    1176320 kB
Inactive(file):  1459644 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102396 kB
Dirty:             20196 kB
Writeback:             0 kB
AnonPages:        244892 kB
Mapped:            14920 kB
Shmem:               104 kB
Slab:             660760 kB
SReclaimable:     104884 kB
SUnreclaim:       555876 kB
KernelStack:        1520 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     126916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71228 MiB
End job on node125 at 2012-05-26 22:22:47