Trace number 3751493

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 inc-topdown-quickBound (fixed)? (problem) 293.939 526.426

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1465935
Best CPU time to get the best result obtained on this benchmark1803.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

289.74/289.83	terminate called after throwing an instance of 'std::bad_alloc'
289.74/289.83	  what():  std::bad_alloc
293.90/526.42	HOME/npSolver-pbo-Itdqb.sh: line 18: 20071 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

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-3751493-1339156101/watcher-3751493-1339156101 -o /tmp/evaluation-result-3751493-1339156101/solver-3751493-1339156101 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751493-1339156101.opb 1033030766 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.12 2.09 2.22 3/178 20070
/proc/meminfo: memFree=20750504/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0

[startup+0.0729519 s]
/proc/loadavg: 2.12 2.09 2.22 3/178 20070
/proc/meminfo: memFree=20750504/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100305 s]
/proc/loadavg: 2.12 2.09 2.22 3/178 20070
/proc/meminfo: memFree=20750504/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300279 s]
/proc/loadavg: 2.12 2.09 2.22 3/178 20070
/proc/meminfo: memFree=20750504/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700302 s]
/proc/loadavg: 2.12 2.09 2.22 3/178 20070
/proc/meminfo: memFree=20750504/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.12 2.09 2.22 3/180 20072
/proc/meminfo: memFree=20701028/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
[pid=20071] ppid=20070 vsize=67656 CPUtime=1.49 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) R 20070 20070 17615 0 -1 4202496 5244 0 0 0 146 3 0 0 20 0 1 0 381735942 69279744 15970 33554432000 4194304 6004724 140734959989600 140734959985480 5190736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20071/statm: 16914 15970 125 442 0 16468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76804

[startup+3.10034 s]
/proc/loadavg: 2.12 2.09 2.22 3/180 20072
/proc/meminfo: memFree=20641444/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
[pid=20071] ppid=20070 vsize=325528 CPUtime=3.08 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) R 20070 20070 17615 0 -1 4202496 18303 0 0 0 293 15 0 0 20 0 1 0 381735942 333340672 65547 33554432000 4194304 6004724 140734959989600 140734959985608 5190736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20071/statm: 81382 65547 130 442 0 80936 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 334676

[startup+6.30034 s]
/proc/loadavg: 2.19 2.11 2.22 3/180 20072
/proc/meminfo: memFree=20373736/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
[pid=20071] ppid=20070 vsize=498940 CPUtime=6.29 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) R 20070 20070 17615 0 -1 4202496 56720 0 0 0 604 25 0 0 20 0 1 0 381735942 510914560 103964 33554432000 4194304 6004724 140734959989600 140734959985624 4389694 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20071/statm: 124735 103964 130 442 0 124289 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 508088

[startup+12.7004 s]
/proc/loadavg: 2.18 2.10 2.22 3/180 20072
/proc/meminfo: memFree=19717092/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
[pid=20071] ppid=20070 vsize=1090492 CPUtime=12.68 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) R 20070 20070 17615 0 -1 4202496 229038 0 0 0 1213 55 0 0 20 0 1 0 381735942 1116663808 260650 33554432000 4194304 6004724 140734959989600 140734959986408 4536305 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20071/statm: 272623 260650 153 442 0 272177 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1099640

[startup+25.5004 s]
/proc/loadavg: 2.14 2.10 2.22 3/180 20072
/proc/meminfo: memFree=18676232/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
[pid=20071] ppid=20070 vsize=2139864 CPUtime=25.48 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) R 20070 20070 17615 0 -1 4202496 235412 0 0 0 2462 86 0 0 20 0 1 0 381735942 2191220736 521118 33554432000 4194304 6004724 140734959989600 140734959984200 4579311 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20071/statm: 534966 521118 154 442 0 534520 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2149012

[startup+51.1004 s]
/proc/loadavg: 2.09 2.09 2.21 3/180 20072
/proc/meminfo: memFree=16601616/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
[pid=20071] ppid=20070 vsize=5285592 CPUtime=51.08 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) R 20070 20070 17615 0 -1 4202496 238991 0 0 0 4942 166 0 0 20 0 1 0 381735942 5412446208 1043870 33554432000 4194304 6004724 140734959989600 140734959984200 4582623 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20071/statm: 1321398 1043870 154 442 0 1320952 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5294740

