Trace number 3700673

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 1.0? (TO) 1800.03 1800.43

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
MD5SUM077c926419792cafad737b20a04bb1ea
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark893264
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 525312
Optimality of the best value was proved NO
Number of variables1260
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint12
Maximum length of a constraint127
Number of terms in the objective function 1160
Biggest coefficient in the objective function 196608
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 15892320
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 25600000000
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 232836875088
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

10.48/10.59	c fallback to adder encoding
10.79/10.85	c fallback to adder encoding
11.08/11.13	c fallback to adder encoding
11.39/11.42	c fallback to adder encoding
11.69/11.70	c fallback to adder encoding
11.88/11.99	c fallback to adder encoding
12.18/12.27	c fallback to adder encoding
12.49/12.56	c fallback to adder encoding
12.79/12.85	c fallback to adder encoding
13.09/13.14	c fallback to adder encoding
13.48/13.50	c fallback to adder encoding
13.69/13.79	c fallback to adder encoding
13.99/14.08	c fallback to adder encoding
14.29/14.37	c fallback to adder encoding
14.58/14.66	c fallback to adder encoding
14.88/14.95	c fallback to adder encoding
15.18/15.24	c fallback to adder encoding
15.49/15.50	c fallback to adder encoding
15.68/15.77	c fallback to adder encoding
15.98/16.03	c fallback to adder encoding
16.37/16.42	c run usual solver
1800.03/1800.41	c error: unexpected solver exit code
1800.03/1800.41	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-3700673-1338064486/watcher-3700673-1338064486 -o /tmp/evaluation-result-3700673-1338064486/solver-3700673-1338064486 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700673-1338064486.opb 1032462282 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.06 2.02 2.00 3/179 6706
/proc/meminfo: memFree=26506120/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0

[startup+0.0139779 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 6706
/proc/meminfo: memFree=26506120/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100232 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 6706
/proc/meminfo: memFree=26506120/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300209 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 6706
/proc/meminfo: memFree=26506120/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700207 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 6706
/proc/meminfo: memFree=26506120/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 6708
/proc/meminfo: memFree=26476620/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=18548 CPUtime=1.48 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) R 6706 6706 3926 0 -1 4202496 2779 0 0 0 148 0 0 0 20 0 1 0 272573420 18993152 3782 33554432000 4194304 5992684 140737311458256 140737311453656 4809389 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6707/statm: 4637 3782 145 440 0 4193 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 27696

[startup+3.10026 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 6708
/proc/meminfo: memFree=26447576/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=34932 CPUtime=3.09 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) R 6706 6706 3926 0 -1 4202496 3305 0 0 0 308 1 0 0 20 0 1 0 272573420 35770368 7366 33554432000 4194304 5992684 140737311458256 140737311453240 4809361 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6707/statm: 8733 7366 145 440 0 8289 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44080

[startup+6.30025 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 6708
/proc/meminfo: memFree=26356952/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=67700 CPUtime=6.28 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) R 6706 6706 3926 0 -1 4202496 3847 0 0 0 626 2 0 0 20 0 1 0 272573420 69324800 15046 33554432000 4194304 5992684 140737311458256 140737311454376 4768588 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6707/statm: 16925 15046 145 440 0 16481 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 76848

[startup+12.7004 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 6708
/proc/meminfo: memFree=26095768/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=232108 CPUtime=12.68 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) R 6706 6706 3926 0 -1 4202496 29153 0 0 0 1258 10 0 0 20 0 1 0 272573420 237678592 56672 33554432000 4194304 5992684 140737311458256 140737311428840 4227904 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6707/statm: 58027 56672 166 440 0 57583 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 241256

[startup+25.5004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 6710
/proc/meminfo: memFree=24969404/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=16.4 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65356 0 0 0 1594 46 0 0 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311452288 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6709] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6709/stat : 6709 (cp2_pre.sh) S 6707 6706 3926 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 272575062 9367552 277 33554432000 4194304 5064252 140733528447536 140733528446240 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6709/statm: 2287 277 234 213 0 72 0
[pid=6710] ppid=6709 vsize=540136 CPUtime=9.05 cores=1,3,5,7
/proc/6710/stat : 6710 (coprocessor) R 6709 6706 3926 0 -1 4202496 91105 0 0 0 882 23 0 0 20 0 1 0 272575063 553099264 130003 33554432000 4194304 6586260 140736080968080 140736080963400 4684023 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6710/statm: 135034 130003 192 584 0 134446 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1060212

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 6713
/proc/meminfo: memFree=24798132/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=365564 CPUtime=20.75 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 37887 0 0 0 2063 12 0 0 20 0 1 0 272576454 374337536 67163 33554432000 4194304 5208918 140736691377024 140736691374872 4229247 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 91391 67163 104 248 0 91140 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 885640

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 6713
/proc/meminfo: memFree=23813880/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=397796 CPUtime=71.94 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 46334 0 0 0 7175 19 0 0 20 0 1 0 272576454 407343104 78315 33554432000 4194304 5208918 140736691377024 140736691374872 4229072 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 99449 78315 105 248 0 99198 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 917872

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6713
/proc/meminfo: memFree=22789272/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=413984 CPUtime=131.93 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 51636 0 0 0 13163 30 0 0 20 0 1 0 272576454 423919616 78279 33554432000 4194304 5208918 140736691377024 140736691374856 4205203 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 103496 78279 105 248 0 103245 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 934060

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6713
/proc/meminfo: memFree=21669264/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=436724 CPUtime=191.91 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 58162 0 0 0 19155 36 0 0 20 0 1 0 272576454 447205376 89036 33554432000 4194304 5208918 140736691377024 140736691374872 4211625 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 109181 89036 105 248 0 108930 0
Current children cumulated CPU time (s) 222.21

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

