Trace number 3748298

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

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 inc solver
0.00/0.17	c [INC SYSTEM] run initial solver
0.00/0.17	c [INC SYSTEM] preprocess with white file
0.00/0.47	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.47	c [INC SYSTEM] execute solver
0.00/0.50	c [INC SEARCH] formula is SAT
0.00/0.50	c [INC SYSTEM] solved the initial formula
0.00/0.56	c model valid
0.00/0.56	c current solution ok
0.00/0.63	o 101606
0.00/0.63	c execute binary inc search
0.00/0.63	c [INC SEARCH] current bound: 50803
0.00/0.63	c [INC SEARCH] iteration: 0
0.00/0.63	c [INC SEARCH] lower bound: 0 upperbound 101606 current bound: 50803 best value:101606
0.00/0.63	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.63	c write failed with 2
0.00/0.63	c [INC SYSTEM] create new solver instance
0.00/0.63	c [INC] encode full formula
0.00/0.63	c fallback to adder encoding
1.58/1.67	c set iterative enc to: adder
1.58/1.67	c set iterative enc to: none
1.67/1.79	c [INC SEARCH] isOptimum variable: 0
789.95/790.12	c [INC SEARCH] formula is UNSAT
789.95/790.12	c [INC SYSTEM] there exists a inc, kill it!
789.95/790.12	c write failed with 2
789.95/790.13	c sat variable: 0 optimum/unsat variable: 1
789.95/790.13	c [INC SEARCH] set lower bound to 50804 upperbound 101606
789.95/790.13	c [INC SEARCH] current bound: 76205
789.95/790.13	c [INC SEARCH] iteration: 1
789.95/790.13	c [INC SEARCH] lower bound: 50804 upperbound 101606 current bound: 76205 best value:101606
789.95/790.13	c [INC SYSTEM] create new solver instance
789.95/790.13	c [INC] encode full formula
789.95/790.13	c fallback to adder encoding
791.05/791.24	c set iterative enc to: adder
791.05/791.24	c set iterative enc to: none
791.16/791.38	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.41	HOME/npSolver-pbo-I.sh: line 18: 11550 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-3748298-1339128567/watcher-3748298-1339128567 -o /tmp/evaluation-result-3748298-1339128567/solver-3748298-1339128567 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748298-1339128567.opb 1500983831 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.00 3/178 11549
/proc/meminfo: memFree=29287776/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0

[startup+0.031735 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11549
/proc/meminfo: memFree=29287776/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100292 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11549
/proc/meminfo: memFree=29287776/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300141 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11549
/proc/meminfo: memFree=29287776/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700199 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11549
/proc/meminfo: memFree=29287776/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11556
/proc/meminfo: memFree=29217304/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=107036 CPUtime=1.48 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) R 11549 11549 4113 0 -1 4202496 12788 8463 0 0 107 11 25 5 20 0 1 0 378982678 109604864 24973 33554432000 4194304 6004724 140735253727328 140735253718872 4579276 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 26759 24973 177 442 0 26313 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 116184

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11558
/proc/meminfo: memFree=29101684/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=41500 CPUtime=1.78 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 14331 8978 0 0 125 23 25 5 20 0 1 0 378982678 42496000 10049 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 10375 10049 178 442 0 9929 0
[pid=11558] ppid=11550 vsize=190616 CPUtime=1.29 cores=1,3,5,7
/proc/11558/stat : 11558 (glucosInc) R 11550 11549 4113 0 -1 4202496 35021 0 0 0 121 8 0 0 20 0 1 0 378982858 195190784 43381 33554432000 4194304 5654031 140734951702400 140734951690216 4232782 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11558/statm: 47654 43381 142 357 0 47294 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 241264

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11558
/proc/meminfo: memFree=28989992/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=41500 CPUtime=1.78 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 14331 8978 0 0 125 23 25 5 20 0 1 0 378982678 42496000 10049 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 10375 10049 178 442 0 9929 0
[pid=11558] ppid=11550 vsize=193904 CPUtime=4.49 cores=1,3,5,7
/proc/11558/stat : 11558 (glucosInc) R 11550 11549 4113 0 -1 4202496 35759 0 0 0 440 9 0 0 20 0 1 0 378982858 198557696 45652 33554432000 4194304 5654031 140734951702400 140734951690216 4232715 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11558/statm: 48476 45652 142 357 0 48116 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 244552

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 11558
/proc/meminfo: memFree=28985020/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=41500 CPUtime=1.78 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 14331 8978 0 0 125 23 25 5 20 0 1 0 378982678 42496000 10049 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 10375 10049 178 442 0 9929 0
[pid=11558] ppid=11550 vsize=226080 CPUtime=10.89 cores=1,3,5,7
/proc/11558/stat : 11558 (glucosInc) R 11550 11549 4113 0 -1 4202496 36139 0 0 0 1079 10 0 0 20 0 1 0 378982858 231505920 47563 33554432000 4194304 5654031 140734951702400 140734951690216 4232800 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11558/statm: 56520 47563 142 357 0 56160 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 276728

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 11558
/proc/meminfo: memFree=28976252/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=41500 CPUtime=1.78 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 14331 8978 0 0 125 23 25 5 20 0 1 0 378982678 42496000 10049 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 10375 10049 178 442 0 9929 0
[pid=11558] ppid=11550 vsize=228448 CPUtime=23.69 cores=1,3,5,7
/proc/11558/stat : 11558 (glucosInc) R 11550 11549 4113 0 -1 4202496 36955 0 0 0 2358 11 0 0 20 0 1 0 378982858 233930752 48275 33554432000 4194304 5654031 140734951702400 140734951690216 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11558/statm: 57112 48275 142 357 0 56752 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 279096

