Trace number 3700118

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.08 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_1.opb
MD5SUM02054528a722e9af7937139e87d0b5ac
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-134
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -169
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63280
Sum of products size (including duplicates)126560
Number of different products31640
Sum of products size63280

Solver Data

0.00/0.37	c run inc solver
0.00/0.37	c [INC SYSTEM] run initial solver
0.00/0.37	c [INC SYSTEM] preprocess with white file
2.97/3.09	c [INC SYSTEM] finished preprocessing in 2 s
2.97/3.09	c [INC SYSTEM] execute solver
6.75/6.87	c [INC SEARCH] formula is SAT
6.75/6.88	c [INC SYSTEM] solved the initial formula
6.87/6.91	c model valid
6.87/6.91	c current solution ok
7.85/7.90	o -92
7.85/7.90	c execute binary inc search
7.85/7.90	c [INC SEARCH] current bound: 454
7.85/7.90	c [INC SEARCH] iteration: 0
7.85/7.90	c [INC SEARCH] lower bound: 0 upperbound 908 current bound: 454 best value:908
7.85/7.90	c [INC SYSTEM] there exists a inc, kill it!
7.85/7.91	c write failed with 2
7.85/7.91	c [INC SYSTEM] create new solver instance
7.85/7.91	c [INC] encode full formula
7.85/7.91	c (debug) using card networks
7.85/7.93	c set iterative enc to: card
7.85/7.93	c set iterative enc to: none
7.85/7.96	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.41	HOME/npSolver-pbo-I.sh: line 18:  5602 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-3700118-1338081585/watcher-3700118-1338081585 -o /tmp/evaluation-result-3700118-1338081585/solver-3700118-1338081585 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700118-1338081585.opb 749606757 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.08 2.02 2.00 3/179 5601
/proc/meminfo: memFree=28264624/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0

