Trace number 3746536

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K175.opb
MD5SUMc7b1775204389f0c59bc1b934de7e2c1
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 variables20825
Total number of constraints21177
Number of constraints which are clauses21002
Number of constraints which are cardinality constraints (but not clauses)175
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint175
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 176
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.52	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.52	c [INC SYSTEM] execute solver
1800.02/1800.41	HOME/npSolver-pbo-Itd.sh: line 18: 18468 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-3746536-1339107217/watcher-3746536-1339107217 -o /tmp/evaluation-result-3746536-1339107217/solver-3746536-1339107217 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746536-1339107217.opb 1322556250 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 3/178 18467
/proc/meminfo: memFree=26925560/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0

[startup+0.012752 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18467
/proc/meminfo: memFree=26925560/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18467
/proc/meminfo: memFree=26925560/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300153 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18467
/proc/meminfo: memFree=26925560/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700207 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18467
/proc/meminfo: memFree=26925560/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 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.00 3/181 18473
/proc/meminfo: memFree=26894880/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=14196 CPUtime=0.97 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 3675 0 0 0 97 0 0 0 20 0 1 0 376847207 14536704 2951 33554432000 4194304 5654031 140734189393728 140734189391800 4214597 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 3549 2951 141 357 0 3189 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 39984

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18473
/proc/meminfo: memFree=26895084/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=14836 CPUtime=2.56 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 5217 0 0 0 256 0 0 0 20 0 1 0 376847207 15192064 3175 33554432000 4194304 5654031 140734189393728 140734189391512 4216632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 3709 3175 141 357 0 3349 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 40624

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18473
/proc/meminfo: memFree=26883312/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=29064 CPUtime=5.76 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 6791 0 0 0 576 0 0 0 20 0 1 0 376847207 29761536 6712 33554432000 4194304 5654031 140734189393728 140734189391528 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 7266 6712 141 357 0 6906 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 54852

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 18500
/proc/meminfo: memFree=27203084/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=45092 CPUtime=12.16 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 7777 0 0 0 1215 1 0 0 20 0 1 0 376847207 46174208 9113 33554432000 4194304 5654031 140734189393728 140734189381544 4215374 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 11273 9113 141 357 0 10913 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 70880

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18517
/proc/meminfo: memFree=27148268/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=45092 CPUtime=24.95 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 8470 0 0 0 2494 1 0 0 20 0 1 0 376847207 46174208 10859 33554432000 4194304 5654031 140734189393728 140734189381544 4218793 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 11273 10859 141 357 0 10913 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 70880

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18517
/proc/meminfo: memFree=27122648/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=78828 CPUtime=50.55 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 10844 0 0 0 5051 4 0 0 20 0 1 0 376847207 80719872 14235 33554432000 4194304 5654031 140734189393728 140734189381544 4233232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 19707 14235 141 357 0 19347 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 104616

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18517
/proc/meminfo: memFree=27036952/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=128148 CPUtime=101.75 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 12221 0 0 0 10168 7 0 0 20 0 1 0 376847207 131223552 26458 33554432000 4194304 5654031 140734189393728 140734189381544 4214344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 32037 26458 141 357 0 31677 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 153936

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18517
/proc/meminfo: memFree=27063772/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=81044 CPUtime=161.73 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 15340 0 0 0 16162 11 0 0 20 0 1 0 376847207 82989056 19819 33554432000 4194304 5654031 140734189393728 140734189381544 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 20261 19819 141 357 0 19901 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 106832

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18517
/proc/meminfo: memFree=27007256/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=81044 CPUtime=221.73 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 17849 0 0 0 22157 16 0 0 20 0 1 0 376847207 82989056 19819 33554432000 4194304 5654031 140734189393728 140734189381544 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 20261 19819 141 357 0 19901 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 106832

[startup+282.3 s]

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

/proc/loadavg: 2.62 3.27 2.66 3/180 18608
/proc/meminfo: memFree=18357736/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=153672 CPUtime=1301.5 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 51144 0 0 0 130067 83 0 0 20 0 1 0 376847207 157360128 35973 33554432000 4194304 5654031 140734189393728 140734189381544 4232803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 38418 35973 141 357 0 38058 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 179460

[startup+1362.3 s]
/proc/loadavg: 2.89 3.18 2.66 2/181 18609
/proc/meminfo: memFree=9042548/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=315968 CPUtime=1361.49 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 53108 0 0 0 136063 86 0 0 20 0 1 0 376847207 323551232 65525 33554432000 4194304 5654031 140734189393728 140734189381544 4233173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 78992 65525 141 357 0 78632 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 341756

[startup+1422.3 s]
/proc/loadavg: 4.16 3.50 2.80 4/181 18609
/proc/meminfo: memFree=6109336/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=448228 CPUtime=1421.48 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 53617 0 0 0 142060 88 0 0 20 0 1 0 376847207 458985472 88006 33554432000 4194304 5654031 140734189393728 140734189381544 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 112057 88006 141 357 0 111697 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 474016

[startup+1482.3 s]
/proc/loadavg: 4.76 3.78 2.94 2/181 18610
/proc/meminfo: memFree=3198204/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=315968 CPUtime=1481.47 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 55683 0 0 0 148054 93 0 0 20 0 1 0 376847207 323551232 64501 33554432000 4194304 5654031 140734189393728 140734189381544 4232973 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 78992 64501 141 357 0 78632 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 341756

[startup+1542.3 s]
/proc/loadavg: 4.91 4.00 3.06 2/181 18610
/proc/meminfo: memFree=1062880/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=448228 CPUtime=1541.46 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 56193 0 0 0 154050 96 0 0 20 0 1 0 376847207 458985472 88006 33554432000 4194304 5654031 140734189393728 140734189381544 4233184 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 112057 88006 141 357 0 111697 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 474016

[startup+1602.3 s]
/proc/loadavg: 5.22 4.24 3.20 2/184 18613
/proc/meminfo: memFree=1173648/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=315968 CPUtime=1601.45 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 58260 0 0 0 160044 101 0 0 20 0 1 0 376847207 323551232 60405 33554432000 4194304 5654031 140734189393728 140734189381544 4233176 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 78992 60405 141 357 0 78632 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 341756

[startup+1662.3 s]
/proc/loadavg: 3.53 3.97 3.18 3/182 18661
/proc/meminfo: memFree=26616908/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=448228 CPUtime=1661.44 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 58774 0 0 0 166040 104 0 0 20 0 1 0 376847207 458985472 85446 33554432000 4194304 5654031 140734189393728 140734189381544 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 112057 85446 141 357 0 111697 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 474016

[startup+1722.3 s]
/proc/loadavg: 2.56 3.61 3.10 3/181 18661
/proc/meminfo: memFree=26737336/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=234580 CPUtime=1721.44 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 60328 0 0 0 172035 109 0 0 20 0 1 0 376847207 240209920 54261 33554432000 4194304 5654031 140734189393728 140734189381544 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 58645 54261 141 357 0 58285 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 260368

[startup+1782.3 s]
/proc/loadavg: 2.20 3.32 3.03 3/181 18662
/proc/meminfo: memFree=26632580/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=448228 CPUtime=1781.42 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 61356 0 0 0 178030 112 0 0 20 0 1 0 376847207 458985472 80326 33554432000 4194304 5654031 140734189393728 140734189381544 4215216 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 112057 80326 141 357 0 111697 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 474016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.14 3.23 3.00 3/181 18662
/proc/meminfo: memFree=26611116/32873648 swapFree=7116/7116
[pid=18467] ppid=18465 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18467/stat : 18467 (npSolver-pbo-It) S 18465 18467 17422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376847154 9367552 275 33554432000 4194304 5064252 140734380208336 140734380207248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18467/statm: 2287 275 233 213 0 72 0
[pid=18468] ppid=18467 vsize=16640 CPUtime=0.5 cores=0,2,4,6
/proc/18468/stat : 18468 (npSolver-pbo) S 18467 18467 17422 0 -1 4202496 6113 6284 0 0 14 1 34 1 20 0 1 0 376847155 17039360 3690 33554432000 4194304 6004724 140736862454432 140736862440712 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18468/statm: 4160 3690 152 442 0 3714 0
[pid=18473] ppid=18468 vsize=448228 CPUtime=1799.52 cores=0,2,4,6
/proc/18473/stat : 18473 (glucosInc) R 18468 18467 17422 0 -1 4202496 61380 0 0 0 179839 113 0 0 20 0 1 0 376847207 458985472 86470 33554432000 4194304 5654031 140734189393728 140734189381544 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18473/statm: 112057 86470 141 357 0 111697 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 474016

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 18467 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=492925
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=31995
# CPU time returned by wait4() is 0.52492
# while last known CPU time is 1800.02
#
# 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.02
CPU user time (s): 1798.87
CPU system time (s): 1.15
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 523336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.492925
system time used= 0.031995
maximum resident set size= 42056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12771
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 13

runsolver used 6.64099 second user time and 18.7681 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-08 00:13:37
IDJOB=3746536
IDBENCH=90188
IDSOLVER=2332
FILE ID=node123/3746536-1339107217
RUNJOBID= node123-1339098177-17438
PBS_JOBID= 14643730
Free space on /tmp= 71248 MiB

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

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

MD5SUM BENCH= c7b1775204389f0c59bc1b934de7e2c1
RANDOM SEED=1322556250

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:        26925940 kB
Buffers:         1792496 kB
Cached:          2953984 kB
SwapCached:         2512 kB
Active:          2356852 kB
Inactive:        2682576 kB
Active(anon):     285532 kB
Inactive(anon):     7728 kB
Active(file):    2071320 kB
Inactive(file):  2674848 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100576 kB
Dirty:             10108 kB
Writeback:             0 kB
AnonPages:        296128 kB
Mapped:            11476 kB
Shmem:                 0 kB
Slab:             769736 kB
SReclaimable:     213876 kB
SUnreclaim:       555860 kB
KernelStack:        1472 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     461376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 71224 MiB
End job on node123 at 2012-06-08 00:43:37