Trace number 3746660

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 (fixed)? (TO) 1800.09 1813.22

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUMcbbc019f11b539634b02edfceafed9db
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1090626176
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
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

55.00/62.47	c run inc solver
55.00/62.47	c [INC SYSTEM] run initial solver
55.00/62.47	c [INC SYSTEM] preprocess with white file
235.54/249.00	c [INC SYSTEM] finished preprocessing in 186 s
235.54/249.00	c [INC SYSTEM] execute solver

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-3746660-1339100161/watcher-3746660-1339100161 -o /tmp/evaluation-result-3746660-1339100161/solver-3746660-1339100161 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746660-1339100161.opb 2117938885 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.75 3/178 31235
/proc/meminfo: memFree=26140988/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0

[startup+0.070951 s]
/proc/loadavg: 2.00 1.99 1.75 3/178 31235
/proc/meminfo: memFree=26140988/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100282 s]
/proc/loadavg: 2.00 1.99 1.75 3/178 31235
/proc/meminfo: memFree=26140988/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300266 s]
/proc/loadavg: 2.00 1.99 1.75 3/178 31235
/proc/meminfo: memFree=26140988/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 2.00 1.99 1.75 3/178 31235
/proc/meminfo: memFree=26140988/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 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 1.99 1.75 3/180 31237
/proc/meminfo: memFree=26047288/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=174232 CPUtime=1.49 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) R 31235 31235 30741 0 -1 4202496 8668 0 0 0 145 4 0 0 20 0 1 0 376140573 178413568 31041 33554432000 4194304 6004724 140737004868096 140737004862696 4535923 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31236/statm: 43558 31041 154 442 0 43112 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183380

[startup+3.10033 s]
/proc/loadavg: 2.00 1.99 1.75 3/180 31237
/proc/meminfo: memFree=25962816/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=305304 CPUtime=3.09 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) R 31235 31235 30741 0 -1 4202496 9302 0 0 0 301 8 0 0 20 0 1 0 376140573 312631296 61249 33554432000 4194304 6004724 140737004868096 140737004863144 4534746 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31236/statm: 76326 61249 154 442 0 75880 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 314452

[startup+6.30031 s]
/proc/loadavg: 2.00 1.99 1.75 3/180 31237
/proc/meminfo: memFree=25706880/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=567448 CPUtime=6.29 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) R 31235 31235 30741 0 -1 4202496 10081 0 0 0 612 17 0 0 20 0 1 0 376140573 581066752 123731 33554432000 4194304 6004724 140737004868096 140737004862696 4820501 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31236/statm: 141862 123731 154 442 0 141416 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 576596

[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 1.75 3/180 31237
/proc/meminfo: memFree=25188940/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=1091736 CPUtime=12.69 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) R 31235 31235 30741 0 -1 4202496 11092 0 0 0 1239 30 0 0 20 0 1 0 376140573 1117937664 248659 33554432000 4194304 6004724 140737004868096 140737004862696 4617984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31236/statm: 272934 248659 154 442 0 272488 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1100884

[startup+25.5003 s]
/proc/loadavg: 2.00 1.99 1.75 3/180 31237
/proc/meminfo: memFree=24142308/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=2159688 CPUtime=25.48 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) R 31235 31235 30741 0 -1 4202496 17452 0 0 0 2489 59 0 0 20 0 1 0 376140573 2211520512 500809 33554432000 4194304 6004724 140737004868096 140737004863128 4579893 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31236/statm: 539922 500809 154 442 0 539476 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2168836

[startup+51.1004 s]
/proc/loadavg: 2.00 1.99 1.76 3/180 31239
/proc/meminfo: memFree=18195660/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=8034268 CPUtime=51.07 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) R 31235 31235 30741 0 -1 4202496 21950 0 0 0 4830 277 0 0 20 0 1 0 376140573 8227090432 1911601 33554432000 4194304 6004724 140737004868096 140737004863968 5193835 0 0 4096 0 0 0 0 17 4 0 0 1 0 0
/proc/31236/statm: 2008567 1911601 157 442 0 2008121 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8043416

