Trace number 3699161

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? (TO) 1800.07 1800.91

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_20_2__17_12__512.opb
MD5SUM609453b50c3d7bac05dbde2a1c3eefb6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46877
Best CPU time to get the best result obtained on this benchmark3.72243
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20498
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)42
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint512
Maximum length of a constraint4097
Number of terms in the objective function 20480
Biggest coefficient in the objective function 94409
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 893215744
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 94409
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 893215744
Number of bits of the biggest sum of numbers30
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.17	c run inc solver
0.00/0.17	c [INC SYSTEM] run initial solver
0.00/0.17	c [INC SYSTEM] preprocess with white file
1.17/1.76	c [INC SYSTEM] finished preprocessing in 1 s
1.17/1.76	c [INC SYSTEM] execute solver
1.18/1.91	c [INC SEARCH] formula is SAT
1.18/1.91	c [INC SYSTEM] solved the initial formula
1.18/1.94	c model valid
1.18/1.94	c current solution ok
1.91/2.54	o 212091
1.91/2.54	c execute binary inc search
1.91/2.54	c [INC SEARCH] current bound: 106045
1.91/2.54	c [INC SEARCH] iteration: 0
1.91/2.54	c [INC SEARCH] lower bound: 0 upperbound 212091 current bound: 106045 best value:212091
1.91/2.54	c [INC SYSTEM] there exists a inc, kill it!
1.91/2.54	c write failed with 2
1.91/2.55	c [INC SYSTEM] create new solver instance
1.91/2.55	c [INC] encode full formula
1.91/2.55	c fallback to adder encoding
3.73/4.40	c set iterative enc to: adder
3.73/4.40	c set iterative enc to: none
4.03/4.62	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.91	c an unexpexted return value has been received, exit
1800.03/1800.91	s UNKNOWN
1800.03/1800.91	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.91	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-3699161-1338083819/watcher-3699161-1338083819 -o /tmp/evaluation-result-3699161-1338083819/solver-3699161-1338083819 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699161-1338083819.opb 1130444229 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.57 2.57 2.24 3/180 15917
/proc/meminfo: memFree=31380692/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0

[startup+0.09723 s]
/proc/loadavg: 2.57 2.57 2.24 3/180 15917
/proc/meminfo: memFree=31380692/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100235 s]
/proc/loadavg: 2.57 2.57 2.24 3/180 15917
/proc/meminfo: memFree=31380692/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300252 s]
/proc/loadavg: 2.57 2.57 2.24 3/180 15917
/proc/meminfo: memFree=31380692/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700271 s]
/proc/loadavg: 2.57 2.57 2.24 3/180 15917
/proc/meminfo: memFree=31380692/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.57 2.57 2.24 3/184 15921
/proc/meminfo: memFree=31280016/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=16156 CPUtime=0.19 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 3981 0 0 0 15 4 0 0 20 0 1 0 274507195 16543744 3360 33554432000 4194304 5992684 140736147181056 140736147175504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15918/statm: 4039 3360 167 440 0 3595 0
[pid=15920] ppid=15918 vsize=9148 CPUtime=0.98 cores=0,2,4,6
/proc/15920/stat : 15920 (cp2_pre.sh) S 15918 15917 8474 0 -1 4202496 633 17385 0 0 0 0 95 3 20 0 1 0 274507215 9367552 280 33554432000 4194304 5064252 140736196346432 140736196345136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15920/statm: 2287 280 238 213 0 72 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 34452

[startup+3.1003 s]
/proc/loadavg: 2.52 2.56 2.24 3/183 15923
/proc/meminfo: memFree=31321000/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=108124 CPUtime=2.52 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) R 15917 15917 8474 0 -1 4202496 12232 27486 0 0 82 55 108 7 20 0 1 0 274507195 110718976 18827 33554432000 4194304 5992684 140736147181056 140736147172840 4524725 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 27031 18827 188 440 0 26587 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 117272

[startup+6.30033 s]
/proc/loadavg: 2.52 2.56 2.24 3/183 15926
/proc/meminfo: memFree=31016852/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=413792 CPUtime=1.66 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 56812 0 0 0 153 13 0 0 20 0 1 0 274507657 423723008 88381 33554432000 4194304 5654031 140734712533392 140734711482744 4209570 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15926/statm: 103448 88381 127 357 0 103088 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 465528

[startup+12.7004 s]
/proc/loadavg: 2.64 2.58 2.25 3/183 15926
/proc/meminfo: memFree=30850688/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=427888 CPUtime=8.06 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 61723 0 0 0 790 16 0 0 20 0 1 0 274507657 438157312 86169 33554432000 4194304 5654031 140734712533392 140734712531176 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 106972 86169 141 357 0 106612 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 479624

