Trace number 3751488

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-quickBound (fixed)? (problem) 1104.41 1104.94

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.03	c run inc solver
0.00/0.03	c [INC SYSTEM] run initial solver
0.00/0.03	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 starting approximation
0.00/0.13	c factor = 1681.48
0.00/0.13	c current bound: 22505
0.00/0.21	c leaving approximation
0.00/0.21	c finished approximation
0.00/0.21	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.21	c write failed with 2
0.00/0.21	c [INC SEARCH] iteration: 0
0.00/0.21	c [INC BOUNDS] best value:45010 search for 45009
0.00/0.21	c [INC SYSTEM] create new solver instance
0.00/0.21	c [INC] encode full formula
0.00/0.21	c fallback to adder encoding
0.00/0.39	c set iterative enc to: adder
0.00/0.39	c set iterative enc to: none
0.00/0.41	c [INC SEARCH] isOptimum variable: 0
569.96/570.13	c formula is SAT
569.96/570.13	c [INC SEARCH] copied best model
569.96/570.13	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
569.96/570.14	c model valid
569.96/570.14	c current solution ok
569.96/570.14	o 44844
569.96/570.14	c [INC SEARCH] iteration: 1
569.96/570.14	c [INC BOUNDS] best value:44844 search for 44843
569.96/570.14	c [INC SYSTEM] there exists a inc, kill it!
569.96/570.14	c write failed with 2
569.96/570.15	c [INC SYSTEM] create new solver instance
569.96/570.15	c [INC] encode full formula
569.96/570.15	c fallback to adder encoding
570.17/570.32	c set iterative enc to: adder
570.17/570.32	c set iterative enc to: none
570.17/570.34	c [INC SEARCH] isOptimum variable: 0
1104.36/1104.63	c formula is SAT
1104.36/1104.64	c [INC SEARCH] copied best model
1104.36/1104.64	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1104.36/1104.65	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
1104.41/1104.93	HOME/npSolver-pbo-Itdqb.sh: line 18: 17433 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -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-3751488-1339130771/watcher-3751488-1339130771 -o /tmp/evaluation-result-3751488-1339130771/solver-3751488-1339130771 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751488-1339130771.opb 841960520 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.99 1.98 1.95 3/178 17432
/proc/meminfo: memFree=26591472/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0

[startup+0.105413 s]
/proc/loadavg: 1.99 1.98 1.95 3/178 17432
/proc/meminfo: memFree=26591472/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200293 s]
/proc/loadavg: 1.99 1.98 1.95 3/178 17432
/proc/meminfo: memFree=26591472/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300297 s]
/proc/loadavg: 1.99 1.98 1.95 3/178 17432
/proc/meminfo: memFree=26591472/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 1.99 1.98 1.95 3/178 17432
/proc/meminfo: memFree=26591472/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.99 1.98 1.95 3/181 17448
/proc/meminfo: memFree=26525876/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=22496 CPUtime=0.39 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 9251 10415 0 0 22 4 11 2 20 0 1 0 379203149 23035904 5310 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 5624 5310 195 442 0 5178 0
[pid=17448] ppid=17433 vsize=40728 CPUtime=1.07 cores=1,3,5,7
/proc/17448/stat : 17448 (glucosInc) R 17433 17432 12337 0 -1 4202496 8962 0 0 0 106 1 0 0 20 0 1 0 379203190 41705472 8436 33554432000 4194304 5654031 140735724001680 140735723989496 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17448/statm: 10182 8436 142 357 0 9822 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 72372

[startup+3.10033 s]
/proc/loadavg: 1.99 1.98 1.95 3/181 17448
/proc/meminfo: memFree=26523588/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=22496 CPUtime=0.39 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 9251 10415 0 0 22 4 11 2 20 0 1 0 379203149 23035904 5310 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 5624 5310 195 442 0 5178 0
[pid=17448] ppid=17433 vsize=41840 CPUtime=2.67 cores=1,3,5,7
/proc/17448/stat : 17448 (glucosInc) R 17433 17432 12337 0 -1 4202496 9183 0 0 0 266 1 0 0 20 0 1 0 379203190 42844160 9168 33554432000 4194304 5654031 140735724001680 140735723989496 4214993 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17448/statm: 10460 9168 142 357 0 10100 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 73484

