Trace number 3746537

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 NameAnswerCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.1 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K176.opb
MD5SUM3f678424628fecb2a53891618f9bde8f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 177
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.17	c run inc solver
0.00/0.17	c [INC SYSTEM] run initial solver
0.00/0.17	c [INC SYSTEM] preprocess with white file
0.00/0.53	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.53	c [INC SYSTEM] execute solver
1800.10/1800.41	HOME/npSolver-pbo-Itd.sh: line 18: 16667 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -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-3746537-1339106704/watcher-3746537-1339106704 -o /tmp/evaluation-result-3746537-1339106704/solver-3746537-1339106704 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746537-1339106704.opb 1264759963 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 16665
/proc/meminfo: memFree=27191792/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (runsolver) D 16663 16665 15337 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 376796238 12095488 51 33554432000 4194304 5436572 140733842399152 140733842395448 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/16665/statm: 2953 51 31 304 0 2645 0

[startup+0.0284041 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 16665
/proc/meminfo: memFree=27191792/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100226 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 16665
/proc/meminfo: memFree=27191792/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300216 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 16665
/proc/meminfo: memFree=27191792/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 16665
/proc/meminfo: memFree=27191792/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 16671
/proc/meminfo: memFree=27162592/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=15788 CPUtime=0.95 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 2486 0 0 0 95 0 0 0 20 0 1 0 376796291 16166912 3453 33554432000 4194304 5654031 140734562457968 140734562455736 4243632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 3947 3453 140 357 0 3587 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 41648

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 16671
/proc/meminfo: memFree=27163108/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=21920 CPUtime=2.55 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 4100 0 0 0 255 0 0 0 20 0 1 0 376796291 22446080 4435 33554432000 4194304 5654031 140734562457968 140734562445784 4226492 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 5480 4435 141 357 0 5120 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 47780

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 16671
/proc/meminfo: memFree=27154112/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=29064 CPUtime=5.75 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 5308 0 0 0 575 0 0 0 20 0 1 0 376796291 29761536 5939 33554432000 4194304 5654031 140734562457968 140734562445784 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 7266 5939 141 357 0 6906 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 54924

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 16671
/proc/meminfo: memFree=27150988/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=37996 CPUtime=12.15 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 7473 0 0 0 1214 1 0 0 20 0 1 0 376796291 38907904 7315 33554432000 4194304 5654031 140734562457968 140734562445784 4209096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 9499 7315 141 357 0 9139 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 63856

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 16671
/proc/meminfo: memFree=27131700/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=54220 CPUtime=24.95 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 8561 0 0 0 2493 2 0 0 20 0 1 0 376796291 55521280 10244 33554432000 4194304 5654031 140734562457968 140734562445784 4233443 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 13555 10244 141 357 0 13195 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 80080

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 16671
/proc/meminfo: memFree=27097384/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=73076 CPUtime=50.55 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 9814 0 0 0 5052 3 0 0 20 0 1 0 376796291 74829824 17831 33554432000 4194304 5654031 140734562457968 140734562445784 4215307 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 18269 17831 141 357 0 17909 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 98936

[startup+102.308 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 16672
/proc/meminfo: memFree=27039252/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=134356 CPUtime=101.74 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 11810 0 0 0 10168 6 0 0 20 0 1 0 376796291 137580544 30306 33554432000 4194304 5654031 140734562457968 140734562445784 4232976 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 33589 30306 141 357 0 33229 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 160216

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.02 3/181 16672
/proc/meminfo: memFree=26987592/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=85036 CPUtime=161.73 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 14162 0 0 0 16162 11 0 0 20 0 1 0 376796291 87076864 20822 33554432000 4194304 5654031 140734562457968 140734562445784 4233168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 21259 20822 141 357 0 20899 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 110896

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 2.01 3/181 16672
/proc/meminfo: memFree=26975032/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=165176 CPUtime=221.72 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 15931 0 0 0 22157 15 0 0 20 0 1 0 376796291 169140224 40613 33554432000 4194304 5654031 140734562457968 140734562445784 4218807 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 41294 40613 141 357 0 40934 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 191036

[startup+282.3 s]

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

/proc/loadavg: 2.01 2.02 2.00 3/182 16815
/proc/meminfo: memFree=22925552/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=316160 CPUtime=1301.55 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 44896 0 0 0 130075 80 0 0 20 0 1 0 376796291 323747840 77534 33554432000 4194304 5654031 140734562457968 140734562445784 4217216 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 79040 77534 141 357 0 78680 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 342020

[startup+1362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/181 16816
/proc/meminfo: memFree=23013608/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=234772 CPUtime=1361.54 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 46594 0 0 0 136068 86 0 0 20 0 1 0 376796291 240406528 55006 33554432000 4194304 5654031 140734562457968 140734562445784 4232611 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 58693 55006 141 357 0 58333 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 260632

[startup+1422.31 s]
/proc/loadavg: 2.07 2.04 2.00 3/181 16816
/proc/meminfo: memFree=22912892/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=448420 CPUtime=1421.54 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 47619 0 0 0 142065 89 0 0 20 0 1 0 376796291 459182080 80047 33554432000 4194304 5654031 140734562457968 140734562445784 4232968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 112105 80047 141 357 0 111745 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 474280

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 16816
/proc/meminfo: memFree=23019928/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=234772 CPUtime=1481.52 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 48850 0 0 0 148059 93 0 0 20 0 1 0 376796291 240406528 53982 33554432000 4194304 5654031 140734562457968 140734562445784 4233236 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 58693 53982 141 357 0 58333 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 260632

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 16819
/proc/meminfo: memFree=22917528/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=448420 CPUtime=1541.51 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 49878 0 0 0 154055 96 0 0 20 0 1 0 376796291 459182080 79535 33554432000 4194304 5654031 140734562457968 140734562456056 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 112105 79535 141 357 0 111745 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 474280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 16819
/proc/meminfo: memFree=23040464/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=234772 CPUtime=1601.5 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 51105 0 0 0 160050 100 0 0 20 0 1 0 376796291 240406528 48350 33554432000 4194304 5654031 140734562457968 140734562445784 4232784 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 58693 48350 141 357 0 58333 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 260632

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 16820
/proc/meminfo: memFree=22927640/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=316160 CPUtime=1661.5 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 51671 0 0 0 166048 102 0 0 20 0 1 0 376796291 323747840 76510 33554432000 4194304 5654031 140734562457968 140734562445784 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 79040 76510 141 357 0 78680 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 342020

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 16820
/proc/meminfo: memFree=23084572/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=153864 CPUtime=1721.49 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 52476 0 0 0 172043 106 0 0 20 0 1 0 376796291 157556736 37742 33554432000 4194304 5654031 140734562457968 140734562445784 4218633 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 38466 37742 141 357 0 38106 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 179724

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 16820
/proc/meminfo: memFree=22966604/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=316160 CPUtime=1781.48 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 53927 0 0 0 178040 108 0 0 20 0 1 0 376796291 323747840 67294 33554432000 4194304 5654031 140734562457968 140734562445784 4232984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 79040 67294 141 357 0 78680 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 342020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 16820
/proc/meminfo: memFree=22935884/32873648 swapFree=7372/7372
[pid=16665] ppid=16663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16665/stat : 16665 (npSolver-pbo-It) S 16663 16665 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376796238 9367552 274 33554432000 4194304 5064252 140733711324032 140733711322944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16665/statm: 2287 274 233 213 0 72 0
[pid=16667] ppid=16665 vsize=16712 CPUtime=0.52 cores=0,2,4,6
/proc/16667/stat : 16667 (npSolver-pbo) S 16665 16665 15337 0 -1 4202496 5790 6308 0 0 15 1 34 2 20 0 1 0 376796238 17113088 3712 33554432000 4194304 6004724 140735789006480 140735788992760 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/16667/statm: 4178 3712 152 442 0 3732 0
[pid=16671] ppid=16667 vsize=316160 CPUtime=1799.58 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16667 16665 15337 0 -1 4202496 53942 0 0 0 179850 108 0 0 20 0 1 0 376796291 323747840 74974 33554432000 4194304 5654031 140734562457968 140734562445784 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16671/statm: 79040 74974 141 357 0 78680 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 342020

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 16665 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=493924
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=35994
# CPU time returned by wait4() is 0.529918
# while last known CPU time is 1800.1
#
# 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.1
CPU user time (s): 1798.99
CPU system time (s): 1.11
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 523600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.493924
system time used= 0.035994
maximum resident set size= 42144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12472
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 8

runsolver used 3.14552 second user time and 10.4214 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-08 00:05:04
IDJOB=3746537
IDBENCH=90147
IDSOLVER=2332
FILE ID=node124/3746537-1339106704
RUNJOBID= node124-1339098179-15353
PBS_JOBID= 14643729
Free space on /tmp= 70408 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K176.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746537-1339106704/watcher-3746537-1339106704 -o /tmp/evaluation-result-3746537-1339106704/solver-3746537-1339106704 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746537-1339106704.opb 1264759963 HOME HOME

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

MD5SUM BENCH= 3f678424628fecb2a53891618f9bde8f
RANDOM SEED=1264759963

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27192072 kB
Buffers:          308488 kB
Cached:          2967220 kB
SwapCached:         8612 kB
Active:          3003360 kB
Inactive:        1836512 kB
Active(anon):    1555256 kB
Inactive(anon):    11112 kB
Active(file):    1448104 kB
Inactive(file):  1825400 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:              9724 kB
Writeback:             0 kB
AnonPages:       1659676 kB
Mapped:            10876 kB
Shmem:                 0 kB
Slab:             701060 kB
SReclaimable:     145552 kB
SUnreclaim:       555508 kB
KernelStack:        1504 kB
PageTables:         7280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1920796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1529856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69512 MiB
End job on node124 at 2012-06-08 00:35:04