Trace number 3699774

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.03 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_4.opb
MD5SUMdc0116cc9dd2d87e5a6934d46be3ef43
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4594
Number of bits of the biggest sum of numbers13
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.88	c run inc solver
0.00/0.88	c [INC SYSTEM] run initial solver
0.00/0.88	c [INC SYSTEM] preprocess with white file
6.25/6.34	c [INC SYSTEM] finished preprocessing in 5 s
6.25/6.34	c [INC SYSTEM] execute solver
1800.03/1800.41	HOME/npSolver-pbo-I.sh: line 18: 21261 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -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-3699774-1338071320/watcher-3699774-1338071320 -o /tmp/evaluation-result-3699774-1338071320/solver-3699774-1338071320 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699774-1338071320.opb 389786685 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.17 2.14 2.09 3/176 21260
/proc/meminfo: memFree=28620524/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0

[startup+0.0663229 s]
/proc/loadavg: 2.17 2.14 2.09 3/176 21260
/proc/meminfo: memFree=28620524/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100327 s]
/proc/loadavg: 2.17 2.14 2.09 3/176 21260
/proc/meminfo: memFree=28620524/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300292 s]
/proc/loadavg: 2.17 2.14 2.09 3/176 21260
/proc/meminfo: memFree=28620524/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700291 s]
/proc/loadavg: 2.17 2.14 2.09 3/176 21260
/proc/meminfo: memFree=28620524/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.17 2.14 2.09 3/180 21264
/proc/meminfo: memFree=28511320/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=0.85 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13366 0 0 0 79 6 0 0 20 0 1 0 273257472 70205440 15607 33554432000 4194304 5992684 140736296391632 140736296386080 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15607 164 440 0 16696 0
[pid=21263] ppid=21261 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21263/stat : 21263 (cp2_pre.sh) S 21261 21260 18146 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 273257560 9367552 276 33554432000 4194304 5064252 140736992681472 140736992680176 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21263/statm: 2287 276 234 213 0 72 0
[pid=21264] ppid=21263 vsize=217684 CPUtime=0.6 cores=0,2,4,6
/proc/21264/stat : 21264 (coprocessor) R 21263 21260 18146 0 -1 4202496 24080 0 0 0 54 6 0 0 20 0 1 0 273257560 222908416 47632 33554432000 4194304 6586260 140734167701344 140734167697672 4496502 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/21264/statm: 54421 47632 166 584 0 53833 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 304540

[startup+3.10035 s]
/proc/loadavg: 2.15 2.14 2.09 3/180 21264
/proc/meminfo: memFree=28317412/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=0.85 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13366 0 0 0 79 6 0 0 20 0 1 0 273257472 70205440 15607 33554432000 4194304 5992684 140736296391632 140736296386080 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15607 164 440 0 16696 0
[pid=21263] ppid=21261 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21263/stat : 21263 (cp2_pre.sh) S 21261 21260 18146 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 273257560 9367552 276 33554432000 4194304 5064252 140736992681472 140736992680176 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21263/statm: 2287 276 234 213 0 72 0
[pid=21264] ppid=21263 vsize=264412 CPUtime=2.2 cores=0,2,4,6
/proc/21264/stat : 21264 (coprocessor) R 21263 21260 18146 0 -1 4202496 35253 0 0 0 212 8 0 0 20 0 1 0 273257560 270757888 63915 33554432000 4194304 6586260 140734167701344 140734167697320 4789282 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/21264/statm: 66103 63915 175 584 0 65515 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 351268

[startup+6.30035 s]
/proc/loadavg: 2.15 2.14 2.09 3/180 21264
/proc/meminfo: memFree=28214824/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=0.85 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13366 0 0 0 79 6 0 0 20 0 1 0 273257472 70205440 15607 33554432000 4194304 5992684 140736296391632 140736296386080 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15607 164 440 0 16696 0
[pid=21263] ppid=21261 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21263/stat : 21263 (cp2_pre.sh) S 21261 21260 18146 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 273257560 9367552 276 33554432000 4194304 5064252 140736992681472 140736992680176 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21263/statm: 2287 276 234 213 0 72 0
[pid=21264] ppid=21263 vsize=312760 CPUtime=5.4 cores=0,2,4,6
/proc/21264/stat : 21264 (coprocessor) R 21263 21260 18146 0 -1 4202496 43085 0 0 0 526 14 0 0 20 0 1 0 273257560 320266240 76212 33554432000 4194304 6586260 140734167701344 140734167697096 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/21264/statm: 78190 76212 198 584 0 77602 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 399616

