Trace number 3699587

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? (TO) 1800.06 1800.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUMdccfffd22c38fcd3c497d688dab4b7a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76666
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 79290
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.68/3.74	c run inc solver
3.68/3.74	c [INC SYSTEM] run initial solver
3.68/3.74	c [INC SYSTEM] preprocess with white file
18.10/18.32	c [INC SYSTEM] finished preprocessing in 14 s
18.10/18.32	c [INC SYSTEM] execute solver
26.22/26.40	c [INC SEARCH] formula is SAT
26.22/26.46	c [INC SYSTEM] solved the initial formula
26.32/26.59	c model valid
26.32/26.59	c current solution ok
34.29/34.53	o 90185
34.29/34.53	c execute binary inc search
34.29/34.53	c [INC SEARCH] current bound: 45092
34.29/34.53	c [INC SEARCH] iteration: 0
34.29/34.53	c [INC SEARCH] lower bound: 0 upperbound 90185 current bound: 45092 best value:90185
34.29/34.53	c [INC SYSTEM] there exists a inc, kill it!
34.29/34.53	c write failed with 2
34.29/34.55	c [INC SYSTEM] create new solver instance
34.29/34.55	c [INC] encode full formula
34.29/34.55	c fallback to adder encoding
34.41/34.63	c set iterative enc to: adder
34.41/34.63	c set iterative enc to: none
34.46/34.82	c [INC SEARCH] isOptimum variable: 0
1131.75/1132.25	c [INC SEARCH] formula is UNSAT
1131.75/1132.25	c [INC SYSTEM] there exists a inc, kill it!
1131.75/1132.25	c write failed with 2
1131.75/1132.25	c sat variable: 0 optimum/unsat variable: 1
1131.75/1132.25	c [INC SEARCH] set lower bound to 45093 upperbound 90185
1131.75/1132.25	c [INC SEARCH] current bound: 67639
1131.75/1132.25	c [INC SEARCH] iteration: 1
1131.75/1132.25	c [INC SEARCH] lower bound: 45093 upperbound 90185 current bound: 67639 best value:90185
1131.75/1132.25	c [INC SYSTEM] create new solver instance
1131.75/1132.25	c [INC] encode full formula
1131.75/1132.25	c fallback to adder encoding
1131.86/1132.34	c set iterative enc to: adder
1131.86/1132.34	c set iterative enc to: none
1131.89/1132.52	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.72	HOME/npSolver-pbo-I.sh: line 18:  1405 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -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-3699587-1338056560/watcher-3699587-1338056560 -o /tmp/evaluation-result-3699587-1338056560/solver-3699587-1338056560 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699587-1338056560.opb 1814271065 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.10 2.07 2.00 2/171 1404
/proc/meminfo: memFree=30135008/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0

[startup+0.080963 s]
/proc/loadavg: 2.10 2.07 2.00 2/171 1404
/proc/meminfo: memFree=30135008/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100275 s]
/proc/loadavg: 2.10 2.07 2.00 2/171 1404
/proc/meminfo: memFree=30135008/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300195 s]
/proc/loadavg: 2.10 2.07 2.00 2/171 1404
/proc/meminfo: memFree=30135008/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700268 s]
/proc/loadavg: 2.10 2.07 2.00 2/171 1404
/proc/meminfo: memFree=30135008/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.10 2.07 2.00 3/179 1483
/proc/meminfo: memFree=30099032/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=38724 CPUtime=1.49 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) R 1404 1404 1127 0 -1 4202496 3659 0 0 0 148 1 0 0 20 0 1 0 271784514 39653376 6183 33554432000 4194304 5992684 140737299264416 140737299260536 4768683 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1405/statm: 9681 6183 146 440 0 9237 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47872

[startup+3.10034 s]
/proc/loadavg: 2.10 2.07 2.00 3/179 1483
/proc/meminfo: memFree=30022828/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=214996 CPUtime=3.09 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) R 1404 1404 1127 0 -1 4202496 24379 0 0 0 301 8 0 0 20 0 1 0 271784514 220155904 43718 33554432000 4194304 5992684 140737299264416 140737299259320 5044667 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1405/statm: 53784 43718 162 440 0 53340 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 224144