[startup+6.30034 s]
/proc/loadavg: 1.99 1.98 1.95 3/181 17448
/proc/meminfo: memFree=26522796/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=22496 CPUtime=0.39 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 9251 10415 0 0 22 4 11 2 20 0 1 0 379203149 23035904 5310 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 5624 5310 195 442 0 5178 0
[pid=17448] ppid=17433 vsize=42528 CPUtime=5.87 cores=1,3,5,7
/proc/17448/stat : 17448 (glucosInc) R 17433 17432 12337 0 -1 4202496 9989 0 0 0 586 1 0 0 20 0 1 0 379203190 43548672 9602 33554432000 4194304 5654031 140735724001680 140735723989496 4234964 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17448/statm: 10632 9602 142 357 0 10272 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 74172

[startup+12.7003 s]
/proc/loadavg: 1.99 1.98 1.95 3/181 17448
/proc/meminfo: memFree=26496712/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=22496 CPUtime=0.39 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 9251 10415 0 0 22 4 11 2 20 0 1 0 379203149 23035904 5310 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 5624 5310 195 442 0 5178 0
[pid=17448] ppid=17433 vsize=73352 CPUtime=12.27 cores=1,3,5,7
/proc/17448/stat : 17448 (glucosInc) R 17433 17432 12337 0 -1 4202496 10636 0 0 0 1225 2 0 0 20 0 1 0 379203190 75112448 15847 33554432000 4194304 5654031 140735724001680 140735723989496 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17448/statm: 18338 15847 142 357 0 17978 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 104996

[startup+25.5005 s]
/proc/loadavg: 1.99 1.98 1.95 3/181 17448
/proc/meminfo: memFree=26491164/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=22496 CPUtime=0.39 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 9251 10415 0 0 22 4 11 2 20 0 1 0 379203149 23035904 5310 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 5624 5310 195 442 0 5178 0
[pid=17448] ppid=17433 vsize=73352 CPUtime=25.07 cores=1,3,5,7
/proc/17448/stat : 17448 (glucosInc) R 17433 17432 12337 0 -1 4202496 10830 0 0 0 2505 2 0 0 20 0 1 0 379203190 75112448 17060 33554432000 4194304 5654031 140735724001680 140735723989496 4215372 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17448/statm: 18338 17060 142 357 0 17978 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 104996

[startup+51.1003 s]
/proc/loadavg: 1.99 1.98 1.95 3/181 17448
/proc/meminfo: memFree=26485996/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=22496 CPUtime=0.39 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 9251 10415 0 0 22 4 11 2 20 0 1 0 379203149 23035904 5310 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 5624 5310 195 442 0 5178 0
[pid=17448] ppid=17433 vsize=92208 CPUtime=50.67 cores=1,3,5,7
/proc/17448/stat : 17448 (glucosInc) R 17433 17432 12337 0 -1 4202496 11297 0 0 0 5064 3 0 0 20 0 1 0 379203190 94420992 17447 33554432000 4194304 5654031 140735724001680 140735723989496 4233039 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17448/statm: 23052 17447 142 357 0 22692 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 123852