[startup+12.7003 s]
/proc/loadavg: 2.13 2.14 2.09 3/179 21266
/proc/meminfo: memFree=28394024/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=149608 CPUtime=6.35 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 28292 0 0 0 629 6 0 0 20 0 1 0 273258106 153198592 34233 33554432000 4194304 5654031 140736605862160 140736605859944 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21266/statm: 37402 34233 140 357 0 37042 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 227316

[startup+25.5004 s]
/proc/loadavg: 2.11 2.13 2.09 3/179 21266
/proc/meminfo: memFree=28387020/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=149876 CPUtime=19.14 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 28359 0 0 0 1908 6 0 0 20 0 1 0 273258106 153473024 34811 33554432000 4194304 5654031 140736605862160 140736605859944 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 37469 34811 140 357 0 37109 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 227584

[startup+51.1004 s]
/proc/loadavg: 2.27 2.17 2.10 3/179 21266
/proc/meminfo: memFree=28381684/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=168844 CPUtime=44.73 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 28837 0 0 0 4467 6 0 0 20 0 1 0 273258106 172896256 35287 33554432000 4194304 5654031 140736605862160 140736605860248 4233306 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 42211 35287 140 357 0 41851 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 246552

[startup+102.306 s]
/proc/loadavg: 2.15 2.15 2.10 3/180 21316
/proc/meminfo: memFree=28084592/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=169188 CPUtime=95.93 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 28981 0 0 0 9586 7 0 0 20 0 1 0 273258106 173248512 37478 33554432000 4194304 5654031 140736605862160 140736605860056 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 42297 37478 140 357 0 41937 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 246896

[startup+162.3 s]
/proc/loadavg: 2.16 2.15 2.10 3/179 21317
/proc/meminfo: memFree=28061844/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=169496 CPUtime=155.9 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 29560 0 0 0 15583 7 0 0 20 0 1 0 273258106 173563904 38143 33554432000 4194304 5654031 140736605862160 140736605860056 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 42374 38143 141 357 0 42014 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 247204

