Trace number 3746568

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/ShortestPathTate/
normalized-TateBritain_K92.opb
MD5SUM21cc97db69195cd3dcf69a6d797764c1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark900.986
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6256
Total number of constraints6442
Number of constraints which are clauses6350
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint92
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 93
Number of bits of the biggest sum of numbers7
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.06	c run inc solver
0.00/0.06	c [INC SYSTEM] run initial solver
0.00/0.06	c [INC SYSTEM] preprocess with white file
0.00/0.21	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.21	c [INC SYSTEM] execute solver
1800.04/1800.41	HOME/npSolver-pbo-Itd.sh: line 18:  8846 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-3746568-1339106050/watcher-3746568-1339106050 -o /tmp/evaluation-result-3746568-1339106050/solver-3746568-1339106050 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746568-1339106050.opb 674382654 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.55 2.56 2.27 3/176 8845
/proc/meminfo: memFree=19655600/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0

[startup+0.0431529 s]
/proc/loadavg: 2.55 2.56 2.27 3/176 8845
/proc/meminfo: memFree=19655600/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100419 s]
/proc/loadavg: 2.55 2.56 2.27 3/176 8845
/proc/meminfo: memFree=19655600/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300159 s]
/proc/loadavg: 2.55 2.56 2.27 3/176 8845
/proc/meminfo: memFree=19655600/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700103 s]
/proc/loadavg: 2.55 2.56 2.27 3/176 8845
/proc/meminfo: memFree=19655600/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.55 2.56 2.27 3/179 8851
/proc/meminfo: memFree=19644772/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=10588 CPUtime=1.28 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 3338 0 0 0 128 0 0 0 20 0 1 0 376730461 10842112 2031 33554432000 4194304 5654031 140735261826496 140735261824376 4234964 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 2647 2031 142 357 0 2287 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 25568

[startup+3.10032 s]
/proc/loadavg: 2.55 2.56 2.27 3/179 8851
/proc/meminfo: memFree=19638768/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=16632 CPUtime=2.87 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 4268 0 0 0 287 0 0 0 20 0 1 0 376730461 17031168 3442 33554432000 4194304 5654031 140735261826496 140735261814312 4225081 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 4158 3442 142 357 0 3798 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 31612

[startup+6.30034 s]
/proc/loadavg: 2.50 2.55 2.27 3/179 8851
/proc/meminfo: memFree=19634932/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=22436 CPUtime=6.07 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 6166 0 0 0 606 1 0 0 20 0 1 0 376730461 22974464 4769 33554432000 4194304 5654031 140735261826496 140735261814312 4232595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 5609 4769 142 357 0 5249 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 37416

[startup+12.7004 s]
/proc/loadavg: 2.46 2.54 2.27 3/179 8851
/proc/meminfo: memFree=19614272/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=49924 CPUtime=12.47 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 7626 0 0 0 1245 2 0 0 20 0 1 0 376730461 51122176 9127 33554432000 4194304 5654031 140735261826496 140735261814312 4233012 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 12481 9127 142 357 0 12121 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 64904

[startup+25.5004 s]
/proc/loadavg: 2.36 2.52 2.26 3/179 8851
/proc/meminfo: memFree=19592012/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=68780 CPUtime=25.27 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 8130 0 0 0 2524 3 0 0 20 0 1 0 376730461 70430720 15227 33554432000 4194304 5654031 140735261826496 140735261814312 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 17195 15227 142 357 0 16835 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 83760

[startup+51.1004 s]
/proc/loadavg: 2.24 2.47 2.25 3/179 8851
/proc/meminfo: memFree=19539588/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=118100 CPUtime=50.86 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 9092 0 0 0 5081 5 0 0 20 0 1 0 376730461 120934400 27107 33554432000 4194304 5654031 140735261826496 140735261814312 4215168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 29525 27107 142 357 0 29165 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 133080

[startup+102.307 s]
/proc/loadavg: 2.10 2.40 2.24 3/179 8851
/proc/meminfo: memFree=19519656/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=130528 CPUtime=102.06 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 11470 0 0 0 10195 11 0 0 20 0 1 0 376730461 133660672 31750 33554432000 4194304 5654031 140735261826496 140735261814312 4233168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 32632 31750 142 357 0 32272 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 145508

[startup+162.3 s]
/proc/loadavg: 2.04 2.32 2.22 3/179 8851
/proc/meminfo: memFree=19522700/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=130528 CPUtime=162.06 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 13733 0 0 0 16187 19 0 0 20 0 1 0 376730461 133660672 30726 33554432000 4194304 5654031 140735261826496 140735261814312 4976752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 32632 30726 142 357 0 32272 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 145508

[startup+222.3 s]
/proc/loadavg: 2.01 2.26 2.20 3/179 8852
/proc/meminfo: memFree=19523836/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=130528 CPUtime=222.04 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 16896 0 0 0 22179 25 0 0 20 0 1 0 376730461 133660672 29704 33554432000 4194304 5654031 140735261826496 140735261814312 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 32632 29704 142 357 0 32272 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 145508

[startup+282.3 s]

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

