Trace number 3700737

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.97 1801.29

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir08_trarea_ac.opb
MD5SUM518b30e9adc24b91e46eee343811eb71
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark89369
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables24250
Total number of constraints51198
Number of constraints which are clauses51198
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 constraint423
Number of terms in the objective function 12053
Biggest coefficient in the objective function 2252
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 21122166
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2252
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 21122166
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.17	c run usual solver
0.00/0.71	c model valid
0.00/0.71	c current solution ok
0.00/0.81	o 1237126
0.00/0.81	c current bound: 618563
0.00/0.81	c fallback to adder encoding
1800.93/1801.28	c error: unexpected solver exit code
1800.93/1801.28	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-3700737-1338071880/watcher-3700737-1338071880 -o /tmp/evaluation-result-3700737-1338071880/solver-3700737-1338071880 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700737-1338071880.opb 776865797 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.00 2.02 3/179 13911
/proc/meminfo: memFree=31040712/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0

[startup+0.073421 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13911
/proc/meminfo: memFree=31040712/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13911
/proc/meminfo: memFree=31040712/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30028 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13911
/proc/meminfo: memFree=31040712/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13911
/proc/meminfo: memFree=31040712/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 13923
/proc/meminfo: memFree=31008236/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=84800 CPUtime=1.48 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) R 13911 13911 11113 0 -1 4202496 8171 13076 0 0 92 12 40 4 20 0 1 0 273312599 86835200 15729 33554432000 4194304 5992684 140736900798128 140736900792160 4523474 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 21200 15729 180 440 0 20756 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 93948

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 13923
/proc/meminfo: memFree=30931964/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 159484
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 13925
/proc/meminfo: memFree=30623768/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=248372 CPUtime=3.96 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 43152 0 0 0 380 16 0 0 20 0 1 0 273312831 254332928 54510 33554432000 4194304 5208918 140734751316688 140734751314536 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 62093 54510 104 248 0 61842 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 417004

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 13925
/proc/meminfo: memFree=30620736/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=249032 CPUtime=10.36 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 43327 0 0 0 1020 16 0 0 20 0 1 0 273312831 255008768 54685 33554432000 4194304 5208918 140734751316688 140734751314536 4211162 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 62258 54685 105 248 0 62007 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 417664

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 13925
/proc/meminfo: memFree=30620868/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=249368 CPUtime=23.15 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 43398 0 0 0 2299 16 0 0 20 0 1 0 273312831 255352832 54755 33554432000 4194304 5208918 140734751316688 140734751314536 4205261 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 62342 54755 105 248 0 62091 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 418000

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 13925
/proc/meminfo: memFree=30620496/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=280452 CPUtime=48.76 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 43515 0 0 0 4859 17 0 0 20 0 1 0 273312831 287182848 54868 33554432000 4194304 5208918 140734751316688 140734751314840 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 70113 54868 105 248 0 69862 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 449084

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 13925
/proc/meminfo: memFree=30612428/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=282896 CPUtime=99.95 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 44197 0 0 0 9978 17 0 0 20 0 1 0 273312831 289685504 56049 33554432000 4194304 5208918 140734751316688 140734751313064 4211182 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 70724 56049 105 248 0 70473 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 451528

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13928
/proc/meminfo: memFree=30602280/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=285248 CPUtime=159.92 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 44760 0 0 0 15975 17 0 0 20 0 1 0 273312831 292093952 57941 33554432000 4194304 5208918 140734751316688 140734751312376 4211665 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 71312 57941 105 248 0 71061 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 453880

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13929
/proc/meminfo: memFree=30581192/32873844 swapFree=6080/6080

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