[startup+222.3 s]
/proc/loadavg: 2.05 2.12 2.09 3/179 21317
/proc/meminfo: memFree=28051148/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.00 2.01 3/180 21327
/proc/meminfo: memFree=28037192/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=203052 CPUtime=1295.72 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 37879 0 0 0 129552 20 0 0 20 0 1 0 273258106 207925248 42538 33554432000 4194304 5654031 140736605862160 140736605860248 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 50763 42538 141 357 0 50403 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 280760

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 21328
/proc/meminfo: memFree=28017720/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=203052 CPUtime=1355.7 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 37884 0 0 0 135550 20 0 0 20 0 1 0 273258106 207925248 44076 33554432000 4194304 5654031 140736605862160 140736605860248 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 50763 44076 141 357 0 50403 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 280760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21328
/proc/meminfo: memFree=28023816/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=172232 CPUtime=1415.69 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 38363 0 0 0 141548 21 0 0 20 0 1 0 273258106 176365568 41454 33554432000 4194304 5654031 140736605862160 140736605860184 4215932 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 43058 41454 141 357 0 42698 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 249940

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21328
/proc/meminfo: memFree=28015076/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=203052 CPUtime=1475.68 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 38979 0 0 0 147546 22 0 0 20 0 1 0 273258106 207925248 43086 33554432000 4194304 5654031 140736605862160 140736605860248 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 50763 43086 141 357 0 50403 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 280760

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21328
/proc/meminfo: memFree=28004588/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=203496 CPUtime=1535.68 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 39053 0 0 0 153546 22 0 0 20 0 1 0 273258106 208379904 44182 33554432000 4194304 5654031 140736605862160 140736605859944 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 50874 44182 141 357 0 50514 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 281204

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 21328
/proc/meminfo: memFree=28012856/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=172676 CPUtime=1595.66 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 39533 0 0 0 159543 23 0 0 20 0 1 0 273258106 176820224 41564 33554432000 4194304 5654031 140736605862160 140736605860184 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 43169 41564 141 357 0 42809 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 250384

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21329
/proc/meminfo: memFree=28002696/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=203496 CPUtime=1655.65 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 40134 0 0 0 165541 24 0 0 20 0 1 0 273258106 208379904 43167 33554432000 4194304 5654031 140736605862160 140736605860248 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 50874 43167 141 357 0 50514 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 281204

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21329
/proc/meminfo: memFree=27994504/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=203716 CPUtime=1715.64 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 40164 0 0 0 171540 24 0 0 20 0 1 0 273258106 208605184 44219 33554432000 4194304 5654031 140736605862160 140736605859944 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 50929 44219 141 357 0 50569 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 281424

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21329
/proc/meminfo: memFree=28000708/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=172896 CPUtime=1775.63 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 40669 0 0 0 177538 25 0 0 20 0 1 0 273258106 177045504 41629 33554432000 4194304 5654031 140736605862160 140736605860184 4232782 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 43224 41629 141 357 0 42864 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 250604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21329
/proc/meminfo: memFree=27997792/32873852 swapFree=6848/6848
[pid=21260] ppid=21258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21260/stat : 21260 (npSolver-pbo-I.) S 21258 21260 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273257472 9367552 275 33554432000 4194304 5064252 140736924657984 140736924656896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21260/statm: 2287 275 233 213 0 72 0
[pid=21261] ppid=21260 vsize=68560 CPUtime=6.29 cores=0,2,4,6
/proc/21261/stat : 21261 (npSolver-pbo) S 21260 21260 18146 0 -1 4202496 13382 43986 0 0 79 6 528 16 20 0 1 0 273257472 70205440 15609 33554432000 4194304 5992684 140736296391632 140736296377896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/21261/statm: 17140 15609 166 440 0 16696 0
[pid=21266] ppid=21261 vsize=203716 CPUtime=1793.74 cores=0,2,4,6
/proc/21266/stat : 21266 (glucosInc) R 21261 21260 18146 0 -1 4202496 41029 0 0 0 179348 26 0 0 20 0 1 0 273258106 208605184 41987 33554432000 4194304 5654031 140736605862160 140736605860248 4216651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21266/statm: 50929 41987 141 357 0 50569 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 281424

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 21260 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=86074
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=236963
# CPU time returned by wait4() is 6.32304
# while last known CPU time is 1800.03
#
# 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.03
CPU user time (s): 1799.55
CPU system time (s): 0.48
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 399616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.08607
system time used= 0.236963
maximum resident set size= 315592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57743
page faults= 0
swaps= 0
block input operations= 8
block output operations= 110256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 23

runsolver used 3.53746 second user time and 10.0035 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-27 00:28:40
IDJOB=3699774
IDBENCH=2917
IDSOLVER=2276
FILE ID=node129/3699774-1338071320
RUNJOBID= node129-1338052936-18162
PBS_JOBID= 14624400
Free space on /tmp= 71100 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_4.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699774-1338071320/watcher-3699774-1338071320 -o /tmp/evaluation-result-3699774-1338071320/solver-3699774-1338071320 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699774-1338071320.opb 389786685 HOME HOME

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

MD5SUM BENCH= dc0116cc9dd2d87e5a6934d46be3ef43
RANDOM SEED=389786685

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:        28623084 kB
Buffers:          286504 kB
Cached:          3024776 kB
SwapCached:            0 kB
Active:          1302780 kB
Inactive:        2148836 kB
Active(anon):     142932 kB
Inactive(anon):        0 kB
Active(file):    1159848 kB
Inactive(file):  2148836 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8200 kB
Writeback:            12 kB
AnonPages:        237128 kB
Mapped:            15748 kB
Shmem:               204 kB
Slab:             658864 kB
SReclaimable:     101364 kB
SUnreclaim:       557500 kB
KernelStack:        1464 kB
PageTables:         4560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     275424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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= 70980 MiB
End job on node129 at 2012-05-27 00:58:41