Trace number 3751447

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-bg512142.opb
MD5SUMbc049badf8b0b6990d4dd6f2aa909c41
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15026065169129
Best CPU time to get the best result obtained on this benchmark1800.74
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16800
Total number of constraints945
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints934
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 9600
Biggest coefficient in the objective function 5368709120000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 773893279252632
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 773893279252632
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

7.38/7.41	c run inc solver
7.38/7.41	c [INC SYSTEM] run initial solver
7.38/7.41	c [INC SYSTEM] preprocess with white file
30.81/31.06	c [INC SYSTEM] finished preprocessing in 23 s
30.81/31.06	c [INC SYSTEM] execute solver
1800.08/1800.61	HOME/npSolver-pbo-Itdqb.sh: line 18:  1513 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-3751447-1339122222/watcher-3751447-1339122222 -o /tmp/evaluation-result-3751447-1339122222/solver-3751447-1339122222 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751447-1339122222.opb 1584191051 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.00 2.00 2.00 3/178 1512
/proc/meminfo: memFree=26471932/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0

[startup+0.059647 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1512
/proc/meminfo: memFree=26471932/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100406 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1512
/proc/meminfo: memFree=26471932/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300257 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1512
/proc/meminfo: memFree=26471932/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1512
/proc/meminfo: memFree=26471932/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1514
/proc/meminfo: memFree=26383412/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=165684 CPUtime=1.49 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) R 1512 1512 30107 0 -1 4202496 6154 0 0 0 145 4 0 0 20 0 1 0 378346529 169660416 30735 33554432000 4194304 6004724 140736996142736 140736996137336 5055540 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 41421 30735 154 442 0 40975 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 174832

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1514
/proc/meminfo: memFree=26264808/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=296756 CPUtime=3.08 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) R 1512 1512 30107 0 -1 4202496 6787 0 0 0 300 8 0 0 20 0 1 0 378346529 303878144 60431 33554432000 4194304 6004724 140736996142736 140736996137336 5055521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 74189 60431 154 442 0 73743 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 305904

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1514
/proc/meminfo: memFree=26056540/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=558900 CPUtime=6.29 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) R 1512 1512 30107 0 -1 4202496 7545 0 0 0 611 18 0 0 20 0 1 0 378346529 572313600 121359 33554432000 4194304 6004724 140736996142736 140736996137336 4582605 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 139725 121359 154 442 0 139279 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 568048

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1516
/proc/meminfo: memFree=25018892/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=7.41 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7859 0 0 0 648 93 0 0 20 0 1 0 378346529 544309248 118627 33554432000 4194304 6004724 140736996142736 140736996137200 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118627 163 442 0 132442 0
[pid=1515] ppid=1513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1515/stat : 1515 (cp2_pre.sh) S 1513 1512 30107 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 378347272 9367552 277 33554432000 4194304 5064252 140736884977280 140736884975984 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1515/statm: 2287 277 234 213 0 72 0
[pid=1516] ppid=1515 vsize=620976 CPUtime=5.26 cores=1,3,5,7
/proc/1516/stat : 1516 (coprocessor) R 1515 1512 30107 0 -1 4202496 17163 0 0 0 502 24 0 0 20 0 1 0 378347273 635879424 151902 33554432000 4194304 6586260 140736253446384 140736253443144 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/1516/statm: 155244 151902 137 584 0 154656 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1170824

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 1516
/proc/meminfo: memFree=24452508/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=7.41 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7859 0 0 0 648 93 0 0 20 0 1 0 378346529 544309248 118627 33554432000 4194304 6004724 140736996142736 140736996137200 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118627 163 442 0 132442 0
[pid=1515] ppid=1513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1515/stat : 1515 (cp2_pre.sh) S 1513 1512 30107 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 378347272 9367552 277 33554432000 4194304 5064252 140736884977280 140736884975984 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1515/statm: 2287 277 234 213 0 72 0
[pid=1516] ppid=1515 vsize=909128 CPUtime=17.95 cores=1,3,5,7
/proc/1516/stat : 1516 (coprocessor) R 1515 1512 30107 0 -1 4202496 19813 0 0 0 1700 95 0 0 20 0 1 0 378347273 930947072 195432 33554432000 4194304 6586260 140736253446384 140736253442136 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 10 0 0
/proc/1516/statm: 227282 195432 158 584 0 226694 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1458976

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 1518
/proc/meminfo: memFree=24472868/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1169204 CPUtime=20.02 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 139849 0 0 0 1955 47 0 0 20 0 1 0 378349636 1197264896 264958 33554432000 4194304 5654031 140737295744640 140737295732456 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 292301 264958 141 357 0 291941 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 1709904

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 1518
/proc/meminfo: memFree=24437252/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1405584 CPUtime=71.21 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 142084 0 0 0 7073 48 0 0 20 0 1 0 378349636 1439318016 273815 33554432000 4194304 5654031 140737295744640 140737295732456 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 351396 273815 141 357 0 351036 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 1946284

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1519
/proc/meminfo: memFree=24412064/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1424128 CPUtime=131.2 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 143615 0 0 0 13072 48 0 0 20 0 1 0 378349636 1458307072 277901 33554432000 4194304 5654031 140737295744640 140737295732456 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 356032 277901 141 357 0 355672 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 1964828

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1519
/proc/meminfo: memFree=24360500/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1456536 CPUtime=191.19 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 145550 0 0 0 19070 49 0 0 20 0 1 0 378349636 1491492864 290567 33554432000 4194304 5654031 140737295744640 140737295732456 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 364134 290567 141 357 0 363774 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 1997236

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1519
/proc/meminfo: memFree=24302372/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.16 2.10 2.02 3/181 1529
/proc/meminfo: memFree=24036420/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1705020 CPUtime=1270.94 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 173920 0 0 0 126982 112 0 0 20 0 1 0 378349636 1745940480 352302 33554432000 4194304 5654031 140737295744640 140737295732456 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 426255 352302 142 357 0 425895 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 2245720

