Trace number 3701226

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.14 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMfad34197fa8b5ebd519d12750a352ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark668
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 480
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495457
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495457
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.39/1.41	c run usual solver
169.04/169.13	c model valid
169.04/169.13	c current solution ok
170.03/170.16	o 6650
170.03/170.16	c current bound: 3325
170.03/170.16	c fallback to adder encoding
1800.09/1800.51	./satsolver.sh: line 5:  4963 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.51	c error: unexpected solver exit code
1800.09/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.14 2/181 4949
/proc/meminfo: memFree=28484656/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0

[startup+0.043541 s]
/proc/loadavg: 2.01 2.02 2.14 2/181 4949
/proc/meminfo: memFree=28484656/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100243 s]
/proc/loadavg: 2.01 2.02 2.14 2/181 4949
/proc/meminfo: memFree=28484656/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300197 s]
/proc/loadavg: 2.01 2.02 2.14 2/181 4949
/proc/meminfo: memFree=28484656/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700198 s]
/proc/loadavg: 2.01 2.02 2.14 2/181 4949
/proc/meminfo: memFree=28484656/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.01 2.02 2.14 3/183 4951
/proc/meminfo: memFree=28476124/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=21112 CPUtime=1.41 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 3543 0 0 0 137 4 0 0 20 0 1 0 271536732 21618688 3587 33554432000 4194304 5992684 140734094475376 140734094469408 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 5278 3587 164 440 0 4834 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 30260

[startup+3.10034 s]
/proc/loadavg: 2.01 2.02 2.14 3/185 4953
/proc/meminfo: memFree=28398592/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=21112 CPUtime=1.41 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 3543 0 0 0 137 4 0 0 20 0 1 0 271536732 21618688 3587 33554432000 4194304 5992684 140734094475376 140734094469408 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 5278 3587 164 440 0 4834 0
[pid=4952] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4952/stat : 4952 (cp2_pre.sh) S 4950 4949 3926 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271536875 9367552 277 33554432000 4194304 5064252 140736119161824 140736119160528 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4952/statm: 2287 277 234 213 0 72 0
[pid=4953] ppid=4952 vsize=63328 CPUtime=1.66 cores=1,3,5,7
/proc/4953/stat : 4953 (coprocessor) R 4952 4949 3926 0 -1 4202496 13502 0 0 0 163 3 0 0 20 0 1 0 271536875 64847872 15032 33554432000 4194304 6586260 140735927117872 140735927113672 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/4953/statm: 15832 15032 197 584 0 15244 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 102736

[startup+6.30038 s]
/proc/loadavg: 2.01 2.02 2.14 3/185 4956
/proc/meminfo: memFree=28419400/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=21112 CPUtime=3.09 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 3551 14406 0 0 137 4 164 4 20 0 1 0 271536732 21618688 3587 33554432000 4194304 5992684 140734094475376 140734094470496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 5278 3587 164 440 0 4834 0
[pid=4955] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4955/stat : 4955 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271537044 9367552 267 33554432000 4194304 5064252 140736374979216 140736374978128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4955/statm: 2287 267 226 213 0 72 0
[pid=4956] ppid=4955 vsize=73716 CPUtime=3.16 cores=1,3,5,7
/proc/4956/stat : 4956 (glucose) R 4955 4949 3926 0 -1 4202496 11702 0 0 0 314 2 0 0 20 0 1 0 271537045 75485184 16173 33554432000 4194304 5208918 140734866519840 140734866517928 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4956/statm: 18429 16173 96 248 0 18178 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 113124

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.14 3/185 4956
/proc/meminfo: memFree=28421372/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=21112 CPUtime=3.09 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 3551 14406 0 0 137 4 164 4 20 0 1 0 271536732 21618688 3587 33554432000 4194304 5992684 140734094475376 140734094470496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 5278 3587 164 440 0 4834 0
[pid=4955] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4955/stat : 4955 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271537044 9367552 267 33554432000 4194304 5064252 140736374979216 140736374978128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4955/statm: 2287 267 226 213 0 72 0
[pid=4956] ppid=4955 vsize=123036 CPUtime=9.56 cores=1,3,5,7
/proc/4956/stat : 4956 (glucose) R 4955 4949 3926 0 -1 4202496 11848 0 0 0 952 4 0 0 20 0 1 0 271537045 125988864 23911 33554432000 4194304 5208918 140734866519840 140734866517928 4545621 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4956/statm: 30759 23911 96 248 0 30508 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 162444

