Trace number 3699688

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.13 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.95:98.opb
MD5SUMdae2a99f19ab3cbb5b0fd1a29cad1e80
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark20.7099
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 203
Optimality of the best value was proved NO
Number of variables10989
Total number of constraints12472
Number of constraints which are clauses10469
Number of constraints which are cardinality constraints (but not clauses)2003
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Number of terms in the objective function 10989
Biggest coefficient in the objective function 5985
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 32028
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5985
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 32028
Number of bits of the biggest sum of numbers15
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.15	c run inc solver
0.00/0.15	c [INC SYSTEM] run initial solver
0.00/0.15	c [INC SYSTEM] preprocess with white file
1.17/1.20	c [INC SYSTEM] finished preprocessing in 1 s
1.17/1.20	c [INC SYSTEM] execute solver
1.17/1.45	c [INC SEARCH] formula is SAT
1.17/1.45	c [INC SYSTEM] solved the initial formula
1.17/1.47	c model valid
1.17/1.47	c current solution ok
1.42/1.72	o 2259
1.42/1.72	c execute binary inc search
1.42/1.72	c [INC SEARCH] current bound: 4122
1.42/1.72	c [INC SEARCH] iteration: 0
1.42/1.72	c [INC SEARCH] lower bound: 0 upperbound 8244 current bound: 4122 best value:8244
1.42/1.72	c [INC SYSTEM] there exists a inc, kill it!
1.42/1.72	c write failed with 2
1.42/1.72	c [INC SYSTEM] create new solver instance
1.42/1.72	c [INC] encode full formula
1.42/1.72	c fallback to adder encoding
2.38/2.47	c set iterative enc to: adder
2.38/2.47	c set iterative enc to: none
2.48/2.56	c [INC SEARCH] isOptimum variable: 0
1800.10/1800.51	c an unexpexted return value has been received, exit
1800.10/1800.51	s UNKNOWN
1800.10/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.10/1800.51	c write failed with -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-3699688-1338060411/watcher-3699688-1338060411 -o /tmp/evaluation-result-3699688-1338060411/solver-3699688-1338060411 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699688-1338060411.opb 645815576 HOME HOME 

running on 4 cores: 0,2,4,6

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.01 2.00 3/179 2029
/proc/meminfo: memFree=29895336/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0

[startup+0.0857271 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2029
/proc/meminfo: memFree=29895336/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100563 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2029
/proc/meminfo: memFree=29895336/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300143 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2029
/proc/meminfo: memFree=29895336/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700156 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2029
/proc/meminfo: memFree=29895336/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 2033
/proc/meminfo: memFree=29831008/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=13056 CPUtime=1.22 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) R 2029 2029 1127 0 -1 4202496 4005 12348 0 0 17 4 98 3 20 0 1 0 272169605 13369344 2927 33554432000 4194304 5992684 140735211287760 140735211274024 5179696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 3264 2927 173 440 0 2820 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 22204

