Trace number 3702876

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? (TO) 1800.08 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:30:4.5:0.95:100.opb
MD5SUM18cfc7903c565bab689cc8ffed68f1fd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark4.24235
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables4617
Total number of constraints5280
Number of constraints which are clauses4395
Number of constraints which are cardinality constraints (but not clauses)885
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
Number of terms in the objective function 4617
Biggest coefficient in the objective function 2642
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 13340
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2642
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 13340
Number of bits of the biggest sum of numbers14
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.07	c run inc solver
0.00/0.07	c [INC SYSTEM] run initial solver
0.00/0.07	c [INC SYSTEM] preprocess with white file
0.00/0.49	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.49	c [INC SYSTEM] execute solver
0.00/0.55	c [INC SEARCH] formula is SAT
0.00/0.55	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.67	o 885
0.00/0.67	c starting approximation
0.00/0.67	c factor = 2
0.00/0.67	c factor still to low - shrinking to 48.8525
0.00/0.67	c approx number of clauses: 1e+06
0.00/0.67	c current bound: 1763
1.46/1.58	c leaving approximation
1.46/1.58	c finished approximation
1.46/1.58	c [INC SYSTEM] there exists a inc, kill it!
1.46/1.58	c write failed with 2
1.46/1.58	c [INC SEARCH] iteration: 0
1.46/1.58	c [INC BOUNDS] best value:3527 search for 3526
1.46/1.58	c [INC SYSTEM] create new solver instance
1.46/1.58	c [INC] encode full formula
1.46/1.58	c fallback to adder encoding
1.77/1.87	c set iterative enc to: adder
1.77/1.87	c set iterative enc to: none
1.86/1.91	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.41	s UNKNOWN
1800.02/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.02/1800.41	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3702876-1338059877/watcher-3702876-1338059877 -o /tmp/evaluation-result-3702876-1338059877/solver-3702876-1338059877 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702876-1338059877.opb 1565831708 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 2591
/proc/meminfo: memFree=27161756/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0

