Trace number 3698078

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? (TO) 1800.1 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-4.opb
MD5SUM4e682317a6045f4869b1783c80734344
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark813
Best CPU time to get the best result obtained on this benchmark0.19097
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 813
Optimality of the best value was proved YES
Number of variables2289
Total number of constraints764
Number of constraints which are clauses360
Number of constraints which are cardinality constraints (but not clauses)404
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint195
Number of terms in the objective function 1798
Biggest coefficient in the objective function 349
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 104116
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 349
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 104116
Number of bits of the biggest sum of numbers17
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.11	c run inc solver
0.00/0.11	c [INC SYSTEM] run initial solver
0.00/0.11	c [INC SYSTEM] preprocess with white file
1.18/1.22	c [INC SYSTEM] finished preprocessing in 1 s
1.18/1.22	c [INC SYSTEM] execute solver
35.06/35.19	c [INC SEARCH] formula is SAT
35.06/35.19	c [INC SYSTEM] solved the initial formula
35.06/35.20	c model valid
35.06/35.20	c current solution ok
35.36/35.48	o 18232
35.36/35.48	c [INC SYSTEM] there exists a inc, kill it!
35.36/35.48	c write failed with 2
35.36/35.48	c [INC SEARCH] iteration: 0
35.36/35.48	c [INC BOUNDS] best value:18999 search for 18998
35.36/35.48	c [INC SYSTEM] create new solver instance
35.36/35.48	c [INC] encode full formula
35.36/35.48	c fallback to adder encoding
35.57/35.63	c set iterative enc to: adder
35.57/35.63	c set iterative enc to: none
35.57/35.65	c [INC SEARCH] isOptimum variable: 0
1800.10/1800.51	HOME/npSolver-pbo-Itd.sh: line 18:  2864 Terminated              ./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-3698078-1338061933/watcher-3698078-1338061933 -o /tmp/evaluation-result-3698078-1338061933/solver-3698078-1338061933 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698078-1338061933.opb 2092380444 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2863
/proc/meminfo: memFree=29050756/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0

