Trace number 3752386

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-631710.opb
MD5SUMba0215d19182fa8cb27dee737825dd09
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark205
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169576
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1965
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
Number of terms in the objective function 556
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 556
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.78/2.87	c run inc solver
2.78/2.87	c [INC SYSTEM] run initial solver
2.78/2.87	c [INC SYSTEM] preprocess with white file
13.50/13.71	c [INC SYSTEM] finished preprocessing in 10 s
13.50/13.71	c [INC SYSTEM] execute solver
21.72/21.98	c [INC SEARCH] formula is SAT
21.83/22.03	c [INC SYSTEM] solved the initial formula
22.13/22.38	c model valid
22.13/22.38	c current solution ok
26.99/27.38	o 556
26.99/27.38	c starting approximation
26.99/27.38	c factor = 1
26.99/27.38	c can not find a suitable factor, leaving approximation
26.99/27.38	c finished approximation
26.99/27.38	c [INC SYSTEM] there exists a inc, kill it!
26.99/27.38	c write failed with 2
27.12/27.42	c [INC SEARCH] iteration: 0
27.12/27.42	c [INC BOUNDS] best value:556 search for 555
27.12/27.42	c [INC SYSTEM] create new solver instance
27.12/27.42	c [INC] encode full formula
27.12/27.42	c (debug) using card networks
27.12/27.42	c old isEQ: 32, new EQ is 0
27.12/27.42	c set iterative enc to: card
27.12/27.42	c set iterative enc to: none
27.22/27.53	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.61	HOME/npSolver-pbo-Itdqb.sh: line 18: 22065 Terminated              ./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-3752386-1339163943/watcher-3752386-1339163943 -o /tmp/evaluation-result-3752386-1339163943/solver-3752386-1339163943 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752386-1339163943.opb 558880096 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: 4.87 3.52 2.61 4/178 22063
/proc/meminfo: memFree=23323796/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (runsolver) D 22061 22063 15174 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 382519829 12095488 51 33554432000 4194304 5436572 140737206341248 140737206337544 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/22063/statm: 2953 51 31 304 0 2645 0

[startup+0.0407881 s]
/proc/loadavg: 4.87 3.52 2.61 4/178 22063
/proc/meminfo: memFree=23323796/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100328 s]
/proc/loadavg: 4.87 3.52 2.61 4/178 22063
/proc/meminfo: memFree=23323796/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300224 s]
/proc/loadavg: 4.87 3.52 2.61 4/178 22063
/proc/meminfo: memFree=23323796/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700288 s]
/proc/loadavg: 4.87 3.52 2.61 4/178 22063
/proc/meminfo: memFree=23323796/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 4.87 3.52 2.61 4/180 22065
/proc/meminfo: memFree=29005464/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=192888 CPUtime=1.48 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) R 22063 22063 15174 0 -1 4202496 22733 0 0 0 142 6 0 0 20 0 1 0 382519830 197517312 40988 33554432000 4194304 6004724 140735356347424 140735356340968 4579328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22065/statm: 48222 40988 154 442 0 47776 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 202036

[startup+3.10034 s]
/proc/loadavg: 4.64 3.50 2.60 3/179 22065
/proc/meminfo: memFree=31119768/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222132 CPUtime=2.86 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 23814 0 0 0 259 27 0 0 20 0 1 0 382519830 227463168 52948 33554432000 4194304 6004724 140735356347424 140735356341888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22065/statm: 55533 52948 163 442 0 55087 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 231280

[startup+6.30043 s]
/proc/loadavg: 4.64 3.50 2.60 3/181 22067
/proc/meminfo: memFree=30454944/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222132 CPUtime=2.86 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 23814 0 0 0 259 27 0 0 20 0 1 0 382519830 227463168 52948 33554432000 4194304 6004724 140735356347424 140735356341888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22065/statm: 55533 52948 163 442 0 55087 0
[pid=22066] ppid=22065 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22066/stat : 22066 (cp2_pre.sh) S 22065 22063 15174 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 382520117 9367552 276 33554432000 4194304 5064252 140736124714096 140736124712800 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22066/statm: 2287 276 234 213 0 72 0
[pid=22067] ppid=22066 vsize=681692 CPUtime=3.41 cores=0,2,4,6
/proc/22067/stat : 22067 (coprocessor) R 22066 22063 15174 0 -1 4202496 64451 0 0 0 322 19 0 0 20 0 1 0 382520117 698052608 151170 33554432000 4194304 6586260 140733873728752 140733873725080 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/22067/statm: 170423 151171 164 584 0 169835 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 922120