[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/182 13979
/proc/meminfo: memFree=25858528/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=415980 CPUtime=1359.71 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 82316 0 0 0 135867 104 0 0 20 0 1 0 273312831 425963520 89354 33554432000 4194304 5208918 140734751316688 140734751313064 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 103995 89354 105 248 0 103744 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 584612

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 14002
/proc/meminfo: memFree=24838176/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=417200 CPUtime=1419.71 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 82713 0 0 0 141864 107 0 0 20 0 1 0 273312831 427212800 86358 33554432000 4194304 5208918 140734751316688 140734751314776 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 104300 86358 105 248 0 104049 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 585832

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14003
/proc/meminfo: memFree=23799664/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=418272 CPUtime=1479.69 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 83006 0 0 0 147862 107 0 0 20 0 1 0 273312831 428310528 89717 33554432000 4194304 5208918 140734751316688 140734751314536 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 104568 89717 105 248 0 104317 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 586904

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14003
/proc/meminfo: memFree=22747616/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=419404 CPUtime=1539.68 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 83281 0 0 0 153861 107 0 0 20 0 1 0 273312831 429469696 94080 33554432000 4194304 5208918 140734751316688 140734751313000 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 104851 94080 105 248 0 104600 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 588036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14003
/proc/meminfo: memFree=22492488/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=420252 CPUtime=1599.67 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 83855 0 0 0 159858 109 0 0 20 0 1 0 273312831 430338048 91940 33554432000 4194304 5208918 140734751316688 140734751313000 4229872 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 105063 91940 105 248 0 104812 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 588884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14003
/proc/meminfo: memFree=22477036/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=421064 CPUtime=1659.66 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 84065 0 0 0 165857 109 0 0 20 0 1 0 273312831 431169536 95216 33554432000 4194304 5208918 140734751316688 140734751314536 4211537 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 105266 95216 105 248 0 105015 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 589696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14003
/proc/meminfo: memFree=22477720/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=423572 CPUtime=1719.66 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 84818 0 0 0 171854 112 0 0 20 0 1 0 273312831 433737728 95643 33554432000 4194304 5208918 140734751316688 140734751314440 4229299 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 105893 95643 105 248 0 105642 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 592204

[startup+1782.3 s]
/proc/loadavg: 3.56 2.40 2.14 2/182 14005
/proc/meminfo: memFree=13569816/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=424396 CPUtime=1779.64 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 85387 0 0 0 177851 113 0 0 20 0 1 0 273312831 434581504 91459 33554432000 4194304 5208918 140734751316688 140734751314440 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 106099 91459 105 248 0 105848 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 593028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 4.12 2.60 2.21 3/182 14005
/proc/meminfo: memFree=12559888/32873844 swapFree=6080/6080
[pid=13911] ppid=13909 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13911/stat : 13911 (npSolver-pbo.sh) S 13909 13911 11113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273312598 9367552 275 33554432000 4194304 5064252 140735940687808 140735940686720 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13911/statm: 2287 275 233 213 0 72 0
[pid=13912] ppid=13911 vsize=150336 CPUtime=2.3 cores=1,3,5,7
/proc/13912/stat : 13912 (npSolver-pbo) S 13911 13911 11113 0 -1 4202496 9255 13076 0 0 158 28 40 4 20 0 1 0 273312599 153944064 26482 33554432000 4194304 5992684 140736900798128 140736900790448 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13912/statm: 37584 26482 181 440 0 37140 0
[pid=13924] ppid=13912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13924/stat : 13924 (satsolver.sh) S 13912 13911 11113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273312831 9367552 267 33554432000 4194304 5064252 140733834447056 140733834445968 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13924/statm: 2287 267 226 213 0 72 0
[pid=13925] ppid=13924 vsize=425648 CPUtime=1798.63 cores=1,3,5,7
/proc/13925/stat : 13925 (glucose) R 13924 13911 11113 0 -1 4202496 85680 0 0 0 179749 114 0 0 20 0 1 0 273312831 435863552 94307 33554432000 4194304 5208918 140734751316688 140734751314360 4211668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13925/statm: 106412 94307 105 248 0 106161 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 594280

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.29
CPU time (s): 1800.97
CPU user time (s): 1799.49
CPU system time (s): 1.48177
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 722716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 1.48177
maximum resident set size= 469932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108996
page faults= 0
swaps= 0
block input operations= 0
block output operations= 187368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128
involuntary context switches= 1866

runsolver used 3.19851 second user time and 7.57585 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-27 00:38:00
IDJOB=3700737
IDBENCH=25046
IDSOLVER=2277
FILE ID=node139/3700737-1338071880
RUNJOBID= node139-1338052937-11130
PBS_JOBID= 14624401
Free space on /tmp= 71512 MiB

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

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

MD5SUM BENCH= 518b30e9adc24b91e46eee343811eb71
RANDOM SEED=776865797

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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		: 2666.750
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.91
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.750
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.750
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:        31040340 kB
Buffers:          244340 kB
Cached:           447892 kB
SwapCached:          284 kB
Active:          1006704 kB
Inactive:          24188 kB
Active(anon):     331808 kB
Inactive(anon):     9300 kB
Active(file):     674896 kB
Inactive(file):    14888 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67106400 kB
Dirty:              9812 kB
Writeback:             0 kB
AnonPages:        344428 kB
Mapped:            13000 kB
Shmem:                 8 kB
Slab:             661308 kB
SReclaimable:     103636 kB
SUnreclaim:       557672 kB
KernelStack:        1472 kB
PageTables:         4832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     529464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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= 66892 MiB
End job on node139 at 2012-05-27 01:08:02