Trace number 3702970

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark52.396
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
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.22	c run inc solver
0.00/0.22	c [INC SYSTEM] run initial solver
0.00/0.22	c [INC SYSTEM] preprocess with white file
1.67/1.74	c [INC SYSTEM] finished preprocessing in 1 s
1.67/1.74	c [INC SYSTEM] execute solver
2.17/2.29	c [INC SEARCH] formula is SAT
2.17/2.29	c [INC SYSTEM] solved the initial formula
2.17/2.29	c model valid
2.17/2.29	c current solution ok
2.86/2.91	o 1306
2.86/2.91	c starting approximation
2.86/2.91	c factor = 2
2.86/2.91	c current bound: 653
662.18/662.43	c model valid
662.18/662.43	c current solution ok
662.18/662.45	c current bound: 653
1319.89/1320.24	c model valid
1319.89/1320.24	c current solution ok
1319.89/1320.25	c current bound: 653
1800.04/1800.40	./satsolver.sh: line 5: 16258 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.40	c error: unexpected solver exit code
1800.04/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 1.60 1.56 1.86 3/178 16156
/proc/meminfo: memFree=31228320/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0

[startup+0.075275 s]
/proc/loadavg: 1.60 1.56 1.86 3/178 16156
/proc/meminfo: memFree=31228320/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100347 s]
/proc/loadavg: 1.60 1.56 1.86 3/178 16156
/proc/meminfo: memFree=31228320/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300268 s]
/proc/loadavg: 1.60 1.56 1.86 3/178 16156
/proc/meminfo: memFree=31228320/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700273 s]
/proc/loadavg: 1.60 1.56 1.86 3/178 16156
/proc/meminfo: memFree=31228320/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 1.60 1.56 1.86 3/182 16160
/proc/meminfo: memFree=31111416/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=23504 CPUtime=0.21 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 6625 0 0 0 19 2 0 0 20 0 1 0 273052492 24068096 5235 33554432000 4194304 5992684 140734413105104 140734413099552 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 5876 5235 163 440 0 5432 0
[pid=16159] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16159/stat : 16159 (cp2_pre.sh) S 16157 16156 28504 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 273052514 9367552 276 33554432000 4194304 5064252 140733679132240 140733679130944 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16159/statm: 2287 276 234 213 0 72 0
[pid=16160] ppid=16159 vsize=92516 CPUtime=1.26 cores=0,2,4,6
/proc/16160/stat : 16160 (coprocessor) R 16159 16156 28504 0 -1 4202496 18625 0 0 0 123 3 0 0 20 0 1 0 273052515 94736384 22351 33554432000 4194304 6586260 140736244100416 140736244096392 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/16160/statm: 23129 22351 198 584 0 22541 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 134316

[startup+3.10039 s]
/proc/loadavg: 1.63 1.57 1.86 3/181 16162
/proc/meminfo: memFree=31159792/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=23508 CPUtime=2.36 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 7698 20042 0 0 32 51 146 7 20 0 1 0 273052492 24072192 5262 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 5877 5262 188 440 0 5433 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10381 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10381 146 357 0 11576 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 80400

[startup+6.30043 s]
/proc/loadavg: 1.63 1.57 1.86 3/183 16165
/proc/meminfo: memFree=31109984/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=23508 CPUtime=2.36 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 7698 20042 0 0 32 51 146 7 20 0 1 0 273052492 24072192 5262 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 5877 5262 188 440 0 5433 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10381 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10381 146 357 0 11576 0
[pid=16164] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16164/stat : 16164 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273052784 9367552 267 33554432000 4194304 5064252 140735823957856 140735823956768 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16164/statm: 2287 267 226 213 0 72 0
[pid=16165] ppid=16164 vsize=47372 CPUtime=3.36 cores=0,2,4,6
/proc/16165/stat : 16165 (glucose) R 16164 16156 28504 0 -1 4202496 9969 0 0 0 335 1 0 0 20 0 1 0 273052784 48508928 10473 33554432000 4194304 5208918 140737091864560 140737091862648 4228982 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16165/statm: 11843 10473 96 248 0 11592 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 136920