[startup+51.1004 s]
/proc/loadavg: 2.10 2.03 2.01 3/182 11561
/proc/meminfo: memFree=28965348/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=41500 CPUtime=1.78 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 14331 8978 0 0 125 23 25 5 20 0 1 0 378982678 42496000 10049 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 10375 10049 178 442 0 9929 0
[pid=11558] ppid=11550 vsize=231748 CPUtime=49.28 cores=1,3,5,7
/proc/11558/stat : 11558 (glucosInc) R 11550 11549 4113 0 -1 4202496 37686 0 0 0 4916 12 0 0 20 0 1 0 378982858 237309952 50432 33554432000 4194304 5654031 140734951702400 140734951690216 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11558/statm: 57937 50432 142 357 0 57577 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 282396

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 11561
/proc/meminfo: memFree=28965568/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=41500 CPUtime=1.78 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 14331 8978 0 0 125 23 25 5 20 0 1 0 378982678 42496000 10049 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 10375 10049 178 442 0 9929 0
[pid=11558] ppid=11550 vsize=234080 CPUtime=100.48 cores=1,3,5,7
/proc/11558/stat : 11558 (glucosInc) R 11550 11549 4113 0 -1 4202496 38694 0 0 0 10033 15 0 0 20 0 1 0 378982858 239697920 49176 33554432000 4194304 5654031 140734951702400 140734951690216 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11558/statm: 58520 49176 142 357 0 58160 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 284728

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 11561
/proc/meminfo: memFree=28945108/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=41500 CPUtime=1.78 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 14331 8978 0 0 125 23 25 5 20 0 1 0 378982678 42496000 10049 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 10375 10049 178 442 0 9929 0
[pid=11558] ppid=11550 vsize=236520 CPUtime=160.47 cores=1,3,5,7
/proc/11558/stat : 11558 (glucosInc) R 11550 11549 4113 0 -1 4202496 39296 0 0 0 16030 17 0 0 20 0 1 0 378982858 242196480 53757 33554432000 4194304 5654031 140734951702400 140734951690216 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11558/statm: 59130 53757 142 357 0 58770 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 287168

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/180 11561
/proc/meminfo: memFree=28930176/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=41500 CPUtime=1.78 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 14331 8978 0 0 125 23 25 5 20 0 1 0 378982678 42496000 10049 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 10375 10049 178 442 0 9929 0
[pid=11558] ppid=11550 vsize=238100 CPUtime=220.46 cores=1,3,5,7
/proc/11558/stat : 11558 (glucosInc) R 11550 11549 4113 0 -1 4202496 40081 0 0 0 22027 19 0 0 20 0 1 0 378982858 243814400 55941 33554432000 4194304 5654031 140734951702400 140734951690216 4215353 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11558/statm: 59525 55941 142 357 0 59165 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 288748

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 11562
/proc/meminfo: memFree=28921728/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.00 3/181 11721
/proc/meminfo: memFree=30573888/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=24964 CPUtime=791.25 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 20779 55612 0 0 234 37 78817 37 20 0 1 0 378982678 25563136 5948 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 6241 5948 179 442 0 5795 0
[pid=11568] ppid=11550 vsize=314752 CPUtime=510.81 cores=1,3,5,7
/proc/11568/stat : 11568 (glucosInc) R 11550 11549 4113 0 -1 4202496 54420 0 0 0 51052 29 0 0 20 0 1 0 379061817 322306048 63412 33554432000 4194304 5654031 140736462833600 140736462821416 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11568/statm: 78688 63412 142 357 0 78328 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 348864

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 11721
/proc/meminfo: memFree=30592412/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=24964 CPUtime=791.25 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 20779 55612 0 0 234 37 78817 37 20 0 1 0 378982678 25563136 5948 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 6241 5948 179 442 0 5795 0
[pid=11568] ppid=11550 vsize=266036 CPUtime=570.79 cores=1,3,5,7
/proc/11568/stat : 11568 (glucosInc) R 11550 11549 4113 0 -1 4202496 55170 0 0 0 57048 31 0 0 20 0 1 0 379061817 272420864 60006 33554432000 4194304 5654031 140736462833600 140736462821416 4232767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11568/statm: 66509 60006 142 357 0 66149 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 300148

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 11721
/proc/meminfo: memFree=30556500/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=24964 CPUtime=791.25 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 20779 55612 0 0 234 37 78817 37 20 0 1 0 378982678 25563136 5948 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 6241 5948 179 442 0 5795 0
[pid=11568] ppid=11550 vsize=317156 CPUtime=630.79 cores=1,3,5,7
/proc/11568/stat : 11568 (glucosInc) R 11550 11549 4113 0 -1 4202496 55823 0 0 0 63047 32 0 0 20 0 1 0 379061817 324767744 64745 33554432000 4194304 5654031 140736462833600 140736462821416 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11568/statm: 79289 64745 142 357 0 78929 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 351268

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 11722
/proc/meminfo: memFree=30592572/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=24964 CPUtime=791.25 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 20779 55612 0 0 234 37 78817 37 20 0 1 0 378982678 25563136 5948 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 6241 5948 179 442 0 5795 0
[pid=11568] ppid=11550 vsize=267068 CPUtime=690.77 cores=1,3,5,7
/proc/11568/stat : 11568 (glucosInc) R 11550 11549 4113 0 -1 4202496 56259 0 0 0 69043 34 0 0 20 0 1 0 379061817 273477632 60348 33554432000 4194304 5654031 140736462833600 140736462821416 4215079 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11568/statm: 66767 60348 142 357 0 66407 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 301180

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11722
/proc/meminfo: memFree=30567084/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=24964 CPUtime=791.25 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 20779 55612 0 0 234 37 78817 37 20 0 1 0 378982678 25563136 5948 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 6241 5948 179 442 0 5795 0
[pid=11568] ppid=11550 vsize=317156 CPUtime=750.77 cores=1,3,5,7
/proc/11568/stat : 11568 (glucosInc) R 11550 11549 4113 0 -1 4202496 56572 0 0 0 75042 35 0 0 20 0 1 0 379061817 324767744 63721 33554432000 4194304 5654031 140736462833600 140736462821416 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11568/statm: 79289 63721 142 357 0 78929 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 351268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11722
/proc/meminfo: memFree=30554068/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=24964 CPUtime=791.25 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 20779 55612 0 0 234 37 78817 37 20 0 1 0 378982678 25563136 5948 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 6241 5948 179 442 0 5795 0
[pid=11568] ppid=11550 vsize=317156 CPUtime=810.75 cores=1,3,5,7
/proc/11568/stat : 11568 (glucosInc) R 11550 11549 4113 0 -1 4202496 56640 0 0 0 81040 35 0 0 20 0 1 0 379061817 324767744 65827 33554432000 4194304 5654031 140736462833600 140736462821416 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11568/statm: 79289 65827 142 357 0 78929 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 351268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11722
/proc/meminfo: memFree=30560164/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=24964 CPUtime=791.25 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 20779 55612 0 0 234 37 78817 37 20 0 1 0 378982678 25563136 5948 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 6241 5948 179 442 0 5795 0
[pid=11568] ppid=11550 vsize=317856 CPUtime=870.75 cores=1,3,5,7
/proc/11568/stat : 11568 (glucosInc) R 11550 11549 4113 0 -1 4202496 56868 0 0 0 87039 36 0 0 20 0 1 0 379061817 325484544 68094 33554432000 4194304 5654031 140736462833600 140736462821416 4215040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11568/statm: 79464 68094 142 357 0 79104 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 351968

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11722
/proc/meminfo: memFree=30529840/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=24964 CPUtime=791.25 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 20779 55612 0 0 234 37 78817 37 20 0 1 0 378982678 25563136 5948 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 6241 5948 179 442 0 5795 0
[pid=11568] ppid=11550 vsize=318472 CPUtime=930.74 cores=1,3,5,7
/proc/11568/stat : 11568 (glucosInc) R 11550 11549 4113 0 -1 4202496 56995 0 0 0 93038 36 0 0 20 0 1 0 379061817 326115328 71287 33554432000 4194304 5654031 140736462833600 140736462831288 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11568/statm: 79618 71287 142 357 0 79258 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 352584

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11723
/proc/meminfo: memFree=30518700/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=24964 CPUtime=791.25 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 20779 55612 0 0 234 37 78817 37 20 0 1 0 378982678 25563136 5948 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 6241 5948 179 442 0 5795 0
[pid=11568] ppid=11550 vsize=268536 CPUtime=990.72 cores=1,3,5,7
/proc/11568/stat : 11568 (glucosInc) R 11550 11549 4113 0 -1 4202496 57494 0 0 0 99035 37 0 0 20 0 1 0 379061817 274980864 63368 33554432000 4194304 5654031 140736462833600 140736462821416 4215121 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11568/statm: 67134 63368 142 357 0 66774 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 302648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11723
/proc/meminfo: memFree=30540312/32873648 swapFree=7628/7628
[pid=11549] ppid=11547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11549/stat : 11549 (npSolver-pbo-I.) S 11547 11549 4113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378982678 9367552 275 33554432000 4194304 5064252 140736981496928 140736981495840 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11549/statm: 2287 275 233 213 0 72 0
[pid=11550] ppid=11549 vsize=24964 CPUtime=791.25 cores=1,3,5,7
/proc/11550/stat : 11550 (npSolver-pbo) S 11549 11549 4113 0 -1 4202496 20779 55612 0 0 234 37 78817 37 20 0 1 0 378982678 25563136 5948 33554432000 4194304 6004724 140735253727328 140735253712248 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11550/statm: 6241 5948 179 442 0 5795 0
[pid=11568] ppid=11550 vsize=318624 CPUtime=1008.83 cores=1,3,5,7
/proc/11568/stat : 11568 (glucosInc) R 11550 11549 4113 0 -1 4202496 57817 0 0 0 100845 38 0 0 20 0 1 0 379061817 326270976 64711 33554432000 4194304 5654031 140736462833600 140736462821416 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11568/statm: 79656 64711 142 357 0 79296 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 352736

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 11549 and gives
#  childrusage.ru_utime.tv_sec=790
#  childrusage.ru_utime.tv_usec=510824
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=747886
# CPU time returned by wait4() is 791.259
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1798.96
CPU system time (s): 1.12
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 432724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 790.511
system time used= 0.747886
maximum resident set size= 319164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76765
page faults= 0
swaps= 0
block input operations= 0
block output operations= 294728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77
involuntary context switches= 845

