Trace number 3749950

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.04 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/
random/rand.biglist/normalized-randee102b.cudf.paranoid.opb
MD5SUMc2fd3c7e76ecc8c4438b5d05181931ce
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14736
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6944
Total number of constraints31468
Number of constraints which are clauses31099
Number of constraints which are cardinality constraints (but not clauses)369
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2558
Biggest coefficient in the objective function 2009
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 1108966
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 2009
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 1108966
Number of bits of the biggest sum of numbers21
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.11	c run usual solver
0.00/0.31	c model valid
0.00/0.31	c current solution ok
0.00/0.33	o 30837
0.00/0.33	c current bound: 15418
0.00/0.33	c fallback to adder encoding
73.38/73.59	c model valid
73.38/73.59	c current solution ok
73.38/73.59	o 15269
73.38/73.59	c current bound: 7634
73.38/73.59	c fallback to adder encoding
192.21/192.39	c current bound: 11452
192.21/192.39	c fallback to adder encoding
235.80/235.92	c current bound: 13361
235.80/235.92	c fallback to adder encoding
351.35/351.54	c current bound: 14315
351.35/351.54	c fallback to adder encoding
365.25/365.46	c current bound: 14792
365.25/365.46	c fallback to adder encoding
555.82/556.01	c model valid
555.82/556.01	c current solution ok
555.82/556.01	o 14792
555.82/556.01	c current bound: 14554
555.82/556.01	c fallback to adder encoding
765.57/765.82	c current bound: 14673
765.57/765.82	c fallback to adder encoding
1164.42/1164.86	c current bound: 14733
1164.42/1164.86	c fallback to adder encoding
1659.44/1659.93	c current bound: 14763
1659.44/1659.93	c fallback to adder encoding
1800.00/1800.51	./satsolver.sh: line 5: 18771 Terminated              ./glucose $1 > $2 2> /dev/null
1800.00/1800.51	c error: unexpected solver exit code
1800.00/1800.51	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-3749950-1339160244/watcher-3749950-1339160244 -o /tmp/evaluation-result-3749950-1339160244/solver-3749950-1339160244 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749950-1339160244.opb 261858334 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.26 2.40 3/179 18604
/proc/meminfo: memFree=26785420/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0

[startup+0.0964581 s]
/proc/loadavg: 2.01 2.26 2.40 3/179 18604
/proc/meminfo: memFree=26785420/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100299 s]
/proc/loadavg: 2.01 2.26 2.40 3/179 18604
/proc/meminfo: memFree=26785420/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300307 s]
/proc/loadavg: 2.01 2.26 2.40 3/179 18604
/proc/meminfo: memFree=26785420/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700155 s]
/proc/loadavg: 2.01 2.26 2.40 3/179 18604
/proc/meminfo: memFree=26785420/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 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.01 2.26 2.40 3/183 18618
/proc/meminfo: memFree=26702304/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=0.51 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 8138 7031 0 0 32 5 12 2 20 0 1 0 382150163 46301184 10045 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18605/statm: 11304 10045 174 442 0 10858 0
[pid=18617] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18617/stat : 18617 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382150217 9367552 267 33554432000 4194304 5064252 140735774705104 140735774704016 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18617/statm: 2287 267 226 213 0 72 0
[pid=18618] ppid=18617 vsize=35764 CPUtime=0.95 cores=1,3,5,7
/proc/18618/stat : 18618 (glucose) R 18617 18604 13014 0 -1 4202496 9323 0 0 0 94 1 0 0 20 0 1 0 382150217 36622336 7980 33554432000 4194304 5208918 140735342472224 140735342470328 4211160 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18618/statm: 8941 7980 96 248 0 8690 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 99276