[startup+25.5004 s]
/proc/loadavg: 2.50 2.55 2.25 3/183 15926
/proc/meminfo: memFree=30846972/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=428416 CPUtime=20.86 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 61874 0 0 0 2070 16 0 0 20 0 1 0 274507657 438697984 86831 33554432000 4194304 5654031 140734712533392 140734712521208 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 107104 86831 142 357 0 106744 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 480152

[startup+51.1003 s]
/proc/loadavg: 2.33 2.51 2.24 3/183 15926
/proc/meminfo: memFree=30838908/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=432684 CPUtime=46.45 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 62925 0 0 0 4629 16 0 0 20 0 1 0 274507657 443068416 87882 33554432000 4194304 5654031 140734712533392 140734712521208 4232736 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 108171 87882 143 357 0 107811 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 484420

[startup+102.3 s]
/proc/loadavg: 2.14 2.43 2.23 3/183 15926
/proc/meminfo: memFree=30873436/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=442136 CPUtime=97.64 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 64748 0 0 0 9748 16 0 0 20 0 1 0 274507657 452747264 91749 33554432000 4194304 5654031 140734712533392 140734712521208 4214494 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 110534 91749 143 357 0 110174 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 493872

[startup+162.3 s]
/proc/loadavg: 2.05 2.35 2.21 3/183 15973
/proc/meminfo: memFree=31058344/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=445736 CPUtime=157.63 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 65076 0 0 0 15747 16 0 0 20 0 1 0 274507657 456433664 92577 33554432000 4194304 5654031 140734712533392 140734712521208 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 111434 92577 143 357 0 111074 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 497472

[startup+222.3 s]
/proc/loadavg: 2.21 2.34 2.21 3/184 16100
/proc/meminfo: memFree=29682612/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=445736 CPUtime=217.62 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 65399 0 0 0 21746 16 0 0 20 0 1 0 274507657 456433664 93420 33554432000 4194304 5654031 140734712533392 140734712521208 4214616 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 111434 93420 143 357 0 111074 0
Current children cumulated CPU time (s) 221.67
Current children cumulated vsize (KiB) 497472

[startup+282.3 s]
/proc/loadavg: 2.07 2.27 2.19 3/184 16122
/proc/meminfo: memFree=29674288/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=29628720/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=467784 CPUtime=1297.45 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 71286 0 0 0 129724 21 0 0 20 0 1 0 274507657 479010816 104860 33554432000 4194304 5654031 140734712533392 140734712531176 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 116946 104860 143 357 0 116586 0
Current children cumulated CPU time (s) 1301.5
Current children cumulated vsize (KiB) 519520

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/183 16128
/proc/meminfo: memFree=29623756/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=468612 CPUtime=1357.44 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 71486 0 0 0 135722 22 0 0 20 0 1 0 274507657 479858688 106082 33554432000 4194304 5654031 140734712533392 140734712531080 4214988 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 117153 106082 143 357 0 116793 0
Current children cumulated CPU time (s) 1361.49
Current children cumulated vsize (KiB) 520348

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 16132
/proc/meminfo: memFree=29606192/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=468612 CPUtime=1417.44 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 71513 0 0 0 141722 22 0 0 20 0 1 0 274507657 479858688 107131 33554432000 4194304 5654031 140734712533392 140734712521208 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 117153 107131 143 357 0 116793 0
Current children cumulated CPU time (s) 1421.49
Current children cumulated vsize (KiB) 520348

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 16132
/proc/meminfo: memFree=29594164/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=475088 CPUtime=1477.43 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 72411 0 0 0 147721 22 0 0 20 0 1 0 274507657 486490112 109562 33554432000 4194304 5654031 140734712533392 140734712521208 4215017 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 118772 109562 143 357 0 118412 0
Current children cumulated CPU time (s) 1481.48
Current children cumulated vsize (KiB) 526824

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 16132
/proc/meminfo: memFree=29590876/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=556476 CPUtime=1537.42 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 72741 0 0 0 153720 22 0 0 20 0 1 0 274507657 569831424 110403 33554432000 4194304 5654031 140734712533392 140734712531480 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 139119 110403 143 357 0 138759 0
Current children cumulated CPU time (s) 1541.47
Current children cumulated vsize (KiB) 608212

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 16132
/proc/meminfo: memFree=29584040/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=556476 CPUtime=1597.41 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 72929 0 0 0 159719 22 0 0 20 0 1 0 274507657 569831424 112123 33554432000 4194304 5654031 140734712533392 140734712521208 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 139119 112123 143 357 0 138759 0
Current children cumulated CPU time (s) 1601.46
Current children cumulated vsize (KiB) 608212

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 16132
/proc/meminfo: memFree=29577524/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=556476 CPUtime=1657.39 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 73045 0 0 0 165717 22 0 0 20 0 1 0 274507657 569831424 113772 33554432000 4194304 5654031 140734712533392 140734712521208 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 139119 113772 143 357 0 138759 0
Current children cumulated CPU time (s) 1661.44
Current children cumulated vsize (KiB) 608212