[startup+25.5072 s]
/proc/loadavg: 2.01 2.02 2.13 3/185 4956
/proc/meminfo: memFree=28415616/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=21112 CPUtime=3.09 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 3551 14406 0 0 137 4 164 4 20 0 1 0 271536732 21618688 3587 33554432000 4194304 5992684 140734094475376 140734094470496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 5278 3587 164 440 0 4834 0
[pid=4955] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4955/stat : 4955 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271537044 9367552 267 33554432000 4194304 5064252 140736374979216 140736374978128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4955/statm: 2287 267 226 213 0 72 0
[pid=4956] ppid=4955 vsize=73716 CPUtime=22.37 cores=1,3,5,7
/proc/4956/stat : 4956 (glucose) R 4955 4949 3926 0 -1 4202496 11968 0 0 0 2231 6 0 0 20 0 1 0 271537045 75485184 17746 33554432000 4194304 5208918 140734866519840 140734866517928 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4956/statm: 18429 17746 96 248 0 18178 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 113124

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.13 3/185 4956
/proc/meminfo: memFree=28357668/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=21112 CPUtime=3.09 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 3551 14406 0 0 137 4 164 4 20 0 1 0 271536732 21618688 3587 33554432000 4194304 5992684 140734094475376 140734094470496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 5278 3587 164 440 0 4834 0
[pid=4955] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4955/stat : 4955 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271537044 9367552 267 33554432000 4194304 5064252 140736374979216 140736374978128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4955/statm: 2287 267 226 213 0 72 0
[pid=4956] ppid=4955 vsize=123036 CPUtime=47.95 cores=1,3,5,7
/proc/4956/stat : 4956 (glucose) R 4955 4949 3926 0 -1 4202496 12244 0 0 0 4785 10 0 0 20 0 1 0 271537045 125988864 27495 33554432000 4194304 5208918 140734866519840 140734866517832 4229853 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4956/statm: 30759 27495 96 248 0 30508 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 162444

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/185 4956
/proc/meminfo: memFree=28399208/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=21112 CPUtime=3.09 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 3551 14406 0 0 137 4 164 4 20 0 1 0 271536732 21618688 3587 33554432000 4194304 5992684 140734094475376 140734094470496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 5278 3587 164 440 0 4834 0
[pid=4955] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4955/stat : 4955 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271537044 9367552 267 33554432000 4194304 5064252 140736374979216 140736374978128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4955/statm: 2287 267 226 213 0 72 0
[pid=4956] ppid=4955 vsize=73716 CPUtime=99.14 cores=1,3,5,7
/proc/4956/stat : 4956 (glucose) R 4955 4949 3926 0 -1 4202496 12918 0 0 0 9894 20 0 0 20 0 1 0 271537045 75485184 17747 33554432000 4194304 5208918 140734866519840 140734866517928 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4956/statm: 18429 17747 96 248 0 18178 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 113124

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/185 4956
/proc/meminfo: memFree=28344424/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=21112 CPUtime=3.09 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 3551 14406 0 0 137 4 164 4 20 0 1 0 271536732 21618688 3587 33554432000 4194304 5992684 140734094475376 140734094470496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 5278 3587 164 440 0 4834 0
[pid=4955] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4955/stat : 4955 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271537044 9367552 267 33554432000 4194304 5064252 140736374979216 140736374978128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4955/statm: 2287 267 226 213 0 72 0
[pid=4956] ppid=4955 vsize=123036 CPUtime=159.13 cores=1,3,5,7
/proc/4956/stat : 4956 (glucose) R 4955 4949 3926 0 -1 4202496 15242 0 0 0 15883 30 0 0 20 0 1 0 271537045 125988864 28008 33554432000 4194304 5208918 140734866519840 140734866517832 4230008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4956/statm: 30759 28008 96 248 0 30508 0
Current children cumulated CPU time (s) 162.22

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5049
/proc/meminfo: memFree=28420824/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=109284 CPUtime=170.83 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 9409 32816 0 0 284 99 16661 39 20 0 1 0 271536732 111906816 20176 33554432000 4194304 5992684 140734094475376 140734094467696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 27321 20176 181 440 0 26877 0
[pid=4962] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4962/stat : 4962 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271553822 9367552 267 33554432000 4194304 5064252 140734409145008 140734409143920 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4962/statm: 2287 267 226 213 0 72 0
[pid=4963] ppid=4962 vsize=188836 CPUtime=1251.13 cores=1,3,5,7
/proc/4963/stat : 4963 (glucose) R 4962 4949 3926 0 -1 4202496 44509 0 0 0 125061 52 0 0 20 0 1 0 271553822 193368064 44189 33554432000 4194304 5208918 140735691506496 140735691504584 4210951 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4963/statm: 47209 44189 104 248 0 46958 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 316416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5050
/proc/meminfo: memFree=28369360/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=109284 CPUtime=170.83 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 9409 32816 0 0 284 99 16661 39 20 0 1 0 271536732 111906816 20176 33554432000 4194304 5992684 140734094475376 140734094467696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 27321 20176 181 440 0 26877 0
[pid=4962] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4962/stat : 4962 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271553822 9367552 267 33554432000 4194304 5064252 140734409145008 140734409143920 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4962/statm: 2287 267 226 213 0 72 0
[pid=4963] ppid=4962 vsize=270080 CPUtime=1311.12 cores=1,3,5,7
/proc/4963/stat : 4963 (glucose) R 4962 4949 3926 0 -1 4202496 45651 0 0 0 131058 54 0 0 20 0 1 0 271553822 276561920 56567 33554432000 4194304 5208918 140735691506496 140735691502808 4205231 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4963/statm: 67520 56567 104 248 0 67269 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 397660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5050
/proc/meminfo: memFree=28419684/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=109284 CPUtime=170.83 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 9409 32816 0 0 284 99 16661 39 20 0 1 0 271536732 111906816 20176 33554432000 4194304 5992684 140734094475376 140734094467696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 27321 20176 181 440 0 26877 0
[pid=4962] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4962/stat : 4962 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271553822 9367552 267 33554432000 4194304 5064252 140734409145008 140734409143920 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4962/statm: 2287 267 226 213 0 72 0
[pid=4963] ppid=4962 vsize=190264 CPUtime=1371.12 cores=1,3,5,7
/proc/4963/stat : 4963 (glucose) R 4962 4949 3926 0 -1 4202496 46460 0 0 0 137056 56 0 0 20 0 1 0 271553822 194830336 43631 33554432000 4194304 5208918 140735691506496 140735691504584 4211615 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4963/statm: 47566 43631 104 248 0 47315 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 317844

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/185 5050
/proc/meminfo: memFree=28396972/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=109284 CPUtime=170.83 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 9409 32816 0 0 284 99 16661 39 20 0 1 0 271536732 111906816 20176 33554432000 4194304 5992684 140734094475376 140734094467696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 27321 20176 181 440 0 26877 0
[pid=4962] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4962/stat : 4962 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271553822 9367552 267 33554432000 4194304 5064252 140734409145008 140734409143920 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4962/statm: 2287 267 226 213 0 72 0
[pid=4963] ppid=4962 vsize=221352 CPUtime=1431.11 cores=1,3,5,7
/proc/4963/stat : 4963 (glucose) R 4962 4949 3926 0 -1 4202496 47109 0 0 0 143054 57 0 0 20 0 1 0 271553822 226664448 49387 33554432000 4194304 5208918 140735691506496 140735691502872 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4963/statm: 55338 49387 104 248 0 55087 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 348932

