Trace number 3701530

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.biglist/normalized-rand0c02bc.cudf.paranoid.opb
MD5SUM80d4beb6552975b1ad66516326ec7dfd
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8730
Best CPU time to get the best result obtained on this benchmark1.12383
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5998
Total number of constraints26912
Number of constraints which are clauses26598
Number of constraints which are cardinality constraints (but not clauses)314
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 2216
Biggest coefficient in the objective function 1667
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 920182
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1667
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 920182
Number of bits of the biggest sum of numbers20
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.38	c model valid
0.00/0.38	c current solution ok
0.00/0.41	o 77226
0.00/0.41	c current bound: 38613
0.00/0.41	c fallback to adder encoding
811.83/812.03	c model valid
811.83/812.03	c current solution ok
811.83/812.04	o 34194
811.83/812.04	c current bound: 17097
811.83/812.04	c fallback to adder encoding
1307.27/1307.69	c model valid
1307.27/1307.69	c current solution ok
1307.27/1307.69	o 12579
1307.27/1307.69	c current bound: 6289
1307.27/1307.69	c fallback to adder encoding
1386.41/1386.77	c current bound: 9434
1386.41/1386.77	c fallback to adder encoding
1628.07/1628.54	c model valid
1628.07/1628.54	c current solution ok
1628.07/1628.55	o 9301
1628.07/1628.55	c current bound: 7795
1628.07/1628.55	c fallback to adder encoding
1630.78/1631.19	c current bound: 8548
1630.78/1631.19	c fallback to adder encoding
1641.06/1641.41	c current bound: 8925
1641.06/1641.41	c fallback to adder encoding
1800.04/1800.40	./satsolver.sh: line 5: 17847 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.40	c error: unexpected solver exit code
1800.04/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-3701530-1338083380/watcher-3701530-1338083380 -o /tmp/evaluation-result-3701530-1338083380/solver-3701530-1338083380 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701530-1338083380.opb 103818136 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.02 2.05 3/179 17694
/proc/meminfo: memFree=30846548/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0

[startup+0.015448 s]
/proc/loadavg: 1.93 2.02 2.05 3/179 17694
/proc/meminfo: memFree=30846548/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100293 s]
/proc/loadavg: 1.93 2.02 2.05 3/179 17694
/proc/meminfo: memFree=30846548/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30015 s]
/proc/loadavg: 1.93 2.02 2.05 3/179 17694
/proc/meminfo: memFree=30846548/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700307 s]
/proc/loadavg: 1.93 2.02 2.05 3/179 17694
/proc/meminfo: memFree=30846548/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/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: 1.93 2.02 2.05 3/183 17708
/proc/meminfo: memFree=30784000/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=22780 CPUtime=0.6 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 4093 7673 0 0 34 5 19 2 20 0 1 0 274462543 23326720 4510 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 5695 4510 181 440 0 5251 0
[pid=17707] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17707/stat : 17707 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274462605 9367552 266 33554432000 4194304 5064252 140734608673648 140734608672560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17707/statm: 2287 266 226 213 0 72 0
[pid=17708] ppid=17707 vsize=36544 CPUtime=0.86 cores=0,2,4,6
/proc/17708/stat : 17708 (glucose) R 17707 17694 11113 0 -1 4202496 8214 0 0 0 84 2 0 0 20 0 1 0 274462606 37421056 8230 33554432000 4194304 5208918 140736161357088 140736161354920 4211605 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17708/statm: 9136 8230 104 248 0 8885 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 77620

[startup+3.10038 s]
/proc/loadavg: 1.93 2.02 2.05 3/183 17708
/proc/meminfo: memFree=30784000/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=22780 CPUtime=0.6 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 4093 7673 0 0 34 5 19 2 20 0 1 0 274462543 23326720 4510 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 5695 4510 181 440 0 5251 0
[pid=17707] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17707/stat : 17707 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274462605 9367552 266 33554432000 4194304 5064252 140734608673648 140734608672560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17707/statm: 2287 266 226 213 0 72 0
[pid=17708] ppid=17707 vsize=36924 CPUtime=2.46 cores=0,2,4,6
/proc/17708/stat : 17708 (glucose) R 17707 17694 11113 0 -1 4202496 8397 0 0 0 244 2 0 0 20 0 1 0 274462606 37810176 8404 33554432000 4194304 5208918 140736161357088 140736161354920 4211038 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17708/statm: 9231 8404 105 248 0 8980 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 78000

