Trace number 3701268

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.07 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-4.opb
MD5SUM937ec96fd1742e5ed6250d14e65c707b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-54
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 -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints127011
Number of constraints which are clauses127011
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1534
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1534
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1534
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.26	c run usual solver
0.00/0.90	c model valid
0.00/0.90	c current solution ok
0.74/1.09	o 0
0.74/1.09	c current bound: 767
0.74/1.09	c (debug) using card networks
7.42/7.78	c current bound: 1151
7.42/7.78	c (debug) using card networks
19.21/19.58	c current bound: 1343
19.21/19.58	c (debug) using card networks
35.71/36.01	c current bound: 1439
35.71/36.01	c (debug) using card networks
55.60/56.00	c current bound: 1487
55.60/56.00	c (debug) using card networks
75.82/76.18	c model valid
75.82/76.18	c current solution ok
75.82/76.19	o -48
75.82/76.19	c current bound: 1463
75.82/76.19	c (debug) using card networks
98.29/98.69	c current bound: 1475
98.29/98.69	c (debug) using card networks
1800.03/1800.61	./satsolver.sh: line 5:  6613 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.61	c error: unexpected solver exit code
1800.03/1800.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6556
/proc/meminfo: memFree=28759036/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0

[startup+0.092338 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6556
/proc/meminfo: memFree=28759036/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6556
/proc/meminfo: memFree=28759036/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300207 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6556
/proc/meminfo: memFree=28759036/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700252 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6556
/proc/meminfo: memFree=28759036/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 6567
/proc/meminfo: memFree=28753020/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=10464 CPUtime=0.88 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 3670 8768 0 0 45 18 23 2 20 0 1 0 272393337 10715136 1962 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 2616 1962 177 440 0 2172 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 19612

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6570
/proc/meminfo: memFree=28710560/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=10464 CPUtime=0.88 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 3670 8768 0 0 45 18 23 2 20 0 1 0 272393337 10715136 1962 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 2616 1962 177 440 0 2172 0
[pid=6569] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6569/stat : 6569 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272393453 9367552 267 33554432000 4194304 5064252 140737355297264 140737355296176 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6569/statm: 2287 267 226 213 0 72 0
[pid=6570] ppid=6569 vsize=37968 CPUtime=1.93 cores=1,3,5,7
/proc/6570/stat : 6570 (glucose) R 6569 6556 3926 0 -1 4202496 7876 0 0 0 191 2 0 0 20 0 1 0 272393453 38879232 8437 33554432000 4194304 5208918 140735781565408 140735781563240 4211162 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6570/statm: 9492 8437 95 248 0 9241 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 66728

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6570
/proc/meminfo: memFree=28710312/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=10464 CPUtime=0.88 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 3670 8768 0 0 45 18 23 2 20 0 1 0 272393337 10715136 1962 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 2616 1962 177 440 0 2172 0
[pid=6569] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6569/stat : 6569 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272393453 9367552 267 33554432000 4194304 5064252 140737355297264 140737355296176 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6569/statm: 2287 267 226 213 0 72 0
[pid=6570] ppid=6569 vsize=37968 CPUtime=5.13 cores=1,3,5,7
/proc/6570/stat : 6570 (glucose) R 6569 6556 3926 0 -1 4202496 7899 0 0 0 511 2 0 0 20 0 1 0 272393453 38879232 8460 33554432000 4194304 5208918 140735781565408 140735781563240 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6570/statm: 9492 8460 103 248 0 9241 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 66728

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 6577
/proc/meminfo: memFree=28708600/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=7.57 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 5005 19507 0 0 51 18 682 6 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6576] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6576/stat : 6576 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272394122 9367552 267 33554432000 4194304 5064252 140736378435856 140736378434768 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6576/statm: 2287 267 226 213 0 72 0
[pid=6577] ppid=6576 vsize=38844 CPUtime=4.84 cores=1,3,5,7
/proc/6577/stat : 6577 (glucose) R 6576 6556 3926 0 -1 4202496 8750 0 0 0 482 2 0 0 20 0 1 0 272394122 39776256 8523 33554432000 4194304 5208918 140735976306704 140735976304536 4205139 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6577/statm: 9711 8523 95 248 0 9460 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 69660

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/185 6585
/proc/meminfo: memFree=28707296/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=19.37 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 6340 31278 0 0 56 19 1852 10 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6584] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6584/stat : 6584 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272395302 9367552 267 33554432000 4194304 5064252 140736420145088 140736420144000 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6584/statm: 2287 267 226 213 0 72 0
[pid=6585] ppid=6584 vsize=38776 CPUtime=5.84 cores=1,3,5,7
/proc/6585/stat : 6585 (glucose) R 6584 6556 3926 0 -1 4202496 8767 0 0 0 583 1 0 0 20 0 1 0 272395302 39706624 8549 33554432000 4194304 5208918 140734965700000 140734965697832 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6585/statm: 9694 8549 95 248 0 9443 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 69592