/proc/6713/statm: 136675 124477 105 248 0 136424 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 1066776

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6723
/proc/meminfo: memFree=19399652/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=549268 CPUtime=1391.69 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 97180 0 0 0 139056 113 0 0 20 0 1 0 272576454 562450432 126540 33554432000 4194304 5208918 140736691377024 140736691373400 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 137317 126540 105 248 0 137066 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 1069344

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6723
/proc/meminfo: memFree=19394504/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=552916 CPUtime=1451.67 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 98499 0 0 0 145051 116 0 0 20 0 1 0 272576454 566185984 127923 33554432000 4194304 5208918 140736691377024 140736691372792 4211871 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 138229 127923 105 248 0 137978 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 1072992

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 6727
/proc/meminfo: memFree=19386616/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=554560 CPUtime=1511.66 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 99389 0 0 0 151046 120 0 0 20 0 1 0 272576454 567869440 129730 33554432000 4194304 5208918 140736691377024 140736691374856 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 138640 129730 105 248 0 138389 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 1074636

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 6750
/proc/meminfo: memFree=19375696/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=556116 CPUtime=1571.66 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 100473 0 0 0 157042 124 0 0 20 0 1 0 272576454 569462784 132410 33554432000 4194304 5208918 140736691377024 140736691373400 4229338 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 139029 132410 105 248 0 138778 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 1076192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6750
/proc/meminfo: memFree=19371488/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=561524 CPUtime=1631.64 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 102191 0 0 0 163037 127 0 0 20 0 1 0 272576454 575000576 133506 33554432000 4194304 5208918 140736691377024 140736691374856 4229512 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 140381 133506 105 248 0 140130 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1081600

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 6816
/proc/meminfo: memFree=27751844/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=564376 CPUtime=1691.63 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 103767 0 0 0 169033 130 0 0 20 0 1 0 272576454 577921024 134619 33554432000 4194304 5208918 140736691377024 140736691373336 4229471 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 141094 134619 105 248 0 140843 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 1084452

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 6823
/proc/meminfo: memFree=27770036/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=569944 CPUtime=1751.63 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 106065 0 0 0 175025 138 0 0 20 0 1 0 272576454 583622656 127156 33554432000 4194304 5208918 140736691377024 140736691373400 4212442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 142486 127156 105 248 0 142235 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 1090020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 6823
/proc/meminfo: memFree=27751668/32873844 swapFree=7616/7616
[pid=6706] ppid=6704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6706/stat : 6706 (npSolver-pbo.sh) S 6704 6706 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272573419 9367552 275 33554432000 4194304 5064252 140736103250400 140736103249312 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6706/statm: 2287 275 233 213 0 72 0
[pid=6707] ppid=6706 vsize=501780 CPUtime=30.3 cores=1,3,5,7
/proc/6707/stat : 6707 (npSolver-pbo) S 6706 6706 3926 0 -1 4202496 65365 92928 0 0 1594 47 1329 60 20 0 1 0 272573420 513822720 100035 33554432000 4194304 5992684 140737311458256 140737311453376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 1 0 0
/proc/6707/statm: 125445 100035 173 440 0 125001 0
[pid=6712] ppid=6707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6712/stat : 6712 (satsolver.sh) S 6707 6706 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272576453 9367552 267 33554432000 4194304 5064252 140733969782256 140733969781168 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6712/statm: 2287 267 226 213 0 72 0
[pid=6713] ppid=6712 vsize=569944 CPUtime=1769.73 cores=1,3,5,7
/proc/6713/stat : 6713 (glucose) R 6712 6706 3926 0 -1 4202496 106273 0 0 0 176835 138 0 0 20 0 1 0 272576454 583622656 131452 33554432000 4194304 5208918 140736691377024 140736691373400 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6713/statm: 142486 131452 105 248 0 142235 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1090020

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6706 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=999
# CPU time returned by wait4() is 0.000999
# 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.43
CPU time (s): 1800.03
CPU user time (s): 1797.58
CPU system time (s): 2.45
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 1398384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
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= 2

runsolver used 6.06208 second user time and 9.76152 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-26 22:34:46
IDJOB=3700673
IDBENCH=2492
IDSOLVER=2277
FILE ID=node135/3700673-1338064486
RUNJOBID= node135-1338048946-3943
PBS_JOBID= 14624374
Free space on /tmp= 71508 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700673-1338064486/watcher-3700673-1338064486 -o /tmp/evaluation-result-3700673-1338064486/solver-3700673-1338064486 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700673-1338064486.opb 1032462282 HOME HOME

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

MD5SUM BENCH= 077c926419792cafad737b20a04bb1ea
RANDOM SEED=1032462282

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26506748 kB
Buffers:          279692 kB
Cached:          2924708 kB
SwapCached:          940 kB
Active:          3292028 kB
Inactive:        2253656 kB
Active(anon):    2331012 kB
Inactive(anon):    13124 kB
Active(file):     961016 kB
Inactive(file):  2240532 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67106688 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:       2344748 kB
Mapped:            14936 kB
Shmem:               208 kB
Slab:             671444 kB
SReclaimable:     113672 kB
SUnreclaim:       557772 kB
KernelStack:        1520 kB
PageTables:         8332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4322072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2324480 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= 71372 MiB
End job on node135 at 2012-05-26 23:04:49