Trace number 3697554

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

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__16.opb
MD5SUMdd2523e10c08c9cb3b30bc694276e5a5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark70998
Best CPU time to get the best result obtained on this benchmark1571.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4898
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint16
Maximum length of a constraint273
Number of terms in the objective function 4800
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 173230512
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 173230512
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.04	c run inc solver
0.00/0.04	c [INC SYSTEM] run initial solver
0.00/0.04	c [INC SYSTEM] preprocess with white file
0.00/0.30	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.30	c [INC SYSTEM] execute solver
0.00/0.33	c [INC SEARCH] formula is SAT
0.00/0.34	c [INC SYSTEM] solved the initial formula
0.00/0.34	c model valid
0.00/0.34	c current solution ok
0.00/0.48	o 359847
0.00/0.48	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.48	c write failed with 2
0.00/0.48	c [INC SEARCH] iteration: 0
0.00/0.48	c [INC BOUNDS] best value:359847 search for 359846
0.00/0.48	c [INC SYSTEM] create new solver instance
0.00/0.48	c [INC] encode full formula
0.00/0.48	c fallback to adder encoding
0.00/0.96	c set iterative enc to: adder
0.00/0.96	c set iterative enc to: none
0.99/1.01	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.41	HOME/npSolver-pbo-Itd.sh: line 18: 15786 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-3697554-1338082334/watcher-3697554-1338082334 -o /tmp/evaluation-result-3697554-1338082334/solver-3697554-1338082334 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697554-1338082334.opb 1833738284 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.07 2.02 2.00 3/180 15785
/proc/meminfo: memFree=29252028/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0