[startup+1662.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 5050
/proc/meminfo: memFree=28344040/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=109284 CPUtime=170.83 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 9409 32816 0 0 284 99 16661 39 20 0 1 0 271536732 111906816 20176 33554432000 4194304 5992684 140734094475376 140734094467696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 27321 20176 181 440 0 26877 0
[pid=4962] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4962/stat : 4962 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271553822 9367552 267 33554432000 4194304 5064252 140734409145008 140734409143920 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4962/statm: 2287 267 226 213 0 72 0
[pid=4963] ppid=4962 vsize=272008 CPUtime=1491.08 cores=1,3,5,7
/proc/4963/stat : 4963 (glucose) R 4962 4949 3926 0 -1 4202496 47577 0 0 0 149050 58 0 0 20 0 1 0 271553822 278536192 62604 33554432000 4194304 5208918 140735691506496 140735691502264 4205185 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4963/statm: 68002 62604 104 248 0 67751 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 399588

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 5053
/proc/meminfo: memFree=28382244/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=109284 CPUtime=170.83 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 9409 32816 0 0 284 99 16661 39 20 0 1 0 271536732 111906816 20176 33554432000 4194304 5992684 140734094475376 140734094467696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 27321 20176 181 440 0 26877 0
[pid=4962] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4962/stat : 4962 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271553822 9367552 267 33554432000 4194304 5064252 140734409145008 140734409143920 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4962/statm: 2287 267 226 213 0 72 0
[pid=4963] ppid=4962 vsize=222444 CPUtime=1551.07 cores=1,3,5,7
/proc/4963/stat : 4963 (glucose) R 4962 4949 3926 0 -1 4202496 49223 0 0 0 155047 60 0 0 20 0 1 0 271553822 227782656 50042 33554432000 4194304 5208918 140735691506496 140735691502872 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4963/statm: 55611 50042 104 248 0 55360 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 350024

[startup+1782.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/185 5053
/proc/meminfo: memFree=28321868/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=109284 CPUtime=170.83 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 9409 32816 0 0 284 99 16661 39 20 0 1 0 271536732 111906816 20176 33554432000 4194304 5992684 140734094475376 140734094467696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 27321 20176 181 440 0 26877 0
[pid=4962] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4962/stat : 4962 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271553822 9367552 267 33554432000 4194304 5064252 140734409145008 140734409143920 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4962/statm: 2287 267 226 213 0 72 0
[pid=4963] ppid=4962 vsize=273224 CPUtime=1611.07 cores=1,3,5,7
/proc/4963/stat : 4963 (glucose) R 4962 4949 3926 0 -1 4202496 49927 0 0 0 161045 62 0 0 20 0 1 0 271553822 279781376 65054 33554432000 4194304 5208918 140735691506496 140735691502264 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4963/statm: 68306 65054 104 248 0 68055 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 400804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.11 2.03 2.01 3/185 5054
/proc/meminfo: memFree=28302756/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=109284 CPUtime=170.83 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 9409 32816 0 0 284 99 16661 39 20 0 1 0 271536732 111906816 20176 33554432000 4194304 5992684 140734094475376 140734094467696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 27321 20176 181 440 0 26877 0
[pid=4962] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4962/stat : 4962 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271553822 9367552 267 33554432000 4194304 5064252 140734409145008 140734409143920 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4962/statm: 2287 267 226 213 0 72 0
[pid=4963] ppid=4962 vsize=355616 CPUtime=1629.26 cores=1,3,5,7
/proc/4963/stat : 4963 (glucose) R 4962 4949 3926 0 -1 4202496 50617 0 0 0 162864 62 0 0 20 0 1 0 271553822 364150784 69832 33554432000 4194304 5208918 140735691506496 140735691504248 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4963/statm: 88904 69832 104 248 0 88653 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 483196

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.11 2.03 2.01 3/185 5054
/proc/meminfo: memFree=28302756/32873844 swapFree=7616/7616
[pid=4949] ppid=4947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (npSolver-pbo.sh) S 4947 4949 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271536732 9367552 275 33554432000 4194304 5064252 140735514689792 140735514688704 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4949/statm: 2287 275 233 213 0 72 0
[pid=4950] ppid=4949 vsize=109284 CPUtime=170.83 cores=1,3,5,7
/proc/4950/stat : 4950 (npSolver-pbo) S 4949 4949 3926 0 -1 4202496 9409 32816 0 0 284 99 16661 39 20 0 1 0 271536732 111906816 20176 33554432000 4194304 5992684 140734094475376 140734094467696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4950/statm: 27321 20176 181 440 0 26877 0
[pid=4962] ppid=4950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4962/stat : 4962 (satsolver.sh) S 4950 4949 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271553822 9367552 267 33554432000 4194304 5064252 140734409145008 140734409143920 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4962/statm: 2287 267 226 213 0 72 0
[pid=4963] ppid=4962 vsize=355616 CPUtime=1629.26 cores=1,3,5,7
/proc/4963/stat : 4963 (glucose) R 4962 4949 3926 0 -1 4202496 50617 0 0 0 162864 62 0 0 20 0 1 0 271553822 364150784 69832 33554432000 4194304 5208918 140735691506496 140735691504248 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4963/statm: 88904 69832 104 248 0 88653 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 483196

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.14
CPU user time (s): 1798.11
CPU system time (s): 2.03069
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 530820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.03069
maximum resident set size= 315888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93832
page faults= 0
swaps= 0
block input operations= 0
block output operations= 162048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 188
involuntary context switches= 1871

runsolver used 3.21151 second user time and 8.82266 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-26 19:41:59
IDJOB=3701226
IDBENCH=1974
IDSOLVER=2277
FILE ID=node135/3701226-1338054119
RUNJOBID= node135-1338048946-3943
PBS_JOBID= 14624374
Free space on /tmp= 71416 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701226-1338054119/watcher-3701226-1338054119 -o /tmp/evaluation-result-3701226-1338054119/solver-3701226-1338054119 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701226-1338054119.opb 2080877255 HOME HOME

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

MD5SUM BENCH= fad34197fa8b5ebd519d12750a352ad5
RANDOM SEED=2080877255

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:        28484284 kB
Buffers:          273868 kB
Cached:          3016208 kB
SwapCached:          732 kB
Active:          1324568 kB
Inactive:        2250500 kB
Active(anon):     273952 kB
Inactive(anon):    13612 kB
Active(file):    1050616 kB
Inactive(file):  2236888 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67106648 kB
Dirty:             24868 kB
Writeback:             0 kB
AnonPages:        294012 kB
Mapped:            15532 kB
Shmem:               208 kB
Slab:             671820 kB
SReclaimable:     113960 kB
SUnreclaim:       557860 kB
KernelStack:        1504 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     443480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 71420 MiB
End job on node135 at 2012-05-26 20:12:00