Trace number 3746538

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K177.opb
MD5SUM8e674dc671e8e6c3e0a48d5fff5f7edd
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 variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
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 178
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.16	c run inc solver
0.00/0.16	c [INC SYSTEM] run initial solver
0.00/0.16	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.04/1800.41	HOME/npSolver-pbo-Itd.sh: line 18: 30180 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-3746538-1339107213/watcher-3746538-1339107213 -o /tmp/evaluation-result-3746538-1339107213/solver-3746538-1339107213 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746538-1339107213.opb 301509155 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.00 2/178 30179
/proc/meminfo: memFree=31010988/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0

[startup+0.075165 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30179
/proc/meminfo: memFree=31010988/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100311 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30179
/proc/meminfo: memFree=31010988/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300162 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30179
/proc/meminfo: memFree=31010988/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700231 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30179
/proc/meminfo: memFree=31010988/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30185
/proc/meminfo: memFree=30982292/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=15656 CPUtime=0.96 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 2994 0 0 0 96 0 0 0 20 0 1 0 376848651 16031744 3372 33554432000 4194304 5654031 140736498662544 140736498650360 4232786 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30185/statm: 3914 3372 140 357 0 3554 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 41584

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30185
/proc/meminfo: memFree=30980556/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=19116 CPUtime=2.56 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 4342 0 0 0 256 0 0 0 20 0 1 0 376848651 19574784 3671 33554432000 4194304 5654031 140736498662544 140736498660328 4232973 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30185/statm: 4779 3671 141 357 0 4419 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 45044

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30185
/proc/meminfo: memFree=31108572/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=26336 CPUtime=5.75 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 5863 0 0 0 575 0 0 0 20 0 1 0 376848651 26968064 5486 33554432000 4194304 5654031 140736498662544 140736498650360 4215290 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 6584 5486 141 357 0 6224 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 52264

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30185
/proc/meminfo: memFree=31051596/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=45072 CPUtime=12.15 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 7735 0 0 0 1214 1 0 0 20 0 1 0 376848651 46153728 8541 33554432000 4194304 5654031 140736498662544 140736498650360 4232675 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 11268 8541 141 357 0 10908 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 71000

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30185
/proc/meminfo: memFree=31006492/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=45072 CPUtime=24.95 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 8092 0 0 0 2493 2 0 0 20 0 1 0 376848651 46153728 10861 33554432000 4194304 5654031 140736498662544 140736498650360 4216348 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 11268 10861 141 357 0 10908 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 71000

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30185
/proc/meminfo: memFree=30933324/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=75532 CPUtime=50.55 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 8526 0 0 0 5052 3 0 0 20 0 1 0 376848651 77344768 18448 33554432000 4194304 5654031 140736498662544 140736498650360 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 18883 18448 141 357 0 18523 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 101460

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30185
/proc/meminfo: memFree=30904956/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=126088 CPUtime=101.74 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 10238 0 0 0 10169 5 0 0 20 0 1 0 376848651 129114112 27667 33554432000 4194304 5654031 140736498662544 140736498650360 4215357 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 31522 27667 141 357 0 31162 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 152016

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 30185
/proc/meminfo: memFree=30915172/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=156908 CPUtime=161.72 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 12462 0 0 0 16162 10 0 0 20 0 1 0 376848651 160673792 36438 33554432000 4194304 5654031 140736498662544 140736498650360 4243702 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 39227 36438 141 357 0 38867 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 182836

[startup+222.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 30186
/proc/meminfo: memFree=30907852/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=156908 CPUtime=221.72 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 14303 0 0 0 22159 13 0 0 20 0 1 0 376848651 160673792 38679 33554432000 4194304 5654031 140736498662544 140736498650360 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 39227 38679 141 357 0 38867 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 182836

[startup+282.3 s]

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

/proc/loadavg: 3.89 3.56 2.68 3/182 30284
/proc/meminfo: memFree=30072600/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=316884 CPUtime=1302.81 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 48294 0 0 0 130202 79 0 0 20 0 1 0 376848651 324489216 78166 33554432000 4194304 5654031 140736498662544 140736498650360 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 79221 78166 141 357 0 78861 0
Current children cumulated CPU time (s) 1303.32
Current children cumulated vsize (KiB) 342812

[startup+1388.02 s]
/proc/loadavg: 2.87 3.34 2.66 3/181 30284
/proc/meminfo: memFree=30178368/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=316884 CPUtime=1387.21 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) D 30180 30179 28222 0 -1 4202496 50971 0 0 0 138635 86 0 0 20 0 1 0 376848651 324489216 65878 33554432000 4194304 5654031 140736498662544 140736498650360 4215006 0 0 4096 0 18446744071581355444 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 79221 65878 141 357 0 78861 0
Current children cumulated CPU time (s) 1387.72
Current children cumulated vsize (KiB) 342812

[startup+1451.12 s]
/proc/loadavg: 2.51 2.99 2.60 6/181 30284
/proc/meminfo: memFree=30154264/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=154588 CPUtime=1450.3 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 51725 0 0 0 144939 91 0 0 20 0 1 0 376848651 158298112 36838 33554432000 4194304 5654031 140736498662544 140736498650360 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 38647 36838 141 357 0 38287 0
Current children cumulated CPU time (s) 1450.81
Current children cumulated vsize (KiB) 180516

[startup+1511.31 s]
/proc/loadavg: 2.51 2.99 2.60 6/181 30284
/proc/meminfo: memFree=30154264/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=316884 CPUtime=1510.48 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 53689 0 0 0 150954 94 0 0 20 0 1 0 376848651 324489216 67414 33554432000 4194304 5654031 140736498662544 140736498650360 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 79221 67414 141 357 0 78861 0
Current children cumulated CPU time (s) 1510.99
Current children cumulated vsize (KiB) 342812

[startup+1542.3 s]
/proc/loadavg: 2.59 2.88 2.60 3/181 30285
/proc/meminfo: memFree=29976704/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=449144 CPUtime=1541.46 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 53986 0 0 0 154050 96 0 0 20 0 1 0 376848651 459923456 78952 33554432000 4194304 5654031 140736498662544 140736498650360 4234964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 112286 78952 141 357 0 111926 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 475072

[startup+1602.3 s]
/proc/loadavg: 2.21 2.72 2.56 3/182 30288
/proc/meminfo: memFree=30066256/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=235496 CPUtime=1601.45 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 55850 0 0 0 160045 100 0 0 20 0 1 0 376848651 241147904 48982 33554432000 4194304 5654031 140736498662544 140736498650360 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 58874 48982 141 357 0 58514 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 261424

[startup+1662.3 s]
/proc/loadavg: 2.15 2.60 2.52 3/181 30288
/proc/meminfo: memFree=29961412/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=316884 CPUtime=1661.45 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 56416 0 0 0 166043 102 0 0 20 0 1 0 376848651 324489216 75606 33554432000 4194304 5654031 140736498662544 140736498650360 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 79221 75606 141 357 0 78861 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 342812

[startup+1722.3 s]
/proc/loadavg: 2.13 2.50 2.49 3/181 30288
/proc/meminfo: memFree=30101004/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=185408 CPUtime=1721.43 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 57731 0 0 0 172035 108 0 0 20 0 1 0 376848651 189857792 39465 33554432000 4194304 5654031 140736498662544 140736498650360 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 46352 39465 141 357 0 45992 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 211336

[startup+1782.31 s]
/proc/loadavg: 2.12 2.43 2.46 3/181 30289
/proc/meminfo: memFree=30007668/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=316884 CPUtime=1781.43 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 59114 0 0 0 178032 111 0 0 20 0 1 0 376848651 324489216 68438 33554432000 4194304 5654031 140736498662544 140736498650360 4232973 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 79221 68438 141 357 0 78861 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 342812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.40 2.45 3/181 30289
/proc/meminfo: memFree=29970368/32873648 swapFree=7376/7376
[pid=30179] ppid=30177 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo-It) S 30177 30179 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376848597 9367552 275 33554432000 4194304 5064252 140737160794288 140737160793200 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30179/statm: 2287 275 233 213 0 72 0
[pid=30180] ppid=30179 vsize=16780 CPUtime=0.51 cores=0,2,4,6
/proc/30180/stat : 30180 (npSolver-pbo) S 30179 30179 28222 0 -1 4202496 5900 6338 0 0 14 1 35 1 20 0 1 0 376848598 17182720 3730 33554432000 4194304 6004724 140733683866112 140733683852392 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30180/statm: 4195 3730 152 442 0 3749 0
[pid=30185] ppid=30180 vsize=316884 CPUtime=1799.53 cores=0,2,4,6
/proc/30185/stat : 30185 (glucosInc) R 30180 30179 28222 0 -1 4202496 59128 0 0 0 179841 112 0 0 20 0 1 0 376848651 324489216 75606 33554432000 4194304 5654031 140736498662544 140736498650360 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30185/statm: 79221 75606 141 357 0 78861 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 342812

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 30179 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=499924
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=29995
# CPU time returned by wait4() is 0.529919
# while last known CPU time is 1800.04
#
# 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.04
CPU user time (s): 1798.9
CPU system time (s): 1.14
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 524392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.499924
system time used= 0.029995
maximum resident set size= 42216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12612
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 10

runsolver used 2.30865 second user time and 6.09607 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-08 00:13:33
IDJOB=3746538
IDBENCH=90182
IDSOLVER=2332
FILE ID=node112/3746538-1339107213
RUNJOBID= node112-1339098176-28238
PBS_JOBID= 14643741
Free space on /tmp= 71160 MiB

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

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

MD5SUM BENCH= 8e674dc671e8e6c3e0a48d5fff5f7edd
RANDOM SEED=301509155

node112.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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:       32873648 kB
MemFree:        31011268 kB
Buffers:           74676 kB
Cached:           807048 kB
SwapCached:         2096 kB
Active:           503068 kB
Inactive:         597960 kB
Active(anon):     218852 kB
Inactive(anon):     3060 kB
Active(file):     284216 kB
Inactive(file):   594900 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099372 kB
Dirty:              9716 kB
Writeback:             0 kB
AnonPages:        227252 kB
Mapped:             9844 kB
Shmem:                 0 kB
Slab:             618156 kB
SReclaimable:      62212 kB
SUnreclaim:       555944 kB
KernelStack:        1472 kB
PageTables:         4508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     422120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 70940 MiB
End job on node112 at 2012-06-08 00:43:34