[startup+12.7004 s]
/proc/loadavg: 1.68 1.58 1.86 3/183 16165
/proc/meminfo: memFree=31108536/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=23508 CPUtime=2.36 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 7698 20042 0 0 32 51 146 7 20 0 1 0 273052492 24072192 5262 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 5877 5262 188 440 0 5433 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10381 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10381 146 357 0 11576 0
[pid=16164] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16164/stat : 16164 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273052784 9367552 267 33554432000 4194304 5064252 140735823957856 140735823956768 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16164/statm: 2287 267 226 213 0 72 0
[pid=16165] ppid=16164 vsize=66496 CPUtime=9.76 cores=0,2,4,6
/proc/16165/stat : 16165 (glucose) R 16164 16156 28504 0 -1 4202496 11118 0 0 0 974 2 0 0 20 0 1 0 273052784 68091904 14423 33554432000 4194304 5208918 140737091864560 140737091862648 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16165/statm: 16624 14423 96 248 0 16373 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 156044

[startup+25.5004 s]
/proc/loadavg: 1.73 1.60 1.86 3/183 16165
/proc/meminfo: memFree=31077492/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=23508 CPUtime=2.36 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 7698 20042 0 0 32 51 146 7 20 0 1 0 273052492 24072192 5262 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 5877 5262 188 440 0 5433 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10408 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10408 146 357 0 11576 0
[pid=16164] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16164/stat : 16164 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273052784 9367552 267 33554432000 4194304 5064252 140735823957856 140735823956768 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16164/statm: 2287 267 226 213 0 72 0
[pid=16165] ppid=16164 vsize=77992 CPUtime=22.56 cores=0,2,4,6
/proc/16165/stat : 16165 (glucose) R 16164 16156 28504 0 -1 4202496 11477 0 0 0 2253 3 0 0 20 0 1 0 273052784 79863808 18325 33554432000 4194304 5208918 140737091864560 140737091862424 4229843 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16165/statm: 19498 18325 96 248 0 19247 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 167540

[startup+51.1004 s]
/proc/loadavg: 1.82 1.63 1.87 3/183 16165
/proc/meminfo: memFree=31077412/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=23508 CPUtime=2.36 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 7698 20042 0 0 32 51 146 7 20 0 1 0 273052492 24072192 5262 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 5877 5262 188 440 0 5433 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10477 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10477 146 357 0 11576 0
[pid=16164] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16164/stat : 16164 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273052784 9367552 267 33554432000 4194304 5064252 140735823957856 140735823956768 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16164/statm: 2287 267 226 213 0 72 0
[pid=16165] ppid=16164 vsize=77992 CPUtime=48.16 cores=0,2,4,6
/proc/16165/stat : 16165 (glucose) R 16164 16156 28504 0 -1 4202496 11493 0 0 0 4813 3 0 0 20 0 1 0 273052784 79863808 18341 33554432000 4194304 5208918 140737091864560 140737091862424 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16165/statm: 19498 18341 96 248 0 19247 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 167540

[startup+102.307 s]
/proc/loadavg: 2.05 1.72 1.88 3/183 16166
/proc/meminfo: memFree=31066484/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=23508 CPUtime=2.36 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 7698 20042 0 0 32 51 146 7 20 0 1 0 273052492 24072192 5262 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 5877 5262 188 440 0 5433 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10477 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10477 146 357 0 11576 0
[pid=16164] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16164/stat : 16164 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273052784 9367552 267 33554432000 4194304 5064252 140735823957856 140735823956768 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16164/statm: 2287 267 226 213 0 72 0
[pid=16165] ppid=16164 vsize=96844 CPUtime=99.35 cores=0,2,4,6
/proc/16165/stat : 16165 (glucose) R 16164 16156 28504 0 -1 4202496 11829 0 0 0 9932 3 0 0 20 0 1 0 273052784 99168256 18710 33554432000 4194304 5208918 140737091864560 140737091862504 4205203 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16165/statm: 24211 18710 96 248 0 23960 0
Current children cumulated CPU time (s) 102.24

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

