Trace number 3751450

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.04 1801.82

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
MD5SUM77bab7e4b790022242f816374e31f934
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123904
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 124928
Optimality of the best value was proved NO
Number of variables20611
Total number of constraints3921
Number of constraints which are clauses563
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3358
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 135
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073849343
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147557374
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.46/5.59	c run inc solver
5.46/5.59	c [INC SYSTEM] run initial solver
5.46/5.59	c [INC SYSTEM] preprocess with white file
26.91/27.08	c [INC SYSTEM] finished preprocessing in 21 s
26.91/27.08	c [INC SYSTEM] execute solver
1466.30/1466.60	c [INC SEARCH] formula is SAT
1466.41/1466.71	c [INC SYSTEM] solved the initial formula
1466.41/1466.79	c model valid
1466.41/1466.79	c current solution ok
1471.08/1471.47	o 204800
1471.08/1471.47	c starting approximation
1471.08/1471.47	c factor = 2
1471.08/1471.47	c factor still to low - shrinking to 126.49
1471.08/1471.47	c approx number of clauses: 1e+06
1471.08/1471.47	c current bound: 156160
1472.13/1473.84	c leaving approximation
1472.13/1473.84	c finished approximation
1472.13/1473.84	c [INC SYSTEM] there exists a inc, kill it!
1472.13/1473.84	c write failed with 2
1472.13/1473.85	c [INC SEARCH] iteration: 0
1472.13/1473.85	c [INC BOUNDS] best value:312320 search for 312319
1472.13/1473.85	c [INC SYSTEM] create new solver instance
1472.13/1473.85	c [INC] encode full formula
1472.13/1473.85	c fallback to adder encoding
1472.13/1473.86	c set iterative enc to: adder
1472.13/1473.86	c set iterative enc to: none
1472.21/1473.96	c [INC SEARCH] isOptimum variable: 0
1800.04/1801.81	HOME/npSolver-pbo-Itdqb.sh: line 18: 12121 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-3751450-1339122324/watcher-3751450-1339122324 -o /tmp/evaluation-result-3751450-1339122324/solver-3751450-1339122324 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751450-1339122324.opb 1652558930 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.00 2.01 2.00 3/178 12120
/proc/meminfo: memFree=30742604/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0

[startup+0.105027 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 12120
/proc/meminfo: memFree=30742604/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200295 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 12120
/proc/meminfo: memFree=30742604/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300309 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 12120
/proc/meminfo: memFree=30742604/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 12120
/proc/meminfo: memFree=30742604/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 12122
/proc/meminfo: memFree=30642184/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=171316 CPUtime=1.49 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) R 12120 12120 9343 0 -1 4202496 7990 0 0 0 145 4 0 0 20 0 1 0 378356561 175427584 32188 33554432000 4194304 6004724 140736911540384 140736911535336 4534738 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12121/statm: 42829 32188 154 442 0 42383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180464

[startup+3.10031 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 12122
/proc/meminfo: memFree=30563864/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=302388 CPUtime=3.09 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) R 12120 12120 9343 0 -1 4202496 8624 0 0 0 302 7 0 0 20 0 1 0 378356561 309645312 62396 33554432000 4194304 6004724 140736911540384 140736911534984 4582623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12121/statm: 75597 62396 154 442 0 75151 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 311536