[startup+0.0400651 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 5601
/proc/meminfo: memFree=28264624/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 5601
/proc/meminfo: memFree=28264624/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/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.08 2.02 2.00 3/179 5601
/proc/meminfo: memFree=28264624/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700327 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 5601
/proc/meminfo: memFree=28264624/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 5605
/proc/meminfo: memFree=28116420/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=31312 CPUtime=0.36 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 6254 0 0 0 33 3 0 0 20 0 1 0 274285511 32063488 6396 33554432000 4194304 5992684 140733973747424 140733973741872 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 7828 6396 171 440 0 7384 0
[pid=5604] ppid=5602 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5604/stat : 5604 (cp2_pre.sh) S 5602 5601 2277 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274285549 9367552 276 33554432000 4194304 5064252 140735669375456 140735669374160 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5604/statm: 2287 276 234 213 0 72 0
[pid=5605] ppid=5604 vsize=135148 CPUtime=1.11 cores=1,3,5,7
/proc/5605/stat : 5605 (coprocessor) R 5604 5601 2277 0 -1 4202496 25141 0 0 0 107 4 0 0 20 0 1 0 274285549 138391552 32577 33554432000 4194304 6586260 140735714343408 140735714339608 4770132 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/5605/statm: 33787 32577 182 584 0 33199 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 184756

[startup+3.10033 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 5605
/proc/meminfo: memFree=28080572/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=31312 CPUtime=3.06 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 6269 30611 0 0 33 3 246 24 20 0 1 0 274285511 32063488 6398 33554432000 4194304 5992684 140733973747424 140733973733688 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 7828 6398 173 440 0 7384 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 40460

[startup+6.3004 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 5607
/proc/meminfo: memFree=28166608/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=31312 CPUtime=3.06 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 6269 30611 0 0 33 3 246 24 20 0 1 0 274285511 32063488 6398 33554432000 4194304 5992684 140733973747424 140733973733688 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 7828 6398 173 440 0 7384 0
[pid=5607] ppid=5602 vsize=65456 CPUtime=3.19 cores=1,3,5,7
/proc/5607/stat : 5607 (glucosInc) R 5602 5601 2277 0 -1 4202496 14273 0 0 0 317 2 0 0 20 0 1 0 274285820 67026944 15126 33554432000 4194304 5654031 140734061395184 140734061393064 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5607/statm: 16364 15126 140 357 0 16004 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 105916

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 5610
/proc/meminfo: memFree=28136856/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=85096 CPUtime=4.72 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 17433 0 0 0 470 2 0 0 20 0 1 0 274286307 87138304 17952 33554432000 4194304 5654031 140737145663616 140737145661704 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5610/statm: 21274 17952 140 357 0 20914 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 132240

[startup+25.5004 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 5613
/proc/meminfo: memFree=28096300/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=85756 CPUtime=17.51 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 17731 0 0 0 1748 3 0 0 20 0 1 0 274286307 87814144 18746 33554432000 4194304 5654031 140737145663616 140737145651432 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 21439 18746 141 357 0 21079 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 132900

[startup+51.1004 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 5613
/proc/meminfo: memFree=28129300/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=87056 CPUtime=43.09 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 18053 0 0 0 4306 3 0 0 20 0 1 0 274286307 89145344 19951 33554432000 4194304 5654031 140737145663616 140737145651432 4208648 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 21764 19951 141 357 0 21404 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 134200

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 5613
/proc/meminfo: memFree=28090412/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=89640 CPUtime=94.29 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 18857 0 0 0 9425 4 0 0 20 0 1 0 274286307 91791360 20802 33554432000 4194304 5654031 140737145663616 140737145651432 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 22410 20802 142 357 0 22050 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 136784

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 5613
/proc/meminfo: memFree=28060124/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=110476 CPUtime=154.27 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 20288 0 0 0 15422 5 0 0 20 0 1 0 274286307 113127424 25843 33554432000 4194304 5654031 140737145663616 140737145651432 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 27619 25843 142 357 0 27259 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 157620

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5613
/proc/meminfo: memFree=28087632/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=129152 CPUtime=214.27 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 20319 0 0 0 21421 6 0 0 20 0 1 0 274286307 132251648 30473 33554432000 4194304 5654031 140737145663616 140737145651432 4216213 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 32288 30473 142 357 0 31928 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 176296

[startup+282.3 s]

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

/proc/loadavg: 2.02 2.01 2.00 3/181 5880
/proc/meminfo: memFree=27992796/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=189664 CPUtime=1294.11 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 22625 0 0 0 129398 13 0 0 20 0 1 0 274286307 194215936 42248 33554432000 4194304 5654031 140737145663616 140737145651432 4232659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 47416 42248 142 357 0 47056 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 236808

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 5880
/proc/meminfo: memFree=28010668/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=154792 CPUtime=1354.09 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 23111 0 0 0 135396 13 0 0 20 0 1 0 274286307 158507008 37449 33554432000 4194304 5654031 140737145663616 140737145651432 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 38698 37449 142 357 0 38338 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 201936

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5880
/proc/meminfo: memFree=27968592/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=204112 CPUtime=1414.09 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 23350 0 0 0 141395 14 0 0 20 0 1 0 274286307 209010688 47908 33554432000 4194304 5654031 140737145663616 140737145651432 4233306 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 51028 47908 142 357 0 50668 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 251256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5880
/proc/meminfo: memFree=27974920/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=154792 CPUtime=1474.07 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 23512 0 0 0 147392 15 0 0 20 0 1 0 274286307 158507008 37546 33554432000 4194304 5654031 140737145663616 140737145651432 4232484 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 38698 37546 142 357 0 38338 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 201936

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5881
/proc/meminfo: memFree=27940600/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=204112 CPUtime=1534.06 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 23653 0 0 0 153391 15 0 0 20 0 1 0 274286307 209010688 47396 33554432000 4194304 5654031 140737145663616 140737145651432 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 51028 47396 142 357 0 50668 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 251256

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5881
/proc/meminfo: memFree=27923224/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=204112 CPUtime=1594.06 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 23933 0 0 0 159390 16 0 0 20 0 1 0 274286307 209010688 49717 33554432000 4194304 5654031 140737145663616 140737145651432 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 51028 49717 142 357 0 50668 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 251256

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5881
/proc/meminfo: memFree=27944712/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=204112 CPUtime=1654.04 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 24384 0 0 0 165387 17 0 0 20 0 1 0 274286307 209010688 45348 33554432000 4194304 5654031 140737145663616 140737145651432 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 51028 45348 142 357 0 50668 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 251256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5881
/proc/meminfo: memFree=27926156/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=204112 CPUtime=1714.03 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 24389 0 0 0 171386 17 0 0 20 0 1 0 274286307 209010688 47908 33554432000 4194304 5654031 140737145663616 140737145651432 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 51028 47908 142 357 0 50668 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 251256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5881
/proc/meminfo: memFree=27923428/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=234932 CPUtime=1774.02 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 24979 0 0 0 177384 18 0 0 20 0 1 0 274286307 240570368 51047 33554432000 4194304 5654031 140737145663616 140737145651432 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 58733 51047 142 357 0 58373 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 282076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5881
/proc/meminfo: memFree=27915608/32873844 swapFree=7100/7100
[pid=5601] ppid=5599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5601/stat : 5601 (npSolver-pbo-I.) S 5599 5601 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285511 9367552 275 33554432000 4194304 5064252 140735028641088 140735028640000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5601/statm: 2287 275 233 213 0 72 0
[pid=5602] ppid=5601 vsize=37996 CPUtime=7.95 cores=1,3,5,7
/proc/5602/stat : 5602 (npSolver-pbo) S 5601 5601 2277 0 -1 4202496 9010 46054 0 0 56 86 621 32 20 0 1 0 274285511 38907904 7887 33554432000 4194304 5992684 140733973747424 140733973732328 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5602/statm: 9499 7887 183 440 0 9055 0
[pid=5610] ppid=5602 vsize=234932 CPUtime=1792.13 cores=1,3,5,7
/proc/5610/stat : 5610 (glucosInc) R 5602 5601 2277 0 -1 4202496 24980 0 0 0 179195 18 0 0 20 0 1 0 274286307 240570368 51559 33554432000 4194304 5654031 140737145663616 140737145651432 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5610/statm: 58733 51559 142 357 0 58373 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 282076

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5601 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=777969
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=186819
# CPU time returned by wait4() is 7.96479
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1798.72
CPU system time (s): 1.36
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 282076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.77797
system time used= 1.18682
maximum resident set size= 161328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55439
page faults= 0
swaps= 0
block input operations= 0
block output operations= 111472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 367
involuntary context switches= 26

runsolver used 3.9274 second user time and 8.68168 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 03:19:45
IDJOB=3700118
IDBENCH=48255
IDSOLVER=2276
FILE ID=node111/3700118-1338081585
RUNJOBID= node111-1338052066-2294
PBS_JOBID= 14624388
Free space on /tmp= 71564 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_1.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700118-1338081585/watcher-3700118-1338081585 -o /tmp/evaluation-result-3700118-1338081585/solver-3700118-1338081585 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700118-1338081585.opb 749606757 HOME HOME

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

MD5SUM BENCH= 02054528a722e9af7937139e87d0b5ac
RANDOM SEED=749606757

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
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.152
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:       32873844 kB
MemFree:        28264888 kB
Buffers:          301284 kB
Cached:          3391176 kB
SwapCached:            0 kB
Active:          1002860 kB
Inactive:        2786600 kB
Active(anon):      99556 kB
Inactive(anon):        0 kB
Active(file):     903304 kB
Inactive(file):  2786600 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8928 kB
Writeback:             0 kB
AnonPages:        146928 kB
Mapped:            15744 kB
Shmem:               200 kB
Slab:             679080 kB
SReclaimable:     121788 kB
SUnreclaim:       557292 kB
KernelStack:        1512 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     213288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71608 MiB
End job on node111 at 2012-05-27 03:49:46