[startup+102.3 s]
/proc/loadavg: 1.99 1.98 1.95 3/181 17450
/proc/meminfo: memFree=26462624/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=22496 CPUtime=0.39 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 9251 10415 0 0 22 4 11 2 20 0 1 0 379203149 23035904 5310 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 5624 5310 195 442 0 5178 0
[pid=17448] ppid=17433 vsize=92208 CPUtime=101.86 cores=1,3,5,7
/proc/17448/stat : 17448 (glucosInc) R 17433 17432 12337 0 -1 4202496 11915 0 0 0 10183 3 0 0 20 0 1 0 379203190 94420992 22125 33554432000 4194304 5654031 140735724001680 140735723989496 4215344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17448/statm: 23052 22125 142 357 0 22692 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 123852

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.95 3/181 17450
/proc/meminfo: memFree=26530940/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=22496 CPUtime=0.39 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 9251 10415 0 0 22 4 11 2 20 0 1 0 379203149 23035904 5310 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 5624 5310 195 442 0 5178 0
[pid=17448] ppid=17433 vsize=141528 CPUtime=161.83 cores=1,3,5,7
/proc/17448/stat : 17448 (glucosInc) R 17433 17432 12337 0 -1 4202496 12190 0 0 0 16180 3 0 0 20 0 1 0 379203190 144924672 31083 33554432000 4194304 5654031 140735724001680 140735723989496 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17448/statm: 35382 31083 142 357 0 35022 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 173172

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.95 3/181 17450
/proc/meminfo: memFree=26562960/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=22496 CPUtime=0.39 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 9251 10415 0 0 22 4 11 2 20 0 1 0 379203149 23035904 5310 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 5624 5310 195 442 0 5178 0
[pid=17448] ppid=17433 vsize=92208 CPUtime=221.83 cores=1,3,5,7
/proc/17448/stat : 17448 (glucosInc) R 17433 17432 12337 0 -1 4202496 12414 0 0 0 22179 4 0 0 20 0 1 0 379203190 94420992 22433 33554432000 4194304 5654031 140735724001680 140735723989496 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17448/statm: 23052 22433 142 357 0 22692 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 123852

[startup+282.3 s]

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

/proc/29711/stat : 29711 (glucosInc) R 17433 17432 12337 0 -1 4202496 15579 0 0 0 43174 11 0 0 20 0 1 0 379260184 144740352 32223 33554432000 4194304 5654031 140735772761760 140735772749576 4215353 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29711/statm: 35337 32223 142 357 0 34977 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 156728

[startup+1062.3 s]
/proc/loadavg: 1.84 1.78 1.84 3/183 20188
/proc/meminfo: memFree=29114052/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=6232 CPUtime=570.23 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 14186 27833 0 0 41 6 56958 18 20 0 1 0 379203149 6381568 1276 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 1558 1276 195 442 0 1112 0
[pid=29711] ppid=17433 vsize=141348 CPUtime=491.84 cores=1,3,5,7
/proc/29711/stat : 29711 (glucosInc) R 17433 17432 12337 0 -1 4202496 16425 0 0 0 49171 13 0 0 20 0 1 0 379260184 144740352 30175 33554432000 4194304 5654031 140735772761760 140735772749576 4215115 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29711/statm: 35337 30175 142 357 0 34977 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 156728

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

[startup+1075.2 s]
/proc/loadavg: 1.80 1.78 1.84 3/183 21679
/proc/meminfo: memFree=29107412/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=6232 CPUtime=570.23 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 14186 27833 0 0 41 6 56958 18 20 0 1 0 379203149 6381568 1276 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 1558 1276 195 442 0 1112 0
[pid=29711] ppid=17433 vsize=141348 CPUtime=504.74 cores=1,3,5,7
/proc/29711/stat : 29711 (glucosInc) R 17433 17432 12337 0 -1 4202496 16428 0 0 0 50461 13 0 0 20 0 1 0 379260184 144740352 31711 33554432000 4194304 5654031 140735772761760 140735772749576 4215055 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29711/statm: 35337 31711 142 357 0 34977 0
Current children cumulated CPU time (s) 1074.97
Current children cumulated vsize (KiB) 156728

[startup+1088.01 s]
/proc/loadavg: 1.85 1.79 1.84 3/183 23163
/proc/meminfo: memFree=29099320/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=6232 CPUtime=570.23 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 14186 27833 0 0 41 6 56958 18 20 0 1 0 379203149 6381568 1276 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 1558 1276 195 442 0 1112 0
[pid=29711] ppid=17433 vsize=141348 CPUtime=517.54 cores=1,3,5,7
/proc/29711/stat : 29711 (glucosInc) R 17433 17432 12337 0 -1 4202496 16432 0 0 0 51741 13 0 0 20 0 1 0 379260184 144740352 33759 33554432000 4194304 5654031 140735772761760 140735772749576 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29711/statm: 35337 33759 142 357 0 34977 0
Current children cumulated CPU time (s) 1087.77
Current children cumulated vsize (KiB) 156728