[startup+6.30039 s]
/proc/loadavg: 1.94 2.02 2.05 3/183 17708
/proc/meminfo: memFree=30779472/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=22780 CPUtime=0.6 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 4093 7673 0 0 34 5 19 2 20 0 1 0 274462543 23326720 4510 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 5695 4510 181 440 0 5251 0
[pid=17707] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17707/stat : 17707 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274462605 9367552 266 33554432000 4194304 5064252 140734608673648 140734608672560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17707/statm: 2287 266 226 213 0 72 0
[pid=17708] ppid=17707 vsize=42552 CPUtime=5.66 cores=0,2,4,6
/proc/17708/stat : 17708 (glucose) R 17707 17694 11113 0 -1 4202496 9021 0 0 0 564 2 0 0 20 0 1 0 274462606 43573248 8998 33554432000 4194304 5208918 140736161357088 140736161354920 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17708/statm: 10638 8998 105 248 0 10387 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 83628

[startup+12.7004 s]
/proc/loadavg: 1.94 2.02 2.05 3/183 17708
/proc/meminfo: memFree=30777008/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=22780 CPUtime=0.6 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 4093 7673 0 0 34 5 19 2 20 0 1 0 274462543 23326720 4510 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 5695 4510 181 440 0 5251 0
[pid=17707] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17707/stat : 17707 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274462605 9367552 266 33554432000 4194304 5064252 140734608673648 140734608672560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17707/statm: 2287 266 226 213 0 72 0
[pid=17708] ppid=17707 vsize=44292 CPUtime=12.06 cores=0,2,4,6
/proc/17708/stat : 17708 (glucose) R 17707 17694 11113 0 -1 4202496 10047 0 0 0 1204 2 0 0 20 0 1 0 274462606 45355008 9925 33554432000 4194304 5208918 140736161357088 140736161354920 4229151 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17708/statm: 11073 9925 105 248 0 10822 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 85368

[startup+25.5004 s]
/proc/loadavg: 1.95 2.02 2.05 3/184 17711
/proc/meminfo: memFree=30759936/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=22780 CPUtime=0.6 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 4093 7673 0 0 34 5 19 2 20 0 1 0 274462543 23326720 4510 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 5695 4510 181 440 0 5251 0
[pid=17707] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17707/stat : 17707 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274462605 9367552 266 33554432000 4194304 5064252 140734608673648 140734608672560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17707/statm: 2287 266 226 213 0 72 0
[pid=17708] ppid=17707 vsize=56956 CPUtime=24.86 cores=0,2,4,6
/proc/17708/stat : 17708 (glucose) R 17707 17694 11113 0 -1 4202496 11003 0 0 0 2483 3 0 0 20 0 1 0 274462606 58322944 13402 33554432000 4194304 5208918 140736161357088 140736161352856 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17708/statm: 14239 13402 105 248 0 13988 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 98032

[startup+51.1004 s]
/proc/loadavg: 1.97 2.02 2.05 3/184 17711
/proc/meminfo: memFree=30741148/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=22780 CPUtime=0.6 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 4093 7673 0 0 34 5 19 2 20 0 1 0 274462543 23326720 4510 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 5695 4510 181 440 0 5251 0
[pid=17707] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17707/stat : 17707 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274462605 9367552 266 33554432000 4194304 5064252 140734608673648 140734608672560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17707/statm: 2287 266 226 213 0 72 0
[pid=17708] ppid=17707 vsize=75628 CPUtime=50.46 cores=0,2,4,6
/proc/17708/stat : 17708 (glucose) R 17707 17694 11113 0 -1 4202496 11856 0 0 0 5042 4 0 0 20 0 1 0 274462606 77443072 18079 33554432000 4194304 5208918 140736161357088 140736161353464 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17708/statm: 18907 18079 105 248 0 18656 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 116704

[startup+102.307 s]
/proc/loadavg: 1.98 2.01 2.04 3/183 17712
/proc/meminfo: memFree=30753664/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=22780 CPUtime=0.6 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 4093 7673 0 0 34 5 19 2 20 0 1 0 274462543 23326720 4510 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 5695 4510 181 440 0 5251 0
[pid=17707] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17707/stat : 17707 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274462605 9367552 266 33554432000 4194304 5064252 140734608673648 140734608672560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17707/statm: 2287 266 226 213 0 72 0
[pid=17708] ppid=17707 vsize=94484 CPUtime=101.66 cores=0,2,4,6
/proc/17708/stat : 17708 (glucose) R 17707 17694 11113 0 -1 4202496 13342 0 0 0 10161 5 0 0 20 0 1 0 274462606 96751616 21334 33554432000 4194304 5208918 140736161357088 140736161353464 4229307 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17708/statm: 23621 21334 105 248 0 23370 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 135560