[startup+6.30044 s]
/proc/loadavg: 2.09 2.07 2.00 3/183 1487
/proc/meminfo: memFree=28885572/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=237048 CPUtime=3.73 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 30542 0 0 0 345 28 0 0 20 0 1 0 271784514 242737152 54840 33554432000 4194304 5992684 140737299264416 140737299258864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1405/statm: 59262 54840 169 440 0 58818 0
[pid=1484] ppid=1405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1484/stat : 1484 (cp2_pre.sh) S 1405 1404 1127 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271784889 9367552 277 33554432000 4194304 5064252 140735112923680 140735112922384 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1484/statm: 2287 277 234 213 0 72 0
[pid=1485] ppid=1484 vsize=614504 CPUtime=2.54 cores=1,3,5,7
/proc/1485/stat : 1485 (coprocessor) R 1484 1404 1127 0 -1 4202496 48216 0 0 0 237 17 0 0 20 0 1 0 271784889 629252096 131655 33554432000 4194304 6586260 140735964710144 140735964706408 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/1485/statm: 153626 131655 164 584 0 153038 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 869848

[startup+12.7005 s]
/proc/loadavg: 2.16 2.08 2.01 3/183 1487
/proc/meminfo: memFree=27860260/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=237048 CPUtime=3.73 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 30542 0 0 0 345 28 0 0 20 0 1 0 271784514 242737152 54840 33554432000 4194304 5992684 140737299264416 140737299258864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1405/statm: 59262 54840 169 440 0 58818 0
[pid=1484] ppid=1405 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1484/stat : 1484 (cp2_pre.sh) S 1405 1404 1127 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271784889 9367552 277 33554432000 4194304 5064252 140735112923680 140735112922384 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1484/statm: 2287 277 234 213 0 72 0
[pid=1485] ppid=1484 vsize=826848 CPUtime=8.94 cores=1,3,5,7
/proc/1485/stat : 1485 (coprocessor) R 1484 1404 1127 0 -1 4202496 82495 0 0 0 869 25 0 0 20 0 1 0 271784889 846692352 199149 33554432000 4194304 6586260 140735964710144 140735964705464 4683864 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/1485/statm: 206712 199149 189 584 0 206124 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1082192

[startup+25.5004 s]
/proc/loadavg: 2.20 2.09 2.01 3/181 1491
/proc/meminfo: memFree=28664440/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=237048 CPUtime=18.13 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 30558 83731 0 0 345 28 1385 55 20 0 1 0 271784514 242737152 54843 33554432000 4194304 5992684 140737299264416 140737299250680 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1405/statm: 59262 54843 171 440 0 58818 0
[pid=1491] ppid=1405 vsize=462972 CPUtime=7.16 cores=1,3,5,7
/proc/1491/stat : 1491 (glucosInc) R 1405 1404 1127 0 -1 4202496 67020 0 0 0 698 18 0 0 20 0 1 0 271786347 474083328 96643 33554432000 4194304 5654031 140737102010432 140737101998248 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1491/statm: 115743 96643 141 357 0 115383 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 709168

[startup+51.1004 s]
/proc/loadavg: 2.13 2.08 2.01 3/181 1498
/proc/meminfo: memFree=28393656/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=34.64 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 33220 153059 0 0 478 705 2171 110 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1497] ppid=1405 vsize=473636 CPUtime=16.26 cores=1,3,5,7
/proc/1497/stat : 1497 (glucosInc) R 1405 1404 1127 0 -1 4202496 67943 0 0 0 1606 20 0 0 20 0 1 0 271787997 485003264 105720 33554432000 4194304 5654031 140737166826032 140737166813848 4215061 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 118409 105720 141 357 0 118049 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 753468

[startup+102.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/181 1498
/proc/meminfo: memFree=28382152/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=34.64 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 33220 153059 0 0 478 705 2171 110 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1497] ppid=1405 vsize=477492 CPUtime=67.45 cores=1,3,5,7
/proc/1497/stat : 1497 (glucosInc) R 1405 1404 1127 0 -1 4202496 69556 0 0 0 6717 28 0 0 20 0 1 0 271787997 488951808 107557 33554432000 4194304 5654031 140737166826032 140737166813848 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 119373 107557 142 357 0 119013 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 757324

[startup+162.3 s]
/proc/loadavg: 2.06 2.07 2.00 3/181 1498
/proc/meminfo: memFree=28359444/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=34.64 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 33220 153059 0 0 478 705 2171 110 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1497] ppid=1405 vsize=486620 CPUtime=127.44 cores=1,3,5,7
/proc/1497/stat : 1497 (glucosInc) R 1405 1404 1127 0 -1 4202496 71087 0 0 0 12712 32 0 0 20 0 1 0 271787997 498298880 111045 33554432000 4194304 5654031 140737166826032 140737166813848 4233344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 121655 111045 142 357 0 121295 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 766452