[startup+102.3 s]
/proc/loadavg: 2.04 2.07 2.20 3/181 20075
/proc/meminfo: memFree=12283868/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
[pid=20071] ppid=20070 vsize=9479896 CPUtime=102.28 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) R 20070 20070 17615 0 -1 4202496 243629 0 0 0 9933 295 0 0 20 0 1 0 381735942 9707413504 2108318 33554432000 4194304 6004724 140734959989600 140734959984200 4617996 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20071/statm: 2369974 2108318 154 442 0 2369528 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 9489044

[startup+162.3 s]
/proc/loadavg: 2.01 2.06 2.18 3/180 20076
/proc/meminfo: memFree=11264040/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
[pid=20071] ppid=20070 vsize=9545432 CPUtime=162.26 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) R 20070 20070 17615 0 -1 4202496 732067 0 0 0 15843 383 0 0 20 0 1 0 381735942 9774522368 2365421 33554432000 4194304 6004724 140734959989600 140734959984856 4581185 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20071/statm: 2386358 2365421 203 442 0 2385912 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 9554580

[startup+222.307 s]
/proc/loadavg: 2.00 2.04 2.17 3/180 20076
/proc/meminfo: memFree=11249268/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
[pid=20071] ppid=20070 vsize=9545432 CPUtime=222.26 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) R 20070 20070 17615 0 -1 4202496 1354470 0 0 0 21752 474 0 0 20 0 1 0 381735942 9774522368 2363880 33554432000 4194304 6004724 140734959989600 140734959984856 4582708 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20071/statm: 2386358 2363880 203 442 0 2385912 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 9554580

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.16 3/180 20076
/proc/meminfo: memFree=11231356/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
[pid=20071] ppid=20070 vsize=9545432 CPUtime=282.25 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) R 20070 20070 17615 0 -1 4202496 1967638 0 0 0 27673 552 0 0 20 0 1 0 381735942 9774522368 2362951 33554432000 4194304 6004724 140734959989600 140734959984856 4582670 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20071/statm: 2386358 2362951 203 442 0 2385912 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 9554580

[startup+342.3 s]
/proc/loadavg: 3.51 2.43 2.28 3/181 20077
/proc/meminfo: memFree=1892840/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 275 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 275 233 213 0 72 0
[pid=20071] ppid=20070 vsize=9565436 CPUtime=292.62 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) S 20070 20070 17615 0 -1 4204032 2014944 0 0 0 28421 841 0 0 20 0 1 0 381735942 9795006464 2367223 33554432000 4194304 6004724 140734959989600 140734959985272 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20071/statm: 2391359 2367223 212 442 0 2390913 0
Current children cumulated CPU time (s) 292.62
Current children cumulated vsize (KiB) 9574584

[startup+402.3 s]
/proc/loadavg: 5.20 3.08 2.51 2/181 20077
/proc/meminfo: memFree=217764/32873844 swapFree=7128/7128
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 271 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 271 229 213 0 72 0
[pid=20071] ppid=20070 vsize=9565436 CPUtime=293.43 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) S 20070 20070 17615 0 -1 4204032 2014944 0 0 0 28421 922 0 0 20 0 1 0 381735942 9795006464 2367223 33554432000 4194304 6004724 140734959989600 140734959985272 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20071/statm: 2391359 2367223 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.43
Current children cumulated vsize (KiB) 9574584
heavy processes:
  %CPU=21 pid=20077 uid=0 cmd=

[startup+462.3 s]
/proc/loadavg: 5.31 3.51 2.69 1/174 20079
/proc/meminfo: memFree=8192408/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 271 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 271 229 213 0 72 0
[pid=20071] ppid=20070 vsize=9565436 CPUtime=293.84 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) S 20070 20070 17615 0 -1 4204032 2014944 0 0 0 28421 963 0 0 20 0 1 0 381735942 9795006464 2367223 33554432000 4194304 6004724 140734959989600 140734959985272 5251733 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/20071/statm: 2391359 2367223 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.84
Current children cumulated vsize (KiB) 9574584
heavy processes:
  %CPU=16 pid=20077 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 20071 6 506 18446744073709551615 

[startup+522.3 s]
/proc/loadavg: 5.08 3.78 2.84 1/177 20083
/proc/meminfo: memFree=8134408/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 271 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 271 229 213 0 72 0
[pid=20071] ppid=20070 vsize=9565436 CPUtime=293.86 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) S 20070 20070 17615 0 -1 4204032 2014944 0 0 0 28421 965 0 0 20 0 1 0 381735942 9795006464 2367530 33554432000 4194304 6004724 140734959989600 140734959985272 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20071/statm: 2391359 2367530 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.86
Current children cumulated vsize (KiB) 9574584
heavy processes:
  %CPU=12 pid=20077 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 20071 6 506 18446744073709551615 

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