[startup+6.30032 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 12122
/proc/meminfo: memFree=29720576/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=537184 CPUtime=5.53 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 10222 0 0 0 485 68 0 0 20 0 1 0 378356561 550076416 90896 33554432000 4194304 6004724 140736911540384 140736911534848 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 134296 90896 163 442 0 133850 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 546332

[startup+12.7004 s]
/proc/loadavg: 2.08 2.03 2.01 3/182 12124
/proc/meminfo: memFree=28854296/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=537184 CPUtime=5.53 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 10222 0 0 0 485 68 0 0 20 0 1 0 378356561 550076416 90896 33554432000 4194304 6004724 140736911540384 140736911534848 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 134296 90896 163 442 0 133850 0
[pid=12123] ppid=12121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12123/stat : 12123 (cp2_pre.sh) S 12121 12120 9343 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378357120 9367552 277 33554432000 4194304 5064252 140737095910736 140737095909440 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12123/statm: 2287 277 234 213 0 72 0
[pid=12124] ppid=12123 vsize=1335944 CPUtime=7.09 cores=0,2,4,6
/proc/12124/stat : 12124 (coprocessor) R 12123 12120 9343 0 -1 4202496 101776 0 0 0 676 33 0 0 20 0 1 0 378357121 1368006656 300389 33554432000 4194304 6586260 140734264054048 140734264050312 5511711 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/12124/statm: 333986 300389 164 584 0 333398 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1891424

[startup+25.5003 s]
/proc/loadavg: 2.14 2.04 2.01 3/182 12124
/proc/meminfo: memFree=28409124/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=537184 CPUtime=5.53 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 10222 0 0 0 485 68 0 0 20 0 1 0 378356561 550076416 90896 33554432000 4194304 6004724 140736911540384 140736911534848 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 134296 90896 163 442 0 133850 0
[pid=12123] ppid=12121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12123/stat : 12123 (cp2_pre.sh) S 12121 12120 9343 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378357120 9367552 277 33554432000 4194304 5064252 140737095910736 140737095909440 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12123/statm: 2287 277 234 213 0 72 0
[pid=12124] ppid=12123 vsize=1637460 CPUtime=19.88 cores=0,2,4,6
/proc/12124/stat : 12124 (coprocessor) R 12123 12120 9343 0 -1 4202496 144990 0 0 0 1840 148 0 0 20 0 1 0 378357121 1676759040 398513 33554432000 4194304 6586260 140734264054048 140734264049800 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/12124/statm: 409365 398513 199 584 0 408777 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 2192940

[startup+51.1068 s]
/proc/loadavg: 2.08 2.03 2.01 3/181 12126
/proc/meminfo: memFree=29963772/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=537184 CPUtime=27 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 10240 145892 0 0 485 68 1981 166 20 0 1 0 378356561 550076416 90900 33554432000 4194304 6004724 140736911540384 140736911526664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 134296 90900 167 442 0 133850 0
[pid=12126] ppid=12121 vsize=392128 CPUtime=24 cores=0,2,4,6
/proc/12126/stat : 12126 (glucosInc) R 12121 12120 9343 0 -1 4202496 54770 0 0 0 2389 11 0 0 20 0 1 0 378359269 401539072 87458 33554432000 4194304 5654031 140734822191472 140734822179288 4233332 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12126/statm: 98032 87458 141 357 0 97672 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 938460

[startup+102.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/182 12128
/proc/meminfo: memFree=29927148/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=537184 CPUtime=27 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 10240 145892 0 0 485 68 1981 166 20 0 1 0 378356561 550076416 90900 33554432000 4194304 6004724 140736911540384 140736911526664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 134296 90900 167 442 0 133850 0
[pid=12126] ppid=12121 vsize=396232 CPUtime=75.2 cores=0,2,4,6
/proc/12126/stat : 12126 (glucosInc) R 12121 12120 9343 0 -1 4202496 55284 0 0 0 7508 12 0 0 20 0 1 0 378359269 405741568 88994 33554432000 4194304 5654031 140734822191472 140734822179288 4217744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12126/statm: 99058 88994 141 357 0 98698 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 942564

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 12128
/proc/meminfo: memFree=29925356/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=537184 CPUtime=27 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 10240 145892 0 0 485 68 1981 166 20 0 1 0 378356561 550076416 90900 33554432000 4194304 6004724 140736911540384 140736911526664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 134296 90900 167 442 0 133850 0
[pid=12126] ppid=12121 vsize=400040 CPUtime=135.19 cores=0,2,4,6
/proc/12126/stat : 12126 (glucosInc) R 12121 12120 9343 0 -1 4202496 55290 0 0 0 13507 12 0 0 20 0 1 0 378359269 409640960 89511 33554432000 4194304 5654031 140734822191472 140734822179288 4232794 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12126/statm: 100010 89511 141 357 0 99650 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 946372

[startup+222.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/181 12128
/proc/meminfo: memFree=29921076/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=537184 CPUtime=27 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 10240 145892 0 0 485 68 1981 166 20 0 1 0 378356561 550076416 90900 33554432000 4194304 6004724 140736911540384 140736911526664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 134296 90900 167 442 0 133850 0
[pid=12126] ppid=12121 vsize=400040 CPUtime=195.17 cores=0,2,4,6
/proc/12126/stat : 12126 (glucosInc) R 12121 12120 9343 0 -1 4202496 55813 0 0 0 19505 12 0 0 20 0 1 0 378359269 409640960 90545 33554432000 4194304 5654031 140734822191472 140734822179288 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12126/statm: 100010 90545 141 357 0 99650 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 946372

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 12131
/proc/meminfo: memFree=29915276/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.09 2.13 2.06 3/181 12225
/proc/meminfo: memFree=29987856/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=537184 CPUtime=27 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 10240 145892 0 0 485 68 1981 166 20 0 1 0 378356561 550076416 90900 33554432000 4194304 6004724 140736911540384 140736911526664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 134296 90900 167 442 0 133850 0
[pid=12126] ppid=12121 vsize=453816 CPUtime=1334.97 cores=0,2,4,6
/proc/12126/stat : 12126 (glucosInc) R 12121 12120 9343 0 -1 4202496 59893 0 0 0 133476 21 0 0 20 0 1 0 378359269 464707584 98388 33554432000 4194304 5654031 140734822191472 140734822179288 4222441 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12126/statm: 113454 98388 142 357 0 113094 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1000148

[startup+1422.3 s]
/proc/loadavg: 2.03 2.11 2.05 3/181 12225
/proc/meminfo: memFree=29957200/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=537184 CPUtime=27 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 10240 145892 0 0 485 68 1981 166 20 0 1 0 378356561 550076416 90900 33554432000 4194304 6004724 140736911540384 140736911526664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 134296 90900 167 442 0 133850 0
[pid=12126] ppid=12121 vsize=453816 CPUtime=1394.95 cores=0,2,4,6
/proc/12126/stat : 12126 (glucosInc) R 12121 12120 9343 0 -1 4202496 60039 0 0 0 139474 21 0 0 20 0 1 0 378359269 464707584 99042 33554432000 4194304 5654031 140734822191472 140734822179288 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12126/statm: 113454 99042 142 357 0 113094 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 1000148

[startup+1482.3 s]
/proc/loadavg: 2.01 2.08 2.05 3/182 12238
/proc/meminfo: memFree=29898912/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=590704 CPUtime=1472.3 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 15821 261897 0 0 596 451 145951 232 20 0 1 0 378356561 604880896 104289 33554432000 4194304 6004724 140736911540384 140736911526232 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 147676 104289 195 442 0 147230 0
[pid=12235] ppid=12121 vsize=390112 CPUtime=8.33 cores=0,2,4,6
/proc/12235/stat : 12235 (glucosInc) R 12121 12120 9343 0 -1 4202496 52686 0 0 0 821 12 0 0 20 0 1 0 378503957 399474688 86914 33554432000 4194304 5654031 140733312771488 140733312759304 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12235/statm: 97528 86914 140 357 0 97168 0
Current children cumulated CPU time (s) 1480.63
Current children cumulated vsize (KiB) 989964

[startup+1542.3 s]
/proc/loadavg: 2.00 2.07 2.04 3/181 12238
/proc/meminfo: memFree=29876744/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=590704 CPUtime=1472.3 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 15821 261897 0 0 596 451 145951 232 20 0 1 0 378356561 604880896 104289 33554432000 4194304 6004724 140736911540384 140736911526232 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 147676 104289 195 442 0 147230 0
[pid=12235] ppid=12121 vsize=398488 CPUtime=68.32 cores=0,2,4,6
/proc/12235/stat : 12235 (glucosInc) R 12121 12120 9343 0 -1 4202496 53486 0 0 0 6820 12 0 0 20 0 1 0 378503957 408051712 88736 33554432000 4194304 5654031 140733312771488 140733312759304 4232495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12235/statm: 99622 88736 141 357 0 99262 0
Current children cumulated CPU time (s) 1540.62
Current children cumulated vsize (KiB) 998340

[startup+1602.3 s]
/proc/loadavg: 2.06 2.07 2.04 3/181 12282
/proc/meminfo: memFree=29910256/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=590704 CPUtime=1472.3 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 15821 261897 0 0 596 451 145951 232 20 0 1 0 378356561 604880896 104289 33554432000 4194304 6004724 140736911540384 140736911526232 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 147676 104289 195 442 0 147230 0
[pid=12235] ppid=12121 vsize=402404 CPUtime=128.3 cores=0,2,4,6
/proc/12235/stat : 12235 (glucosInc) R 12121 12120 9343 0 -1 4202496 53753 0 0 0 12818 12 0 0 20 0 1 0 378503957 412061696 89514 33554432000 4194304 5654031 140733312771488 140733312759304 4232408 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12235/statm: 100601 89514 141 357 0 100241 0
Current children cumulated CPU time (s) 1600.6
Current children cumulated vsize (KiB) 1002256

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 2.03 3/181 12282
/proc/meminfo: memFree=29873580/32873648 swapFree=7380/7380
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=590704 CPUtime=1472.3 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 15821 261897 0 0 596 451 145951 232 20 0 1 0 378356561 604880896 104289 33554432000 4194304 6004724 140736911540384 140736911526232 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 147676 104289 195 442 0 147230 0
[pid=12235] ppid=12121 vsize=402404 CPUtime=188.29 cores=0,2,4,6
/proc/12235/stat : 12235 (glucosInc) R 12121 12120 9343 0 -1 4202496 54054 0 0 0 18817 12 0 0 20 0 1 0 378503957 412061696 90837 33554432000 4194304 5654031 140733312771488 140733312759304 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12235/statm: 100601 90837 141 357 0 100241 0
Current children cumulated CPU time (s) 1660.59
Current children cumulated vsize (KiB) 1002256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/181 12282
/proc/meminfo: memFree=29903132/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=590704 CPUtime=1472.3 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 15821 261897 0 0 596 451 145951 232 20 0 1 0 378356561 604880896 104289 33554432000 4194304 6004724 140736911540384 140736911526232 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 147676 104289 195 442 0 147230 0
[pid=12235] ppid=12121 vsize=402404 CPUtime=248.27 cores=0,2,4,6
/proc/12235/stat : 12235 (glucosInc) R 12121 12120 9343 0 -1 4202496 54289 0 0 0 24815 12 0 0 20 0 1 0 378503957 412061696 91047 33554432000 4194304 5654031 140733312771488 140733312759304 4214494 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12235/statm: 100601 91047 141 357 0 100241 0
Current children cumulated CPU time (s) 1720.57
Current children cumulated vsize (KiB) 1002256

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.03 3/181 12282
/proc/meminfo: memFree=29840560/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=590704 CPUtime=1472.3 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 15821 261897 0 0 596 451 145951 232 20 0 1 0 378356561 604880896 104289 33554432000 4194304 6004724 140736911540384 140736911526232 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 147676 104289 195 442 0 147230 0
[pid=12235] ppid=12121 vsize=406196 CPUtime=308.24 cores=0,2,4,6
/proc/12235/stat : 12235 (glucosInc) R 12121 12120 9343 0 -1 4202496 54382 0 0 0 30812 12 0 0 20 0 1 0 378503957 415944704 91637 33554432000 4194304 5654031 140733312771488 140733312759304 4214475 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12235/statm: 101549 91637 141 357 0 101189 0
Current children cumulated CPU time (s) 1780.54
Current children cumulated vsize (KiB) 1006048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.8 s]
/proc/loadavg: 2.02 2.04 2.03 3/181 12282
/proc/meminfo: memFree=29860656/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=590704 CPUtime=1472.3 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 15821 261897 0 0 596 451 145951 232 20 0 1 0 378356561 604880896 104289 33554432000 4194304 6004724 140736911540384 140736911526232 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 147676 104289 195 442 0 147230 0
[pid=12235] ppid=12121 vsize=406196 CPUtime=327.74 cores=0,2,4,6
/proc/12235/stat : 12235 (glucosInc) R 12121 12120 9343 0 -1 4202496 54546 0 0 0 32762 12 0 0 20 0 1 0 378503957 415944704 91797 33554432000 4194304 5654031 140733312771488 140733312759304 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12235/statm: 101549 91797 141 357 0 101189 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1006048

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.8 s]
/proc/loadavg: 2.02 2.04 2.03 3/181 12282
/proc/meminfo: memFree=29860656/32873648 swapFree=7376/7376
[pid=12120] ppid=12118 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12120/stat : 12120 (npSolver-pbo-It) S 12118 12120 9343 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378356561 9367552 275 33554432000 4194304 5064252 140733394166480 140733394165392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12120/statm: 2287 275 233 213 0 72 0
[pid=12121] ppid=12120 vsize=590704 CPUtime=1472.3 cores=0,2,4,6
/proc/12121/stat : 12121 (npSolver-pbo) S 12120 12120 9343 0 -1 4202496 15821 261897 0 0 596 451 145951 232 20 0 1 0 378356561 604880896 104289 33554432000 4194304 6004724 140736911540384 140736911526232 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 4 0 0
/proc/12121/statm: 147676 104289 195 442 0 147230 0
[pid=12235] ppid=12121 vsize=406196 CPUtime=327.74 cores=0,2,4,6
/proc/12235/stat : 12235 (glucosInc) R 12121 12120 9343 0 -1 4202496 54546 0 0 0 32762 12 0 0 20 0 1 0 378503957 415944704 91797 33554432000 4194304 5654031 140733312771488 140733312759304 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12235/statm: 101549 91797 141 357 0 101189 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1006048

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12120 and gives
#  childrusage.ru_utime.tv_sec=1465
#  childrusage.ru_utime.tv_usec=482212
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=848958
# CPU time returned by wait4() is 1472.33
# 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): 1801.82
CPU time (s): 1800.04
CPU user time (s): 1793.09
CPU system time (s): 6.95
CPU usage (%): 99.9015
Max. virtual memory (cumulated for all children) (KiB): 2239016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1465.48
system time used= 6.84896
maximum resident set size= 1640120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278094
page faults= 0
swaps= 0
block input operations= 16
block output operations= 1240928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4098
involuntary context switches= 1688

runsolver used 3.11153 second user time and 8.5137 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-08 04:25:25
IDJOB=3751450
IDBENCH=2362
IDSOLVER=2335
FILE ID=node149/3751450-1339122324
RUNJOBID= node149-1339112624-10875
PBS_JOBID= 14643704
Free space on /tmp= 70872 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751450-1339122324/watcher-3751450-1339122324 -o /tmp/evaluation-result-3751450-1339122324/solver-3751450-1339122324 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751450-1339122324.opb 1652558930 HOME HOME

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

MD5SUM BENCH= 77bab7e4b790022242f816374e31f934
RANDOM SEED=1652558930

node149.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.145
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	: 5332.29
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.145
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.145
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.91
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.145
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:       32873648 kB
MemFree:        30743140 kB
Buffers:           98116 kB
Cached:          1102236 kB
SwapCached:        30012 kB
Active:           345688 kB
Inactive:        1010164 kB
Active(anon):     128096 kB
Inactive(anon):    29988 kB
Active(file):     217592 kB
Inactive(file):   980176 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67072876 kB
Dirty:             10908 kB
Writeback:             0 kB
AnonPages:        254208 kB
Mapped:            10148 kB
Shmem:                 0 kB
Slab:             638324 kB
SReclaimable:      82356 kB
SUnreclaim:       555968 kB
KernelStack:        1504 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     249368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 70764 MiB
End job on node149 at 2012-06-08 04:55:27