[startup+3.10035 s]
/proc/loadavg: 2.01 2.26 2.40 3/183 18618
/proc/meminfo: memFree=26701548/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=0.51 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 8138 7031 0 0 32 5 12 2 20 0 1 0 382150163 46301184 10045 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18605/statm: 11304 10045 174 442 0 10858 0
[pid=18617] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18617/stat : 18617 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382150217 9367552 267 33554432000 4194304 5064252 140735774705104 140735774704016 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18617/statm: 2287 267 226 213 0 72 0
[pid=18618] ppid=18617 vsize=37016 CPUtime=2.55 cores=1,3,5,7
/proc/18618/stat : 18618 (glucose) R 18617 18604 13014 0 -1 4202496 9701 0 0 0 254 1 0 0 20 0 1 0 382150217 37904384 8347 33554432000 4194304 5208918 140735342472224 140735342470056 4211635 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18618/statm: 9254 8347 104 248 0 9003 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 100528

[startup+6.30035 s]
/proc/loadavg: 2.01 2.25 2.40 3/183 18618
/proc/meminfo: memFree=26699712/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=0.51 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 8138 7031 0 0 32 5 12 2 20 0 1 0 382150163 46301184 10045 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18605/statm: 11304 10045 174 442 0 10858 0
[pid=18617] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18617/stat : 18617 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382150217 9367552 267 33554432000 4194304 5064252 140735774705104 140735774704016 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18617/statm: 2287 267 226 213 0 72 0
[pid=18618] ppid=18617 vsize=41828 CPUtime=5.75 cores=1,3,5,7
/proc/18618/stat : 18618 (glucose) R 18617 18604 13014 0 -1 4202496 10051 0 0 0 574 1 0 0 20 0 1 0 382150217 42831872 8688 33554432000 4194304 5208918 140735342472224 140735342470376 4211901 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18618/statm: 10457 8688 105 248 0 10206 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 105340

[startup+12.7004 s]
/proc/loadavg: 2.01 2.25 2.40 3/183 18618
/proc/meminfo: memFree=26694844/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=0.51 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 8138 7031 0 0 32 5 12 2 20 0 1 0 382150163 46301184 10045 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18605/statm: 11304 10045 174 442 0 10858 0
[pid=18617] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18617/stat : 18617 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382150217 9367552 267 33554432000 4194304 5064252 140735774705104 140735774704016 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18617/statm: 2287 267 226 213 0 72 0
[pid=18618] ppid=18617 vsize=44132 CPUtime=12.14 cores=1,3,5,7
/proc/18618/stat : 18618 (glucose) R 18617 18604 13014 0 -1 4202496 11510 0 0 0 1213 1 0 0 20 0 1 0 382150217 45191168 9527 33554432000 4194304 5208918 140735342472224 140735342468536 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18618/statm: 11033 9527 105 248 0 10782 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 107644

[startup+25.5003 s]
/proc/loadavg: 2.01 2.23 2.39 3/183 18618
/proc/meminfo: memFree=26679768/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=0.51 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 8138 7031 0 0 32 5 12 2 20 0 1 0 382150163 46301184 10045 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18605/statm: 11304 10045 174 442 0 10858 0
[pid=18617] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18617/stat : 18617 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382150217 9367552 267 33554432000 4194304 5064252 140735774705104 140735774704016 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18617/statm: 2287 267 226 213 0 72 0
[pid=18618] ppid=18617 vsize=57392 CPUtime=24.94 cores=1,3,5,7
/proc/18618/stat : 18618 (glucose) R 18617 18604 13014 0 -1 4202496 12985 0 0 0 2492 2 0 0 20 0 1 0 382150217 58769408 13543 33554432000 4194304 5208918 140735342472224 140735342468536 4211561 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18618/statm: 14348 13543 105 248 0 14097 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 120904

[startup+51.1004 s]
/proc/loadavg: 2.00 2.22 2.38 3/183 18618
/proc/meminfo: memFree=26663448/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=0.51 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 8138 7031 0 0 32 5 12 2 20 0 1 0 382150163 46301184 10045 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18605/statm: 11304 10045 174 442 0 10858 0
[pid=18617] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18617/stat : 18617 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382150217 9367552 267 33554432000 4194304 5064252 140735774705104 140735774704016 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18617/statm: 2287 267 226 213 0 72 0
[pid=18618] ppid=18617 vsize=76068 CPUtime=50.54 cores=1,3,5,7
/proc/18618/stat : 18618 (glucose) R 18617 18604 13014 0 -1 4202496 13643 0 0 0 5051 3 0 0 20 0 1 0 382150217 77893632 17742 33554432000 4194304 5208918 140735342472224 140735342467928 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18618/statm: 19017 17742 105 248 0 18766 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 139580