[startup+0.0639081 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 15785
/proc/meminfo: memFree=29252028/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100178 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 15785
/proc/meminfo: memFree=29252028/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300204 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 15785
/proc/meminfo: memFree=29252028/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700261 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 15785
/proc/meminfo: memFree=29252028/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 15793
/proc/meminfo: memFree=29155092/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 21232

[startup+3.10024 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 15794
/proc/meminfo: memFree=29115948/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=106140 CPUtime=2.07 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 20194 0 0 0 203 4 0 0 20 0 1 0 274358257 108687360 22580 33554432000 4194304 5654031 140733598089664 140733598087272 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 26535 22580 141 357 0 26175 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 127372

[startup+6.30028 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 15794
/proc/meminfo: memFree=29111476/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=106140 CPUtime=5.26 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 20212 0 0 0 522 4 0 0 20 0 1 0 274358257 108687360 23109 33554432000 4194304 5654031 140733598089664 140733598077480 4214618 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 26535 23109 141 357 0 26175 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 127372

[startup+12.7003 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 15794
/proc/meminfo: memFree=29106668/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=106404 CPUtime=11.66 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 20271 0 0 0 1162 4 0 0 20 0 1 0 274358257 108957696 23168 33554432000 4194304 5654031 140733598089664 140733598077480 4232462 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 26601 23168 142 357 0 26241 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 127636

[startup+25.5069 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 15794
/proc/meminfo: memFree=29095752/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=112176 CPUtime=24.47 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 21454 0 0 0 2442 5 0 0 20 0 1 0 274358257 114868224 25373 33554432000 4194304 5654031 140733598089664 140733598077480 4232994 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 28044 25373 142 357 0 27684 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 133408

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 15794
/proc/meminfo: memFree=29089148/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=113088 CPUtime=50.05 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 22696 0 0 0 5000 5 0 0 20 0 1 0 274358257 115802112 26384 33554432000 4194304 5654031 140733598089664 140733598077480 4232939 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 28272 26384 142 357 0 27912 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 134320

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15795
/proc/meminfo: memFree=29046768/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=143888 CPUtime=101.24 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 24156 0 0 0 10117 7 0 0 20 0 1 0 274358257 147341312 34356 33554432000 4194304 5654031 140733598089664 140733598077480 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 35972 34356 142 357 0 35612 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 165120

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15795
/proc/meminfo: memFree=29003924/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=193208 CPUtime=161.23 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 24775 0 0 0 16115 8 0 0 20 0 1 0 274358257 197844992 43366 33554432000 4194304 5654031 140733598089664 140733598077480 4232651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 48302 43366 142 357 0 47942 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 214440

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 15795
/proc/meminfo: memFree=29015732/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=193208 CPUtime=221.23 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 25074 0 0 0 22114 9 0 0 20 0 1 0 274358257 197844992 42854 33554432000 4194304 5654031 140733598089664 140733598077480 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 48302 42854 142 357 0 47942 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 214440

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 15795
/proc/meminfo: memFree=28985848/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.02 2.01 2.00 3/183 15804
/proc/meminfo: memFree=28936248/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=193208 CPUtime=1301.04 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 30514 0 0 0 130083 21 0 0 20 0 1 0 274358257 197844992 46689 33554432000 4194304 5654031 140733598089664 140733598077480 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 48302 46689 142 357 0 47942 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 214440

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15805
/proc/meminfo: memFree=28920432/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=224028 CPUtime=1361.03 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 31043 0 0 0 136081 22 0 0 20 0 1 0 274358257 229404672 49260 33554432000 4194304 5654031 140733598089664 140733598077480 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 56007 49260 142 357 0 55647 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 245260

[startup+1422.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 15806
/proc/meminfo: memFree=28936500/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=224028 CPUtime=1421.01 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 31048 0 0 0 142079 22 0 0 20 0 1 0 274358257 229404672 51820 33554432000 4194304 5654031 140733598089664 140733598077480 4214957 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 56007 51820 142 357 0 55647 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 245260

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 15806
/proc/meminfo: memFree=28915152/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=224028 CPUtime=1481.01 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 31079 0 0 0 148078 23 0 0 20 0 1 0 274358257 229404672 54406 33554432000 4194304 5654031 140733598089664 140733598077480 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 56007 54406 142 357 0 55647 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 245260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15806
/proc/meminfo: memFree=28935744/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=193208 CPUtime=1541.01 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 31711 0 0 0 154076 25 0 0 20 0 1 0 274358257 197844992 46121 33554432000 4194304 5654031 140733598089664 140733598077480 4215064 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 48302 46121 142 357 0 47942 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 214440

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15806
/proc/meminfo: memFree=28912156/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=224028 CPUtime=1600.99 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 32298 0 0 0 160074 25 0 0 20 0 1 0 274358257 229404672 49260 33554432000 4194304 5654031 140733598089664 140733598077480 4216386 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 56007 49260 142 357 0 55647 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 245260

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15807
/proc/meminfo: memFree=28928788/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=224028 CPUtime=1660.99 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 32303 0 0 0 166073 26 0 0 20 0 1 0 274358257 229404672 51820 33554432000 4194304 5654031 140733598089664 140733598077480 4215017 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 56007 51820 142 357 0 55647 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 245260

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 15810
/proc/meminfo: memFree=28907928/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=224028 CPUtime=1720.97 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 32308 0 0 0 172071 26 0 0 20 0 1 0 274358257 229404672 54380 33554432000 4194304 5654031 140733598089664 140733598077480 4215182 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 56007 54380 142 357 0 55647 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 245260

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 15833
/proc/meminfo: memFree=28887140/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=274116 CPUtime=1780.97 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 32622 0 0 0 178070 27 0 0 20 0 1 0 274358257 280694784 57244 33554432000 4194304 5654031 140733598089664 140733598077480 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 68529 57244 142 357 0 68169 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 295348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.79 1.96 1.98 2/175 15858
/proc/meminfo: memFree=29791972/32873844 swapFree=7372/7372
[pid=15785] ppid=15783 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15785/stat : 15785 (npSolver-pbo-It) S 15783 15785 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274358155 9367552 275 33554432000 4194304 5064252 140733301790400 140733301789312 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15785/statm: 2287 275 233 213 0 72 0
[pid=15786] ppid=15785 vsize=12084 CPUtime=1 cores=0,2,4,6
/proc/15786/stat : 15786 (npSolver-pbo) S 15785 15785 9054 0 -1 4202496 6278 8854 0 0 53 18 27 2 20 0 1 0 274358155 12374016 2548 33554432000 4194304 5992684 140736134144768 140736134130600 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15786/statm: 3021 2548 184 440 0 2577 0
[pid=15794] ppid=15786 vsize=274116 CPUtime=1799.07 cores=0,2,4,6
/proc/15794/stat : 15794 (glucosInc) R 15786 15785 9054 0 -1 4202496 32624 0 0 0 179880 27 0 0 20 0 1 0 274358257 280694784 58268 33554432000 4194304 5654031 140733598089664 140733598077480 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15794/statm: 68529 58268 142 357 0 68169 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 295348

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.6
CPU system time (s): 0.47
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 344668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.805877
system time used= 0.211967
maximum resident set size= 74132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15507
page faults= 0
swaps= 0
block input operations= 0
block output operations= 77992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61
involuntary context switches= 15

runsolver used 5.50616 second user time and 15.8006 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-27 03:32:14
IDJOB=3697554
IDBENCH=71852
IDSOLVER=2275
FILE ID=node133/3697554-1338082334
RUNJOBID= node133-1338048810-9070
PBS_JOBID= 14624373
Free space on /tmp= 71640 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__16.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697554-1338082334/watcher-3697554-1338082334 -o /tmp/evaluation-result-3697554-1338082334/solver-3697554-1338082334 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697554-1338082334.opb 1833738284 HOME HOME

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

MD5SUM BENCH= dd2523e10c08c9cb3b30bc694276e5a5
RANDOM SEED=1833738284

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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:        29251912 kB
Buffers:          314168 kB
Cached:          1745284 kB
SwapCached:          104 kB
Active:          1357084 kB
Inactive:        1438028 kB
Active(anon):     725020 kB
Inactive(anon):    12576 kB
Active(file):     632064 kB
Inactive(file):  1425452 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108752 kB
Dirty:            100760 kB
Writeback:             0 kB
AnonPages:        826724 kB
Mapped:            15772 kB
Shmem:               212 kB
Slab:             684952 kB
SReclaimable:     126612 kB
SUnreclaim:       558340 kB
KernelStack:        1520 kB
PageTables:         5556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     953544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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= 71688 MiB
End job on node133 at 2012-05-27 04:02:14