Trace number 3751254

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-quickBound (fixed)? (TO) 1800.09 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820146.opb
MD5SUM04a6efcac49375b9407fbc5f15fae5c7
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 variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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.01	c old isEQ: 0, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c old isEQ: 1, new EQ is 1
0.00/0.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.04	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.04	c [INC SYSTEM] execute solver
1800.09/1800.40	c an unexpexted return value has been received, exit
1800.09/1800.40	s UNKNOWN

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-3751254-1339162517/watcher-3751254-1339162517 -o /tmp/evaluation-result-3751254-1339162517/solver-3751254-1339162517 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751254-1339162517.opb 1752260492 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: 1.92 1.98 1.99 3/176 21835
/proc/meminfo: memFree=31155240/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0

[startup+0.0252211 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 21835
/proc/meminfo: memFree=31155240/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100304 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 21835
/proc/meminfo: memFree=31155240/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 21835
/proc/meminfo: memFree=31155240/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700196 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 21835
/proc/meminfo: memFree=31155240/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 21841
/proc/meminfo: memFree=31150256/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=8000 CPUtime=1.44 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 1925 0 0 0 144 0 0 0 20 0 1 0 382377112 8192000 1452 33554432000 4194304 5654031 140735271731536 140735271719352 4232495 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21841/statm: 2000 1452 140 357 0 1640 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 19696

[startup+3.1003 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 21841
/proc/meminfo: memFree=31144860/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=14016 CPUtime=3.04 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 2376 0 0 0 304 0 0 0 20 0 1 0 382377112 14352384 2405 33554432000 4194304 5654031 140735271731536 140735271719352 4215200 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21841/statm: 3504 2405 140 357 0 3144 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 25712

[startup+6.30032 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 21841
/proc/meminfo: memFree=31138416/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=15708 CPUtime=6.24 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 2830 0 0 0 624 0 0 0 20 0 1 0 382377112 16084992 3355 33554432000 4194304 5654031 140735271731536 140735271719352 4216571 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21841/statm: 3927 3355 140 357 0 3567 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 27404

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 21841
/proc/meminfo: memFree=31131312/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=23812 CPUtime=12.64 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 3596 0 0 0 1263 1 0 0 20 0 1 0 382377112 24383488 5141 33554432000 4194304 5654031 140735271731536 140735271729464 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 5953 5141 140 357 0 5593 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 35508

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 21841
/proc/meminfo: memFree=31147652/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=25596 CPUtime=25.43 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 4683 0 0 0 2542 1 0 0 20 0 1 0 382377112 26210304 5150 33554432000 4194304 5654031 140735271731536 140735271719352 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 6399 5150 140 357 0 6039 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 37292

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 21841
/proc/meminfo: memFree=31123824/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=37468 CPUtime=51.03 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 5645 0 0 0 5102 1 0 0 20 0 1 0 382377112 38367232 7551 33554432000 4194304 5654031 140735271731536 140735271729416 4243753 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 9367 7551 140 357 0 9007 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 49164

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 21841
/proc/meminfo: memFree=31108824/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=41932 CPUtime=102.23 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 6258 0 0 0 10221 2 0 0 20 0 1 0 382377112 42938368 9153 33554432000 4194304 5654031 140735271731536 140735271729336 4232839 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 10483 9153 140 357 0 10123 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 53628

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 21842
/proc/meminfo: memFree=31105444/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=56492 CPUtime=162.21 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 7885 0 0 0 16218 3 0 0 20 0 1 0 382377112 57847808 13305 33554432000 4194304 5654031 140735271731536 140735271719352 4232462 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 14123 13305 140 357 0 13763 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 68188

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 21842
/proc/meminfo: memFree=31082840/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=86844 CPUtime=222.2 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 8234 0 0 0 22217 3 0 0 20 0 1 0 382377112 88928256 14667 33554432000 4194304 5654031 140735271731536 140735271729416 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 21711 14667 140 357 0 21351 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 98540

[startup+282.3 s]

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

/proc/loadavg: 4.78 3.17 2.44 2/179 22025
/proc/meminfo: memFree=7852396/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=155320 CPUtime=1362.03 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 18698 0 0 0 136178 25 0 0 20 0 1 0 382377112 159047680 34487 33554432000 4194304 5654031 140735271731536 140735271729464 4232784 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 38830 34487 140 357 0 38470 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 167016

[startup+1422.3 s]
/proc/loadavg: 4.95 3.52 2.60 2/179 22025
/proc/meminfo: memFree=7846720/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=155320 CPUtime=1422.02 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 19036 0 0 0 142176 26 0 0 20 0 1 0 382377112 159047680 36535 33554432000 4194304 5654031 140735271731536 140735271729464 4232859 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 38830 36535 140 357 0 38470 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 167016

[startup+1482.3 s]
/proc/loadavg: 3.27 3.31 2.58 3/180 22072
/proc/meminfo: memFree=30669608/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=155320 CPUtime=1482.01 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 19371 0 0 0 148174 27 0 0 20 0 1 0 382377112 159047680 36535 33554432000 4194304 5654031 140735271731536 140735271729464 4216312 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 38830 36535 140 357 0 38470 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 167016

[startup+1542.3 s]
/proc/loadavg: 2.46 3.07 2.54 3/180 22074
/proc/meminfo: memFree=30612892/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=155320 CPUtime=1542 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 19708 0 0 0 154172 28 0 0 20 0 1 0 382377112 159047680 37559 33554432000 4194304 5654031 140735271731536 140735271719352 4233443 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 38830 37559 140 357 0 38470 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 167016

[startup+1602.3 s]
/proc/loadavg: 2.17 2.87 2.51 3/180 22097
/proc/meminfo: memFree=30571828/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=106000 CPUtime=1602 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 20045 0 0 0 160170 30 0 0 20 0 1 0 382377112 108544000 25982 33554432000 4194304 5654031 140735271731536 140735271729560 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 26500 25982 140 357 0 26140 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 117696

[startup+1662.3 s]
/proc/loadavg: 2.06 2.71 2.47 3/179 22098
/proc/meminfo: memFree=30599520/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=106000 CPUtime=1661.98 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 20380 0 0 0 166168 30 0 0 20 0 1 0 382377112 108544000 25982 33554432000 4194304 5654031 140735271731536 140735271729560 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 26500 25982 140 357 0 26140 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 117696

[startup+1722.3 s]
/proc/loadavg: 2.02 2.58 2.44 3/179 22098
/proc/meminfo: memFree=30459140/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=155320 CPUtime=1721.97 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 20830 0 0 0 172166 31 0 0 20 0 1 0 382377112 159047680 38178 33554432000 4194304 5654031 140735271731536 140735271729464 4233173 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 38830 38178 140 357 0 38470 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 167016

[startup+1782.3 s]
/proc/loadavg: 2.01 2.47 2.41 3/179 22098
/proc/meminfo: memFree=30561548/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=155320 CPUtime=1781.97 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 21456 0 0 0 178164 33 0 0 20 0 1 0 382377112 159047680 38071 33554432000 4194304 5654031 140735271731536 140735271729464 4232916 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 38830 38071 140 357 0 38470 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 167016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.44 2.40 3/179 22098
/proc/meminfo: memFree=30576848/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=125400 CPUtime=1800.07 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 21458 0 0 0 179974 33 0 0 20 0 1 0 382377112 128409600 26495 33554432000 4194304 5654031 140735271731536 140735271729416 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 31350 26495 140 357 0 30990 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 137096

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+1800.4 s]
/proc/loadavg: 2.00 2.44 2.40 3/179 22098
/proc/meminfo: memFree=30576848/32873852 swapFree=6864/6864
[pid=21835] ppid=21833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (npSolver-pbo-It) S 21833 21835 15174 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382377108 9367552 275 33554432000 4194304 5064252 140733886394128 140733886393040 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21835/statm: 2287 275 233 213 0 72 0
[pid=21836] ppid=21835 vsize=2548 CPUtime=0.02 cores=1,3,5,7
/proc/21836/stat : 21836 (npSolver-pbo) S 21835 21835 15174 0 -1 4202496 1884 2335 0 0 0 0 2 0 20 0 1 0 382377108 2609152 290 33554432000 4194304 6004724 140736857065136 140736857051416 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21836/statm: 637 290 161 442 0 191 0
[pid=21841] ppid=21836 vsize=125400 CPUtime=1800.07 cores=1,3,5,7
/proc/21841/stat : 21841 (glucosInc) R 21836 21835 15174 0 -1 4202496 21458 0 0 0 179974 33 0 0 20 0 1 0 382377112 128409600 26495 33554432000 4194304 5654031 140735271731536 140735271729416 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21841/statm: 31350 26495 140 357 0 30990 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 137096

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21835 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=30995
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=14997
# CPU time returned by wait4() is 0.045992
# while last known CPU time is 1800.09
#
# 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.09
CPU user time (s): 1799.76
CPU system time (s): 0.33
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 197836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.030995
system time used= 0.014997
maximum resident set size= 29572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 6

runsolver used 3.59945 second user time and 8.78666 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-08 15:35:17
IDJOB=3751254
IDBENCH=89818
IDSOLVER=2335
FILE ID=node129/3751254-1339162517
RUNJOBID= node129-1339159705-19683
PBS_JOBID= 14643765
Free space on /tmp= 70748 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751254-1339162517/watcher-3751254-1339162517 -o /tmp/evaluation-result-3751254-1339162517/solver-3751254-1339162517 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751254-1339162517.opb 1752260492 HOME HOME

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

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=1752260492

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:        31155744 kB
Buffers:          251108 kB
Cached:           246816 kB
SwapCached:         2012 kB
Active:           685964 kB
Inactive:         149748 kB
Active(anon):     335736 kB
Inactive(anon):     4184 kB
Active(file):     350228 kB
Inactive(file):   145564 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100444 kB
Dirty:              8188 kB
Writeback:             0 kB
AnonPages:        357048 kB
Mapped:             9956 kB
Shmem:                 0 kB
Slab:             729524 kB
SReclaimable:     171684 kB
SUnreclaim:       557840 kB
KernelStack:        1456 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     481852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 70644 MiB
End job on node129 at 2012-06-08 16:05:17