[startup+222.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/181 1499
/proc/meminfo: memFree=28344800/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=34.64 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 33220 153059 0 0 478 705 2171 110 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1497] ppid=1405 vsize=491468 CPUtime=187.43 cores=1,3,5,7
/proc/1497/stat : 1497 (glucosInc) R 1405 1404 1127 0 -1 4202496 72076 0 0 0 18708 35 0 0 20 0 1 0 271787997 503263232 114929 33554432000 4194304 5654031 140737166826032 140737166813848 4233168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 122867 114929 142 357 0 122507 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 771300

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/181 1512
/proc/meminfo: memFree=28352420/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=1132.08 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 35068 242187 0 0 487 707 111778 236 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1511] ppid=1405 vsize=488356 CPUtime=229.73 cores=1,3,5,7
/proc/1511/stat : 1511 (glucosInc) R 1405 1404 1127 0 -1 4202496 70887 0 0 0 22948 25 0 0 20 0 1 0 271897767 500076544 105533 33554432000 4194304 5654031 140733325333648 140733325321464 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1511/statm: 122089 105533 142 357 0 121729 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 768188

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1512
/proc/meminfo: memFree=28337020/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=1132.08 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 35068 242187 0 0 487 707 111778 236 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1511] ppid=1405 vsize=488356 CPUtime=289.68 cores=1,3,5,7
/proc/1511/stat : 1511 (glucosInc) R 1405 1404 1127 0 -1 4202496 70931 0 0 0 28943 25 0 0 20 0 1 0 271897767 500076544 110215 33554432000 4194304 5654031 140733325333648 140733325321464 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1511/statm: 122089 110215 142 357 0 121729 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 768188

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1512
/proc/meminfo: memFree=28297588/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=1132.08 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 35068 242187 0 0 487 707 111778 236 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1511] ppid=1405 vsize=488356 CPUtime=349.64 cores=1,3,5,7
/proc/1511/stat : 1511 (glucosInc) R 1405 1404 1127 0 -1 4202496 71593 0 0 0 34936 28 0 0 20 0 1 0 271897767 500076544 111218 33554432000 4194304 5654031 140733325333648 140733325321464 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1511/statm: 122089 111218 142 357 0 121729 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 768188

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1512
/proc/meminfo: memFree=28311488/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=1132.08 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 35068 242187 0 0 487 707 111778 236 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1511] ppid=1405 vsize=489968 CPUtime=409.63 cores=1,3,5,7
/proc/1511/stat : 1511 (glucosInc) R 1405 1404 1127 0 -1 4202496 72278 0 0 0 40932 31 0 0 20 0 1 0 271897767 501727232 109275 33554432000 4194304 5654031 140733325333648 140733325321464 4232794 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1511/statm: 122492 109275 142 357 0 122132 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 769800

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1513
/proc/meminfo: memFree=28317412/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=1132.08 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 35068 242187 0 0 487 707 111778 236 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1511] ppid=1405 vsize=490896 CPUtime=469.61 cores=1,3,5,7
/proc/1511/stat : 1511 (glucosInc) R 1405 1404 1127 0 -1 4202496 73103 0 0 0 46929 32 0 0 20 0 1 0 271897767 502677504 108304 33554432000 4194304 5654031 140733325333648 140733325321464 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1511/statm: 122724 108304 142 357 0 122364 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 770728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1516
/proc/meminfo: memFree=28313672/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=1132.08 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 35068 242187 0 0 487 707 111778 236 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1511] ppid=1405 vsize=497272 CPUtime=529.59 cores=1,3,5,7
/proc/1511/stat : 1511 (glucosInc) R 1405 1404 1127 0 -1 4202496 74261 0 0 0 52923 36 0 0 20 0 1 0 271897767 509206528 109835 33554432000 4194304 5654031 140733325333648 140733325321464 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1511/statm: 124318 109835 142 357 0 123958 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 777104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1516
/proc/meminfo: memFree=28298536/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=1132.08 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 35068 242187 0 0 487 707 111778 236 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1511] ppid=1405 vsize=497272 CPUtime=589.58 cores=1,3,5,7
/proc/1511/stat : 1511 (glucosInc) R 1405 1404 1127 0 -1 4202496 74271 0 0 0 58922 36 0 0 20 0 1 0 271897767 509206528 114444 33554432000 4194304 5654031 140733325333648 140733325321464 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1511/statm: 124318 114444 142 357 0 123958 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 777104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1516
/proc/meminfo: memFree=28308896/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=1132.08 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 35068 242187 0 0 487 707 111778 236 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1511] ppid=1405 vsize=497272 CPUtime=649.57 cores=1,3,5,7
/proc/1511/stat : 1511 (glucosInc) R 1405 1404 1127 0 -1 4202496 74675 0 0 0 64918 39 0 0 20 0 1 0 271897767 509206528 112908 33554432000 4194304 5654031 140733325333648 140733325321464 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1511/statm: 124318 112908 142 357 0 123958 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 777104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1516
/proc/meminfo: memFree=28306916/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=1132.08 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 35068 242187 0 0 487 707 111778 236 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1511] ppid=1405 vsize=505760 CPUtime=667.98 cores=1,3,5,7
/proc/1511/stat : 1511 (glucosInc) R 1405 1404 1127 0 -1 4202496 76466 0 0 0 66757 41 0 0 20 0 1 0 271897767 517898240 110854 33554432000 4194304 5654031 140733325333648 140733325321464 4219872 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1511/statm: 126440 110854 142 357 0 126080 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 785592

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1516
/proc/meminfo: memFree=28306916/32873844 swapFree=7108/7108
[pid=1404] ppid=1402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1404/stat : 1404 (npSolver-pbo-I.) S 1402 1404 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271784514 9367552 275 33554432000 4194304 5064252 140736084968784 140736084967696 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1404/statm: 2287 275 233 213 0 72 0
[pid=1405] ppid=1404 vsize=270684 CPUtime=1132.08 cores=1,3,5,7
/proc/1405/stat : 1405 (npSolver-pbo) S 1404 1404 1127 0 -1 4202496 35068 242187 0 0 487 707 111778 236 20 0 1 0 271784514 277180416 62900 33554432000 4194304 5992684 140737299264416 140737299249320 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/1405/statm: 67671 62900 189 440 0 67227 0
[pid=1511] ppid=1405 vsize=505760 CPUtime=667.98 cores=1,3,5,7
/proc/1511/stat : 1511 (glucosInc) R 1405 1404 1127 0 -1 4202496 76466 0 0 0 66757 41 0 0 20 0 1 0 271897767 517898240 110854 33554432000 4194304 5654031 140733325333648 140733325321464 4219872 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1511/statm: 126440 110854 142 357 0 126080 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 785592

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1404 and gives
#  childrusage.ru_utime.tv_sec=1122
#  childrusage.ru_utime.tv_usec=659329
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=450563
# CPU time returned by wait4() is 1132.11
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.06
CPU user time (s): 1790.22
CPU system time (s): 9.84
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 1112140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1122.66
system time used= 9.45056
maximum resident set size= 826532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1199304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2500
involuntary context switches= 1252

