Trace number 3751500

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)? (TO) 1800.11 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__64.opb
MD5SUM5aed6138edeb8c25258479e857e113ee
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72709
Best CPU time to get the best result obtained on this benchmark1800.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19298
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint64
Maximum length of a constraint1089
Number of terms in the objective function 19200
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 692922048
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 692922048
Number of bits of the biggest sum of numbers30
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.28	c run inc solver
0.00/0.28	c [INC SYSTEM] run initial solver
0.00/0.28	c [INC SYSTEM] preprocess with white file
1.67/1.79	c [INC SYSTEM] finished preprocessing in 1 s
1.67/1.79	c [INC SYSTEM] execute solver
1.76/1.98	c [INC SEARCH] formula is SAT
1.76/1.99	c [INC SYSTEM] solved the initial formula
1.78/2.02	c model valid
1.78/2.02	c current solution ok
2.55/2.67	o 116044
2.55/2.67	c starting approximation
2.55/2.67	c factor = 4558
2.55/2.67	c factor still to low - shrinking to 6684.13
2.55/2.67	c approx number of clauses: 1e+06
2.55/2.67	c current bound: 58022
42.53/42.68	c leaving approximation
42.53/42.68	c finished approximation
42.53/42.68	c [INC SYSTEM] there exists a inc, kill it!
42.53/42.68	c write failed with 2
42.53/42.69	c [INC SEARCH] iteration: 0
42.53/42.69	c [INC BOUNDS] best value:116044 search for 116043
42.53/42.69	c [INC SYSTEM] create new solver instance
42.53/42.69	c [INC] encode full formula
42.53/42.69	c fallback to adder encoding
44.47/44.50	c set iterative enc to: adder
44.47/44.50	c set iterative enc to: none
44.66/44.74	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.07/1800.41	s UNKNOWN
1800.07/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.41	c write failed with -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-3751500-1339154198/watcher-3751500-1339154198 -o /tmp/evaluation-result-3751500-1339154198/solver-3751500-1339154198 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751500-1339154198.opb 81557126 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 29789
/proc/meminfo: memFree=26334800/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (runsolver) D 29787 29789 27075 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 381544300 12095488 50 33554432000 4194304 5436572 140733295998976 140733295995272 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/29789/statm: 2953 50 31 304 0 2645 0