[startup+102.307 s]
/proc/loadavg: 2.00 2.18 2.36 3/183 18625
/proc/meminfo: memFree=26676604/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=73.74 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 10698 25291 0 0 53 7 7303 11 20 0 1 0 382150163 46301184 10002 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18605/statm: 11304 10002 176 442 0 10858 0
[pid=18624] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18624/stat : 18624 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382157541 9367552 267 33554432000 4194304 5064252 140735851616144 140735851615056 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18624/statm: 2287 267 226 213 0 72 0
[pid=18625] ppid=18624 vsize=60860 CPUtime=28.5 cores=1,3,5,7
/proc/18625/stat : 18625 (glucose) R 18624 18604 13014 0 -1 4202496 11235 0 0 0 2847 3 0 0 20 0 1 0 382157542 62320640 14052 33554432000 4194304 5208918 140734634159152 140734634155464 4211570 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18625/statm: 15215 14052 104 248 0 14964 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 124372

[startup+162.3 s]
/proc/loadavg: 2.00 2.14 2.33 3/184 18628
/proc/meminfo: memFree=26660968/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=73.74 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 10698 25291 0 0 53 7 7303 11 20 0 1 0 382150163 46301184 10002 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18605/statm: 11304 10002 176 442 0 10858 0
[pid=18624] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.07 3/183 18763
/proc/meminfo: memFree=27168356/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=1164.7 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 28606 140547 0 0 181 20 116204 65 20 0 1 0 382150163 46301184 10002 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 6 0 0
/proc/18605/statm: 11304 10002 176 442 0 10858 0
[pid=18758] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18758/stat : 18758 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382266669 9367552 267 33554432000 4194304 5064252 140734864940496 140734864939408 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18758/statm: 2287 267 226 213 0 72 0
[pid=18759] ppid=18758 vsize=105884 CPUtime=257.18 cores=1,3,5,7
/proc/18759/stat : 18759 (glucose) R 18758 18604 13014 0 -1 4202496 14951 0 0 0 25712 6 0 0 20 0 1 0 382266670 108425216 25723 33554432000 4194304 5208918 140737423615312 140737423611688 4211670 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18759/statm: 26471 25723 105 248 0 26220 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 169396

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.07 3/183 18763
/proc/meminfo: memFree=27122144/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=1164.7 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 28606 140547 0 0 181 20 116204 65 20 0 1 0 382150163 46301184 10002 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 6 0 0
/proc/18605/statm: 11304 10002 176 442 0 10858 0
[pid=18758] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18758/stat : 18758 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382266669 9367552 267 33554432000 4194304 5064252 140734864940496 140734864939408 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18758/statm: 2287 267 226 213 0 72 0
[pid=18759] ppid=18758 vsize=155204 CPUtime=317.16 cores=1,3,5,7
/proc/18759/stat : 18759 (glucose) R 18758 18604 13014 0 -1 4202496 15041 0 0 0 31710 6 0 0 20 0 1 0 382266670 158928896 34500 33554432000 4194304 5208918 140737423615312 140737423613304 4205185 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18759/statm: 38801 34500 105 248 0 38550 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 218716

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.06 3/183 18764
/proc/meminfo: memFree=27163156/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=1164.7 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 28606 140547 0 0 181 20 116204 65 20 0 1 0 382150163 46301184 10002 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 6 0 0
/proc/18605/statm: 11304 10002 176 442 0 10858 0
[pid=18758] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18758/stat : 18758 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382266669 9367552 267 33554432000 4194304 5064252 140734864940496 140734864939408 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18758/statm: 2287 267 226 213 0 72 0
[pid=18759] ppid=18758 vsize=105884 CPUtime=377.16 cores=1,3,5,7
/proc/18759/stat : 18759 (glucose) R 18758 18604 13014 0 -1 4202496 15045 0 0 0 37709 7 0 0 20 0 1 0 382266670 108425216 25727 33554432000 4194304 5208918 140737423615312 140737423611080 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18759/statm: 26471 25727 105 248 0 26220 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 169396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 18764
/proc/meminfo: memFree=27155136/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=1164.7 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 28606 140547 0 0 181 20 116204 65 20 0 1 0 382150163 46301184 10002 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 6 0 0
/proc/18605/statm: 11304 10002 176 442 0 10858 0
[pid=18758] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18758/stat : 18758 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382266669 9367552 267 33554432000 4194304 5064252 140734864940496 140734864939408 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18758/statm: 2287 267 226 213 0 72 0
[pid=18759] ppid=18758 vsize=105884 CPUtime=437.14 cores=1,3,5,7
/proc/18759/stat : 18759 (glucose) R 18758 18604 13014 0 -1 4202496 15138 0 0 0 43707 7 0 0 20 0 1 0 382266670 108425216 25727 33554432000 4194304 5208918 140737423615312 140737423613400 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18759/statm: 26471 25727 105 248 0 26220 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 169396

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 18771
/proc/meminfo: memFree=27237356/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=1659.66 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 31158 159013 0 0 199 22 165670 75 20 0 1 0 382150163 46301184 10002 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 6 0 0
/proc/18605/statm: 11304 10002 176 442 0 10858 0
[pid=18770] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18770/stat : 18770 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382316176 9367552 267 33554432000 4194304 5064252 140734811684640 140734811683552 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18770/statm: 2287 267 226 213 0 72 0
[pid=18771] ppid=18770 vsize=36640 CPUtime=2.15 cores=1,3,5,7
/proc/18771/stat : 18771 (glucose) R 18770 18604 13014 0 -1 4202496 9013 0 0 0 214 1 0 0 20 0 1 0 382316176 37519360 8249 33554432000 4194304 5208918 140737316400272 140737316398104 4211141 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18771/statm: 9160 8249 104 248 0 8909 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 100152

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 18771
/proc/meminfo: memFree=27183144/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=1659.66 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 31158 159013 0 0 199 22 165670 75 20 0 1 0 382150163 46301184 10002 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 6 0 0
/proc/18605/statm: 11304 10002 176 442 0 10858 0
[pid=18770] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18770/stat : 18770 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382316176 9367552 267 33554432000 4194304 5064252 140734811684640 140734811683552 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18770/statm: 2287 267 226 213 0 72 0
[pid=18771] ppid=18770 vsize=83012 CPUtime=62.14 cores=1,3,5,7
/proc/18771/stat : 18771 (glucose) R 18770 18604 13014 0 -1 4202496 12568 0 0 0 6211 3 0 0 20 0 1 0 382316176 85004288 19800 33554432000 4194304 5208918 140737316400272 140737316396648 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18771/statm: 20753 19800 105 248 0 20502 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 146524

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 18771
/proc/meminfo: memFree=27160772/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=1659.66 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 31158 159013 0 0 199 22 165670 75 20 0 1 0 382150163 46301184 10002 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 6 0 0
/proc/18605/statm: 11304 10002 176 442 0 10858 0
[pid=18770] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18770/stat : 18770 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382316176 9367552 267 33554432000 4194304 5064252 140734811684640 140734811683552 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18770/statm: 2287 267 226 213 0 72 0
[pid=18771] ppid=18770 vsize=94684 CPUtime=122.13 cores=1,3,5,7
/proc/18771/stat : 18771 (glucose) R 18770 18604 13014 0 -1 4202496 13663 0 0 0 12210 3 0 0 20 0 1 0 382316176 96956416 22832 33554432000 4194304 5208918 140737316400272 140737316396648 4211918 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18771/statm: 23671 22832 105 248 0 23420 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 158196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 18772
/proc/meminfo: memFree=27130044/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=1659.66 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 31158 159013 0 0 199 22 165670 75 20 0 1 0 382150163 46301184 10002 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 6 0 0
/proc/18605/statm: 11304 10002 176 442 0 10858 0
[pid=18770] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18770/stat : 18770 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382316176 9367552 267 33554432000 4194304 5064252 140734811684640 140734811683552 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18770/statm: 2287 267 226 213 0 72 0
[pid=18771] ppid=18770 vsize=125824 CPUtime=140.34 cores=1,3,5,7
/proc/18771/stat : 18771 (glucose) R 18770 18604 13014 0 -1 4202496 14249 0 0 0 14030 4 0 0 20 0 1 0 382316176 128843776 29550 33554432000 4194304 5208918 140737316400272 140737316396584 4211540 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18771/statm: 31456 29550 105 248 0 31205 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 189336

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 18772
/proc/meminfo: memFree=27130044/32873660 swapFree=7120/7120
[pid=18604] ppid=18602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18604/stat : 18604 (npSolver-pbo.sh) S 18602 18604 13014 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382150163 9367552 275 33554432000 4194304 5064252 140735790165216 140735790164128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18604/statm: 2287 275 233 213 0 72 0
[pid=18605] ppid=18604 vsize=45216 CPUtime=1659.66 cores=1,3,5,7
/proc/18605/stat : 18605 (npSolver-pbo) S 18604 18604 13014 0 -1 4202496 31158 159013 0 0 199 22 165670 75 20 0 1 0 382150163 46301184 10002 33554432000 4194304 6004724 140736057460992 140736057453344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 6 0 0
/proc/18605/statm: 11304 10002 176 442 0 10858 0
[pid=18770] ppid=18605 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18770/stat : 18770 (satsolver.sh) S 18605 18604 13014 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382316176 9367552 267 33554432000 4194304 5064252 140734811684640 140734811683552 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18770/statm: 2287 267 226 213 0 72 0
[pid=18771] ppid=18770 vsize=125824 CPUtime=140.34 cores=1,3,5,7
/proc/18771/stat : 18771 (glucose) R 18770 18604 13014 0 -1 4202496 14249 0 0 0 14030 4 0 0 20 0 1 0 382316176 128843776 29550 33554432000 4194304 5208918 140737316400272 140737316396584 4211540 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18771/statm: 31456 29550 105 248 0 31205 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 189336

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1799.01
CPU system time (s): 1.02584
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 251032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.02584
maximum resident set size= 160528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205409
page faults= 0
swaps= 0
block input operations= 0
block output operations= 235912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 637
involuntary context switches= 3308