[startup+51.1005 s]
/proc/loadavg: 2.10 2.03 2.01 3/185 6592
/proc/meminfo: memFree=28686948/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=35.8 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 7675 43384 0 0 61 20 3486 13 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6591] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6591/stat : 6591 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272396945 9367552 266 33554432000 4194304 5064252 140734458150800 140734458149712 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6591/statm: 2287 266 226 213 0 72 0
[pid=6592] ppid=6591 vsize=39228 CPUtime=15.01 cores=1,3,5,7
/proc/6592/stat : 6592 (glucose) R 6591 6556 3926 0 -1 4202496 9325 0 0 0 1499 2 0 0 20 0 1 0 272396945 40169472 8571 33554432000 4194304 5208918 140736004472000 140736004469832 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6592/statm: 9807 8571 104 248 0 9556 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 70044

[startup+102.307 s]
/proc/loadavg: 2.23 2.08 2.02 3/185 6613
/proc/meminfo: memFree=28685364/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=98.47 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 11705 83086 0 0 90 23 9701 33 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6612] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6612/stat : 6612 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272403212 9367552 266 33554432000 4194304 5064252 140734529637680 140734529636592 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6612/statm: 2287 266 226 213 0 72 0
[pid=6613] ppid=6612 vsize=38768 CPUtime=3.53 cores=1,3,5,7
/proc/6613/stat : 6613 (glucose) R 6612 6556 3926 0 -1 4202496 8545 0 0 0 352 1 0 0 20 0 1 0 272403213 39698432 9012 33554432000 4194304 5208918 140736701951712 140736701949544 4229780 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6613/statm: 9692 9012 103 248 0 9441 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 69584

