Trace number 3748300

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 (fixed)? (TO) 1800.06 1800.42

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir10_trarea_ac.opb
MD5SUM02b8432822ed36c096532b70d73498ae
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark93811
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables26836
Total number of constraints55586
Number of constraints which are clauses55586
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint359
Number of terms in the objective function 13364
Biggest coefficient in the objective function 2444
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 23768999
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2444
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 23768999
Number of bits of the biggest sum of numbers25
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 run inc solver
0.00/0.19	c [INC SYSTEM] run initial solver
0.00/0.19	c [INC SYSTEM] preprocess with white file
0.00/0.53	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.53	c [INC SYSTEM] execute solver
0.00/0.56	c [INC SEARCH] formula is SAT
0.00/0.56	c [INC SYSTEM] solved the initial formula
0.00/0.63	c model valid
0.00/0.63	c current solution ok
0.00/0.70	o 117384
0.00/0.70	c execute binary inc search
0.00/0.70	c [INC SEARCH] current bound: 58692
0.00/0.70	c [INC SEARCH] iteration: 0
0.00/0.70	c [INC SEARCH] lower bound: 0 upperbound 117384 current bound: 58692 best value:117384
0.00/0.70	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.70	c write failed with 2
0.00/0.70	c [INC SYSTEM] create new solver instance
0.00/0.70	c [INC] encode full formula
0.00/0.70	c fallback to adder encoding
1.77/1.87	c set iterative enc to: adder
1.77/1.87	c set iterative enc to: none
1.97/2.03	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.41	HOME/npSolver-pbo-I.sh: line 18: 28950 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3748300-1339128705/watcher-3748300-1339128705 -o /tmp/evaluation-result-3748300-1339128705/solver-3748300-1339128705 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748300-1339128705.opb 1358598121 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.00 2.02 2.00 3/179 28949
/proc/meminfo: memFree=25388124/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0

[startup+0.0805759 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 28949
/proc/meminfo: memFree=25388124/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100401 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 28949
/proc/meminfo: memFree=25388124/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300377 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 28949
/proc/meminfo: memFree=25388124/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 28949
/proc/meminfo: memFree=25388124/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 28956
/proc/meminfo: memFree=25324040/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=109020 CPUtime=1.47 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) R 28949 28949 23584 0 -1 4202496 13713 8433 0 0 101 12 29 5 20 0 1 0 378995021 111636480 24123 33554432000 4194304 6004724 140734745451600 140734745443464 4536054 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 27255 24123 177 442 0 26809 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 118168