Current children cumulated vsize (KiB) 187744

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/183 16258
/proc/meminfo: memFree=31075848/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=24856 CPUtime=1319.46 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 9785 63068 0 0 35 51 131825 35 20 0 1 0 273052492 25452544 5641 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 6214 5641 188 440 0 5770 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10477 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10477 146 357 0 11576 0
[pid=16257] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16257/stat : 16257 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273184518 9367552 267 33554432000 4194304 5064252 140734767806240 140734767805152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16257/statm: 2287 267 226 213 0 72 0
[pid=16258] ppid=16257 vsize=96848 CPUtime=162 cores=0,2,4,6
/proc/16258/stat : 16258 (glucose) R 16257 16156 28504 0 -1 4202496 12735 0 0 0 16195 5 0 0 20 0 1 0 273184518 99172352 23433 33554432000 4194304 5208918 140733610103104 140733610101192 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16258/statm: 24212 23433 96 248 0 23961 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 187744

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/184 16261
/proc/meminfo: memFree=31074164/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=24856 CPUtime=1319.46 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 9785 63068 0 0 35 51 131825 35 20 0 1 0 273052492 25452544 5641 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 6214 5641 188 440 0 5770 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10477 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10477 146 357 0 11576 0
[pid=16257] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16257/stat : 16257 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273184518 9367552 267 33554432000 4194304 5064252 140734767806240 140734767805152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16257/statm: 2287 267 226 213 0 72 0
[pid=16258] ppid=16257 vsize=96848 CPUtime=221.99 cores=0,2,4,6
/proc/16258/stat : 16258 (glucose) R 16257 16156 28504 0 -1 4202496 12735 0 0 0 22194 5 0 0 20 0 1 0 273184518 99172352 23433 33554432000 4194304 5208918 140733610103104 140733610101192 4229361 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16258/statm: 24212 23433 96 248 0 23961 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 187744

[startup+1602.3 s]
/proc/loadavg: 2.04 1.99 1.92 3/183 16261
/proc/meminfo: memFree=31072124/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=24856 CPUtime=1319.46 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 9785 63068 0 0 35 51 131825 35 20 0 1 0 273052492 25452544 5641 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 6214 5641 188 440 0 5770 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10477 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10477 146 357 0 11576 0
[pid=16257] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16257/stat : 16257 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273184518 9367552 267 33554432000 4194304 5064252 140734767806240 140734767805152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16257/statm: 2287 267 226 213 0 72 0
[pid=16258] ppid=16257 vsize=96848 CPUtime=281.97 cores=0,2,4,6
/proc/16258/stat : 16258 (glucose) R 16257 16156 28504 0 -1 4202496 13042 0 0 0 28192 5 0 0 20 0 1 0 273184518 99172352 23433 33554432000 4194304 5208918 140733610103104 140733610101192 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16258/statm: 24212 23433 96 248 0 23961 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 187744

