Trace number 3749892

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.07 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir06_trarea_ac.opb
MD5SUM83920c844b074c56822148eb18b413de
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark37056
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4360
Total number of constraints8610
Number of constraints which are clauses8610
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 constraint1
Maximum length of a constraint163
Number of terms in the objective function 2173
Biggest coefficient in the objective function 2124
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 3653850
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 2124
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3653850
Number of bits of the biggest sum of numbers22
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.03	c run usual solver
0.00/0.14	c model valid
0.00/0.14	c current solution ok
0.00/0.15	o 45010
0.00/0.15	c current bound: 22505
0.00/0.15	c fallback to adder encoding
5.27/5.40	c current bound: 33758
5.27/5.40	c fallback to adder encoding
255.64/255.70	c model valid
255.64/255.70	c current solution ok
255.64/255.70	o 33740
255.64/255.70	c current bound: 28123
255.64/255.70	c fallback to adder encoding
311.01/311.18	c current bound: 30932
311.01/311.18	c fallback to adder encoding
427.41/427.59	c current bound: 32336
427.41/427.59	c fallback to adder encoding
700.47/700.63	c current bound: 33038
700.47/700.63	c fallback to adder encoding
1013.39/1013.65	c current bound: 33389
1013.39/1013.65	c fallback to adder encoding
1435.22/1435.53	c current bound: 33565
1435.22/1435.53	c fallback to adder encoding
1734.26/1734.73	c model valid
1734.26/1734.73	c current solution ok
1734.26/1734.74	o 33456
1734.26/1734.74	c current bound: 33423
1734.26/1734.74	c fallback to adder encoding
1800.03/1800.40	./satsolver.sh: line 5: 13892 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.40	c error: unexpected solver exit code
1800.03/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-3749892-1339129149/watcher-3749892-1339129149 -o /tmp/evaluation-result-3749892-1339129149/solver-3749892-1339129149 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749892-1339129149.opb 917391974 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.12 2.08 2.08 3/179 13595
/proc/meminfo: memFree=22023704/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0

[startup+0.015445 s]
/proc/loadavg: 2.12 2.08 2.08 3/179 13595
/proc/meminfo: memFree=22023704/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100308 s]
/proc/loadavg: 2.12 2.08 2.08 3/179 13595
/proc/meminfo: memFree=22023704/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300257 s]
/proc/loadavg: 2.12 2.08 2.08 3/179 13595
/proc/meminfo: memFree=22023704/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700306 s]
/proc/loadavg: 2.12 2.08 2.08 3/179 13595
/proc/meminfo: memFree=22023704/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.12 2.08 2.08 3/183 13609
/proc/meminfo: memFree=21951228/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38716 CPUtime=0.32 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 5968 6333 0 0 21 3 6 2 20 0 1 0 379043494 39645184 7953 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13596/statm: 9679 7953 175 442 0 9233 0
[pid=13608] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13608/stat : 13608 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379043529 9367552 267 33554432000 4194304 5064252 140734194062528 140734194061440 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13608/statm: 2287 267 226 213 0 72 0
[pid=13609] ppid=13608 vsize=39960 CPUtime=1.14 cores=0,2,4,6
/proc/13609/stat : 13609 (glucose) R 13608 13595 9764 0 -1 4202496 8322 0 0 0 114 0 0 0 20 0 1 0 379043529 40919040 7945 33554432000 4194304 5208918 140734204320560 140734204318392 4211561 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13609/statm: 9990 7945 104 248 0 9739 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 96972

[startup+3.10035 s]
/proc/loadavg: 2.12 2.08 2.08 3/183 13609
/proc/meminfo: memFree=21948872/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38716 CPUtime=0.32 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 5968 6333 0 0 21 3 6 2 20 0 1 0 379043494 39645184 7953 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13596/statm: 9679 7953 175 442 0 9233 0
[pid=13608] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13608/stat : 13608 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379043529 9367552 267 33554432000 4194304 5064252 140734194062528 140734194061440 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13608/statm: 2287 267 226 213 0 72 0
[pid=13609] ppid=13608 vsize=40632 CPUtime=2.74 cores=0,2,4,6
/proc/13609/stat : 13609 (glucose) R 13608 13595 9764 0 -1 4202496 8713 0 0 0 274 0 0 0 20 0 1 0 379043529 41607168 8833 33554432000 4194304 5208918 140734204320560 140734204316936 4205743 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13609/statm: 10158 8833 104 248 0 9907 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 97644

