Trace number 3746700

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-topDown (fixed)? (problem) 1169.17 1169.54

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir06_trarea_ac.opb
MD5SUM83920c844b074c56822148eb18b413de
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark37056
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4360
Total number of constraints8610
Number of constraints which are clauses8610
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 constraint163
Number of terms in the objective function 2173
Biggest coefficient in the objective function 2124
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 3653850
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 2124
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3653850
Number of bits of the biggest sum of numbers22
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.04	c run inc solver
0.00/0.04	c [INC SYSTEM] run initial solver
0.00/0.04	c [INC SYSTEM] preprocess with white file
0.00/0.11	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.11	c [INC SYSTEM] execute solver
0.00/0.11	c [INC SEARCH] formula is SAT
0.00/0.11	c [INC SYSTEM] solved the initial formula
0.00/0.12	c model valid
0.00/0.12	c current solution ok
0.00/0.13	o 45010
0.00/0.13	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.13	c write failed with 2
0.00/0.13	c [INC SEARCH] iteration: 0
0.00/0.13	c [INC BOUNDS] best value:45010 search for 45009
0.00/0.13	c [INC SYSTEM] create new solver instance
0.00/0.13	c [INC] encode full formula
0.00/0.13	c fallback to adder encoding
0.00/0.31	c set iterative enc to: adder
0.00/0.31	c set iterative enc to: none
0.00/0.34	c [INC SEARCH] isOptimum variable: 0
596.47/596.67	c formula is SAT
596.47/596.68	c [INC SEARCH] copied best model
596.47/596.68	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
596.47/596.69	c model valid
596.47/596.69	c current solution ok
596.47/596.69	o 44844
596.47/596.69	c [INC SEARCH] iteration: 1
596.47/596.69	c [INC BOUNDS] best value:44844 search for 44843
596.47/596.69	c [INC SYSTEM] there exists a inc, kill it!
596.47/596.69	c write failed with 2
596.47/596.69	c [INC SYSTEM] create new solver instance
596.47/596.69	c [INC] encode full formula
596.47/596.69	c fallback to adder encoding
596.69/596.87	c set iterative enc to: adder
596.69/596.87	c set iterative enc to: none
596.77/596.90	c [INC SEARCH] isOptimum variable: 0
1169.08/1169.37	c formula is SAT
1169.08/1169.37	c [INC SEARCH] copied best model
1169.08/1169.37	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1169.08/1169.38	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
1169.17/1169.54	HOME/npSolver-pbo-Itd.sh: line 18: 23656 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -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-3746700-1339102468/watcher-3746700-1339102468 -o /tmp/evaluation-result-3746700-1339102468/solver-3746700-1339102468 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746700-1339102468.opb 177827900 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: 1.96 1.98 1.91 3/179 23655
/proc/meminfo: memFree=26093604/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0

[startup+0.0866309 s]
/proc/loadavg: 1.96 1.98 1.91 3/179 23655
/proc/meminfo: memFree=26093604/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100301 s]
/proc/loadavg: 1.96 1.98 1.91 3/179 23655
/proc/meminfo: memFree=26093604/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300295 s]
/proc/loadavg: 1.96 1.98 1.91 3/179 23655
/proc/meminfo: memFree=26093604/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700285 s]
/proc/loadavg: 1.96 1.98 1.91 3/179 23655
/proc/meminfo: memFree=26093604/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.97 1.98 1.91 3/182 23664
/proc/meminfo: memFree=26028404/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=22496 CPUtime=0.32 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 8161 3783 0 0 22 3 5 2 20 0 1 0 376372225 23035904 5293 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 5624 5293 178 442 0 5178 0
[pid=23664] ppid=23656 vsize=40864 CPUtime=1.15 cores=1,3,5,7
/proc/23664/stat : 23664 (glucosInc) R 23656 23655 22387 0 -1 4202496 8953 0 0 0 114 1 0 0 20 0 1 0 376372259 41844736 8941 33554432000 4194304 5654031 140736101970352 140736101968136 4215248 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23664/statm: 10216 8941 142 357 0 9856 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 72508