[startup+1094.4 s]
/proc/loadavg: 1.86 1.79 1.84 3/183 23779
/proc/meminfo: memFree=29097032/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=6232 CPUtime=570.23 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 14186 27833 0 0 41 6 56958 18 20 0 1 0 379203149 6381568 1276 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 1558 1276 195 442 0 1112 0
[pid=29711] ppid=17433 vsize=141348 CPUtime=523.93 cores=1,3,5,7
/proc/29711/stat : 29711 (glucosInc) R 17433 17432 12337 0 -1 4202496 16486 0 0 0 52380 13 0 0 20 0 1 0 379260184 144740352 34324 33554432000 4194304 5654031 140735772761760 140735772749576 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29711/statm: 35337 34324 142 357 0 34977 0
Current children cumulated CPU time (s) 1094.16
Current children cumulated vsize (KiB) 156728

[startup+1100.8 s]
/proc/loadavg: 1.79 1.78 1.83 3/183 24521
/proc/meminfo: memFree=29093008/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=6232 CPUtime=570.23 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 14186 27833 0 0 41 6 56958 18 20 0 1 0 379203149 6381568 1276 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 1558 1276 195 442 0 1112 0
[pid=29711] ppid=17433 vsize=172168 CPUtime=530.34 cores=1,3,5,7
/proc/29711/stat : 29711 (glucosInc) R 17433 17432 12337 0 -1 4202496 17020 0 0 0 53020 14 0 0 20 0 1 0 379260184 176300032 35362 33554432000 4194304 5654031 140735772761760 140735772749576 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29711/statm: 43042 35362 142 357 0 42682 0
Current children cumulated CPU time (s) 1100.57
Current children cumulated vsize (KiB) 187548

[startup+1102.4 s]
/proc/loadavg: 1.81 1.78 1.83 3/183 24773
/proc/meminfo: memFree=29092752/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=6232 CPUtime=570.23 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 14186 27833 0 0 41 6 56958 18 20 0 1 0 379203149 6381568 1276 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 1558 1276 195 442 0 1112 0
[pid=29711] ppid=17433 vsize=172168 CPUtime=531.94 cores=1,3,5,7
/proc/29711/stat : 29711 (glucosInc) R 17433 17432 12337 0 -1 4202496 17020 0 0 0 53180 14 0 0 20 0 1 0 379260184 176300032 35362 33554432000 4194304 5654031 140735772761760 140735772749576 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29711/statm: 43042 35362 142 357 0 42682 0
Current children cumulated CPU time (s) 1102.17
Current children cumulated vsize (KiB) 187548

[startup+1104 s]
/proc/loadavg: 1.81 1.78 1.83 3/183 24899
/proc/meminfo: memFree=29093036/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=6232 CPUtime=570.23 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 14186 27833 0 0 41 6 56958 18 20 0 1 0 379203149 6381568 1276 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 1558 1276 195 442 0 1112 0
[pid=29711] ppid=17433 vsize=172168 CPUtime=533.53 cores=1,3,5,7
/proc/29711/stat : 29711 (glucosInc) R 17433 17432 12337 0 -1 4202496 17020 0 0 0 53339 14 0 0 20 0 1 0 379260184 176300032 35362 33554432000 4194304 5654031 140735772761760 140735772749576 4232925 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29711/statm: 43042 35362 142 357 0 42682 0
Current children cumulated CPU time (s) 1103.76
Current children cumulated vsize (KiB) 187548

[startup+1104.4 s]
/proc/loadavg: 1.81 1.78 1.83 3/183 25025
/proc/meminfo: memFree=29091072/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=6232 CPUtime=570.23 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4202496 14186 27833 0 0 41 6 56958 18 20 0 1 0 379203149 6381568 1276 33554432000 4194304 6004724 140733714563184 140733714549032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 1558 1276 195 442 0 1112 0
[pid=29711] ppid=17433 vsize=172168 CPUtime=533.94 cores=1,3,5,7
/proc/29711/stat : 29711 (glucosInc) R 17433 17432 12337 0 -1 4202496 17021 0 0 0 53380 14 0 0 20 0 1 0 379260184 176300032 35874 33554432000 4194304 5654031 140735772761760 140735772749576 4216610 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29711/statm: 43042 35874 142 357 0 42682 0
Current children cumulated CPU time (s) 1104.17
Current children cumulated vsize (KiB) 187548