[startup+162.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/183 17712
/proc/meminfo: memFree=30733464/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=22780 CPUtime=0.6 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 4093 7673 0 0 34 5 19 2 20 0 1 0 274462543 23326720 4510 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 5695 4510 181 440 0 5251 0
[pid=17707] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17818
/proc/meminfo: memFree=31123500/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=37932 CPUtime=1307.61 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 10149 51989 0 0 75 9 130637 40 20 0 1 0 274462543 38842368 7528 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 9483 7528 181 440 0 9039 0
[pid=17817] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17817/stat : 17817 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274593330 9367552 267 33554432000 4194304 5064252 140736210617616 140736210616528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17817/statm: 2287 267 226 213 0 72 0
[pid=17818] ppid=17817 vsize=66012 CPUtime=54.41 cores=0,2,4,6
/proc/17818/stat : 17818 (glucose) R 17817 17694 11113 0 -1 4202496 9697 0 0 0 5439 2 0 0 20 0 1 0 274593330 67596288 15611 33554432000 4194304 5208918 140735560610016 140735560605704 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17818/statm: 16503 15611 104 248 0 16252 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 122240

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17825
/proc/meminfo: memFree=31108860/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=38036 CPUtime=1386.68 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 13103 65227 0 0 92 11 138521 44 20 0 1 0 274462543 38948864 7528 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 9509 7528 181 440 0 9065 0
[pid=17824] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17824/stat : 17824 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274601239 9367552 267 33554432000 4194304 5064252 140733297266544 140733297265456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17824/statm: 2287 267 226 213 0 72 0
[pid=17825] ppid=17824 vsize=60260 CPUtime=35.32 cores=0,2,4,6
/proc/17825/stat : 17825 (glucose) R 17824 17694 11113 0 -1 4202496 10409 0 0 0 3530 2 0 0 20 0 1 0 274601239 61706240 14080 33554432000 4194304 5208918 140734377122816 140734377120680 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17825/statm: 15065 14080 104 248 0 14814 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 116592

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17825
/proc/meminfo: memFree=31093636/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=38036 CPUtime=1386.68 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 13103 65227 0 0 92 11 138521 44 20 0 1 0 274462543 38948864 7528 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 9509 7528 181 440 0 9065 0
[pid=17824] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17824/stat : 17824 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274601239 9367552 267 33554432000 4194304 5064252 140733297266544 140733297265456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17824/statm: 2287 267 226 213 0 72 0
[pid=17825] ppid=17824 vsize=78936 CPUtime=95.3 cores=0,2,4,6
/proc/17825/stat : 17825 (glucose) R 17824 17694 11113 0 -1 4202496 10422 0 0 0 9527 3 0 0 20 0 1 0 274601239 80830464 17806 33554432000 4194304 5208918 140734377122816 140734377119192 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17825/statm: 19734 17806 104 248 0 19483 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 135268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17825
/proc/meminfo: memFree=31099288/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=38036 CPUtime=1386.68 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 13103 65227 0 0 92 11 138521 44 20 0 1 0 274462543 38948864 7528 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 9509 7528 181 440 0 9065 0
[pid=17824] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17824/stat : 17824 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274601239 9367552 267 33554432000 4194304 5064252 140733297266544 140733297265456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17824/statm: 2287 267 226 213 0 72 0
[pid=17825] ppid=17824 vsize=86296 CPUtime=155.29 cores=0,2,4,6
/proc/17825/stat : 17825 (glucose) R 17824 17694 11113 0 -1 4202496 11939 0 0 0 15525 4 0 0 20 0 1 0 274601239 88367104 16275 33554432000 4194304 5208918 140734377122816 140734377119192 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17825/statm: 21574 16275 104 248 0 21323 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 142628

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 17826
/proc/meminfo: memFree=31065344/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=38036 CPUtime=1386.68 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 13103 65227 0 0 92 11 138521 44 20 0 1 0 274462543 38948864 7528 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 9509 7528 181 440 0 9065 0
[pid=17824] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17824/stat : 17824 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274601239 9367552 267 33554432000 4194304 5064252 140733297266544 140733297265456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17824/statm: 2287 267 226 213 0 72 0
[pid=17825] ppid=17824 vsize=119200 CPUtime=215.29 cores=0,2,4,6
/proc/17825/stat : 17825 (glucose) R 17824 17694 11113 0 -1 4202496 12992 0 0 0 21524 5 0 0 20 0 1 0 274601239 122060800 22424 33554432000 4194304 5208918 140734377122816 140734377120760 4211792 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17825/statm: 29800 22424 104 248 0 29549 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 175532

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 17847
/proc/meminfo: memFree=31097180/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=38036 CPUtime=1641.27 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 22041 104592 0 0 144 18 163903 62 20 0 1 0 274462543 38948864 7528 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 9509 7528 181 440 0 9065 0
[pid=17846] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17846/stat : 17846 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274626702 9367552 267 33554432000 4194304 5064252 140734577300976 140734577299888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17846/statm: 2287 267 226 213 0 72 0
[pid=17847] ppid=17846 vsize=60156 CPUtime=20.69 cores=0,2,4,6
/proc/17847/stat : 17847 (glucose) R 17846 17694 11113 0 -1 4202496 10388 0 0 0 2067 2 0 0 20 0 1 0 274626702 61599744 13439 33554432000 4194304 5208918 140736518182208 140736518178520 4211558 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17847/statm: 15039 13439 104 248 0 14788 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 116488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17847
/proc/meminfo: memFree=31049456/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=38036 CPUtime=1641.27 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 22041 104592 0 0 144 18 163903 62 20 0 1 0 274462543 38948864 7528 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 9509 7528 181 440 0 9065 0
[pid=17846] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17846/stat : 17846 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274626702 9367552 267 33554432000 4194304 5064252 140734577300976 140734577299888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17846/statm: 2287 267 226 213 0 72 0
[pid=17847] ppid=17846 vsize=67336 CPUtime=80.68 cores=0,2,4,6
/proc/17847/stat : 17847 (glucose) R 17846 17694 11113 0 -1 4202496 12154 0 0 0 8065 3 0 0 20 0 1 0 274626702 68952064 15832 33554432000 4194304 5208918 140736518182208 140736518178584 4211572 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17847/statm: 16834 15832 104 248 0 16583 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 123668

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 17847
/proc/meminfo: memFree=31053784/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=38036 CPUtime=1641.27 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 22041 104592 0 0 144 18 163903 62 20 0 1 0 274462543 38948864 7528 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 9509 7528 181 440 0 9065 0
[pid=17846] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17846/stat : 17846 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274626702 9367552 267 33554432000 4194304 5064252 140734577300976 140734577299888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17846/statm: 2287 267 226 213 0 72 0
[pid=17847] ppid=17846 vsize=106404 CPUtime=140.67 cores=0,2,4,6
/proc/17847/stat : 17847 (glucose) R 17846 17694 11113 0 -1 4202496 12959 0 0 0 14063 4 0 0 20 0 1 0 274626702 108957696 24175 33554432000 4194304 5208918 140736518182208 140736518178584 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17847/statm: 26601 24175 104 248 0 26350 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 162736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 17847
/proc/meminfo: memFree=31019836/32873844 swapFree=6080/6080
[pid=17694] ppid=17692 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17694/stat : 17694 (npSolver-pbo.sh) S 17692 17694 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462543 9367552 275 33554432000 4194304 5064252 140734707980512 140734707979424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17694/statm: 2287 275 233 213 0 72 0
[pid=17695] ppid=17694 vsize=38036 CPUtime=1641.27 cores=0,2,4,6
/proc/17695/stat : 17695 (npSolver-pbo) S 17694 17694 11113 0 -1 4202496 22041 104592 0 0 144 18 163903 62 20 0 1 0 274462543 38948864 7528 33554432000 4194304 5992684 140737147485120 140737147477440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17695/statm: 9509 7528 181 440 0 9065 0
[pid=17846] ppid=17695 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17846/stat : 17846 (satsolver.sh) S 17695 17694 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274626702 9367552 267 33554432000 4194304 5064252 140734577300976 140734577299888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17846/statm: 2287 267 226 213 0 72 0
[pid=17847] ppid=17846 vsize=106404 CPUtime=158.77 cores=0,2,4,6
/proc/17847/stat : 17847 (glucose) R 17846 17694 11113 0 -1 4202496 13202 0 0 0 15873 4 0 0 20 0 1 0 274626702 108957696 24590 33554432000 4194304 5208918 140736518182208 140736518178584 4211851 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17847/statm: 26601 24590 104 248 0 26350 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 162736

Sending SIGTERM to process tree (bottom up)

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.870867
maximum resident set size= 201416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140826
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 729
involuntary context switches= 1989

runsolver used 3.33849 second user time and 8.01478 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-27 03:49:40
IDJOB=3701530
IDBENCH=72120
IDSOLVER=2277
FILE ID=node139/3701530-1338083380
RUNJOBID= node139-1338052937-11129
PBS_JOBID= 14624401
Free space on /tmp= 71560 MiB

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

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

MD5SUM BENCH= 80d4beb6552975b1ad66516326ec7dfd
RANDOM SEED=103818136

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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:        30847192 kB
Buffers:          288896 kB
Cached:           491024 kB
SwapCached:          284 kB
Active:          1086264 kB
Inactive:         108232 kB
Active(anon):     407856 kB
Inactive(anon):     9288 kB
Active(file):     678408 kB
Inactive(file):    98944 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67106400 kB
Dirty:              8980 kB
Writeback:             0 kB
AnonPages:        422620 kB
Mapped:            12968 kB
Shmem:                 8 kB
Slab:             689256 kB
SReclaimable:     131488 kB
SUnreclaim:       557768 kB
KernelStack:        1496 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     643756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 71620 MiB
End job on node139 at 2012-05-27 04:19:40