runsolver used 3.12952 second user time and 8.06577 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-08 06:09:27
IDJOB=3748298
IDBENCH=25046
IDSOLVER=2333
FILE ID=node122/3748298-1339128567
RUNJOBID= node122-1339112139-9717
PBS_JOBID= 14643731
Free space on /tmp= 70800 MiB

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

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

MD5SUM BENCH= 518b30e9adc24b91e46eee343811eb71
RANDOM SEED=1500983831

node122.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.533
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.06
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.533
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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
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.533
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.533
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.533
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		: 2666.533
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.533
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:       32873648 kB
MemFree:        29287776 kB
Buffers:          111152 kB
Cached:          1268492 kB
SwapCached:         2132 kB
Active:          1915696 kB
Inactive:         854052 kB
Active(anon):    1390544 kB
Inactive(anon):     2216 kB
Active(file):     525152 kB
Inactive(file):   851836 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099484 kB
Dirty:             10184 kB
Writeback:            40 kB
AnonPages:       1404232 kB
Mapped:             9988 kB
Shmem:                 0 kB
Slab:             668096 kB
SReclaimable:     111840 kB
SUnreclaim:       556256 kB
KernelStack:        1464 kB
PageTables:         6812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1784468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1355776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71080 MiB
End job on node122 at 2012-06-08 06:39:27