[startup+524.806 s]
/proc/loadavg: 4.99 3.78 2.84 2/177 20083
/proc/meminfo: memFree=8302412/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 271 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 271 229 213 0 72 0
[pid=20071] ppid=20070 vsize=9565436 CPUtime=293.86 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) S 20070 20070 17615 0 -1 4204032 2014944 0 0 0 28421 965 0 0 20 0 1 0 381735942 9795006464 2367530 33554432000 4194304 6004724 140734959989600 140734959985272 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20071/statm: 2391359 2367530 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.86
Current children cumulated vsize (KiB) 9574584

[startup+525.6 s]
/proc/loadavg: 4.99 3.78 2.84 2/177 20083
/proc/meminfo: memFree=8302412/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 271 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 271 229 213 0 72 0
[pid=20071] ppid=20070 vsize=9565436 CPUtime=293.86 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) S 20070 20070 17615 0 -1 4204032 2014944 0 0 0 28421 965 0 0 20 0 1 0 381735942 9795006464 2367530 33554432000 4194304 6004724 140734959989600 140734959985272 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20071/statm: 2391359 2367530 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.86
Current children cumulated vsize (KiB) 9574584

[startup+526 s]
/proc/loadavg: 4.99 3.78 2.84 1/177 20089
/proc/meminfo: memFree=8301932/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 271 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 271 229 213 0 72 0
[pid=20071] ppid=20070 vsize=9565436 CPUtime=293.86 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) S 20070 20070 17615 0 -1 4204032 2014944 0 0 0 28421 965 0 0 20 0 1 0 381735942 9795006464 2367530 33554432000 4194304 6004724 140734959989600 140734959985272 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20071/statm: 2391359 2367530 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.86
Current children cumulated vsize (KiB) 9574584

[startup+526.4 s]
/proc/loadavg: 4.99 3.78 2.84 1/177 20089
/proc/meminfo: memFree=8301932/32873844 swapFree=7124/7124
[pid=20070] ppid=20068 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20070/stat : 20070 (npSolver-pbo-It) S 20068 20070 17615 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381735941 9367552 271 33554432000 4194304 5064252 140736579353136 140736579352048 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20070/statm: 2287 271 229 213 0 72 0
[pid=20071] ppid=20070 vsize=0 CPUtime=293.9 cores=1,3,5,7
/proc/20071/stat : 20071 (npSolver-pbo) R 20070 20070 17615 0 -1 4204036 2014944 0 0 0 28421 969 0 0 20 0 1 0 381735942 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20071/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 293.9
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 526.426
CPU time (s): 293.939
CPU user time (s): 284.212
CPU system time (s): 9.72752
CPU usage (%): 55.8368
Max. virtual memory (cumulated for all children) (KiB): 13683348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 284.212
system time used= 9.72752
maximum resident set size= 9488860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2015320
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1749908
involuntary context switches= 363

runsolver used 0.98085 second user time and 3.03554 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-08 13:48:29
IDJOB=3751493
IDBENCH=71914
IDSOLVER=2335
FILE ID=node138/3751493-1339156101
RUNJOBID= node138-1339134209-17632
PBS_JOBID= 14643796
Free space on /tmp= 68048 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751493-1339156101/watcher-3751493-1339156101 -o /tmp/evaluation-result-3751493-1339156101/solver-3751493-1339156101 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751493-1339156101.opb 1033030766 HOME HOME

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=1033030766

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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:        20750132 kB
Buffers:          164500 kB
Cached:          2903168 kB
SwapCached:        19640 kB
Active:         11024400 kB
Inactive:         205664 kB
Active(anon):    8144660 kB
Inactive(anon):    20456 kB
Active(file):    2879740 kB
Inactive(file):   185208 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67082140 kB
Dirty:            263932 kB
Writeback:             0 kB
AnonPages:       8151124 kB
Mapped:            10024 kB
Shmem:                 0 kB
Slab:             736576 kB
SReclaimable:     177064 kB
SUnreclaim:       559512 kB
KernelStack:        1464 kB
PageTables:        20256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   11163444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4732928 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= 60928 MiB
End job on node138 at 2012-06-08 13:57:15