Trace number 3699252

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.08 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z7-s2.opb
MD5SUM826cee40b1a37b4e41d6d3a639f8df55
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-7368
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2023
Total number of constraints31798
Number of constraints which are clauses31790
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint2023
Number of terms in the objective function 1997
Biggest coefficient in the objective function 333
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 170608
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 735392
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 5003866
Number of bits of the biggest sum of numbers23
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.19	c fallback to adder encoding
0.00/0.58	c fallback to adder encoding
0.00/0.99	c fallback to adder encoding
1.39/1.42	c fallback to adder encoding
1.78/1.82	c fallback to adder encoding
2.19/2.26	c fallback to adder encoding
2.59/2.67	c fallback to adder encoding
2.99/3.08	c fallback to adder encoding
3.48/3.56	c run inc solver
3.48/3.56	c [INC SYSTEM] run initial solver
3.48/3.56	c [INC SYSTEM] preprocess with white file
31.74/31.92	c [INC SYSTEM] finished preprocessing in 28 s
31.74/31.92	c [INC SYSTEM] execute solver
1800.08/1800.61	c an unexpexted return value has been received, exit
1800.08/1800.61	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-3699252-1338109163/watcher-3699252-1338109163 -o /tmp/evaluation-result-3699252-1338109163/solver-3699252-1338109163 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699252-1338109163.opb 1143985919 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.66 2.22 2.09 3/178 26999
/proc/meminfo: memFree=29131408/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0

[startup+0.039336 s]
/proc/loadavg: 2.66 2.22 2.09 3/178 26999
/proc/meminfo: memFree=29131408/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 2.66 2.22 2.09 3/178 26999
/proc/meminfo: memFree=29131408/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30032 s]
/proc/loadavg: 2.66 2.22 2.09 3/178 26999
/proc/meminfo: memFree=29131408/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700329 s]
/proc/loadavg: 2.66 2.22 2.09 3/178 26999
/proc/meminfo: memFree=29131408/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.66 2.22 2.09 3/180 27001
/proc/meminfo: memFree=29046116/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=147468 CPUtime=1.49 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) R 26999 26999 22912 0 -1 4202496 23646 0 0 0 142 7 0 0 20 0 1 0 277041188 151007232 31807 33554432000 4194304 5992684 140736445293968 140736445288936 4568055 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 36867 31807 167 440 0 36423 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156616

[startup+3.10036 s]
/proc/loadavg: 2.61 2.22 2.09 3/180 27001
/proc/meminfo: memFree=28961432/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=280160 CPUtime=3.08 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) R 26999 26999 22912 0 -1 4202496 41008 0 0 0 296 12 0 0 20 0 1 0 277041188 286883840 62934 33554432000 4194304 5992684 140736445293968 140736445289368 4948331 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70040 62934 167 440 0 69596 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 289308

[startup+6.30045 s]
/proc/loadavg: 2.61 2.22 2.09 3/182 27003
/proc/meminfo: memFree=28422316/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=3.55 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41959 0 0 0 323 32 0 0 20 0 1 0 277041188 288735232 67487 33554432000 4194304 5992684 140736445293968 140736445288416 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67487 174 440 0 70048 0
[pid=27002] ppid=27000 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27002/stat : 27002 (cp2_pre.sh) S 27000 26999 22912 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 277041544 9367552 277 33554432000 4194304 5064252 140735231085024 140735231083728 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27002/statm: 2287 277 234 213 0 72 0
[pid=27003] ppid=27002 vsize=449800 CPUtime=2.71 cores=1,3,5,7
/proc/27003/stat : 27003 (coprocessor) R 27002 26999 22912 0 -1 4202496 47717 0 0 0 257 14 0 0 20 0 1 0 277041545 460595200 98966 33554432000 4194304 6586260 140733548851616 140733548847880 4496327 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/27003/statm: 112450 98966 164 584 0 111862 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 750064

[startup+12.7005 s]
/proc/loadavg: 2.59 2.23 2.09 3/182 27003
/proc/meminfo: memFree=28188016/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=3.55 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41959 0 0 0 323 32 0 0 20 0 1 0 277041188 288735232 67487 33554432000 4194304 5992684 140736445293968 140736445288416 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67487 174 440 0 70048 0
[pid=27002] ppid=27000 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27002/stat : 27002 (cp2_pre.sh) S 27000 26999 22912 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 277041544 9367552 277 33554432000 4194304 5064252 140735231085024 140735231083728 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27002/statm: 2287 277 234 213 0 72 0
[pid=27003] ppid=27002 vsize=578032 CPUtime=9.12 cores=1,3,5,7
/proc/27003/stat : 27003 (coprocessor) R 27002 26999 22912 0 -1 4202496 71089 0 0 0 892 20 0 0 20 0 1 0 277041545 591904768 137668 33554432000 4194304 6586260 140733548851616 140733548846936 4683538 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/27003/statm: 144508 137668 190 584 0 143920 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 878296