[startup+6.30032 s]
/proc/loadavg: 2.11 2.08 2.08 3/182 13614
/proc/meminfo: memFree=21989048/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=5.59 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 8922 19163 0 0 40 5 509 5 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 48000

[startup+12.7004 s]
/proc/loadavg: 2.10 2.08 2.08 3/183 13616
/proc/meminfo: memFree=21943352/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=5.59 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 8922 19163 0 0 40 5 509 5 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13615] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13615/stat : 13615 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379044055 9367552 266 33554432000 4194304 5064252 140734771875968 140734771874880 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13615/statm: 2287 266 226 213 0 72 0
[pid=13616] ppid=13615 vsize=42372 CPUtime=7.07 cores=0,2,4,6
/proc/13616/stat : 13616 (glucose) R 13615 13595 9764 0 -1 4202496 9899 0 0 0 705 2 0 0 20 0 1 0 379044055 43388928 9519 33554432000 4194304 5208918 140737366477536 140737366475368 4229347 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13616/statm: 10593 9519 104 248 0 10342 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 99520

[startup+25.5004 s]
/proc/loadavg: 2.16 2.09 2.09 3/183 13616
/proc/meminfo: memFree=21931460/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=5.59 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 8922 19163 0 0 40 5 509 5 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13615] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13615/stat : 13615 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379044055 9367552 266 33554432000 4194304 5064252 140734771875968 140734771874880 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13615/statm: 2287 266 226 213 0 72 0
[pid=13616] ppid=13615 vsize=72404 CPUtime=19.87 cores=0,2,4,6
/proc/13616/stat : 13616 (glucose) R 13615 13595 9764 0 -1 4202496 10486 0 0 0 1984 3 0 0 20 0 1 0 379044055 74141696 12950 33554432000 4194304 5208918 140737366477536 140737366475624 4229901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13616/statm: 18101 12950 104 248 0 17850 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 129552

[startup+51.1004 s]
/proc/loadavg: 2.10 2.08 2.08 3/183 13616
/proc/meminfo: memFree=21920516/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=5.59 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 8922 19163 0 0 40 5 509 5 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13615] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13615/stat : 13615 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379044055 9367552 266 33554432000 4194304 5064252 140734771875968 140734771874880 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13615/statm: 2287 266 226 213 0 72 0
[pid=13616] ppid=13615 vsize=91260 CPUtime=45.47 cores=0,2,4,6
/proc/13616/stat : 13616 (glucose) R 13615 13595 9764 0 -1 4202496 10823 0 0 0 4543 4 0 0 20 0 1 0 379044055 93450240 15275 33554432000 4194304 5208918 140737366477536 140737366473304 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13616/statm: 22815 15275 104 248 0 22564 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 148408

[startup+102.307 s]
/proc/loadavg: 2.04 2.07 2.08 3/184 13619
/proc/meminfo: memFree=21895312/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=5.59 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 8922 19163 0 0 40 5 509 5 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13615] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13615/stat : 13615 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379044055 9367552 266 33554432000 4194304 5064252 140734771875968 140734771874880 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13615/statm: 2287 266 226 213 0 72 0
[pid=13616] ppid=13615 vsize=91260 CPUtime=96.67 cores=0,2,4,6
/proc/13616/stat : 13616 (glucose) R 13615 13595 9764 0 -1 4202496 11429 0 0 0 9662 5 0 0 20 0 1 0 379044055 93450240 20984 33554432000 4194304 5208918 140737366477536 140737366473224 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13616/statm: 22815 20984 104 248 0 22564 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 148408