[startup+3.10039 s]
/proc/loadavg: 1.97 1.98 1.91 3/182 23664
/proc/meminfo: memFree=26025488/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=22496 CPUtime=0.32 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 8161 3783 0 0 22 3 5 2 20 0 1 0 376372225 23035904 5293 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 5624 5293 178 442 0 5178 0
[pid=23664] ppid=23656 vsize=41844 CPUtime=2.75 cores=1,3,5,7
/proc/23664/stat : 23664 (glucosInc) R 23656 23655 22387 0 -1 4202496 9172 0 0 0 274 1 0 0 20 0 1 0 376372259 42848256 9160 33554432000 4194304 5654031 140736101970352 140736101968120 4976752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23664/statm: 10461 9160 142 357 0 10101 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 73488

[startup+6.30037 s]
/proc/loadavg: 1.97 1.98 1.91 3/182 23664
/proc/meminfo: memFree=25991900/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=22496 CPUtime=0.32 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 8161 3783 0 0 22 3 5 2 20 0 1 0 376372225 23035904 5293 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 5624 5293 178 442 0 5178 0
[pid=23664] ppid=23656 vsize=42396 CPUtime=5.95 cores=1,3,5,7
/proc/23664/stat : 23664 (glucosInc) R 23656 23655 22387 0 -1 4202496 10247 0 0 0 593 2 0 0 20 0 1 0 376372259 43413504 9303 33554432000 4194304 5654031 140736101970352 140736101958168 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23664/statm: 10599 9303 142 357 0 10239 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 74040

[startup+12.7004 s]
/proc/loadavg: 1.97 1.98 1.91 3/182 23664
/proc/meminfo: memFree=25962008/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=22496 CPUtime=0.32 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 8161 3783 0 0 22 3 5 2 20 0 1 0 376372225 23035904 5293 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 5624 5293 178 442 0 5178 0
[pid=23664] ppid=23656 vsize=73356 CPUtime=12.35 cores=1,3,5,7
/proc/23664/stat : 23664 (glucosInc) R 23656 23655 22387 0 -1 4202496 11901 0 0 0 1232 3 0 0 20 0 1 0 376372259 75116544 16000 33554432000 4194304 5654031 140736101970352 140736101958168 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23664/statm: 18339 16000 142 357 0 17979 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 105000

[startup+25.5003 s]
/proc/loadavg: 1.97 1.98 1.91 3/181 23664
/proc/meminfo: memFree=25948536/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=22496 CPUtime=0.32 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 8161 3783 0 0 22 3 5 2 20 0 1 0 376372225 23035904 5293 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 5624 5293 178 442 0 5178 0
[pid=23664] ppid=23656 vsize=73356 CPUtime=25.14 cores=1,3,5,7
/proc/23664/stat : 23664 (glucosInc) R 23656 23655 22387 0 -1 4202496 12162 0 0 0 2511 3 0 0 20 0 1 0 376372259 75116544 17280 33554432000 4194304 5654031 140736101970352 140736101958168 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23664/statm: 18339 17280 142 357 0 17979 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 105000

[startup+51.1004 s]
/proc/loadavg: 1.98 1.98 1.91 3/181 23664
/proc/meminfo: memFree=25957904/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=22496 CPUtime=0.32 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 8161 3783 0 0 22 3 5 2 20 0 1 0 376372225 23035904 5293 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 5624 5293 178 442 0 5178 0
[pid=23664] ppid=23656 vsize=92212 CPUtime=50.74 cores=1,3,5,7
/proc/23664/stat : 23664 (glucosInc) R 23656 23655 22387 0 -1 4202496 12403 0 0 0 5070 4 0 0 20 0 1 0 376372259 94425088 17962 33554432000 4194304 5654031 140736101970352 140736101958168 4215188 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23664/statm: 23053 17962 142 357 0 22693 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 123856

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.91 3/181 23665
/proc/meminfo: memFree=25935868/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=22496 CPUtime=0.32 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 8161 3783 0 0 22 3 5 2 20 0 1 0 376372225 23035904 5293 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 5624 5293 178 442 0 5178 0
[pid=23664] ppid=23656 vsize=92212 CPUtime=101.94 cores=1,3,5,7
/proc/23664/stat : 23664 (glucosInc) R 23656 23655 22387 0 -1 4202496 12492 0 0 0 10190 4 0 0 20 0 1 0 376372259 94425088 22408 33554432000 4194304 5654031 140736101970352 140736101958168 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23664/statm: 23053 22408 142 357 0 22693 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 123856