/proc/loadavg: 2.10 2.04 2.06 3/179 8927
/proc/meminfo: memFree=31295700/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=218764 CPUtime=1301.86 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 54265 0 0 0 130079 107 0 0 20 0 1 0 376730461 224014336 48802 33554432000 4194304 5654031 140735261826496 140735261814312 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 54691 48802 142 357 0 54331 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 233744

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.06 3/179 8927
/proc/meminfo: memFree=31301524/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=219336 CPUtime=1361.85 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 56539 0 0 0 136073 112 0 0 20 0 1 0 376730461 224600064 46897 33554432000 4194304 5654031 140735261826496 140735261814312 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 54834 46897 142 357 0 54474 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 234316

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/179 8928
/proc/meminfo: memFree=31184972/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=300724 CPUtime=1421.84 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 57102 0 0 0 142071 113 0 0 20 0 1 0 376730461 307941376 73521 33554432000 4194304 5654031 140735261826496 140735261814312 4232755 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 75181 73521 142 357 0 74821 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 315704

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/179 8928
/proc/meminfo: memFree=31255020/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=302884 CPUtime=1481.82 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 60231 0 0 0 148062 120 0 0 20 0 1 0 376730461 310153216 56141 33554432000 4194304 5654031 140735261826496 140735261814312 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 75721 56141 142 357 0 75361 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 317864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/179 8928
/proc/meminfo: memFree=31274672/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=222172 CPUtime=1541.82 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 62010 0 0 0 154058 124 0 0 20 0 1 0 376730461 227504128 49653 33554432000 4194304 5654031 140735261826496 140735261814312 4232817 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 55543 49653 142 357 0 55183 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 237152

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/180 8931
/proc/meminfo: memFree=31171644/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=435820 CPUtime=1601.79 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 63069 0 0 0 160051 128 0 0 20 0 1 0 376730461 446279680 76742 33554432000 4194304 5654031 140735261826496 140735261814312 4232960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 108955 76742 142 357 0 108595 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 450800

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 8931
/proc/meminfo: memFree=31245924/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=303560 CPUtime=1661.78 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 65201 0 0 0 166045 133 0 0 20 0 1 0 376730461 310845440 56821 33554432000 4194304 5654031 140735261826496 140735261814312 4232922 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 75890 56821 142 357 0 75530 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 318540

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 8932
/proc/meminfo: memFree=31285572/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=225176 CPUtime=1721.76 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 67565 0 0 0 172039 137 0 0 20 0 1 0 376730461 230580224 45285 33554432000 4194304 5654031 140735261826496 140735261814312 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 56294 45285 142 357 0 55934 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 240156

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.02 3/179 8932
/proc/meminfo: memFree=31170908/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=306564 CPUtime=1781.75 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 68131 0 0 0 178035 140 0 0 20 0 1 0 376730461 313921536 72933 33554432000 4194304 5654031 140735261826496 140735261814312 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 76641 72933 142 357 0 76281 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 321544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.01 2.02 3/179 8932
/proc/meminfo: memFree=31143528/32873852 swapFree=6864/6864
[pid=8845] ppid=8843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8845/stat : 8845 (npSolver-pbo-It) S 8843 8845 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376730439 9367552 275 33554432000 4194304 5064252 140735178473312 140735178472224 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 2287 275 233 213 0 72 0
[pid=8846] ppid=8845 vsize=5832 CPUtime=0.18 cores=1,3,5,7
/proc/8846/stat : 8846 (npSolver-pbo) S 8845 8845 7832 0 -1 4202496 3643 3425 0 1 4 1 13 0 20 0 1 0 376730440 5971968 1134 33554432000 4194304 6004724 140734278102384 140734278088664 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8846/statm: 1458 1134 152 442 0 1012 0
[pid=8851] ppid=8846 vsize=438824 CPUtime=1799.86 cores=1,3,5,7
/proc/8851/stat : 8851 (glucosInc) R 8846 8845 7832 0 -1 4202496 68608 0 0 0 179844 142 0 0 20 0 1 0 376730461 449355776 79030 33554432000 4194304 5654031 140735261826496 140735261814312 4232968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8851/statm: 109706 79030 142 357 0 109346 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 453804

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 8845 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=176973
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=23996
# CPU time returned by wait4() is 0.200969
# 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.61
CPU system time (s): 1.43
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 500120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.176973
system time used= 0.023996
maximum resident set size= 33004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7442
page faults= 1
swaps= 0
block input operations= 80
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 6

runsolver used 3.08853 second user time and 8.85465 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-07 23:54:10
IDJOB=3746568
IDBENCH=90121
IDSOLVER=2332
FILE ID=node129/3746568-1339106050
RUNJOBID= node129-1339098175-7849
PBS_JOBID= 14643724
Free space on /tmp= 68444 MiB

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

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

MD5SUM BENCH= 21cc97db69195cd3dcf69a6d797764c1
RANDOM SEED=674382654

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        19655980 kB
Buffers:           52012 kB
Cached:          2516944 kB
SwapCached:         2816 kB
Active:         10929984 kB
Inactive:        1413804 kB
Active(anon):    8521300 kB
Inactive(anon):  1255720 kB
Active(file):    2408684 kB
Inactive(file):   158084 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67097552 kB
Dirty:              8580 kB
Writeback:             0 kB
AnonPages:       9779840 kB
Mapped:             9964 kB
Shmem:                 0 kB
Slab:             718428 kB
SReclaimable:     160324 kB
SUnreclaim:       558104 kB
KernelStack:        1440 kB
PageTables:        23216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   12891240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5148672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70740 MiB
End job on node129 at 2012-06-08 00:24:10