[startup+0.0878789 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2591
/proc/meminfo: memFree=27161756/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100185 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2591
/proc/meminfo: memFree=27161756/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300194 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2591
/proc/meminfo: memFree=27161756/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2591
/proc/meminfo: memFree=27161756/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50048 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2600
/proc/meminfo: memFree=27079548/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=17900 CPUtime=0.69 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 4831 6327 0 0 18 10 39 2 20 0 1 0 272116302 18329600 3775 33554432000 4194304 5992684 140733397949344 140733397941632 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 4475 3775 189 440 0 4031 0
[pid=2597] ppid=2592 vsize=14232 CPUtime=0.05 cores=1,3,5,7
/proc/2597/stat : 2597 (glucosInc) S 2592 2591 1653 0 -1 4202496 2392 0 0 0 5 0 0 0 20 0 1 0 272116351 14573568 2262 33554432000 4194304 5654031 140734931715424 140734931713736 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2597/statm: 3558 2262 146 357 0 3198 0
[pid=2599] ppid=2592 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2599/stat : 2599 (satsolver.sh) S 2592 2591 1653 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272116378 9367552 267 33554432000 4194304 5064252 140735608352032 140735608350944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2599/statm: 2287 267 226 213 0 72 0
[pid=2600] ppid=2599 vsize=62488 CPUtime=0.72 cores=1,3,5,7
/proc/2600/stat : 2600 (glucose) R 2599 2591 1653 0 -1 4202496 12695 0 0 0 70 2 0 0 20 0 1 0 272116379 63987712 13212 33554432000 4194304 5208918 140736058427760 140736058425704 4229021 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2600/statm: 15622 13212 95 248 0 15371 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 112916

[startup+3.10041 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2607
/proc/meminfo: memFree=27087368/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=61084 CPUtime=1.17 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 12876 0 0 0 114 3 0 0 20 0 1 0 272116493 62550016 13607 33554432000 4194304 5654031 140734657573104 140734657560920 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 15271 13607 141 357 0 14911 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 79664

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2607
/proc/meminfo: memFree=27077624/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=61348 CPUtime=4.37 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 13002 0 0 0 434 3 0 0 20 0 1 0 272116493 62820352 13733 33554432000 4194304 5654031 140734657573104 140734657560920 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 15337 13733 141 357 0 14977 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 79928

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 2607
/proc/meminfo: memFree=27072632/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=70264 CPUtime=10.77 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 13690 0 0 0 1073 4 0 0 20 0 1 0 272116493 71950336 14399 33554432000 4194304 5654031 140734657573104 140734657560920 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 17566 14399 141 357 0 17206 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 88844

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 2607
/proc/meminfo: memFree=27112100/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=71668 CPUtime=23.57 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 14503 0 0 0 2353 4 0 0 20 0 1 0 272116493 73388032 15395 33554432000 4194304 5654031 140734657573104 140734657570904 4232803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 17917 15395 141 357 0 17557 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 90248

[startup+51.1004 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 2607
/proc/meminfo: memFree=27071828/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=112904 CPUtime=49.16 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 16148 0 0 0 4911 5 0 0 20 0 1 0 272116493 115613696 26135 33554432000 4194304 5654031 140734657573104 140734657560920 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 28226 26135 141 357 0 27866 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 131484

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 2607
/proc/meminfo: memFree=27017688/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=124936 CPUtime=100.35 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 17074 0 0 0 10029 6 0 0 20 0 1 0 272116493 127934464 29725 33554432000 4194304 5654031 140734657573104 140734657560920 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 31234 29725 141 357 0 30874 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 143516

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 2610
/proc/meminfo: memFree=27009044/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=136072 CPUtime=160.34 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 17082 0 0 0 16027 7 0 0 20 0 1 0 272116493 139337728 32345 33554432000 4194304 5654031 140734657573104 140734657560920 4233168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 34018 32345 141 357 0 33658 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 154652

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 2611
/proc/meminfo: memFree=27036048/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=106164 CPUtime=220.32 cores=1,3,5,7

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

/proc/meminfo: memFree=26984048/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=267108 CPUtime=1240.14 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 39925 0 0 0 123962 52 0 0 20 0 1 0 272116493 273518592 53555 33554432000 4194304 5654031 140734657573104 140734657560920 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 66777 53555 141 357 0 66417 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 285688

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2684
/proc/meminfo: memFree=26963908/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=217020 CPUtime=1300.14 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 40475 0 0 0 129960 54 0 0 20 0 1 0 272116493 222228480 50140 33554432000 4194304 5654031 140734657573104 140734657560920 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 54255 50140 141 357 0 53895 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 235600

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2689
/proc/meminfo: memFree=27012680/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=217020 CPUtime=1360.13 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 41325 0 0 0 135956 57 0 0 20 0 1 0 272116493 222228480 46556 33554432000 4194304 5654031 140734657573104 140734657560920 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 54255 46556 141 357 0 53895 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 235600

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2690
/proc/meminfo: memFree=26950880/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=267108 CPUtime=1420.13 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 41643 0 0 0 141954 59 0 0 20 0 1 0 272116493 273518592 53513 33554432000 4194304 5654031 140734657573104 140734657560920 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 66777 53513 141 357 0 66417 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 285688

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 2694
/proc/meminfo: memFree=27024024/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=217020 CPUtime=1480.11 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 42182 0 0 0 147950 61 0 0 20 0 1 0 272116493 222228480 48092 33554432000 4194304 5654031 140734657573104 140734657560920 4232939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 54255 48092 141 357 0 53895 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 235600

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 2694
/proc/meminfo: memFree=26948320/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=267108 CPUtime=1540.1 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 42508 0 0 0 153948 62 0 0 20 0 1 0 272116493 273518592 56080 33554432000 4194304 5654031 140734657573104 140734657560920 4214618 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 66777 56080 141 357 0 66417 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 285688

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2694
/proc/meminfo: memFree=26941108/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=217020 CPUtime=1600.09 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 43059 0 0 0 159945 64 0 0 20 0 1 0 272116493 222228480 51683 33554432000 4194304 5654031 140734657573104 140734657560920 4232791 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 54255 51683 141 357 0 53895 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 235600

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2696
/proc/meminfo: memFree=26965784/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=267108 CPUtime=1660.08 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 43376 0 0 0 165942 66 0 0 20 0 1 0 272116493 273518592 58640 33554432000 4194304 5654031 140734657573104 140734657560920 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 66777 58640 141 357 0 66417 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 285688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2699
/proc/meminfo: memFree=26990356/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=217020 CPUtime=1720.07 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 43968 0 0 0 171939 68 0 0 20 0 1 0 272116493 222228480 52744 33554432000 4194304 5654031 140734657573104 140734657560920 4234964 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 54255 52744 141 357 0 53895 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 235600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2701
/proc/meminfo: memFree=26961828/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=267108 CPUtime=1780.06 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 44253 0 0 0 177937 69 0 0 20 0 1 0 272116493 273518592 59152 33554432000 4194304 5654031 140734657573104 140734657560920 4233144 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 66777 59152 141 357 0 66417 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 285688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2701
/proc/meminfo: memFree=26939200/32873844 swapFree=6088/6088
[pid=2591] ppid=2589 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2591/stat : 2591 (npSolver-pbo-It) S 2589 2591 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272116301 9367552 275 33554432000 4194304 5064252 140733756348944 140733756347856 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2591/statm: 2287 275 233 213 0 72 0
[pid=2592] ppid=2591 vsize=9432 CPUtime=1.87 cores=1,3,5,7
/proc/2592/stat : 2592 (npSolver-pbo) S 2591 2591 1653 0 -1 4202496 9026 24814 0 0 46 14 121 6 20 0 1 0 272116302 9658368 1983 33554432000 4194304 5992684 140733397949344 140733397935176 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2592/statm: 2358 1983 199 440 0 1914 0
[pid=2607] ppid=2592 vsize=267108 CPUtime=1798.15 cores=1,3,5,7
/proc/2607/stat : 2607 (glucosInc) R 2592 2591 1653 0 -1 4202496 44264 0 0 0 179746 69 0 0 20 0 1 0 272116493 273518592 61712 33554432000 4194304 5654031 140734657573104 140734657560920 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2607/statm: 66777 61712 141 357 0 66417 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 285688

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.16
CPU system time (s): 0.922859
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 365828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 0.922859
maximum resident set size= 299948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78482
page faults= 0
swaps= 0
block input operations= 8
block output operations= 65968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149
involuntary context switches= 2001

runsolver used 3.39148 second user time and 8.93764 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-26 21:17:57
IDJOB=3702876
IDBENCH=2221
IDSOLVER=2278
FILE ID=node108/3702876-1338059877
RUNJOBID= node108-1338052671-1674
PBS_JOBID= 14624392
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 18cfc7903c565bab689cc8ffed68f1fd
RANDOM SEED=1565831708

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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.273
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.273
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.55
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.273
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.273
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:        27161756 kB
Buffers:          249728 kB
Cached:          4534924 kB
SwapCached:            0 kB
Active:           712648 kB
Inactive:        4215060 kB
Active(anon):     145556 kB
Inactive(anon):        0 kB
Active(file):     567092 kB
Inactive(file):  4215060 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8548 kB
Writeback:             0 kB
AnonPages:         93600 kB
Mapped:            15832 kB
Shmem:               200 kB
Slab:             639884 kB
SReclaimable:      82060 kB
SUnreclaim:       557824 kB
KernelStack:        1504 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     269932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 71668 MiB
End job on node108 at 2012-05-26 21:47:58