[startup+0.08059 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2863
/proc/meminfo: memFree=29050756/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100298 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2863
/proc/meminfo: memFree=29050756/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300276 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2863
/proc/meminfo: memFree=29050756/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2863
/proc/meminfo: memFree=29050756/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2867
/proc/meminfo: memFree=28960012/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=11248 CPUtime=1.2 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 3353 16694 0 0 10 1 97 12 20 0 1 0 272318734 11517952 2404 33554432000 4194304 5992684 140733307909200 140733307895464 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 2812 2404 171 440 0 2368 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 20396

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2913
/proc/meminfo: memFree=29306860/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=11248 CPUtime=1.2 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 3353 16694 0 0 10 1 97 12 20 0 1 0 272318734 11517952 2404 33554432000 4194304 5992684 140733307909200 140733307895464 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 2812 2404 171 440 0 2368 0
[pid=2869] ppid=2864 vsize=31748 CPUtime=1.87 cores=0,2,4,6
/proc/2869/stat : 2869 (glucosInc) R 2864 2863 1914 0 -1 4202496 8322 0 0 0 186 1 0 0 20 0 1 0 272318856 32509952 6964 33554432000 4194304 5654031 140734810101952 140734810099976 4215040 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 7937 6964 142 357 0 7577 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 52144

[startup+6.30032 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 2928
/proc/meminfo: memFree=29286948/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=11248 CPUtime=1.2 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 3353 16694 0 0 10 1 97 12 20 0 1 0 272318734 11517952 2404 33554432000 4194304 5992684 140733307909200 140733307895464 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 2812 2404 171 440 0 2368 0
[pid=2869] ppid=2864 vsize=43304 CPUtime=5.06 cores=0,2,4,6
/proc/2869/stat : 2869 (glucosInc) R 2864 2863 1914 0 -1 4202496 9190 0 0 0 505 1 0 0 20 0 1 0 272318856 44343296 9785 33554432000 4194304 5654031 140734810101952 140734810089768 4214603 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 10826 9785 142 357 0 10466 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 63700

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 2934
/proc/meminfo: memFree=29279536/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=11248 CPUtime=1.2 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 3353 16694 0 0 10 1 97 12 20 0 1 0 272318734 11517952 2404 33554432000 4194304 5992684 140733307909200 140733307895464 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 2812 2404 171 440 0 2368 0
[pid=2869] ppid=2864 vsize=50444 CPUtime=11.47 cores=0,2,4,6
/proc/2869/stat : 2869 (glucosInc) R 2864 2863 1914 0 -1 4202496 10639 0 0 0 1145 2 0 0 20 0 1 0 272318856 51654656 11707 33554432000 4194304 5654031 140734810101952 140734810089768 4233160 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 12611 11707 142 357 0 12251 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 70840

[startup+25.5003 s]
/proc/loadavg: 2.02 2.00 2.00 3/181 3001
/proc/meminfo: memFree=29257500/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=11248 CPUtime=1.2 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 3353 16694 0 0 10 1 97 12 20 0 1 0 272318734 11517952 2404 33554432000 4194304 5992684 140733307909200 140733307895464 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 2812 2404 171 440 0 2368 0
[pid=2869] ppid=2864 vsize=67796 CPUtime=24.27 cores=0,2,4,6
/proc/2869/stat : 2869 (glucosInc) R 2864 2863 1914 0 -1 4202496 12625 0 0 0 2424 3 0 0 20 0 1 0 272318856 69423104 16063 33554432000 4194304 5654031 140734810101952 140734810089768 4216579 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 16949 16063 142 357 0 16589 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 88192

[startup+51.1004 s]
/proc/loadavg: 2.09 2.02 2.01 3/181 3067
/proc/meminfo: memFree=29212080/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=91680 CPUtime=15.42 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 15258 0 0 0 1538 4 0 0 20 0 1 0 272322299 93880320 20461 33554432000 4194304 5654031 140736784561664 140736784549480 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 22920 20461 141 357 0 22560 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 118176

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 3072
/proc/meminfo: memFree=29153364/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=131124 CPUtime=66.62 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 17220 0 0 0 6656 6 0 0 20 0 1 0 272322299 134270976 29810 33554432000 4194304 5654031 140736784561664 140736784549480 4233168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 32781 29810 141 357 0 32421 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 157620

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 3072
/proc/meminfo: memFree=29133688/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=180444 CPUtime=126.59 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 18333 0 0 0 12652 7 0 0 20 0 1 0 272322299 184774656 39502 33554432000 4194304 5654031 140736784561664 140736784549480 4232912 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 45111 39502 141 357 0 44751 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 206940

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3072
/proc/meminfo: memFree=29102656/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=145568 CPUtime=186.58 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 20478 0 0 0 18648 10 0 0 20 0 1 0 272322299 149061632 35174 33554432000 4194304 5654031 140736784561664 140736784549480 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 36392 35174 141 357 0 36032 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 172064

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3074
/proc/meminfo: memFree=29083924/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.01 2.00 3/181 3184
/proc/meminfo: memFree=28989368/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=280380 CPUtime=1326.37 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 65558 0 0 0 132542 95 0 0 20 0 1 0 272322299 287109120 68584 33554432000 4194304 5654031 140736784561664 140736784549480 4215964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 70095 68584 141 357 0 69735 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 306876

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 3184
/proc/meminfo: memFree=28954968/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=332532 CPUtime=1386.37 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 66954 0 0 0 138538 99 0 0 20 0 1 0 272322299 340512768 73001 33554432000 4194304 5654031 140736784561664 140736784549480 4232830 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 83133 73001 141 357 0 82773 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 359028

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3184
/proc/meminfo: memFree=28949544/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=334844 CPUtime=1446.34 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 68258 0 0 0 144532 102 0 0 20 0 1 0 272322299 342880256 75645 33554432000 4194304 5654031 140736784561664 140736784549480 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 83711 75645 141 357 0 83351 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 361340

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3184
/proc/meminfo: memFree=28933316/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=289184 CPUtime=1506.34 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 70389 0 0 0 150527 107 0 0 20 0 1 0 272322299 296124416 70230 33554432000 4194304 5654031 140736784561664 140736784549480 4215932 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 72296 70230 141 357 0 71936 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 315680

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 3184
/proc/meminfo: memFree=28919032/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=341644 CPUtime=1566.32 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 71967 0 0 0 156521 111 0 0 20 0 1 0 272322299 349843456 73649 33554432000 4194304 5654031 140736784561664 140736784549480 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 85411 73649 141 357 0 85051 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 368140

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 3185
/proc/meminfo: memFree=28910240/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=343312 CPUtime=1626.3 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 73079 0 0 0 162517 113 0 0 20 0 1 0 272322299 351551488 75694 33554432000 4194304 5654031 140736784561664 140736784549480 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 85828 75694 141 357 0 85468 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 369808

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 3188
/proc/meminfo: memFree=28918432/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=344700 CPUtime=1686.29 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 74150 0 0 0 168513 116 0 0 20 0 1 0 272322299 352972800 72957 33554432000 4194304 5654031 140736784561664 140736784549480 4233232 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 86175 72957 141 357 0 85815 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 371196

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 3188
/proc/meminfo: memFree=28904340/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=346928 CPUtime=1746.27 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 75393 0 0 0 174509 118 0 0 20 0 1 0 272322299 355254272 77058 33554432000 4194304 5654031 140736784561664 140736784549480 4216672 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 86732 77058 141 357 0 86372 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 373424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 3188
/proc/meminfo: memFree=28882432/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=348336 CPUtime=1764.48 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 75753 0 0 0 176329 119 0 0 20 0 1 0 272322299 356696064 82528 33554432000 4194304 5654031 140736784561664 140736784549480 4233144 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 87084 82528 141 357 0 86724 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 374832

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 3188
/proc/meminfo: memFree=28882432/32873844 swapFree=7384/7384
[pid=2863] ppid=2861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2863/stat : 2863 (npSolver-pbo-It) S 2861 2863 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272318734 9367552 275 33554432000 4194304 5064252 140734769346704 140734769345616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2863/statm: 2287 275 233 213 0 72 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=35.62 cores=0,2,4,6
/proc/2864/stat : 2864 (npSolver-pbo) S 2863 2863 1914 0 -1 4202496 7253 31108 0 0 29 26 3489 18 20 0 1 0 272318734 17764352 3952 33554432000 4194304 5992684 140733307909200 140733307895032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2864/statm: 4337 3952 188 440 0 3893 0
[pid=3057] ppid=2864 vsize=348336 CPUtime=1764.48 cores=0,2,4,6
/proc/3057/stat : 3057 (glucosInc) R 2864 2863 1914 0 -1 4202496 75753 0 0 0 176329 119 0 0 20 0 1 0 272322299 356696064 82528 33554432000 4194304 5654031 140736784561664 140736784549480 4233144 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3057/statm: 87084 82528 141 357 0 86724 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 374832

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2863 and gives
#  childrusage.ru_utime.tv_sec=35
#  childrusage.ru_utime.tv_usec=191650
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=455930
# CPU time returned by wait4() is 35.6476
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1798.47
CPU system time (s): 1.63
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 453432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.1917
system time used= 0.45593
maximum resident set size= 80832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38736
page faults= 0
swaps= 0
block input operations= 0
block output operations= 54848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 205
involuntary context switches= 82

runsolver used 2.67159 second user time and 7.15891 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-26 21:52:13
IDJOB=3698078
IDBENCH=2234
IDSOLVER=2275
FILE ID=node136/3698078-1338061933
RUNJOBID= node136-1338052928-1930
PBS_JOBID= 14624396
Free space on /tmp= 71600 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-4.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698078-1338061933/watcher-3698078-1338061933 -o /tmp/evaluation-result-3698078-1338061933/solver-3698078-1338061933 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698078-1338061933.opb 2092380444 HOME HOME

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

MD5SUM BENCH= 4e682317a6045f4869b1783c80734344
RANDOM SEED=2092380444

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:        29051648 kB
Buffers:          340052 kB
Cached:          2416800 kB
SwapCached:        24460 kB
Active:          1099400 kB
Inactive:        1942532 kB
Active(anon):     259584 kB
Inactive(anon):    25096 kB
Active(file):     839816 kB
Inactive(file):  1917436 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              8172 kB
Writeback:             0 kB
AnonPages:        304700 kB
Mapped:            11024 kB
Shmem:                 0 kB
Slab:             639504 kB
SReclaimable:      81188 kB
SUnreclaim:       558316 kB
KernelStack:        1504 kB
PageTables:         4440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     438980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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= 71612 MiB
End job on node136 at 2012-05-26 22:22:13