[startup+162.3 s]
/proc/loadavg: 2.01 2.05 2.07 3/183 13619
/proc/meminfo: memFree=21853036/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=5.59 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 8922 19163 0 0 40 5 509 5 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13615] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13615/stat : 13615 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379044055 9367552 266 33554432000 4194304 5064252 140734771875968 140734771874880 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13615/statm: 2287 266 226 213 0 72 0
[pid=13616] ppid=13615 vsize=140580 CPUtime=156.66 cores=0,2,4,6
/proc/13616/stat : 13616 (glucose) R 13615 13595 9764 0 -1 4202496 12159 0 0 0 15660 6 0 0 20 0 1 0 379044055 143953920 30714 33554432000 4194304 5208918 140737366477536 140737366475528 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13616/statm: 35145 30714 104 248 0 34894 0
Current children cumulated CPU time (s) 162.25

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13877
/proc/meminfo: memFree=29788140/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=1013.67 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 23725 104138 0 0 130 17 101172 48 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13872] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13872/stat : 13872 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379144881 9367552 267 33554432000 4194304 5064252 140736707765424 140736707764336 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13872/statm: 2287 267 226 213 0 72 0
[pid=13873] ppid=13872 vsize=171788 CPUtime=348.35 cores=0,2,4,6
/proc/13873/stat : 13873 (glucose) R 13872 13595 9764 0 -1 4202496 15026 0 0 0 34827 8 0 0 20 0 1 0 379144882 175910912 35965 33554432000 4194304 5208918 140734249819936 140734249818088 4228930 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13873/statm: 42947 35965 104 248 0 42696 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 228936

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13877
/proc/meminfo: memFree=29848196/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=1013.67 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 23725 104138 0 0 130 17 101172 48 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13872] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13872/stat : 13872 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379144881 9367552 267 33554432000 4194304 5064252 140736707765424 140736707764336 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13872/statm: 2287 267 226 213 0 72 0
[pid=13873] ppid=13872 vsize=140968 CPUtime=408.34 cores=0,2,4,6
/proc/13873/stat : 13873 (glucose) R 13872 13595 9764 0 -1 4202496 15396 0 0 0 40825 9 0 0 20 0 1 0 379144882 144351232 33851 33554432000 4194304 5208918 140734249819936 140734249817928 4229328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13873/statm: 35242 33851 104 248 0 34991 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 198116

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13885
/proc/meminfo: memFree=29867472/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=1435.45 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 26678 123182 0 0 149 19 143317 60 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13883] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13883/stat : 13883 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379187068 9367552 267 33554432000 4194304 5064252 140733897406256 140733897405168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13883/statm: 2287 267 226 213 0 72 0
[pid=13884] ppid=13883 vsize=72220 CPUtime=46.54 cores=0,2,4,6
/proc/13884/stat : 13884 (glucose) R 13883 13595 9764 0 -1 4202496 10876 0 0 0 4651 3 0 0 20 0 1 0 379187068 73953280 17175 33554432000 4194304 5208918 140735660356192 140735660354280 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13884/statm: 18055 17175 104 248 0 17804 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 129368