runsolver used 3.50847 second user time and 9.33958 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 20:22:40
IDJOB=3699587
IDBENCH=2011
IDSOLVER=2276
FILE ID=node102/3699587-1338056560
RUNJOBID= node102-1338052958-1144
PBS_JOBID= 14624412
Free space on /tmp= 71536 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data10_3.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699587-1338056560/watcher-3699587-1338056560 -o /tmp/evaluation-result-3699587-1338056560/solver-3699587-1338056560 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699587-1338056560.opb 1814271065 HOME HOME

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

MD5SUM BENCH= dccfffd22c38fcd3c497d688dab4b7a4
RANDOM SEED=1814271065

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.54
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.178
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		: 2667.178
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:        30135396 kB
Buffers:          270660 kB
Cached:          1644960 kB
SwapCached:            0 kB
Active:           948864 kB
Inactive:         977736 kB
Active(anon):       2776 kB
Inactive(anon):    10968 kB
Active(file):     946088 kB
Inactive(file):   966768 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11272 kB
Writeback:             0 kB
AnonPages:         17908 kB
Mapped:            14164 kB
Shmem:               200 kB
Slab:             671616 kB
SReclaimable:     114044 kB
SUnreclaim:       557572 kB
KernelStack:        1504 kB
PageTables:         3352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71132 MiB
End job on node102 at 2012-05-26 20:52:41