[startup+3.10046 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 28958
/proc/meminfo: memFree=25246556/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=285628 CPUtime=1.05 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 35822 0 0 0 95 10 0 0 20 0 1 0 378995225 292483072 50760 33554432000 4194304 5654031 140733883147840 140733882097192 4243462 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 71407 50760 128 357 0 71047 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 338260

[startup+6.30027 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 28958
/proc/meminfo: memFree=25073512/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=208044 CPUtime=4.25 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 36940 0 0 0 413 12 0 0 20 0 1 0 378995225 213037056 47996 33554432000 4194304 5654031 140733883147840 140733883135656 4232755 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 52011 47996 142 357 0 51651 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 260676

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 28958
/proc/meminfo: memFree=25071592/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=239528 CPUtime=10.65 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 37192 0 0 0 1053 12 0 0 20 0 1 0 378995225 245276672 49267 33554432000 4194304 5654031 140733883147840 140733883145528 4215061 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 59882 49267 142 357 0 59522 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 292160

[startup+25.5004 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 28958
/proc/meminfo: memFree=25068900/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=243560 CPUtime=23.45 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 38108 0 0 0 2330 15 0 0 20 0 1 0 378995225 249405440 49034 33554432000 4194304 5654031 140733883147840 140733883145928 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 60890 49034 142 357 0 60530 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 296192

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 28958
/proc/meminfo: memFree=25063948/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=217064 CPUtime=49.04 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 38921 0 0 0 4888 16 0 0 20 0 1 0 378995225 222273536 49717 33554432000 4194304 5654031 140733883147840 140733883135656 4215084 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 54266 49717 142 357 0 53906 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 269696

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 28959
/proc/meminfo: memFree=25051248/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=247884 CPUtime=100.24 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 39675 0 0 0 10006 18 0 0 20 0 1 0 378995225 253833216 51851 33554432000 4194304 5654031 140733883147840 140733883135656 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 61971 51851 142 357 0 61611 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 300516

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28959
/proc/meminfo: memFree=25026364/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=250176 CPUtime=160.22 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 40455 0 0 0 16002 20 0 0 20 0 1 0 378995225 256180224 54983 33554432000 4194304 5654031 140733883147840 140733883135656 4216557 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 62544 54983 142 357 0 62184 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 302808

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29006
/proc/meminfo: memFree=28872652/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=253604 CPUtime=220.22 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 41264 0 0 0 21999 23 0 0 20 0 1 0 378995225 259690496 56201 33554432000 4194304 5654031 140733883147840 140733883135656 4214101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 63401 56201 142 357 0 63041 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 306236

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 29104
/proc/meminfo: memFree=28836628/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.00 3/180 29113
/proc/meminfo: memFree=28592524/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=315672 CPUtime=1300.04 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 48293 0 0 0 129958 46 0 0 20 0 1 0 378995225 323248128 71876 33554432000 4194304 5654031 140733883147840 140733883135656 4232632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 78918 71876 142 357 0 78558 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 368304

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 29114
/proc/meminfo: memFree=28631592/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=316116 CPUtime=1360.03 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 48703 0 0 0 135956 47 0 0 20 0 1 0 378995225 323702784 75861 33554432000 4194304 5654031 140733883147840 140733883135656 4215026 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 79029 75861 142 357 0 78669 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 368748

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 29114
/proc/meminfo: memFree=28705244/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=316988 CPUtime=1420.03 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 49704 0 0 0 141952 51 0 0 20 0 1 0 378995225 324595712 65515 33554432000 4194304 5654031 140733883147840 140733883135656 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 79247 65515 142 357 0 78887 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 369620

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 29115
/proc/meminfo: memFree=28550584/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=317148 CPUtime=1480.01 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 49762 0 0 0 147950 51 0 0 20 0 1 0 378995225 324759552 70789 33554432000 4194304 5654031 140733883147840 140733883135656 4215061 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 79287 70789 142 357 0 78927 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 369780

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29115
/proc/meminfo: memFree=28582304/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=317748 CPUtime=1539.99 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 49897 0 0 0 153948 51 0 0 20 0 1 0 378995225 325373952 76545 33554432000 4194304 5654031 140733883147840 140733883135656 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 79437 76545 142 357 0 79077 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 370380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29115
/proc/meminfo: memFree=28551828/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=399644 CPUtime=1599.99 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 50206 0 0 0 159946 53 0 0 20 0 1 0 378995225 409235456 82474 33554432000 4194304 5654031 140733883147840 140733883145528 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 99911 82474 142 357 0 99551 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 452276

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29116
/proc/meminfo: memFree=28612136/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=318560 CPUtime=1659.98 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 50658 0 0 0 165942 56 0 0 20 0 1 0 378995225 326205440 68575 33554432000 4194304 5654031 140733883147840 140733883135656 4215126 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 79640 68575 142 357 0 79280 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 371192

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29119
/proc/meminfo: memFree=28650160/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=318728 CPUtime=1719.97 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 50693 0 0 0 171941 56 0 0 20 0 1 0 378995225 326377472 73209 33554432000 4194304 5654031 140733883147840 140733883135656 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 79682 73209 142 357 0 79322 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 371360

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29119
/proc/meminfo: memFree=28517612/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=400584 CPUtime=1779.96 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 50971 0 0 0 177938 58 0 0 20 0 1 0 378995225 410198016 78596 33554432000 4194304 5654031 140733883147840 140733883135656 4232925 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 100146 78596 142 357 0 99786 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 453216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29119
/proc/meminfo: memFree=28479756/32873844 swapFree=7900/7900
[pid=28949] ppid=28947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (npSolver-pbo-I.) S 28947 28949 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378995021 9367552 274 33554432000 4194304 5064252 140734651219296 140734651218208 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28949/statm: 2287 274 233 213 0 72 0
[pid=28950] ppid=28949 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/28950/stat : 28950 (npSolver-pbo) S 28949 28949 23584 0 -1 4202496 14653 8949 0 0 140 26 29 5 20 0 1 0 378995021 44527616 10546 33554432000 4194304 6004724 140734745451600 140734745436520 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28950/statm: 10871 10546 178 442 0 10425 0
[pid=28958] ppid=28950 vsize=400584 CPUtime=1798.06 cores=1,3,5,7
/proc/28958/stat : 28958 (glucosInc) R 28950 28949 23584 0 -1 4202496 51000 0 0 0 179748 58 0 0 20 0 1 0 378995225 410198016 80158 33554432000 4194304 5654031 140733883147840 140733883135656 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28958/statm: 100146 80158 142 357 0 99786 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 453216

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.42
CPU time (s): 1800.06
CPU user time (s): 1799.17
CPU system time (s): 0.89
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 582640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.70674
system time used= 0.331949
maximum resident set size= 198152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23976
page faults= 0
swaps= 0
block input operations= 0
block output operations= 161864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63
involuntary context switches= 14

runsolver used 10.4454 second user time and 14.4288 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-08 06:11:45
IDJOB=3748300
IDBENCH=25049
IDSOLVER=2333
FILE ID=node137/3748300-1339128705
RUNJOBID= node137-1339112420-25566
PBS_JOBID= 14643716
Free space on /tmp= 69896 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir10_trarea_ac.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748300-1339128705/watcher-3748300-1339128705 -o /tmp/evaluation-result-3748300-1339128705/solver-3748300-1339128705 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748300-1339128705.opb 1358598121 HOME HOME

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

MD5SUM BENCH= 02b8432822ed36c096532b70d73498ae
RANDOM SEED=1358598121

node137.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.600
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.20
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.600
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.600
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.92
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.600
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.600
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.91
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.600
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.90
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.600
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.91
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.600
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:        25388280 kB
Buffers:          309388 kB
Cached:          3273844 kB
SwapCached:         4640 kB
Active:          4967664 kB
Inactive:        1635412 kB
Active(anon):    3015544 kB
Inactive(anon):     6608 kB
Active(file):    1952120 kB
Inactive(file):  1628804 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:             10636 kB
Writeback:             0 kB
AnonPages:       3028140 kB
Mapped:            11092 kB
Shmem:                 0 kB
Slab:             731556 kB
SReclaimable:     172120 kB
SUnreclaim:       559436 kB
KernelStack:        1496 kB
PageTables:        10120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3640720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2951168 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= 70612 MiB
End job on node137 at 2012-06-08 06:41:45