[startup+0.077876 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 29789
/proc/meminfo: memFree=26334800/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100281 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 29789
/proc/meminfo: memFree=26334800/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30021 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 29789
/proc/meminfo: memFree=26334800/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700276 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 29789
/proc/meminfo: memFree=26334800/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.05 2.02 2.00 3/184 29793
/proc/meminfo: memFree=26187344/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=21904 CPUtime=0.3 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 5088 0 0 0 26 4 0 0 20 0 1 0 381544300 22429696 4811 33554432000 4194304 6004724 140735424821952 140735424816416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 5476 4811 148 442 0 5030 0
[pid=29792] ppid=29791 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29792/stat : 29792 (cp2_pre.sh) S 29791 29789 27075 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 381544331 9367552 277 33554432000 4194304 5064252 140734745450080 140734745448784 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29792/statm: 2287 277 234 213 0 72 0
[pid=29793] ppid=29792 vsize=140588 CPUtime=1.17 cores=0,2,4,6
/proc/29793/stat : 29793 (coprocessor) R 29792 29789 27075 0 -1 4202496 26707 0 0 0 108 9 0 0 20 0 1 0 381544331 143962112 34143 33554432000 4194304 6586260 140735544084400 140735544080664 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/29793/statm: 35147 34143 200 584 0 34559 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 180788

[startup+3.10034 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 29795
/proc/meminfo: memFree=26258976/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=34216 CPUtime=2.53 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 7142 28125 0 0 48 58 135 12 20 0 1 0 381544300 35037184 7038 33554432000 4194304 6004724 140735424821952 140735424814256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 8554 7038 177 442 0 8108 0
[pid=29795] ppid=29791 vsize=60084 CPUtime=0.17 cores=0,2,4,6
/proc/29795/stat : 29795 (glucosInc) S 29791 29789 27075 0 -1 4202496 11091 0 0 0 16 1 0 0 20 0 1 0 381544479 61526016 12271 33554432000 4194304 5654031 140737286065200 140737286063512 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29795/statm: 15021 12271 146 357 0 14661 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 103448

[startup+6.30037 s]
/proc/loadavg: 2.05 2.02 2.00 3/185 29798
/proc/meminfo: memFree=26160988/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=34216 CPUtime=2.53 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 7142 28125 0 0 48 58 135 12 20 0 1 0 381544300 35037184 7038 33554432000 4194304 6004724 140735424821952 140735424814256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 8554 7038 177 442 0 8108 0
[pid=29795] ppid=29791 vsize=60084 CPUtime=0.17 cores=0,2,4,6
/proc/29795/stat : 29795 (glucosInc) S 29791 29789 27075 0 -1 4202496 11091 0 0 0 16 1 0 0 20 0 1 0 381544479 61526016 12271 33554432000 4194304 5654031 140737286065200 140737286063512 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29795/statm: 15021 12271 146 357 0 14661 0
[pid=29797] ppid=29791 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29797/stat : 29797 (satsolver.sh) S 29791 29789 27075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381544574 9367552 267 33554432000 4194304 5064252 140734997863616 140734997862528 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29797/statm: 2287 267 226 213 0 72 0
[pid=29798] ppid=29797 vsize=90988 CPUtime=3.55 cores=0,2,4,6
/proc/29798/stat : 29798 (glucose) R 29797 29789 27075 0 -1 4202496 17772 0 0 0 352 3 0 0 20 0 1 0 381544574 93171712 19758 33554432000 4194304 5208918 140733739154656 140733739152328 4211871 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29798/statm: 22747 19758 95 248 0 22496 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 203584

[startup+12.7004 s]
/proc/loadavg: 2.04 2.02 2.00 3/185 29798
/proc/meminfo: memFree=26158268/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=34216 CPUtime=2.53 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 7142 28125 0 0 48 58 135 12 20 0 1 0 381544300 35037184 7038 33554432000 4194304 6004724 140735424821952 140735424814256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 8554 7038 177 442 0 8108 0
[pid=29795] ppid=29791 vsize=60084 CPUtime=0.17 cores=0,2,4,6
/proc/29795/stat : 29795 (glucosInc) S 29791 29789 27075 0 -1 4202496 11091 0 0 0 16 1 0 0 20 0 1 0 381544479 61526016 12271 33554432000 4194304 5654031 140737286065200 140737286063512 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29795/statm: 15021 12271 146 357 0 14661 0
[pid=29797] ppid=29791 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29797/stat : 29797 (satsolver.sh) S 29791 29789 27075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381544574 9367552 267 33554432000 4194304 5064252 140734997863616 140734997862528 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29797/statm: 2287 267 226 213 0 72 0
[pid=29798] ppid=29797 vsize=91424 CPUtime=9.94 cores=0,2,4,6
/proc/29798/stat : 29798 (glucose) R 29797 29789 27075 0 -1 4202496 17948 0 0 0 991 3 0 0 20 0 1 0 381544574 93618176 19934 33554432000 4194304 5208918 140733739154656 140733739152504 4211580 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29798/statm: 22856 19934 95 248 0 22605 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 204020

[startup+25.5004 s]
/proc/loadavg: 2.03 2.02 2.00 3/185 29798
/proc/meminfo: memFree=26155432/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=34216 CPUtime=2.53 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 7142 28125 0 0 48 58 135 12 20 0 1 0 381544300 35037184 7038 33554432000 4194304 6004724 140735424821952 140735424814256 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 8554 7038 177 442 0 8108 0
[pid=29795] ppid=29791 vsize=60084 CPUtime=0.17 cores=0,2,4,6
/proc/29795/stat : 29795 (glucosInc) S 29791 29789 27075 0 -1 4202496 11091 0 0 0 16 1 0 0 20 0 1 0 381544479 61526016 12271 33554432000 4194304 5654031 140737286065200 140737286063512 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29795/statm: 15021 12271 146 357 0 14661 0
[pid=29797] ppid=29791 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29797/stat : 29797 (satsolver.sh) S 29791 29789 27075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381544574 9367552 267 33554432000 4194304 5064252 140734997863616 140734997862528 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29797/statm: 2287 267 226 213 0 72 0
[pid=29798] ppid=29797 vsize=100812 CPUtime=22.74 cores=0,2,4,6
/proc/29798/stat : 29798 (glucose) R 29797 29789 27075 0 -1 4202496 18857 0 0 0 2271 3 0 0 20 0 1 0 381544574 103231488 20843 33554432000 4194304 5208918 140733739154656 140733739152504 4211558 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29798/statm: 25203 20843 103 248 0 24952 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 213408

[startup+51.1004 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 29805
/proc/meminfo: memFree=25813316/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=376768 CPUtime=6.34 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 60800 0 0 0 619 15 0 0 20 0 1 0 381548774 385810432 85159 33554432000 4194304 5654031 140735387879152 140735387866968 4214560 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 94192 85159 142 357 0 93832 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 431612

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 29812
/proc/meminfo: memFree=25800532/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=433064 CPUtime=57.54 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 61685 0 0 0 5737 17 0 0 20 0 1 0 381548774 443457536 88591 33554432000 4194304 5654031 140735387879152 140735387866968 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 108266 88591 142 357 0 107906 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 487908

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 29819
/proc/meminfo: memFree=25794708/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=436268 CPUtime=117.52 cores=0,2,4,6

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

/proc/meminfo: memFree=26123100/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=450108 CPUtime=1197.33 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 66907 0 0 0 119701 32 0 0 20 0 1 0 381548774 460910592 98360 33554432000 4194304 5654031 140735387879152 140735387866968 4215124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 112527 98360 142 357 0 112167 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 504952

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/182 31329
/proc/meminfo: memFree=26200296/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=450108 CPUtime=1257.33 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 67029 0 0 0 125699 34 0 0 20 0 1 0 381548774 460910592 94408 33554432000 4194304 5654031 140735387879152 140735387866968 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 112527 94408 142 357 0 112167 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 504952

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 31467
/proc/meminfo: memFree=26151216/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=453776 CPUtime=1317.32 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 67437 0 0 0 131697 35 0 0 20 0 1 0 381548774 464666624 96860 33554432000 4194304 5654031 140735387879152 140735387866968 4215248 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 113444 96860 142 357 0 113084 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 508620

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/184 31603
/proc/meminfo: memFree=26124864/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=453776 CPUtime=1377.32 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 67538 0 0 0 137697 35 0 0 20 0 1 0 381548774 464666624 97983 33554432000 4194304 5654031 140735387879152 140735387866968 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 113444 97983 142 357 0 113084 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 508620

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 31736
/proc/meminfo: memFree=26120472/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=453776 CPUtime=1437.3 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 67541 0 0 0 143695 35 0 0 20 0 1 0 381548774 464666624 99008 33554432000 4194304 5654031 140735387879152 140735387866968 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 113444 99008 142 357 0 113084 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 508620

[startup+1542.3 s]
/proc/loadavg: 1.95 1.96 1.98 3/183 31877
/proc/meminfo: memFree=26115804/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=453776 CPUtime=1497.29 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 67671 0 0 0 149693 36 0 0 20 0 1 0 381548774 464666624 100159 33554432000 4194304 5654031 140735387879152 140735387866968 4215017 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 113444 100159 142 357 0 113084 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 508620

[startup+1602.3 s]
/proc/loadavg: 1.98 1.96 1.98 3/183 32010
/proc/meminfo: memFree=26113400/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=453776 CPUtime=1557.29 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 67672 0 0 0 155692 37 0 0 20 0 1 0 381548774 464666624 100671 33554432000 4194304 5654031 140735387879152 140735387866968 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 113444 100671 142 357 0 113084 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 508620

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 32146
/proc/meminfo: memFree=26168612/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=453776 CPUtime=1617.27 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 67754 0 0 0 161690 37 0 0 20 0 1 0 381548774 464666624 101775 33554432000 4194304 5654031 140735387879152 140735387866968 4215033 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 113444 101775 142 357 0 113084 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 508620

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 32283
/proc/meminfo: memFree=26177092/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=453776 CPUtime=1677.27 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 67755 0 0 0 167690 37 0 0 20 0 1 0 381548774 464666624 102287 33554432000 4194304 5654031 140735387879152 140735387866968 4214964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 113444 102287 142 357 0 113084 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 508620

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 32416
/proc/meminfo: memFree=26103356/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=453776 CPUtime=1737.25 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 67757 0 0 0 173688 37 0 0 20 0 1 0 381548774 464666624 103311 33554432000 4194304 5654031 140735387879152 140735387866968 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 113444 103311 142 357 0 113084 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 508620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.99 1.97 1.98 3/183 32458
/proc/meminfo: memFree=26103452/32873648 swapFree=7388/7388
[pid=29789] ppid=29787 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29789/stat : 29789 (npSolver-pbo-It) S 29787 29789 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381544300 9367552 274 33554432000 4194304 5064252 140735084653440 140735084652352 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29789/statm: 2287 274 233 213 0 72 0
[pid=29791] ppid=29789 vsize=45696 CPUtime=44.71 cores=0,2,4,6
/proc/29791/stat : 29791 (npSolver-pbo) S 29789 29789 27075 0 -1 4202496 12095 62503 0 0 228 82 4139 22 20 0 1 0 381544300 46792704 10806 33554432000 4194304 6004724 140735424821952 140735424807800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29791/statm: 11424 10806 195 442 0 10978 0
[pid=29805] ppid=29791 vsize=453776 CPUtime=1755.36 cores=0,2,4,6
/proc/29805/stat : 29805 (glucosInc) R 29791 29789 27075 0 -1 4202496 67757 0 0 0 175499 37 0 0 20 0 1 0 381548774 464666624 103311 33554432000 4194304 5654031 140735387879152 140735387866968 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29805/statm: 113444 103311 142 357 0 113084 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 508620

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1798.68
CPU system time (s): 1.42978
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 635180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.42978
maximum resident set size= 486360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142733
page faults= 0
swaps= 0
block input operations= 0
block output operations= 331640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 457
involuntary context switches= 2344

runsolver used 2.75958 second user time and 7.09792 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 13:16:38
IDJOB=3751500
IDBENCH=71885
IDSOLVER=2335
FILE ID=node148/3751500-1339154198
RUNJOBID= node148-1339134206-27091
PBS_JOBID= 14643787
Free space on /tmp= 70360 MiB

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

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

MD5SUM BENCH= 5aed6138edeb8c25258479e857e113ee
RANDOM SEED=81557126

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26334972 kB
Buffers:          676560 kB
Cached:          4463596 kB
SwapCached:          560 kB
Active:          3121444 kB
Inactive:        2484900 kB
Active(anon):     455596 kB
Inactive(anon):    10620 kB
Active(file):    2665848 kB
Inactive(file):  2474280 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:              8952 kB
Writeback:             0 kB
AnonPages:        460684 kB
Mapped:            12844 kB
Shmem:                36 kB
Slab:             792336 kB
SReclaimable:     236480 kB
SUnreclaim:       555856 kB
KernelStack:        1520 kB
PageTables:         5368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     657572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70260 MiB
End job on node148 at 2012-06-08 13:46:38