[startup+1542.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 13885
/proc/meminfo: memFree=29807788/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=1435.45 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 26678 123182 0 0 149 19 143317 60 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13883] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13883/stat : 13883 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379187068 9367552 267 33554432000 4194304 5064252 140733897406256 140733897405168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13883/statm: 2287 267 226 213 0 72 0
[pid=13884] ppid=13883 vsize=140396 CPUtime=106.53 cores=0,2,4,6
/proc/13884/stat : 13884 (glucose) R 13883 13595 9764 0 -1 4202496 11047 0 0 0 10649 4 0 0 20 0 1 0 379187068 143765504 30118 33554432000 4194304 5208918 140735660356192 140735660354184 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13884/statm: 35099 30118 104 248 0 34848 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 197544

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 13885
/proc/meminfo: memFree=29805000/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=1435.45 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 26678 123182 0 0 149 19 143317 60 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13883] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13883/stat : 13883 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379187068 9367552 267 33554432000 4194304 5064252 140733897406256 140733897405168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13883/statm: 2287 267 226 213 0 72 0
[pid=13884] ppid=13883 vsize=140396 CPUtime=166.51 cores=0,2,4,6
/proc/13884/stat : 13884 (glucose) R 13883 13595 9764 0 -1 4202496 11148 0 0 0 16646 5 0 0 20 0 1 0 379187068 143765504 30206 33554432000 4194304 5208918 140735660356192 140735660354184 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13884/statm: 35099 30206 104 248 0 34848 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 197544

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 13885
/proc/meminfo: memFree=29818684/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=1435.45 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 26678 123182 0 0 149 19 143317 60 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13883] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13883/stat : 13883 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379187068 9367552 267 33554432000 4194304 5064252 140733897406256 140733897405168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13883/statm: 2287 267 226 213 0 72 0
[pid=13884] ppid=13883 vsize=140396 CPUtime=226.51 cores=0,2,4,6
/proc/13884/stat : 13884 (glucose) R 13883 13595 9764 0 -1 4202496 11207 0 0 0 22645 6 0 0 20 0 1 0 379187068 143765504 31745 33554432000 4194304 5208918 140735660356192 140735660354184 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13884/statm: 35099 31745 104 248 0 34848 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 197544

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 13885
/proc/meminfo: memFree=29843664/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=1435.45 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 26678 123182 0 0 149 19 143317 60 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13883] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13883/stat : 13883 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379187068 9367552 267 33554432000 4194304 5064252 140733897406256 140733897405168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13883/statm: 2287 267 226 213 0 72 0
[pid=13884] ppid=13883 vsize=91076 CPUtime=286.5 cores=0,2,4,6
/proc/13884/stat : 13884 (glucose) R 13883 13595 9764 0 -1 4202496 11281 0 0 0 28643 7 0 0 20 0 1 0 379187068 93261824 21988 33554432000 4194304 5208918 140735660356192 140735660354280 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13884/statm: 22769 21988 104 248 0 22518 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 148224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 13893
/proc/meminfo: memFree=29819548/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=1734.6 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 29669 138613 0 0 168 21 173197 74 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13891] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13891/stat : 13891 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 379216989 9367552 267 33554432000 4194304 5064252 140733929890096 140733929889008 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13891/statm: 2287 267 226 213 0 72 0
[pid=13892] ppid=13891 vsize=91172 CPUtime=47.33 cores=0,2,4,6
/proc/13892/stat : 13892 (glucose) R 13891 13595 9764 0 -1 4202496 11729 0 0 0 4730 3 0 0 20 0 1 0 379216989 93360128 17267 33554432000 4194304 5208918 140733426398016 140733426395960 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13892/statm: 22793 17267 104 248 0 22542 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 148320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13893
/proc/meminfo: memFree=29860892/32873844 swapFree=7636/7636
[pid=13595] ppid=13593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13595/stat : 13595 (npSolver-pbo.sh) S 13593 13595 9764 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379043494 9367552 274 33554432000 4194304 5064252 140733495663408 140733495662320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13595/statm: 2287 274 233 213 0 72 0
[pid=13596] ppid=13595 vsize=38852 CPUtime=1734.6 cores=0,2,4,6
/proc/13596/stat : 13596 (npSolver-pbo) S 13595 13595 9764 0 -1 4202496 29669 138613 0 0 168 21 173197 74 20 0 1 0 379043494 39784448 8315 33554432000 4194304 6004724 140734748060544 140734748052896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/13596/statm: 9713 8315 176 442 0 9267 0
[pid=13891] ppid=13596 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13891/stat : 13891 (satsolver.sh) S 13596 13595 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 379216989 9367552 267 33554432000 4194304 5064252 140733929890096 140733929889008 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13891/statm: 2287 267 226 213 0 72 0
[pid=13892] ppid=13891 vsize=91172 CPUtime=65.43 cores=0,2,4,6
/proc/13892/stat : 13892 (glucose) R 13891 13595 9764 0 -1 4202496 12331 0 0 0 6540 3 0 0 20 0 1 0 379216989 93360128 21944 33554432000 4194304 5208918 140733426398016 140733426395960 4211834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13892/statm: 22793 21944 104 248 0 22542 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 148320

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.07
CPU user time (s): 1799.07
CPU system time (s): 0.997848
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 228936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 0.997848
maximum resident set size= 171584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181603
page faults= 0
swaps= 0
block input operations= 8
block output operations= 197856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 518
involuntary context switches= 2048

runsolver used 3.06353 second user time and 8.99963 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-08 06:19:09
IDJOB=3749892
IDBENCH=25045
IDSOLVER=2334
FILE ID=node108/3749892-1339129149
RUNJOBID= node108-1339112032-11191
PBS_JOBID= 14643745
Free space on /tmp= 70200 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir06_trarea_ac.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749892-1339129149/watcher-3749892-1339129149 -o /tmp/evaluation-result-3749892-1339129149/solver-3749892-1339129149 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749892-1339129149.opb 917391974 HOME HOME

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

MD5SUM BENCH= 83920c844b074c56822148eb18b413de
RANDOM SEED=917391974

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22024348 kB
Buffers:         1607744 kB
Cached:          1469912 kB
SwapCached:          868 kB
Active:          9671904 kB
Inactive:         240760 kB
Active(anon):    6825496 kB
Inactive(anon):    10624 kB
Active(file):    2846408 kB
Inactive(file):   230136 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67105664 kB
Dirty:              8632 kB
Writeback:             0 kB
AnonPages:       6844392 kB
Mapped:            11528 kB
Shmem:                 0 kB
Slab:             778716 kB
SReclaimable:     220132 kB
SUnreclaim:       558584 kB
KernelStack:        1704 kB
PageTables:        17580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    7330112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3256320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71372 MiB
End job on node108 at 2012-06-08 06:49:10