[startup+102.306 s]
/proc/loadavg: 2.69 2.18 1.83 3/181 31241
/proc/meminfo: memFree=13976628/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=55.08 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21957 0 0 0 4830 678 0 0 20 0 1 0 376140573 4329799680 960120 33554432000 4194304 6004724 140737004868096 140737004862560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960120 163 442 0 1056634 0
[pid=31240] ppid=31236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31240/stat : 31240 (cp2_pre.sh) S 31236 31235 30741 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376146821 9367552 277 33554432000 4194304 5064252 140734092787168 140734092785872 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31240/statm: 2287 277 234 213 0 72 0
[pid=31241] ppid=31240 vsize=4549400 CPUtime=39.81 cores=0,2,4,6
/proc/31241/stat : 31241 (coprocessor) R 31240 31235 30741 0 -1 4202496 26636 0 0 0 3828 153 0 0 20 0 1 0 376146822 4658585600 1112746 33554432000 4194304 6586260 140733321330736 140733321327496 5732400 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/31241/statm: 1137350 1112746 137 584 0 1136762 0
Current children cumulated CPU time (s) 94.89
Current children cumulated vsize (KiB) 8796016

[startup+162.3 s]
/proc/loadavg: 2.37 2.19 1.85 3/182 31242
/proc/meminfo: memFree=11373116/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=55.08 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21957 0 0 0 4830 678 0 0 20 0 1 0 376140573 4329799680 960120 33554432000 4194304 6004724 140737004868096 140737004862560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960120 163 442 0 1056634 0
[pid=31240] ppid=31236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31240/stat : 31240 (cp2_pre.sh) S 31236 31235 30741 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376146821 9367552 277 33554432000 4194304 5064252 140734092787168 140734092785872 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31240/statm: 2287 277 234 213 0 72 0
[pid=31241] ppid=31240 vsize=6579820 CPUtime=96.26 cores=0,2,4,6
/proc/31241/stat : 31241 (coprocessor) R 31240 31235 30741 0 -1 4202496 30776 0 0 0 9157 469 0 0 20 0 1 0 376146822 6737735680 1415277 33554432000 4194304 6586260 140733321330736 140733321326488 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 346 0 0
/proc/31241/statm: 1644955 1415277 158 584 0 1644367 0
Current children cumulated CPU time (s) 151.34
Current children cumulated vsize (KiB) 10826436

[startup+222.422 s]
/proc/loadavg: 2.16 2.15 1.86 2/182 31242
/proc/meminfo: memFree=9903056/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=55.08 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21957 0 0 0 4830 678 0 0 20 0 1 0 376140573 4329799680 960120 33554432000 4194304 6004724 140737004868096 140737004862560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960120 163 442 0 1056634 0
[pid=31240] ppid=31236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31240/stat : 31240 (cp2_pre.sh) S 31236 31235 30741 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376146821 9367552 277 33554432000 4194304 5064252 140734092787168 140734092785872 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31240/statm: 2287 277 234 213 0 72 0
[pid=31241] ppid=31240 vsize=6579820 CPUtime=155.55 cores=0,2,4,6
/proc/31241/stat : 31241 (coprocessor) D 31240 31235 30741 0 -1 4202496 30776 0 0 0 14735 820 0 0 20 0 1 0 376146822 6737735680 1415277 33554432000 4194304 6586260 140733321330736 140733321326488 5732496 0 0 4096 8404994 18446744071580543392 0 0 17 4 0 0 429 0 0
/proc/31241/statm: 1644955 1415277 158 584 0 1644367 0
Current children cumulated CPU time (s) 210.63
Current children cumulated vsize (KiB) 10826436

[startup+283.316 s]
/proc/loadavg: 2.06 2.13 1.86 3/181 31247
/proc/meminfo: memFree=14297760/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=236.18 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21975 31677 0 0 4830 679 17080 1029 20 0 1 0 376140573 4329799680 960124 33554432000 4194304 6004724 140737004868096 140737004854376 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960124 167 442 0 1056634 0
[pid=31247] ppid=31236 vsize=9298104 CPUtime=34.29 cores=0,2,4,6

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