[startup+3.10031 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 2036
/proc/meminfo: memFree=29839492/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 32180

[startup+6.30031 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 2038
/proc/meminfo: memFree=29675000/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=153496 CPUtime=3.72 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 30921 0 0 0 364 8 0 0 20 0 1 0 272169862 157179904 33853 33554432000 4194304 5654031 140737181640880 140737181638776 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2038/statm: 38374 33853 140 357 0 38014 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 185676

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 2038
/proc/meminfo: memFree=29675404/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=153716 CPUtime=10.12 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 30943 0 0 0 1004 8 0 0 20 0 1 0 272169862 157405184 33875 33554432000 4194304 5654031 140737181640880 140737181638776 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2038/statm: 38429 33875 140 357 0 38069 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 185896

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 2038
/proc/meminfo: memFree=29671876/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=155704 CPUtime=22.91 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 31436 0 0 0 2283 8 0 0 20 0 1 0 272169862 159440896 34879 33554432000 4194304 5654031 140737181640880 140737181628696 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 38926 34879 141 357 0 38566 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 187884

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 2038
/proc/meminfo: memFree=29667904/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=155968 CPUtime=48.51 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 31522 0 0 0 4843 8 0 0 20 0 1 0 272169862 159711232 34965 33554432000 4194304 5654031 140737181640880 140737181628696 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 38992 34965 141 357 0 38632 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 188148

[startup+102.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 2038
/proc/meminfo: memFree=29665236/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=176420 CPUtime=99.71 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 32058 0 0 0 9962 9 0 0 20 0 1 0 272169862 180654080 35476 33554432000 4194304 5654031 140737181640880 140737181638968 4209211 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 44105 35476 141 357 0 43745 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 208600

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 2038
/proc/meminfo: memFree=29647756/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=180032 CPUtime=159.7 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 33426 0 0 0 15960 10 0 0 20 0 1 0 272169862 184352768 37307 33554432000 4194304 5654031 140737181640880 140737181628696 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 45008 37307 141 357 0 44648 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 212212

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 2042
/proc/meminfo: memFree=29619296/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=189024 CPUtime=219.65 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 36521 0 0 0 21953 12 0 0 20 0 1 0 272169862 193560576 41504 33554432000 4194304 5654031 140737181640880 140737181628696 4232466 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 47256 41504 141 357 0 46896 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 221204

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2042
/proc/meminfo: memFree=29626256/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6

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

/proc/meminfo: memFree=29453096/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=345012 CPUtime=1239.47 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 67432 0 0 0 123894 53 0 0 20 0 1 0 272169862 353292288 71350 33554432000 4194304 5654031 140737181640880 140737181628696 4232700 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 86253 71350 141 357 0 85893 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 377192

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2048
/proc/meminfo: memFree=29488356/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=347300 CPUtime=1299.46 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 68872 0 0 0 129890 56 0 0 20 0 1 0 272169862 355635200 71441 33554432000 4194304 5654031 140737181640880 140737181628696 4215248 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 86825 71441 141 357 0 86465 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 379480

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 2048
/proc/meminfo: memFree=29468488/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=349732 CPUtime=1359.44 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 70401 0 0 0 135885 59 0 0 20 0 1 0 272169862 358125568 71601 33554432000 4194304 5654031 140737181640880 140737181628696 4214650 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 87433 71601 141 357 0 87073 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 381912

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 2052
/proc/meminfo: memFree=29446932/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=301392 CPUtime=1419.45 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 71396 0 0 0 141883 62 0 0 20 0 1 0 272169862 308625408 71744 33554432000 4194304 5654031 140737181640880 140737181628696 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 75348 71744 141 357 0 74988 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 333572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2052
/proc/meminfo: memFree=29411084/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=353872 CPUtime=1479.42 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 72329 0 0 0 147879 63 0 0 20 0 1 0 272169862 362364928 78278 33554432000 4194304 5654031 140737181640880 140737181628696 4232925 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 88468 78278 141 357 0 88108 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 386052

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2052
/proc/meminfo: memFree=29459264/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=355472 CPUtime=1539.41 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 73578 0 0 0 153875 66 0 0 20 0 1 0 272169862 364003328 77644 33554432000 4194304 5654031 140737181640880 140737181628696 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 88868 77644 141 357 0 88508 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 387652

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 2237
/proc/meminfo: memFree=29712412/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=357992 CPUtime=1599.39 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 75088 0 0 0 159869 70 0 0 20 0 1 0 272169862 366583808 76759 33554432000 4194304 5654031 140737181640880 140737181628696 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 89498 76759 141 357 0 89138 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 390172

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 2239
/proc/meminfo: memFree=29682984/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=359984 CPUtime=1659.38 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 76438 0 0 0 165865 73 0 0 20 0 1 0 272169862 368623616 75705 33554432000 4194304 5654031 140737181640880 140737181628696 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 89996 75705 141 357 0 89636 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 392164

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 2240
/proc/meminfo: memFree=29658644/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=361464 CPUtime=1719.36 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 76830 0 0 0 171863 73 0 0 20 0 1 0 272169862 370139136 81705 33554432000 4194304 5654031 140737181640880 140737181628696 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 90366 81705 141 357 0 90006 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 393644

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 2242
/proc/meminfo: memFree=29678488/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=363216 CPUtime=1779.35 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 77363 0 0 0 177860 75 0 0 20 0 1 0 272169862 371933184 80922 33554432000 4194304 5654031 140737181640880 140737181628696 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 90804 80922 141 357 0 90444 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 395396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 2242
/proc/meminfo: memFree=29662976/32873844 swapFree=7108/7108
[pid=2029] ppid=2027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (npSolver-pbo-I.) S 2027 2029 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272169605 9367552 275 33554432000 4194304 5064252 140737377863728 140737377862640 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2029/statm: 2287 275 233 213 0 72 0
[pid=2030] ppid=2029 vsize=23032 CPUtime=2.55 cores=0,2,4,6
/proc/2030/stat : 2030 (npSolver-pbo) S 2029 2029 1127 0 -1 4202496 9519 18212 0 0 95 32 122 6 20 0 1 0 272169605 23584768 5432 33554432000 4194304 5992684 140735211287760 140735211272664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2030/statm: 5758 5432 184 440 0 5314 0
[pid=2038] ppid=2030 vsize=363880 CPUtime=1797.55 cores=0,2,4,6
/proc/2038/stat : 2038 (glucosInc) R 2030 2029 1127 0 -1 4202496 77532 0 0 0 179680 75 0 0 20 0 1 0 272169862 372613120 83135 33554432000 4194304 5654031 140737181640880 140737181628696 4232803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2038/statm: 90970 83135 141 357 0 90610 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 396060

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.13
CPU user time (s): 1798.98
CPU system time (s): 1.14782
CPU usage (%): 99.9789
Max. virtual memory (cumulated for all children) (KiB): 525072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.14783
maximum resident set size= 418228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105642
page faults= 0
swaps= 0
block input operations= 0
block output operations= 135904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 238
involuntary context switches= 2022

runsolver used 6.25605 second user time and 17.0594 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 21:26:51
IDJOB=3699688
IDBENCH=2220
IDSOLVER=2276
FILE ID=node102/3699688-1338060411
RUNJOBID= node102-1338052958-1143
PBS_JOBID= 14624412
Free space on /tmp= 71492 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:70:4.5:0.95:98.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699688-1338060411/watcher-3699688-1338060411 -o /tmp/evaluation-result-3699688-1338060411/solver-3699688-1338060411 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699688-1338060411.opb 645815576 HOME HOME

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

MD5SUM BENCH= dae2a99f19ab3cbb5b0fd1a29cad1e80
RANDOM SEED=645815576

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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		: 2667.178
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:        29895716 kB
Buffers:          272996 kB
Cached:          1690852 kB
SwapCached:            0 kB
Active:          1186648 kB
Inactive:         978652 kB
Active(anon):     193132 kB
Inactive(anon):    10968 kB
Active(file):     993516 kB
Inactive(file):   967684 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8556 kB
Writeback:             0 kB
AnonPages:        300552 kB
Mapped:            15736 kB
Shmem:               200 kB
Slab:             671684 kB
SReclaimable:     114156 kB
SUnreclaim:       557528 kB
KernelStack:        1512 kB
PageTables:         4212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     342028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 71460 MiB
End job on node102 at 2012-05-26 21:56:51