[startup+12.7004 s]
/proc/loadavg: 4.38 3.48 2.61 3/181 22067
/proc/meminfo: memFree=30252612/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222132 CPUtime=2.86 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 23814 0 0 0 259 27 0 0 20 0 1 0 382519830 227463168 52948 33554432000 4194304 6004724 140735356347424 140735356341888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22065/statm: 55533 52948 163 442 0 55087 0
[pid=22066] ppid=22065 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22066/stat : 22066 (cp2_pre.sh) S 22065 22063 15174 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 382520117 9367552 276 33554432000 4194304 5064252 140736124714096 140736124712800 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22066/statm: 2287 276 234 213 0 72 0
[pid=22067] ppid=22066 vsize=791128 CPUtime=9.66 cores=0,2,4,6
/proc/22067/stat : 22067 (coprocessor) R 22066 22063 15174 0 -1 4202496 80394 0 0 0 911 55 0 0 20 0 1 0 382520117 810115072 191929 33554432000 4194304 6586260 140733873728752 140733873724504 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 15 0 0
/proc/22067/statm: 197782 191929 199 584 0 197194 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 1031556

[startup+25.5003 s]
/proc/loadavg: 4.09 3.45 2.61 3/180 22069
/proc/meminfo: memFree=30787384/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=17.09 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) R 22063 22063 15174 0 -1 4202496 30992 81295 0 0 360 282 1004 63 20 0 1 0 382519830 227467264 52960 33554432000 4194304 6004724 140735356347424 140735356341624 5190832 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22065/statm: 55534 52960 174 442 0 55088 0
[pid=22069] ppid=22065 vsize=363384 CPUtime=8.24 cores=0,2,4,6
/proc/22069/stat : 22069 (glucosInc) S 22065 22063 15174 0 -1 4202496 56217 0 0 0 812 12 0 0 20 0 1 0 382521200 372105216 73014 33554432000 4194304 5654031 140736471309728 140736471308040 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22069/statm: 90846 73014 147 357 0 90486 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 594668

[startup+51.1004 s]
/proc/loadavg: 3.38 3.33 2.59 3/180 22072
/proc/meminfo: memFree=30675752/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=413112 CPUtime=23.55 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 56417 0 0 0 2343 12 0 0 20 0 1 0 382522582 423026688 85041 33554432000 4194304 5654031 140733775201120 140733775198904 4215028 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 103278 85041 131 357 0 102918 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 644396

[startup+102.3 s]
/proc/loadavg: 2.55 3.10 2.55 3/180 22074
/proc/meminfo: memFree=30638212/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=413380 CPUtime=74.76 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 56874 0 0 0 7460 16 0 0 20 0 1 0 382522582 423301120 93824 33554432000 4194304 5654031 140733775201120 140733775198808 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 103345 93824 132 357 0 102985 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 644664

[startup+162.3 s]
/proc/loadavg: 2.20 2.90 2.51 3/180 22097
/proc/meminfo: memFree=30548572/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=627432 CPUtime=134.74 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 57703 0 0 0 13456 18 0 0 20 0 1 0 382522582 642490368 116115 33554432000 4194304 5654031 140733775201120 140733775199208 4215026 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 156858 116115 132 357 0 156498 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 858716

[startup+222.307 s]
/proc/loadavg: 2.07 2.73 2.48 3/179 22097
/proc/meminfo: memFree=30578172/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=495368 CPUtime=194.74 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 58686 0 0 0 19451 23 0 0 20 0 1 0 382522582 507256832 108273 33554432000 4194304 5654031 140733775201120 140733775199208 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 123842 108273 132 357 0 123482 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 726652

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.01 2.12 3/179 22151
/proc/meminfo: memFree=28137044/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=1195184 CPUtime=1334.56 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 65747 0 0 0 133384 72 0 0 20 0 1 0 382522582 1223868416 266383 33554432000 4194304 5654031 140733775201120 140733775198904 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 298796 266383 132 357 0 298436 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 1426468

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/179 22151
/proc/meminfo: memFree=28576632/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=845936 CPUtime=1394.55 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 66879 0 0 0 139372 83 0 0 20 0 1 0 382522582 866238464 156108 33554432000 4194304 5654031 140733775201120 140733775199208 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 211484 156108 132 357 0 211124 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 1077220

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/179 22152
/proc/meminfo: memFree=28490368/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=845936 CPUtime=1454.54 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 66931 0 0 0 145370 84 0 0 20 0 1 0 382522582 866238464 177622 33554432000 4194304 5654031 140733775201120 140733775199208 4215168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 211484 177622 132 357 0 211124 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 1077220