/proc/meminfo: memFree=10612088/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=236.18 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21975 31677 0 0 4830 679 17080 1029 20 0 1 0 376140573 4329799680 960124 33554432000 4194304 6004724 140737004868096 140737004854376 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960124 167 442 0 1056634 0
[pid=31247] ppid=31236 vsize=9572092 CPUtime=1113.09 cores=0,2,4,6
/proc/31247/stat : 31247 (glucosInc) R 31236 31235 30741 0 -1 4202496 826918 0 0 0 110980 329 0 0 20 0 1 0 376165474 9801822208 1945149 33554432000 4194304 5654031 140735191382736 140735191380520 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31247/statm: 2393023 1945149 140 357 0 2392663 0
Current children cumulated CPU time (s) 1349.27
Current children cumulated vsize (KiB) 13809560

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 31342
/proc/meminfo: memFree=10611468/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=236.18 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21975 31677 0 0 4830 679 17080 1029 20 0 1 0 376140573 4329799680 960124 33554432000 4194304 6004724 140737004868096 140737004854376 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960124 167 442 0 1056634 0
[pid=31247] ppid=31236 vsize=9572620 CPUtime=1173.07 cores=0,2,4,6
/proc/31247/stat : 31247 (glucosInc) R 31236 31235 30741 0 -1 4202496 827065 0 0 0 116978 329 0 0 20 0 1 0 376165474 9802362880 1945296 33554432000 4194304 5654031 140735191382736 140735191380520 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31247/statm: 2393155 1945296 140 357 0 2392795 0
Current children cumulated CPU time (s) 1409.25
Current children cumulated vsize (KiB) 13810088

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/182 31345
/proc/meminfo: memFree=10610964/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=236.18 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21975 31677 0 0 4830 679 17080 1029 20 0 1 0 376140573 4329799680 960124 33554432000 4194304 6004724 140737004868096 140737004854376 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960124 167 442 0 1056634 0
[pid=31247] ppid=31236 vsize=9572752 CPUtime=1233.06 cores=0,2,4,6
/proc/31247/stat : 31247 (glucosInc) R 31236 31235 30741 0 -1 4202496 827108 0 0 0 122977 329 0 0 20 0 1 0 376165474 9802498048 1945339 33554432000 4194304 5654031 140735191382736 140735191380520 4233344 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31247/statm: 2393188 1945339 140 357 0 2392828 0
Current children cumulated CPU time (s) 1469.24
Current children cumulated vsize (KiB) 13810220

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 31346
/proc/meminfo: memFree=10610724/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=236.18 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21975 31677 0 0 4830 679 17080 1029 20 0 1 0 376140573 4329799680 960124 33554432000 4194304 6004724 140737004868096 140737004854376 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960124 167 442 0 1056634 0
[pid=31247] ppid=31236 vsize=9572752 CPUtime=1293.05 cores=0,2,4,6
/proc/31247/stat : 31247 (glucosInc) R 31236 31235 30741 0 -1 4202496 827109 0 0 0 128976 329 0 0 20 0 1 0 376165474 9802498048 1945340 33554432000 4194304 5654031 140735191382736 140735191380520 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31247/statm: 2393188 1945340 140 357 0 2392828 0
Current children cumulated CPU time (s) 1529.23
Current children cumulated vsize (KiB) 13810220

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 31346
/proc/meminfo: memFree=10594780/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=236.18 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21975 31677 0 0 4830 679 17080 1029 20 0 1 0 376140573 4329799680 960124 33554432000 4194304 6004724 140737004868096 140737004854376 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960124 167 442 0 1056634 0
[pid=31247] ppid=31236 vsize=9578432 CPUtime=1353.03 cores=0,2,4,6
/proc/31247/stat : 31247 (glucosInc) R 31236 31235 30741 0 -1 4202496 828561 0 0 0 134974 329 0 0 20 0 1 0 376165474 9808314368 1949347 33554432000 4194304 5654031 140735191382736 140735191370552 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31247/statm: 2394608 1949347 140 357 0 2394248 0
Current children cumulated CPU time (s) 1589.21
Current children cumulated vsize (KiB) 13815900

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 31346
/proc/meminfo: memFree=10594656/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=236.18 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21975 31677 0 0 4830 679 17080 1029 20 0 1 0 376140573 4329799680 960124 33554432000 4194304 6004724 140737004868096 140737004854376 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960124 167 442 0 1056634 0
[pid=31247] ppid=31236 vsize=9578696 CPUtime=1413.02 cores=0,2,4,6
/proc/31247/stat : 31247 (glucosInc) R 31236 31235 30741 0 -1 4202496 828629 0 0 0 140973 329 0 0 20 0 1 0 376165474 9808584704 1949415 33554432000 4194304 5654031 140735191382736 140735191380520 4214616 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31247/statm: 2394674 1949415 140 357 0 2394314 0
Current children cumulated CPU time (s) 1649.2
Current children cumulated vsize (KiB) 13816164

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 31346
/proc/meminfo: memFree=10539116/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=236.18 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21975 31677 0 0 4830 679 17080 1029 20 0 1 0 376140573 4329799680 960124 33554432000 4194304 6004724 140737004868096 140737004854376 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960124 167 442 0 1056634 0
[pid=31247] ppid=31236 vsize=9583068 CPUtime=1473.01 cores=0,2,4,6
/proc/31247/stat : 31247 (glucosInc) R 31236 31235 30741 0 -1 4202496 829595 0 0 0 146971 330 0 0 20 0 1 0 376165474 9813061632 1954469 33554432000 4194304 5654031 140735191382736 140735191370552 4215091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31247/statm: 2395767 1954469 140 357 0 2395407 0
Current children cumulated CPU time (s) 1709.19
Current children cumulated vsize (KiB) 13820536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 31346
/proc/meminfo: memFree=10555328/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=236.18 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21975 31677 0 0 4830 679 17080 1029 20 0 1 0 376140573 4329799680 960124 33554432000 4194304 6004724 140737004868096 140737004854376 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960124 167 442 0 1056634 0
[pid=31247] ppid=31236 vsize=9597724 CPUtime=1533.01 cores=0,2,4,6
/proc/31247/stat : 31247 (glucosInc) R 31236 31235 30741 0 -1 4202496 833284 0 0 0 152970 331 0 0 20 0 1 0 376165474 9828069376 1959180 33554432000 4194304 5654031 140735191382736 140735191380520 4214638 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31247/statm: 2399431 1959180 140 357 0 2399071 0
Current children cumulated CPU time (s) 1769.19
Current children cumulated vsize (KiB) 13835192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.2 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 31347
/proc/meminfo: memFree=10552536/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=236.18 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21975 31677 0 0 4830 679 17080 1029 20 0 1 0 376140573 4329799680 960124 33554432000 4194304 6004724 140737004868096 140737004854376 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960124 167 442 0 1056634 0
[pid=31247] ppid=31236 vsize=9598780 CPUtime=1563.91 cores=0,2,4,6
/proc/31247/stat : 31247 (glucosInc) R 31236 31235 30741 0 -1 4202496 833543 0 0 0 156060 331 0 0 20 0 1 0 376165474 9829150720 1959950 33554432000 4194304 5654031 140735191382736 140735191380520 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31247/statm: 2399695 1959950 140 357 0 2399335 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13836248

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1813.2 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 31347
/proc/meminfo: memFree=10552536/32873844 swapFree=6904/6904
[pid=31235] ppid=31233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31235/stat : 31235 (npSolver-pbo-It) S 31233 31235 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376140573 9367552 274 33554432000 4194304 5064252 140737046503296 140737046502208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31235/statm: 2287 274 233 213 0 72 0
[pid=31236] ppid=31235 vsize=4228320 CPUtime=236.18 cores=0,2,4,6
/proc/31236/stat : 31236 (npSolver-pbo) S 31235 31235 30741 0 -1 4202496 21975 31677 0 0 4830 679 17080 1029 20 0 1 0 376140573 4329799680 960124 33554432000 4194304 6004724 140737004868096 140737004854376 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 738 0 0
/proc/31236/statm: 1057080 960124 167 442 0 1056634 0
[pid=31247] ppid=31236 vsize=9598780 CPUtime=1563.91 cores=0,2,4,6
/proc/31247/stat : 31247 (glucosInc) R 31236 31235 30741 0 -1 4202496 833543 0 0 0 156060 331 0 0 20 0 1 0 376165474 9829150720 1959950 33554432000 4194304 5654031 140735191382736 140735191380520 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31247/statm: 2399695 1959950 140 357 0 2399335 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13836248

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31235 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.22
CPU time (s): 1800.09
CPU user time (s): 1779.7
CPU system time (s): 20.39
CPU usage (%): 99.2761
Max. virtual memory (cumulated for all children) (KiB): 13898764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 2.73158 second user time and 8.95264 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-07 22:16:01
IDJOB=3746660
IDBENCH=2366
IDSOLVER=2332
FILE ID=node140/3746660-1339100161
RUNJOBID= node140-1339098176-30757
PBS_JOBID= 14643713
Free space on /tmp= 70668 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746660-1339100161/watcher-3746660-1339100161 -o /tmp/evaluation-result-3746660-1339100161/solver-3746660-1339100161 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746660-1339100161.opb 2117938885 HOME HOME

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

MD5SUM BENCH= cbbc019f11b539634b02edfceafed9db
RANDOM SEED=2117938885

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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:        26141260 kB
Buffers:         1451024 kB
Cached:          4252684 kB
SwapCached:         1644 kB
Active:          3227104 kB
Inactive:        2552172 kB
Active(anon):      66248 kB
Inactive(anon):     9732 kB
Active(file):    3160856 kB
Inactive(file):  2542440 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67105336 kB
Dirty:             10920 kB
Writeback:             0 kB
AnonPages:         81368 kB
Mapped:            11904 kB
Shmem:                 8 kB
Slab:             811344 kB
SReclaimable:     253196 kB
SUnreclaim:       558148 kB
KernelStack:        1456 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     193540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 66976 MiB
End job on node140 at 2012-06-07 22:46:17