[startup+1722.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 16133
/proc/meminfo: memFree=29624440/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=475088 CPUtime=1717.4 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 73259 0 0 0 171716 24 0 0 20 0 1 0 274507657 486490112 101906 33554432000 4194304 5654031 140734712533392 140734712521208 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 118772 101906 143 357 0 118412 0
Current children cumulated CPU time (s) 1721.45
Current children cumulated vsize (KiB) 526824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16133
/proc/meminfo: memFree=29620344/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=475088 CPUtime=1777.38 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 73261 0 0 0 177714 24 0 0 20 0 1 0 274507657 486490112 102930 33554432000 4194304 5654031 140734712533392 140734712521208 4215055 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 118772 102930 143 357 0 118412 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (KiB) 526824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16133
/proc/meminfo: memFree=29610912/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=477576 CPUtime=1795.98 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 73698 0 0 0 179574 24 0 0 20 0 1 0 274507657 489037824 105411 33554432000 4194304 5654031 140734712533392 140734712521208 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 119394 105411 143 357 0 119034 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 529312

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16133
/proc/meminfo: memFree=29610912/32873844 swapFree=7112/7112
[pid=15917] ppid=15915 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15917/stat : 15917 (npSolver-pbo-I.) S 15915 15917 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274507194 9367552 275 33554432000 4194304 5064252 140736944035968 140736944034880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15917/statm: 2287 275 233 213 0 72 0
[pid=15918] ppid=15917 vsize=42588 CPUtime=4.05 cores=0,2,4,6
/proc/15918/stat : 15918 (npSolver-pbo) S 15917 15917 8474 0 -1 4202496 13502 28002 0 0 213 75 108 9 20 0 1 0 274507195 43610112 9966 33554432000 4194304 5992684 140736147181056 140736147165960 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15918/statm: 10647 9966 188 440 0 10203 0
[pid=15926] ppid=15918 vsize=477576 CPUtime=1795.98 cores=0,2,4,6
/proc/15926/stat : 15926 (glucosInc) R 15918 15917 8474 0 -1 4202496 73698 0 0 0 179574 24 0 0 20 0 1 0 274507657 489037824 105411 33554432000 4194304 5654031 140734712533392 140734712521208 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15926/statm: 119394 105411 143 357 0 119034 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 529312

Child status: 0
Real time (s): 1800.91
CPU time (s): 1800.07
CPU user time (s): 1798.97
CPU system time (s): 1.10183
CPU usage (%): 99.953
Max. virtual memory (cumulated for all children) (KiB): 738440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.10183
maximum resident set size= 553964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115583
page faults= 0
swaps= 0
block input operations= 0
block output operations= 323408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 237
involuntary context switches= 2027

runsolver used 4.80127 second user time and 12.948 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 03:56:59
IDJOB=3699161
IDBENCH=71863
IDSOLVER=2276
FILE ID=node132/3699161-1338083819
RUNJOBID= node132-1338052924-8490
PBS_JOBID= 14624394
Free space on /tmp= 71608 MiB

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

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

MD5SUM BENCH= 609453b50c3d7bac05dbde2a1c3eefb6
RANDOM SEED=1130444229

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31381336 kB
Buffers:          211756 kB
Cached:           243672 kB
SwapCached:         1496 kB
Active:           505136 kB
Inactive:         168284 kB
Active(anon):     209776 kB
Inactive(anon):    10052 kB
Active(file):     295360 kB
Inactive(file):   158232 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105376 kB
Dirty:              9128 kB
Writeback:             0 kB
AnonPages:        250088 kB
Mapped:            12440 kB
Shmem:                 8 kB
Slab:             667152 kB
SReclaimable:     108712 kB
SUnreclaim:       558440 kB
KernelStack:        1520 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     362172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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= 71092 MiB
End job on node132 at 2012-05-27 04:27:00