[startup+25.5006 s]
/proc/loadavg: 2.50 2.22 2.09 3/182 27003
/proc/meminfo: memFree=28185456/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=3.55 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41959 0 0 0 323 32 0 0 20 0 1 0 277041188 288735232 67487 33554432000 4194304 5992684 140736445293968 140736445288416 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67487 174 440 0 70048 0
[pid=27002] ppid=27000 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27002/stat : 27002 (cp2_pre.sh) S 27000 26999 22912 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 277041544 9367552 277 33554432000 4194304 5064252 140735231085024 140735231083728 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27002/statm: 2287 277 234 213 0 72 0
[pid=27003] ppid=27002 vsize=578824 CPUtime=21.91 cores=1,3,5,7
/proc/27003/stat : 27003 (coprocessor) R 27002 26999 22912 0 -1 4202496 71276 0 0 0 2171 20 0 0 20 0 1 0 277041545 592715776 137855 33554432000 4194304 6586260 140733548851616 140733548846936 4683293 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/27003/statm: 144706 137855 190 584 0 144118 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 879088

[startup+51.1005 s]
/proc/loadavg: 2.33 2.20 2.09 3/182 27008
/proc/meminfo: memFree=28543784/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=284648 CPUtime=19.15 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 46639 0 0 0 1903 12 0 0 20 0 1 0 277044381 291479552 60317 33554432000 4194304 5654031 140735515010928 140735514998744 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27005/statm: 71162 60317 141 357 0 70802 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 575764

[startup+102.3 s]
/proc/loadavg: 2.17 2.18 2.09 3/182 27031
/proc/meminfo: memFree=28565372/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=286476 CPUtime=70.34 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 47090 0 0 0 7022 12 0 0 20 0 1 0 277044381 293351424 61279 33554432000 4194304 5654031 140735515010928 140735514998744 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27005/statm: 71619 61279 141 357 0 71259 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 577592

[startup+162.3 s]
/proc/loadavg: 2.06 2.15 2.08 3/181 27032
/proc/meminfo: memFree=28510996/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=297600 CPUtime=130.33 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 49278 0 0 0 13020 13 0 0 20 0 1 0 277044381 304742400 65511 33554432000 4194304 5654031 140735515010928 140735514998744 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27005/statm: 74400 65511 141 357 0 74040 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 588716

[startup+222.307 s]
/proc/loadavg: 2.07 2.13 2.08 3/181 27032
/proc/meminfo: memFree=28520312/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=298788 CPUtime=190.33 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 49652 0 0 0 19020 13 0 0 20 0 1 0 277044381 305958912 66907 33554432000 4194304 5654031 140735515010928 140735515008712 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27005/statm: 74697 66907 141 357 0 74337 0
Current children cumulated CPU time (s) 222.11

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