[startup+1662.3 s]
/proc/loadavg: 2.05 2.00 1.92 3/183 16262
/proc/meminfo: memFree=31032468/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=24856 CPUtime=1319.46 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 9785 63068 0 0 35 51 131825 35 20 0 1 0 273052492 25452544 5641 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 6214 5641 188 440 0 5770 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10477 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10477 146 357 0 11576 0
[pid=16257] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16257/stat : 16257 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273184518 9367552 267 33554432000 4194304 5064252 140734767806240 140734767805152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16257/statm: 2287 267 226 213 0 72 0
[pid=16258] ppid=16257 vsize=146168 CPUtime=341.96 cores=0,2,4,6
/proc/16258/stat : 16258 (glucose) R 16257 16156 28504 0 -1 4202496 13660 0 0 0 34190 6 0 0 20 0 1 0 273184518 149676032 33452 33554432000 4194304 5208918 140733610103104 140733610101096 4240575 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16258/statm: 36542 33452 96 248 0 36291 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 237064

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/183 16262
/proc/meminfo: memFree=31071628/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=24856 CPUtime=1319.46 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 9785 63068 0 0 35 51 131825 35 20 0 1 0 273052492 25452544 5641 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 6214 5641 188 440 0 5770 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10477 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10477 146 357 0 11576 0
[pid=16257] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16257/stat : 16257 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273184518 9367552 267 33554432000 4194304 5064252 140734767806240 140734767805152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16257/statm: 2287 267 226 213 0 72 0
[pid=16258] ppid=16257 vsize=96848 CPUtime=401.95 cores=0,2,4,6
/proc/16258/stat : 16258 (glucose) R 16257 16156 28504 0 -1 4202496 13966 0 0 0 40188 7 0 0 20 0 1 0 273184518 99172352 23433 33554432000 4194304 5208918 140733610103104 140733610101192 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16258/statm: 24212 23433 96 248 0 23961 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 187744

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 16262
/proc/meminfo: memFree=31071504/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=24856 CPUtime=1319.46 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 9785 63068 0 0 35 51 131825 35 20 0 1 0 273052492 25452544 5641 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 6214 5641 188 440 0 5770 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10477 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10477 146 357 0 11576 0
[pid=16257] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16257/stat : 16257 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273184518 9367552 267 33554432000 4194304 5064252 140734767806240 140734767805152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16257/statm: 2287 267 226 213 0 72 0
[pid=16258] ppid=16257 vsize=96848 CPUtime=461.95 cores=0,2,4,6
/proc/16258/stat : 16258 (glucose) R 16257 16156 28504 0 -1 4202496 14582 0 0 0 46187 8 0 0 20 0 1 0 273184518 99172352 23433 33554432000 4194304 5208918 140733610103104 140733610101192 4229885 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16258/statm: 24212 23433 96 248 0 23961 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 187744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 16262
/proc/meminfo: memFree=31040040/32873844 swapFree=6600/6600
[pid=16156] ppid=16154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (npSolver-pbo-It) S 16154 16156 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273052492 9367552 274 33554432000 4194304 5064252 140734498439984 140734498438896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16156/statm: 2287 274 233 213 0 72 0
[pid=16157] ppid=16156 vsize=24856 CPUtime=1319.46 cores=0,2,4,6
/proc/16157/stat : 16157 (npSolver-pbo) S 16156 16156 28504 0 -1 4202496 9785 63068 0 0 35 51 131825 35 20 0 1 0 273052492 25452544 5641 33554432000 4194304 5992684 140734413105104 140734413097392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16157/statm: 6214 5641 188 440 0 5770 0
[pid=16162] ppid=16157 vsize=47744 CPUtime=0.53 cores=0,2,4,6
/proc/16162/stat : 16162 (glucosInc) S 16157 16156 28504 0 -1 4202496 9859 0 0 0 52 1 0 0 20 0 1 0 273052666 48889856 10477 33554432000 4194304 5654031 140734410202112 140734410200424 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16162/statm: 11936 10477 146 357 0 11576 0
[pid=16257] ppid=16157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16257/stat : 16257 (satsolver.sh) S 16157 16156 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273184518 9367552 267 33554432000 4194304 5064252 140734767806240 140734767805152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16257/statm: 2287 267 226 213 0 72 0
[pid=16258] ppid=16257 vsize=146168 CPUtime=480.05 cores=0,2,4,6
/proc/16258/stat : 16258 (glucose) R 16257 16156 28504 0 -1 4202496 14888 0 0 0 47997 8 0 0 20 0 1 0 273184518 149676032 31404 33554432000 4194304 5208918 140733610103104 140733610101096 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16258/statm: 36542 31404 96 248 0 36291 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 237064

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16156 and gives
#  childrusage.ru_utime.tv_sec=1798
#  childrusage.ru_utime.tv_usec=580574
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=966853
# CPU time returned by wait4() is 1799.55
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1799.09
CPU system time (s): 0.95
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 237064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 0.966853
maximum resident set size= 139584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88732
page faults= 0
swaps= 0
block input operations= 0
block output operations= 94024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 783
involuntary context switches= 1897

runsolver used 2.73058 second user time and 7.12992 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-26 23:54:36
IDJOB=3702970
IDBENCH=2896
IDSOLVER=2278
FILE ID=node140/3702970-1338069276
RUNJOBID= node140-1338052929-28520
PBS_JOBID= 14624397
Free space on /tmp= 71296 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702970-1338069276/watcher-3702970-1338069276 -o /tmp/evaluation-result-3702970-1338069276/solver-3702970-1338069276 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702970-1338069276.opb 1791618569 HOME HOME

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=1791618569

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.88
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.094
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.094
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:        31228584 kB
Buffers:          256984 kB
Cached:           488896 kB
SwapCached:         1596 kB
Active:           830036 kB
Inactive:          19052 kB
Active(anon):      93756 kB
Inactive(anon):     9780 kB
Active(file):     736280 kB
Inactive(file):     9272 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105132 kB
Dirty:              8352 kB
Writeback:             0 kB
AnonPages:        106504 kB
Mapped:            12520 kB
Shmem:                 8 kB
Slab:             657148 kB
SReclaimable:      98140 kB
SUnreclaim:       559008 kB
KernelStack:        1448 kB
PageTables:         3792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     224812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71272 MiB
End job on node140 at 2012-05-27 00:24:37