[startup+162.3 s]
/proc/loadavg: 2.06 2.00 1.92 3/181 23665
/proc/meminfo: memFree=25890004/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=22496 CPUtime=0.32 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 8161 3783 0 0 22 3 5 2 20 0 1 0 376372225 23035904 5293 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 5624 5293 178 442 0 5178 0
[pid=23664] ppid=23656 vsize=141532 CPUtime=161.92 cores=1,3,5,7
/proc/23664/stat : 23664 (glucosInc) R 23656 23655 22387 0 -1 4202496 12707 0 0 0 16187 5 0 0 20 0 1 0 376372259 144928768 30798 33554432000 4194304 5654031 140736101970352 140736101958168 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23664/statm: 35383 30798 142 357 0 35023 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 173176

[startup+222.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/181 23665
/proc/meminfo: memFree=25917188/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=22496 CPUtime=0.32 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 8161 3783 0 0 22 3 5 2 20 0 1 0 376372225 23035904 5293 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 5624 5293 178 442 0 5178 0
[pid=23664] ppid=23656 vsize=92212 CPUtime=221.91 cores=1,3,5,7
/proc/23664/stat : 23664 (glucosInc) R 23656 23655 22387 0 -1 4202496 12922 0 0 0 22185 6 0 0 20 0 1 0 376372259 94425088 22416 33554432000 4194304 5654031 140736101970352 140736101958168 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23664/statm: 23053 22416 142 357 0 22693 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 123856

[startup+282.3 s]

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

/proc/23694/stat : 23694 (glucosInc) R 23656 23655 22387 0 -1 4202496 15562 0 0 0 40520 12 0 0 20 0 1 0 376431915 176300032 35260 33554432000 4194304 5654031 140735630949888 140735630937704 4215357 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 43042 35260 142 357 0 42682 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 187548

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/181 23700
/proc/meminfo: memFree=25879568/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=6232 CPUtime=596.78 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 12718 21689 0 0 41 6 59612 19 20 0 1 0 376372225 6381568 1259 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 1558 1259 178 442 0 1112 0
[pid=23694] ppid=23656 vsize=141348 CPUtime=465.31 cores=1,3,5,7
/proc/23694/stat : 23694 (glucosInc) R 23656 23655 22387 0 -1 4202496 15855 0 0 0 46517 14 0 0 20 0 1 0 376431915 144740352 32633 33554432000 4194304 5654031 140735630949888 140735630937704 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 35337 32633 142 357 0 34977 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 156728

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/181 23700
/proc/meminfo: memFree=25925072/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=6232 CPUtime=596.78 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 12718 21689 0 0 41 6 59612 19 20 0 1 0 376372225 6381568 1259 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 1558 1259 178 442 0 1112 0
[pid=23694] ppid=23656 vsize=92028 CPUtime=525.3 cores=1,3,5,7
/proc/23694/stat : 23694 (glucosInc) R 23656 23655 22387 0 -1 4202496 16453 0 0 0 52515 15 0 0 20 0 1 0 376431915 94236672 22136 33554432000 4194304 5654031 140735630949888 140735630937704 4215055 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 23007 22136 142 357 0 22647 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 107408

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/181 23700
/proc/meminfo: memFree=25891188/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=6232 CPUtime=596.78 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 12718 21689 0 0 41 6 59612 19 20 0 1 0 376372225 6381568 1259 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 1558 1259 178 442 0 1112 0
[pid=23694] ppid=23656 vsize=141348 CPUtime=529.3 cores=1,3,5,7
/proc/23694/stat : 23694 (glucosInc) R 23656 23655 22387 0 -1 4202496 16726 0 0 0 52915 15 0 0 20 0 1 0 376431915 144740352 30585 33554432000 4194304 5654031 140735630949888 140735630937704 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 35337 30585 142 357 0 34977 0
Current children cumulated CPU time (s) 1126.08
Current children cumulated vsize (KiB) 156728

[startup+1151.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 23815
/proc/meminfo: memFree=26010720/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=6232 CPUtime=596.78 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 12718 21689 0 0 41 6 59612 19 20 0 1 0 376372225 6381568 1259 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 1558 1259 178 442 0 1112 0
[pid=23694] ppid=23656 vsize=141348 CPUtime=554.89 cores=1,3,5,7
/proc/23694/stat : 23694 (glucosInc) R 23656 23655 22387 0 -1 4202496 16732 0 0 0 55474 15 0 0 20 0 1 0 376431915 144740352 33657 33554432000 4194304 5654031 140735630949888 140735630937704 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 35337 33657 142 357 0 34977 0
Current children cumulated CPU time (s) 1151.67
Current children cumulated vsize (KiB) 156728

[startup+1158.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 23815
/proc/meminfo: memFree=26004020/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=6232 CPUtime=596.78 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 12718 21689 0 0 41 6 59612 19 20 0 1 0 376372225 6381568 1259 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 1558 1259 178 442 0 1112 0
[pid=23694] ppid=23656 vsize=141348 CPUtime=561.29 cores=1,3,5,7
/proc/23694/stat : 23694 (glucosInc) R 23656 23655 22387 0 -1 4202496 16772 0 0 0 56114 15 0 0 20 0 1 0 376431915 144740352 34208 33554432000 4194304 5654031 140735630949888 140735630937704 4215188 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 35337 34208 142 357 0 34977 0
Current children cumulated CPU time (s) 1158.07
Current children cumulated vsize (KiB) 156728

[startup+1164.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 23815
/proc/meminfo: memFree=25999616/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=6232 CPUtime=596.78 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 12718 21689 0 0 41 6 59612 19 20 0 1 0 376372225 6381568 1259 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 1558 1259 178 442 0 1112 0
[pid=23694] ppid=23656 vsize=172168 CPUtime=567.69 cores=1,3,5,7
/proc/23694/stat : 23694 (glucosInc) R 23656 23655 22387 0 -1 4202496 17320 0 0 0 56753 16 0 0 20 0 1 0 376431915 176300032 35260 33554432000 4194304 5654031 140735630949888 140735630937704 4233181 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 43042 35260 142 357 0 42682 0
Current children cumulated CPU time (s) 1164.47
Current children cumulated vsize (KiB) 187548

[startup+1167.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 23815
/proc/meminfo: memFree=25999740/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=6232 CPUtime=596.78 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 12718 21689 0 0 41 6 59612 19 20 0 1 0 376372225 6381568 1259 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 1558 1259 178 442 0 1112 0
[pid=23694] ppid=23656 vsize=172168 CPUtime=570.89 cores=1,3,5,7
/proc/23694/stat : 23694 (glucosInc) R 23656 23655 22387 0 -1 4202496 17320 0 0 0 57073 16 0 0 20 0 1 0 376431915 176300032 35260 33554432000 4194304 5654031 140735630949888 140735630937704 4218777 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 43042 35260 142 357 0 42682 0
Current children cumulated CPU time (s) 1167.67
Current children cumulated vsize (KiB) 187548

[startup+1168.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 23815
/proc/meminfo: memFree=25999740/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=6232 CPUtime=596.78 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 12718 21689 0 0 41 6 59612 19 20 0 1 0 376372225 6381568 1259 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 1558 1259 178 442 0 1112 0
[pid=23694] ppid=23656 vsize=172168 CPUtime=571.69 cores=1,3,5,7
/proc/23694/stat : 23694 (glucosInc) R 23656 23655 22387 0 -1 4202496 17320 0 0 0 57153 16 0 0 20 0 1 0 376431915 176300032 35260 33554432000 4194304 5654031 140735630949888 140735630937704 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 43042 35260 142 357 0 42682 0
Current children cumulated CPU time (s) 1168.47
Current children cumulated vsize (KiB) 187548

[startup+1169.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 23815
/proc/meminfo: memFree=25999740/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=6232 CPUtime=596.78 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4202496 12718 21689 0 0 41 6 59612 19 20 0 1 0 376372225 6381568 1259 33554432000 4194304 6004724 140736280973664 140736280959512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 1558 1259 178 442 0 1112 0
[pid=23694] ppid=23656 vsize=172168 CPUtime=572.09 cores=1,3,5,7
/proc/23694/stat : 23694 (glucosInc) R 23656 23655 22387 0 -1 4202496 17320 0 0 0 57193 16 0 0 20 0 1 0 376431915 176300032 35260 33554432000 4194304 5654031 140735630949888 140735630937704 4232935 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 43042 35260 142 357 0 42682 0
Current children cumulated CPU time (s) 1168.87
Current children cumulated vsize (KiB) 187548

[startup+1169.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 23815
/proc/meminfo: memFree=25999740/32873844 swapFree=7896/7896
[pid=23655] ppid=23653 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23655/stat : 23655 (npSolver-pbo-It) S 23653 23655 22387 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376372225 9367552 275 33554432000 4194304 5064252 140733755611408 140733755610320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23655/statm: 2287 275 233 213 0 72 0
[pid=23656] ppid=23655 vsize=6748 CPUtime=596.81 cores=1,3,5,7
/proc/23656/stat : 23656 (npSolver-pbo) S 23655 23655 22387 0 -1 4204032 13252 21689 0 0 43 7 59612 19 20 0 1 0 376372225 6909952 1360 33554432000 4194304 6004724 140736280973664 140736280967784 5251733 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23656/statm: 1687 1360 194 442 0 1241 0
[pid=23694] ppid=23656 vsize=172176 CPUtime=572.36 cores=1,3,5,7
/proc/23694/stat : 23694 (glucosInc) S 23656 23655 22387 0 -1 4202496 17328 0 0 0 57220 16 0 0 20 0 1 0 376431915 176308224 35779 33554432000 4194304 5654031 140735630949888 140735630948200 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/23694/statm: 43044 35779 148 357 0 42684 0
Current children cumulated CPU time (s) 1169.17
Current children cumulated vsize (KiB) 188072

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23655 and gives
#  childrusage.ru_utime.tv_sec=596
#  childrusage.ru_utime.tv_usec=555309
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=276957
# CPU time returned by wait4() is 596.832
# while last known CPU time is 1169.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1169.54
CPU time (s): 1169.17
CPU user time (s): 1168.75
CPU system time (s): 0.42
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 216168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 596.555
system time used= 0.276957
maximum resident set size= 176600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35316
page faults= 0
swaps= 0
block input operations= 0
block output operations= 45240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1499
involuntary context switches= 680

runsolver used 2.27665 second user time and 6.08507 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-07 22:54:28
IDJOB=3746700
IDBENCH=25045
IDSOLVER=2332
FILE ID=node136/3746700-1339102468
RUNJOBID= node136-1339098178-22404
PBS_JOBID= 14643717
Free space on /tmp= 69800 MiB

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

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

MD5SUM BENCH= 83920c844b074c56822148eb18b413de
RANDOM SEED=177827900

node136.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.247
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.49
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.247
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		: 2667.247
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.94
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.247
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.90
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.247
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.90
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.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.247
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:        26093868 kB
Buffers:         1295080 kB
Cached:          4458320 kB
SwapCached:        20284 kB
Active:          3008700 kB
Inactive:        2862680 kB
Active(anon):      90344 kB
Inactive(anon):    22808 kB
Active(file):    2918356 kB
Inactive(file):  2839872 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083244 kB
Dirty:              8868 kB
Writeback:             0 kB
AnonPages:         99084 kB
Mapped:            10840 kB
Shmem:                 0 kB
Slab:             770648 kB
SReclaimable:     211584 kB
SUnreclaim:       559064 kB
KernelStack:        1480 kB
PageTables:         3952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     215372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 69776 MiB
End job on node136 at 2012-06-07 23:13:57