[startup+1362.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/181 1529
/proc/meminfo: memFree=23997400/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1705020 CPUtime=1330.93 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 173968 0 0 0 132980 113 0 0 20 0 1 0 378349636 1745940480 361037 33554432000 4194304 5654031 140737295744640 140737295732456 4215055 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 426255 361037 142 357 0 425895 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 2245720

[startup+1422.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/181 1531
/proc/meminfo: memFree=23983360/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1713692 CPUtime=1390.93 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 174043 0 0 0 138979 114 0 0 20 0 1 0 378349636 1754820608 370310 33554432000 4194304 5654031 140737295744640 140737295732456 4214618 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 428423 370310 142 357 0 428063 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 2254392

[startup+1482.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/181 1531
/proc/meminfo: memFree=24036688/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1713692 CPUtime=1450.92 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 174894 0 0 0 144970 122 0 0 20 0 1 0 378349636 1754820608 357450 33554432000 4194304 5654031 140737295744640 140737295732456 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 428423 357450 142 357 0 428063 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 2254392

[startup+1542.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/181 1531
/proc/meminfo: memFree=23940624/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1719052 CPUtime=1510.91 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 174964 0 0 0 150968 123 0 0 20 0 1 0 378349636 1760309248 370806 33554432000 4194304 5654031 140737295744640 140737295732456 4232842 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 429763 370806 142 357 0 429403 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 2259752

[startup+1602.3 s]
/proc/loadavg: 2.14 2.09 2.02 3/182 1632
/proc/meminfo: memFree=24003340/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1720112 CPUtime=1570.9 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 175222 0 0 0 156966 124 0 0 20 0 1 0 378349636 1761394688 381795 33554432000 4194304 5654031 140737295744640 140737295742424 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 430028 381795 142 357 0 429668 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 2260812

[startup+1662.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/181 1632
/proc/meminfo: memFree=24082576/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1723672 CPUtime=1630.89 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 176519 0 0 0 162958 131 0 0 20 0 1 0 378349636 1765040128 358695 33554432000 4194304 5654031 140737295744640 140737295732456 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 430918 358695 142 357 0 430558 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 2264372

[startup+1722.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/181 1634
/proc/meminfo: memFree=24018632/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1730544 CPUtime=1690.88 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 178213 0 0 0 168954 134 0 0 20 0 1 0 378349636 1772077056 374186 33554432000 4194304 5654031 140737295744640 140737295732456 4216086 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 432636 374186 142 357 0 432276 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 2271244

[startup+1782.3 s]
/proc/loadavg: 2.14 2.10 2.02 3/181 1634
/proc/meminfo: memFree=23938212/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1733640 CPUtime=1750.87 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 178957 0 0 0 174952 135 0 0 20 0 1 0 378349636 1775247360 385150 33554432000 4194304 5654031 140737295744640 140737295732456 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 433410 385150 142 357 0 433050 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 2274340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.11 2.09 2.02 3/181 1634
/proc/meminfo: memFree=24083716/32873844 swapFree=7628/7628
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1512/stat : 1512 (npSolver-pbo-It) S 1510 1512 30107 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378346529 9367552 275 33554432000 4194304 5064252 140734635111616 140734635110528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1512/statm: 2287 275 233 213 0 72 0
[pid=1513] ppid=1512 vsize=531552 CPUtime=30.91 cores=1,3,5,7
/proc/1513/stat : 1513 (npSolver-pbo) S 1512 1512 30107 0 -1 4202496 7878 20714 0 0 648 93 2214 136 20 0 1 0 378346529 544309248 118631 33554432000 4194304 6004724 140736996142736 140736996129016 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1513/statm: 132888 118631 167 442 0 132442 0
[pid=1518] ppid=1513 vsize=1735360 CPUtime=1769.17 cores=1,3,5,7
/proc/1518/stat : 1518 (glucosInc) R 1513 1512 30107 0 -1 4202496 179640 0 0 0 176775 142 0 0 20 0 1 0 378349636 1777008640 361895 33554432000 4194304 5654031 140737295744640 140737295732456 4232880 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1518/statm: 433840 361895 142 357 0 433480 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2276060

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 1512 and gives
#  childrusage.ru_utime.tv_sec=28
#  childrusage.ru_utime.tv_usec=634646
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=308649
# CPU time returned by wait4() is 30.9433
# 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.61
CPU time (s): 1800.08
CPU user time (s): 1796.37
CPU system time (s): 3.71
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 2833684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.6346
system time used= 2.30865
maximum resident set size= 941700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28967
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1854336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 37

runsolver used 6.83296 second user time and 10.0525 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-08 04:23:42
IDJOB=3751447
IDBENCH=2358
IDSOLVER=2335
FILE ID=node145/3751447-1339122222
RUNJOBID= node145-1339110947-31549
PBS_JOBID= 14643708
Free space on /tmp= 71032 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-bg512142.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751447-1339122222/watcher-3751447-1339122222 -o /tmp/evaluation-result-3751447-1339122222/solver-3751447-1339122222 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751447-1339122222.opb 1584191051 HOME HOME

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

MD5SUM BENCH= bc049badf8b0b6990d4dd6f2aa909c41
RANDOM SEED=1584191051

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26471940 kB
Buffers:          484712 kB
Cached:          4926916 kB
SwapCached:            4 kB
Active:          2124684 kB
Inactive:        3398628 kB
Active(anon):     102928 kB
Inactive(anon):    10864 kB
Active(file):    2021756 kB
Inactive(file):  3387764 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:              9332 kB
Writeback:             0 kB
AnonPages:         84120 kB
Mapped:            15548 kB
Shmem:               200 kB
Slab:             737156 kB
SReclaimable:     178704 kB
SUnreclaim:       558452 kB
KernelStack:        1504 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     226636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 70572 MiB
End job on node145 at 2012-06-08 04:53:42