[startup+1542.31 s]
/proc/loadavg: 2.05 2.01 2.09 3/179 22152
/proc/meminfo: memFree=28402056/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=846068 CPUtime=1514.53 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 66999 0 0 0 151367 86 0 0 20 0 1 0 382522582 866373632 198641 33554432000 4194304 5654031 140733775201120 140733775198904 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 211517 198641 132 357 0 211157 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 1077352

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.09 3/178 22152
/proc/meminfo: memFree=28319276/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=1195316 CPUtime=1574.52 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 67257 0 0 0 157362 90 0 0 20 0 1 0 382522582 1224003584 219850 33554432000 4194304 5654031 140733775201120 140733775199208 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 298829 219850 132 357 0 298469 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 1426600

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.08 3/179 22153
/proc/meminfo: memFree=28234432/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=1195452 CPUtime=1634.51 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 67326 0 0 0 163360 91 0 0 20 0 1 0 382522582 1224142848 239848 33554432000 4194304 5654031 140733775201120 140733775198904 4215108 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 298863 239848 132 357 0 298503 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 1426736

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.08 3/179 22153
/proc/meminfo: memFree=28133772/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=1195640 CPUtime=1694.5 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 67386 0 0 0 169358 92 0 0 20 0 1 0 382522582 1224335360 260348 33554432000 4194304 5654031 140733775201120 140733775198904 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 298910 260348 132 357 0 298550 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 1426924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 22154
/proc/meminfo: memFree=28125084/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=1195640 CPUtime=1754.49 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 67460 0 0 0 175355 94 0 0 20 0 1 0 382522582 1224335360 282443 33554432000 4194304 5654031 140733775201120 140733775198904 4215357 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 298910 282443 132 357 0 298550 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 1426924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 22154
/proc/meminfo: memFree=28096008/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=1195808 CPUtime=1772.78 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 67497 0 0 0 177184 94 0 0 20 0 1 0 382522582 1224507392 288607 33554432000 4194304 5654031 140733775201120 140733775198904 4215036 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 298952 288607 132 357 0 298592 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1427092

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 22154
/proc/meminfo: memFree=28096008/32873852 swapFree=6864/6864
[pid=22063] ppid=22061 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22063/stat : 22063 (npSolver-pbo-It) S 22061 22063 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382519829 9367552 274 33554432000 4194304 5064252 140735866045152 140735866044064 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22063/statm: 2287 274 233 213 0 72 0
[pid=22065] ppid=22063 vsize=222136 CPUtime=27.27 cores=0,2,4,6
/proc/22065/stat : 22065 (npSolver-pbo) S 22063 22063 15174 0 -1 4202496 31819 138548 0 0 391 420 1817 99 20 0 1 0 382519830 227467264 52982 33554432000 4194304 6004724 140735356347424 140735356333272 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 10 0 0
/proc/22065/statm: 55534 52982 196 442 0 55088 0
[pid=22072] ppid=22065 vsize=1195808 CPUtime=1772.78 cores=0,2,4,6
/proc/22072/stat : 22072 (glucosInc) R 22065 22063 15174 0 -1 4202496 67497 0 0 0 177184 94 0 0 20 0 1 0 382522582 1224507392 288607 33554432000 4194304 5654031 140733775201120 140733775198904 4215036 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22072/statm: 298952 288607 132 357 0 298592 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1427092

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22063 and gives
#  childrusage.ru_utime.tv_sec=22
#  childrusage.ru_utime.tv_usec=90641
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=200209
# CPU time returned by wait4() is 27.2908
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.05
CPU user time (s): 1793.92
CPU system time (s): 6.13
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 1770344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.0906
system time used= 5.20021
maximum resident set size= 793124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170742
page faults= 0
swaps= 0
block input operations= 0
block output operations= 702384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2039
involuntary context switches= 60

runsolver used 5.31719 second user time and 19.679 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-08 15:59:04
IDJOB=3752386
IDBENCH=89840
IDSOLVER=2335
FILE ID=node129/3752386-1339163943
RUNJOBID= node129-1339159705-19682
PBS_JOBID= 14643765
Free space on /tmp= 64568 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-631710.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752386-1339163943/watcher-3752386-1339163943 -o /tmp/evaluation-result-3752386-1339163943/solver-3752386-1339163943 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752386-1339163943.opb 558880096 HOME HOME

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

MD5SUM BENCH= ba0215d19182fa8cb27dee737825dd09
RANDOM SEED=558880096

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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		: 2666.957
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:       32873852 kB
MemFree:        23231476 kB
Buffers:          264744 kB
Cached:          8060324 kB
SwapCached:         2008 kB
Active:           474212 kB
Inactive:        7980900 kB
Active(anon):     127988 kB
Inactive(anon):     4184 kB
Active(file):     346224 kB
Inactive(file):  7976716 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:             21404 kB
Writeback:             0 kB
AnonPages:         71524 kB
Mapped:            10048 kB
Shmem:                 0 kB
Slab:            1023504 kB
SReclaimable:     465488 kB
SUnreclaim:       558016 kB
KernelStack:        1480 kB
PageTables:         4600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     280040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 70252 MiB
End job on node129 at 2012-06-08 16:29:04