/proc/meminfo: memFree=28385816/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=382960 CPUtime=1330.06 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 63237 0 0 0 132973 33 0 0 20 0 1 0 277044381 392151040 85842 33554432000 4194304 5654031 140735515010928 140735514998744 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27005/statm: 95740 85842 142 357 0 95380 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 674076

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 27128
/proc/meminfo: memFree=30302044/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=333412 CPUtime=1390.07 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 63828 0 0 0 138972 35 0 0 20 0 1 0 277044381 341413888 80056 33554432000 4194304 5654031 140735515010928 140735514998744 4216337 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27005/statm: 83353 80056 142 357 0 82993 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 624528

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 27128
/proc/meminfo: memFree=30203508/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=384712 CPUtime=1450.05 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 64470 0 0 0 144969 36 0 0 20 0 1 0 277044381 393945088 82737 33554432000 4194304 5654031 140735515010928 140735514998744 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27005/statm: 96178 82737 142 357 0 95818 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 675828

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27128
/proc/meminfo: memFree=30212788/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=335036 CPUtime=1510.05 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 64991 0 0 0 150967 38 0 0 20 0 1 0 277044381 343076864 80475 33554432000 4194304 5654031 140735515010928 140735514998744 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27005/statm: 83759 80475 142 357 0 83399 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 626152

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27128
/proc/meminfo: memFree=30211100/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=385936 CPUtime=1570.03 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 65548 0 0 0 156964 39 0 0 20 0 1 0 277044381 395198464 83066 33554432000 4194304 5654031 140735515010928 140735514998744 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27005/statm: 96484 83066 142 357 0 96124 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 677052

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27128
/proc/meminfo: memFree=30194484/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=336404 CPUtime=1630.02 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 66121 0 0 0 162961 41 0 0 20 0 1 0 277044381 344477696 80398 33554432000 4194304 5654031 140735515010928 140735514998744 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27005/statm: 84101 80398 142 357 0 83741 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 627520

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27129
/proc/meminfo: memFree=30186828/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=386944 CPUtime=1690.01 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 66550 0 0 0 168959 42 0 0 20 0 1 0 277044381 396230656 82353 33554432000 4194304 5654031 140735515010928 140735514998744 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27005/statm: 96736 82353 142 357 0 96376 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 678060

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27129
/proc/meminfo: memFree=30200504/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=389916 CPUtime=1750 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 67217 0 0 0 174958 42 0 0 20 0 1 0 277044381 399273984 85064 33554432000 4194304 5654031 140735515010928 140735514998744 4232491 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27005/statm: 97479 85064 142 357 0 97119 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 681032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27129
/proc/meminfo: memFree=30167104/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=339828 CPUtime=1768.3 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 67649 0 0 0 176786 44 0 0 20 0 1 0 277044381 347983872 80667 33554432000 4194304 5654031 140735515010928 140735514998744 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27005/statm: 84957 80667 142 357 0 84597 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 630944

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27129
/proc/meminfo: memFree=30167104/32873844 swapFree=6600/6600
[pid=26999] ppid=26997 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26999/stat : 26999 (npSolver-pbo-I.) S 26997 26999 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277041188 9367552 275 33554432000 4194304 5064252 140736672045312 140736672044224 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26999/statm: 2287 275 233 213 0 72 0
[pid=27000] ppid=26999 vsize=281968 CPUtime=31.78 cores=1,3,5,7
/proc/27000/stat : 27000 (npSolver-pbo) S 26999 26999 22912 0 -1 4202496 41976 72328 0 0 323 32 2781 42 20 0 1 0 277041188 288735232 67489 33554432000 4194304 5992684 140736445293968 140736445280232 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27000/statm: 70492 67489 176 440 0 70048 0
[pid=27005] ppid=27000 vsize=339828 CPUtime=1768.3 cores=1,3,5,7
/proc/27005/stat : 27005 (glucosInc) R 27000 26999 22912 0 -1 4202496 67649 0 0 0 176786 44 0 0 20 0 1 0 277044381 347983872 80667 33554432000 4194304 5654031 140735515010928 140735514998744 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27005/statm: 84957 80667 142 357 0 84597 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 630944

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26999 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.08
CPU user time (s): 1798.9
CPU system time (s): 1.18
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 893972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.99039 second user time and 11.6542 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 10:59:23
IDJOB=3699252
IDBENCH=89884
IDSOLVER=2276
FILE ID=node140/3699252-1338109163
RUNJOBID= node140-1338099527-24517
PBS_JOBID= 14624467
Free space on /tmp= 70920 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z7-s2.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699252-1338109163/watcher-3699252-1338109163 -o /tmp/evaluation-result-3699252-1338109163/solver-3699252-1338109163 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699252-1338109163.opb 1143985919 HOME HOME

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

MD5SUM BENCH= 826cee40b1a37b4e41d6d3a639f8df55
RANDOM SEED=1143985919

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29132052 kB
Buffers:          360452 kB
Cached:          1084252 kB
SwapCached:         1492 kB
Active:          2675820 kB
Inactive:         202008 kB
Active(anon):    1425380 kB
Inactive(anon):     8612 kB
Active(file):    1250440 kB
Inactive(file):   193396 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:              8928 kB
Writeback:             0 kB
AnonPages:       1437016 kB
Mapped:            12956 kB
Shmem:                 8 kB
Slab:             720416 kB
SReclaimable:     162048 kB
SUnreclaim:       558368 kB
KernelStack:        1464 kB
PageTables:         6868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1764828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    514048 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= 71284 MiB
End job on node140 at 2012-05-27 11:29:26