[startup+162.3 s]
/proc/loadavg: 2.19 2.10 2.03 3/185 6613
/proc/meminfo: memFree=28662328/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=98.47 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 11705 83086 0 0 90 23 9701 33 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6612] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6612/stat : 6612 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272403212 9367552 266 33554432000 4194304 5064252 140734529637680 140734529636592 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6612/statm: 2287 266 226 213 0 72 0
[pid=6613] ppid=6612 vsize=51968 CPUtime=63.52 cores=1,3,5,7
/proc/6613/stat : 6613 (glucose) R 6612 6556 3926 0 -1 4202496 12553 0 0 0 6348 4 0 0 20 0 1 0 272403213 53215232 12017 33554432000 4194304 5208918 140736701951712 140736701948088 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6613/statm: 12992 12017 105 248 0 12741 0
Current children cumulated CPU time (s) 161.99

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 6623
/proc/meminfo: memFree=28437640/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=98.47 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 11705 83086 0 0 90 23 9701 33 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6612] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6612/stat : 6612 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272403212 9367552 266 33554432000 4194304 5064252 140734529637680 140734529636592 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6612/statm: 2287 266 226 213 0 72 0
[pid=6613] ppid=6612 vsize=213556 CPUtime=1263.32 cores=1,3,5,7
/proc/6613/stat : 6613 (glucose) R 6612 6556 3926 0 -1 4202496 20072 0 0 0 126284 48 0 0 20 0 1 0 272403213 218681344 45704 33554432000 4194304 5208918 140736701951712 140736701949864 4229347 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6613/statm: 53389 45704 105 248 0 53138 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 244372

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 6623
/proc/meminfo: memFree=28545868/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=98.47 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 11705 83086 0 0 90 23 9701 33 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6612] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6612/stat : 6612 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272403212 9367552 266 33554432000 4194304 5064252 140734529637680 140734529636592 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6612/statm: 2287 266 226 213 0 72 0
[pid=6613] ppid=6612 vsize=133416 CPUtime=1323.32 cores=1,3,5,7
/proc/6613/stat : 6613 (glucose) R 6612 6556 3926 0 -1 4202496 20204 0 0 0 132282 50 0 0 20 0 1 0 272403213 136617984 32802 33554432000 4194304 5208918 140736701951712 140736701949800 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6613/statm: 33354 32802 105 248 0 33103 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 164232

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 6623
/proc/meminfo: memFree=28475584/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=98.47 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 11705 83086 0 0 90 23 9701 33 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6612] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6612/stat : 6612 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272403212 9367552 266 33554432000 4194304 5064252 140734529637680 140734529636592 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6612/statm: 2287 266 226 213 0 72 0
[pid=6613] ppid=6612 vsize=182736 CPUtime=1383.3 cores=1,3,5,7
/proc/6613/stat : 6613 (glucose) R 6612 6556 3926 0 -1 4202496 20389 0 0 0 138277 53 0 0 20 0 1 0 272403213 187121664 42053 33554432000 4194304 5208918 140736701951712 140736701949704 4229712 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6613/statm: 45684 42053 105 248 0 45433 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 213552

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 6627
/proc/meminfo: memFree=28445260/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=98.47 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 11705 83086 0 0 90 23 9701 33 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6612] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6612/stat : 6612 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272403212 9367552 266 33554432000 4194304 5064252 140734529637680 140734529636592 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6612/statm: 2287 266 226 213 0 72 0
[pid=6613] ppid=6612 vsize=214884 CPUtime=1443.3 cores=1,3,5,7
/proc/6613/stat : 6613 (glucose) R 6612 6556 3926 0 -1 4202496 20940 0 0 0 144274 56 0 0 20 0 1 0 272403213 220041216 47060 33554432000 4194304 5208918 140736701951712 140736701949864 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6613/statm: 53721 47060 105 248 0 53470 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 245700

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 6627
/proc/meminfo: memFree=28433940/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=98.47 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 11705 83086 0 0 90 23 9701 33 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6612] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6612/stat : 6612 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272403212 9367552 266 33554432000 4194304 5064252 140734529637680 140734529636592 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6612/statm: 2287 266 226 213 0 72 0
[pid=6613] ppid=6612 vsize=215696 CPUtime=1503.28 cores=1,3,5,7
/proc/6613/stat : 6613 (glucose) R 6612 6556 3926 0 -1 4202496 21311 0 0 0 150270 58 0 0 20 0 1 0 272403213 220872704 48826 33554432000 4194304 5208918 140736701951712 140736701949864 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6613/statm: 53924 48826 105 248 0 53673 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 246512

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 6627
/proc/meminfo: memFree=28396908/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=98.47 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 11705 83086 0 0 90 23 9701 33 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6612] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6612/stat : 6612 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272403212 9367552 266 33554432000 4194304 5064252 140734529637680 140734529636592 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6612/statm: 2287 266 226 213 0 72 0
[pid=6613] ppid=6612 vsize=246156 CPUtime=1563.28 cores=1,3,5,7
/proc/6613/stat : 6613 (glucose) R 6612 6556 3926 0 -1 4202496 21909 0 0 0 156267 61 0 0 20 0 1 0 272403213 252063744 55901 33554432000 4194304 5208918 140736701951712 140736701949864 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6613/statm: 61539 55901 105 248 0 61288 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 276972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6667
/proc/meminfo: memFree=27678848/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=98.47 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 11705 83086 0 0 90 23 9701 33 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6612] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6612/stat : 6612 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272403212 9367552 266 33554432000 4194304 5064252 140734529637680 140734529636592 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6612/statm: 2287 266 226 213 0 72 0
[pid=6613] ppid=6612 vsize=246156 CPUtime=1623.27 cores=1,3,5,7
/proc/6613/stat : 6613 (glucose) R 6612 6556 3926 0 -1 4202496 22044 0 0 0 162265 62 0 0 20 0 1 0 272403213 252063744 56413 33554432000 4194304 5208918 140736701951712 140736701949864 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6613/statm: 61539 56413 105 248 0 61288 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 276972

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 6667
/proc/meminfo: memFree=26578892/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=98.47 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 11705 83086 0 0 90 23 9701 33 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6612] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6612/stat : 6612 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272403212 9367552 266 33554432000 4194304 5064252 140734529637680 140734529636592 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6612/statm: 2287 266 226 213 0 72 0
[pid=6613] ppid=6612 vsize=246156 CPUtime=1683.25 cores=1,3,5,7
/proc/6613/stat : 6613 (glucose) R 6612 6556 3926 0 -1 4202496 22184 0 0 0 168261 64 0 0 20 0 1 0 272403213 252063744 56414 33554432000 4194304 5208918 140736701951712 140736701949864 4229095 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6613/statm: 61539 56414 105 248 0 61288 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 276972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 6668
/proc/meminfo: memFree=26283568/32873844 swapFree=7616/7616
[pid=6556] ppid=6554 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6556/stat : 6556 (npSolver-pbo.sh) S 6554 6556 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272393337 9367552 275 33554432000 4194304 5064252 140733326502016 140733326500928 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6556/statm: 2287 275 233 213 0 72 0
[pid=6557] ppid=6556 vsize=12520 CPUtime=98.47 cores=1,3,5,7
/proc/6557/stat : 6557 (npSolver-pbo) S 6556 6556 3926 0 -1 4202496 11705 83086 0 0 90 23 9701 33 20 0 1 0 272393337 12820480 2405 33554432000 4194304 5992684 140733262264800 140733262257120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6557/statm: 3130 2405 177 440 0 2686 0
[pid=6612] ppid=6557 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6612/stat : 6612 (satsolver.sh) S 6557 6556 3926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272403212 9367552 266 33554432000 4194304 5064252 140734529637680 140734529636592 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6612/statm: 2287 266 226 213 0 72 0
[pid=6613] ppid=6612 vsize=215336 CPUtime=1701.56 cores=1,3,5,7
/proc/6613/stat : 6613 (glucose) R 6612 6556 3926 0 -1 4202496 22238 0 0 0 170091 65 0 0 20 0 1 0 272403213 220504064 50715 33554432000 4194304 5208918 140736701951712 140736701949704 4229374 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6613/statm: 53834 50715 105 248 0 53583 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 246152

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.07
CPU user time (s): 1798.83
CPU system time (s): 1.23281
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 276972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.23281
maximum resident set size= 227700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118017
page faults= 0
swaps= 0
block input operations= 0
block output operations= 74624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 342
involuntary context switches= 2115

runsolver used 3.76943 second user time and 8.86665 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-26 22:04:46
IDJOB=3701268
IDBENCH=2266
IDSOLVER=2277
FILE ID=node135/3701268-1338062685
RUNJOBID= node135-1338048946-3943
PBS_JOBID= 14624374
Free space on /tmp= 71496 MiB

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

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

MD5SUM BENCH= 937ec96fd1742e5ed6250d14e65c707b
RANDOM SEED=1150342106

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28763628 kB
Buffers:          279040 kB
Cached:          2934296 kB
SwapCached:          940 kB
Active:          1044872 kB
Inactive:        2253888 kB
Active(anon):      74608 kB
Inactive(anon):    13124 kB
Active(file):     970264 kB
Inactive(file):  2240764 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67106688 kB
Dirty:             11676 kB
Writeback:             0 kB
AnonPages:        177884 kB
Mapped:            15332 kB
Shmem:               208 kB
Slab:             671712 kB
SReclaimable:     113936 kB
SUnreclaim:       557776 kB
KernelStack:        1528 kB
PageTables:         4076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     203560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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= 71488 MiB
End job on node135 at 2012-05-26 22:34:46