runsolver used 3.40848 second user time and 7.69183 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-08 14:57:24
IDJOB=3749950
IDBENCH=72195
IDSOLVER=2334
FILE ID=node117/3749950-1339160244
RUNJOBID= node117-1339158896-16893
PBS_JOBID= 14643775
Free space on /tmp= 70548 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/random/rand.biglist/normalized-randee102b.cudf.paranoid.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749950-1339160244/watcher-3749950-1339160244 -o /tmp/evaluation-result-3749950-1339160244/solver-3749950-1339160244 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749950-1339160244.opb 261858334 HOME HOME

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

MD5SUM BENCH= c2fd3c7e76ecc8c4438b5d05181931ce
RANDOM SEED=261858334

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        26785840 kB
Buffers:          729092 kB
Cached:          3701008 kB
SwapCached:          624 kB
Active:          3107856 kB
Inactive:        2036512 kB
Active(anon):     702592 kB
Inactive(anon):    10028 kB
Active(file):    2405264 kB
Inactive(file):  2026484 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106952 kB
Dirty:              9388 kB
Writeback:             0 kB
AnonPages:        726604 kB
Mapped:            13592 kB
Shmem:                80 kB
Slab:             802060 kB
SReclaimable:     245652 kB
SUnreclaim:       556408 kB
KernelStack:        1536 kB
PageTables:         5792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     990108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    657408 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= 70652 MiB
End job on node117 at 2012-06-08 15:27:25