[startup+1104.8 s]
/proc/loadavg: 1.81 1.78 1.83 3/183 25025
/proc/meminfo: memFree=29091072/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=6748 CPUtime=570.24 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4204032 14713 27833 0 0 42 6 56958 18 20 0 1 0 379203149 6909952 1370 33554432000 4194304 6004724 140733714563184 140733714557304 5251733 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 1687 1370 204 442 0 1241 0
[pid=29711] ppid=17433 vsize=172176 CPUtime=534.17 cores=1,3,5,7
/proc/29711/stat : 29711 (glucosInc) S 17433 17432 12337 0 -1 4202496 17028 0 0 0 53403 14 0 0 20 0 1 0 379260184 176308224 35881 33554432000 4194304 5654031 140735772761760 140735772760072 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/29711/statm: 43044 35881 148 357 0 42684 0
Current children cumulated CPU time (s) 1104.41
Current children cumulated vsize (KiB) 188072

[startup+1104.9 s]
/proc/loadavg: 1.81 1.78 1.83 3/183 25025
/proc/meminfo: memFree=29091072/32873648 swapFree=6860/6860
[pid=17432] ppid=17430 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17432/stat : 17432 (npSolver-pbo-It) S 17430 17432 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379203149 9367552 274 33554432000 4194304 5064252 140736466587888 140736466586800 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17432/statm: 2287 274 233 213 0 72 0
[pid=17433] ppid=17432 vsize=6748 CPUtime=570.24 cores=1,3,5,7
/proc/17433/stat : 17433 (npSolver-pbo) S 17432 17432 12337 0 -1 4204032 14713 27833 0 0 42 6 56958 18 20 0 1 0 379203149 6909952 1370 33554432000 4194304 6004724 140733714563184 140733714557304 5251733 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17433/statm: 1687 1370 204 442 0 1241 0
[pid=29711] ppid=17433 vsize=172176 CPUtime=534.17 cores=1,3,5,7
/proc/29711/stat : 29711 (glucosInc) S 17433 17432 12337 0 -1 4202496 17028 0 0 0 53403 14 0 0 20 0 1 0 379260184 176308224 35881 33554432000 4194304 5654031 140735772761760 140735772760072 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/29711/statm: 43044 35881 148 357 0 42684 0
Current children cumulated CPU time (s) 1104.41
Current children cumulated vsize (KiB) 188072

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17432 and gives
#  childrusage.ru_utime.tv_sec=570
#  childrusage.ru_utime.tv_usec=13344
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=252961
# CPU time returned by wait4() is 570.266
# while last known CPU time is 1104.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1104.94
CPU time (s): 1104.41
CPU user time (s): 1104.03
CPU system time (s): 0.38
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 216164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 570.013
system time used= 0.252961
maximum resident set size= 176704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42919
page faults= 0
swaps= 0
block input operations= 0
block output operations= 47328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1496
involuntary context switches= 776

runsolver used 2.33164 second user time and 6.51301 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-08 06:46:11
IDJOB=3751488
IDBENCH=25045
IDSOLVER=2335
FILE ID=node116/3751488-1339130771
RUNJOBID= node116-1339112627-14158
PBS_JOBID= 14643737
Free space on /tmp= 70432 MiB

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

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

MD5SUM BENCH= 83920c844b074c56822148eb18b413de
RANDOM SEED=841960520

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.92
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.556
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.90
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.556
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:        26591364 kB
Buffers:          373496 kB
Cached:          2916708 kB
SwapCached:         3172 kB
Active:          3609496 kB
Inactive:        1780492 kB
Active(anon):    2096608 kB
Inactive(anon):     3392 kB
Active(file):    1512888 kB
Inactive(file):  1777100 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67100544 kB
Dirty:              9028 kB
Writeback:             0 kB
AnonPages:       2128572 kB
Mapped:            11944 kB
Shmem:                 0 kB
Slab:             744292 kB
SReclaimable:     187392 kB
SUnreclaim:       556900 kB
KernelStack:        1504 kB
PageTables:         8528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2805452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2062336 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= 70952 MiB
End job on node116 at 2012-06-08 07:04:36