Trace number 3699409

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 NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.05 1801.92

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_1_mh_ic.opb
MD5SUM19509a32f8723d88252dcacb3db21725
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3302087
Best CPU time to get the best result obtained on this benchmark1800.89
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 92345408
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11614872417
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 92345408
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11614872417
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.09/1.17	c run inc solver
1.09/1.17	c [INC SYSTEM] run initial solver
1.09/1.17	c [INC SYSTEM] preprocess with white file
5.91/6.75	c [INC SYSTEM] finished preprocessing in 5 s
5.91/6.75	c [INC SYSTEM] execute solver
11.90/12.79	c [INC SEARCH] formula is SAT
12.00/12.82	c [INC SYSTEM] solved the initial formula
12.10/12.98	c model valid
12.10/12.98	c current solution ok
14.39/15.24	o 311416028
14.39/15.24	c execute binary inc search
14.39/15.24	c [INC SEARCH] current bound: 155708026
14.39/15.24	c [INC SEARCH] iteration: 0
14.39/15.24	c [INC SEARCH] lower bound: 0 upperbound 311416053 current bound: 155708026 best value:311416053
14.39/15.24	c [INC SYSTEM] there exists a inc, kill it!
14.39/15.24	c write failed with 2
14.39/15.25	c [INC SYSTEM] create new solver instance
14.39/15.25	c [INC] encode full formula
14.39/15.25	c fallback to adder encoding
17.32/18.11	c set iterative enc to: adder
17.32/18.11	c set iterative enc to: none
17.74/19.23	c [INC SEARCH] isOptimum variable: 0
1800.01/1801.91	c an unexpexted return value has been received, exit
1800.01/1801.91	s UNKNOWN
1800.01/1801.91	c [INC SYSTEM] there exists a inc, kill it!
1800.01/1801.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-3699409-1338129318/watcher-3699409-1338129318 -o /tmp/evaluation-result-3699409-1338129318/solver-3699409-1338129318 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699409-1338129318.opb 1185299219 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: 4.72 4.23 3.19 5/178 13168
/proc/meminfo: memFree=20897704/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0

[startup+0.0450349 s]
/proc/loadavg: 4.72 4.23 3.19 5/178 13168
/proc/meminfo: memFree=20897704/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 4.72 4.23 3.19 5/178 13168
/proc/meminfo: memFree=20897704/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 4.72 4.23 3.19 5/178 13168
/proc/meminfo: memFree=20897704/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700224 s]
/proc/loadavg: 4.72 4.23 3.19 5/178 13168
/proc/meminfo: memFree=20897704/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 4.72 4.23 3.19 4/180 13170
/proc/meminfo: memFree=26856780/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=99816 CPUtime=1.19 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 12331 0 0 0 108 11 0 0 20 0 1 0 279060303 102211584 17614 33554432000 4194304 5992684 140735914681856 140735914676304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 24954 17614 171 440 0 24510 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 108964

[startup+3.10035 s]
/proc/loadavg: 4.72 4.23 3.19 3/181 13172
/proc/meminfo: memFree=30535468/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=99816 CPUtime=1.19 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 12331 0 0 0 108 11 0 0 20 0 1 0 279060303 102211584 17614 33554432000 4194304 5992684 140735914681856 140735914676304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 24954 17614 171 440 0 24510 0
[pid=13171] ppid=13169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13171/stat : 13171 (cp2_pre.sh) S 13169 13168 12301 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279060423 9367552 277 33554432000 4194304 5064252 140736460185856 140736460184560 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13171/statm: 2287 277 234 213 0 72 0
[pid=13172] ppid=13171 vsize=318292 CPUtime=1.88 cores=0,2,4,6
/proc/13172/stat : 13172 (coprocessor) R 13171 13168 12301 0 -1 4202496 41386 0 0 0 179 9 0 0 20 0 1 0 279060423 325931008 72090 33554432000 4194304 6586260 140735427890576 140735427886840 4546419 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/13172/statm: 79573 72091 166 584 0 78985 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 436404

[startup+6.3003 s]
/proc/loadavg: 4.66 4.22 3.20 3/181 13172
/proc/meminfo: memFree=30410192/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=99816 CPUtime=1.19 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 12331 0 0 0 108 11 0 0 20 0 1 0 279060303 102211584 17614 33554432000 4194304 5992684 140735914681856 140735914676304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 24954 17614 171 440 0 24510 0
[pid=13171] ppid=13169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13171/stat : 13171 (cp2_pre.sh) S 13169 13168 12301 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279060423 9367552 277 33554432000 4194304 5064252 140736460185856 140736460184560 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13171/statm: 2287 277 234 213 0 72 0
[pid=13172] ppid=13171 vsize=377648 CPUtime=4.32 cores=0,2,4,6
/proc/13172/stat : 13172 (coprocessor) R 13171 13168 12301 0 -1 4202496 51073 0 0 0 415 17 0 0 20 0 1 0 279060423 386711552 93394 33554432000 4194304 6586260 140735427890576 140735427886328 5466715 0 0 4096 8404994 0 0 0 17 0 0 0 74 0 0
/proc/13172/statm: 94412 93394 200 584 0 93824 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 495760

[startup+12.7003 s]
/proc/loadavg: 4.53 4.20 3.20 3/180 13174
/proc/meminfo: memFree=30639596/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=103784 CPUtime=5.96 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 13233 51977 0 0 108 11 456 21 20 0 1 0 279060303 106274816 18460 33554432000 4194304 5992684 140735914681856 140735914668120 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 25946 18460 173 440 0 25502 0
[pid=13174] ppid=13169 vsize=175336 CPUtime=5.94 cores=0,2,4,6
/proc/13174/stat : 13174 (glucosInc) R 13169 13168 12301 0 -1 4202496 33041 0 0 0 587 7 0 0 20 0 1 0 279060978 179544064 39787 33554432000 4194304 5654031 140734013408560 140734013405032 5049872 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 43834 39787 141 357 0 43474 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 288268

[startup+25.5004 s]
/proc/loadavg: 4.05 4.11 3.18 3/180 13177
/proc/meminfo: memFree=29958888/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=621548 CPUtime=6.25 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 96434 0 0 0 600 25 0 0 20 0 1 0 279062226 636465152 144555 33554432000 4194304 5654031 140735239299872 140735239287688 4214603 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 155387 144555 141 357 0 155027 0
Current children cumulated CPU time (s) 24.02
Current children cumulated vsize (KiB) 756460

[startup+51.1004 s]
/proc/loadavg: 3.35 3.94 3.15 3/180 13177
/proc/meminfo: memFree=29961804/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=624328 CPUtime=31.85 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 97205 0 0 0 3159 26 0 0 20 0 1 0 279062226 639311872 145837 33554432000 4194304 5654031 140735239299872 140735239297560 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 156082 145837 141 357 0 155722 0
Current children cumulated CPU time (s) 49.62
Current children cumulated vsize (KiB) 759240

[startup+102.307 s]
/proc/loadavg: 2.58 3.64 3.09 3/179 13177
/proc/meminfo: memFree=29967280/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=640312 CPUtime=83.04 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 98715 0 0 0 8278 26 0 0 20 0 1 0 279062226 655679488 148880 33554432000 4194304 5654031 140735239299872 140735239297640 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 160078 148880 142 357 0 159718 0
Current children cumulated CPU time (s) 100.81
Current children cumulated vsize (KiB) 775224

[startup+162.3 s]
/proc/loadavg: 2.21 3.34 3.02 3/179 13177
/proc/meminfo: memFree=29967312/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=640312 CPUtime=143.01 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 98896 0 0 0 14275 26 0 0 20 0 1 0 279062226 655679488 149029 33554432000 4194304 5654031 140735239299872 140735239287688 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 160078 149029 142 357 0 159718 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 775224

[startup+222.3 s]
/proc/loadavg: 2.08 3.09 2.95 4/180 13178
/proc/meminfo: memFree=29621052/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=721700 CPUtime=202.98 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 99919 0 0 0 20270 28 0 0 20 0 1 0 279062226 739020800 150016 33554432000 4194304 5654031 140735239299872 140735239287688 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 180425 150016 142 357 0 180065 0
Current children cumulated CPU time (s) 220.75

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

/proc/meminfo: memFree=29446668/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=739192 CPUtime=1282.74 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 102956 0 0 0 128237 37 0 0 20 0 1 0 279062226 756932608 164222 33554432000 4194304 5654031 140735239299872 140735239287688 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 184798 164222 142 357 0 184438 0
Current children cumulated CPU time (s) 1300.51
Current children cumulated vsize (KiB) 874104

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.26 3/179 13234
/proc/meminfo: memFree=29442304/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=739192 CPUtime=1342.7 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 102989 0 0 0 134233 37 0 0 20 0 1 0 279062226 756932608 164734 33554432000 4194304 5654031 140735239299872 140735239287688 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 184798 164734 142 357 0 184438 0
Current children cumulated CPU time (s) 1360.47
Current children cumulated vsize (KiB) 874104

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.24 3/179 13234
/proc/meminfo: memFree=29469736/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=739192 CPUtime=1402.69 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 103325 0 0 0 140230 39 0 0 20 0 1 0 279062226 756932608 156710 33554432000 4194304 5654031 140735239299872 140735239287688 4232403 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 184798 156710 142 357 0 184438 0
Current children cumulated CPU time (s) 1420.46
Current children cumulated vsize (KiB) 874104

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.23 3/179 13234
/proc/meminfo: memFree=29459000/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=739192 CPUtime=1462.69 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 103327 0 0 0 146229 40 0 0 20 0 1 0 279062226 756932608 157734 33554432000 4194304 5654031 140735239299872 140735239287688 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 184798 157734 142 357 0 184438 0
Current children cumulated CPU time (s) 1480.46
Current children cumulated vsize (KiB) 874104

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.21 3/180 13261
/proc/meminfo: memFree=29443100/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=739192 CPUtime=1522.68 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 103329 0 0 0 152228 40 0 0 20 0 1 0 279062226 756932608 158897 33554432000 4194304 5654031 140735239299872 140735239287688 4215372 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 184798 158897 142 357 0 184438 0
Current children cumulated CPU time (s) 1540.45
Current children cumulated vsize (KiB) 874104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.19 3/180 13261
/proc/meminfo: memFree=29435408/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=739192 CPUtime=1582.67 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 103331 0 0 0 158227 40 0 0 20 0 1 0 279062226 756932608 159921 33554432000 4194304 5654031 140735239299872 140735239287688 4208604 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 184798 159921 142 357 0 184438 0
Current children cumulated CPU time (s) 1600.44
Current children cumulated vsize (KiB) 874104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/179 13261
/proc/meminfo: memFree=29429148/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=739192 CPUtime=1642.66 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 103333 0 0 0 164226 40 0 0 20 0 1 0 279062226 756932608 160945 33554432000 4194304 5654031 140735239299872 140735239287688 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 184798 160945 142 357 0 184438 0
Current children cumulated CPU time (s) 1660.43
Current children cumulated vsize (KiB) 874104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 13261
/proc/meminfo: memFree=29418288/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=739192 CPUtime=1702.65 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 103335 0 0 0 170225 40 0 0 20 0 1 0 279062226 756932608 161969 33554432000 4194304 5654031 140735239299872 140735239287688 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 184798 161969 142 357 0 184438 0
Current children cumulated CPU time (s) 1720.42
Current children cumulated vsize (KiB) 874104

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.16 3/179 13261
/proc/meminfo: memFree=29441428/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=739192 CPUtime=1762.64 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 103337 0 0 0 176224 40 0 0 20 0 1 0 279062226 756932608 162993 33554432000 4194304 5654031 140735239299872 140735239287688 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 184798 162993 142 357 0 184438 0
Current children cumulated CPU time (s) 1780.41
Current children cumulated vsize (KiB) 874104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.02 2.01 2.15 3/179 13261
/proc/meminfo: memFree=29439504/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=739192 CPUtime=1782.24 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 103338 0 0 0 178184 40 0 0 20 0 1 0 279062226 756932608 163505 33554432000 4194304 5654031 140735239299872 140735239287688 4216325 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 184798 163505 142 357 0 184438 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 874104

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.9 s]
/proc/loadavg: 2.02 2.01 2.15 3/179 13261
/proc/meminfo: memFree=29439504/32873844 swapFree=6088/6088
[pid=13168] ppid=13166 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13168/stat : 13168 (npSolver-pbo-I.) S 13166 13168 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279060303 9367552 274 33554432000 4194304 5064252 140734234672064 140734234670976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13168/statm: 2287 274 233 213 0 72 0
[pid=13169] ppid=13168 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/13169/stat : 13169 (npSolver-pbo) S 13168 13168 12301 0 -1 4202496 24206 86062 0 0 447 237 1052 41 20 0 1 0 279060303 128782336 24153 33554432000 4194304 5992684 140735914681856 140735914666760 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/13169/statm: 31441 24153 191 440 0 30997 0
[pid=13177] ppid=13169 vsize=739192 CPUtime=1782.24 cores=0,2,4,6
/proc/13177/stat : 13177 (glucosInc) R 13169 13168 12301 0 -1 4202496 103338 0 0 0 178184 40 0 0 20 0 1 0 279062226 756932608 163505 33554432000 4194304 5654031 140735239299872 140735239287688 4216325 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13177/statm: 184798 163505 142 357 0 184438 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 874104

Child status: 0
Real time (s): 1801.92
CPU time (s): 1800.05
CPU user time (s): 1796.84
CPU system time (s): 3.20651
CPU usage (%): 99.8963
Max. virtual memory (cumulated for all children) (KiB): 1085720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.84
system time used= 3.20651
maximum resident set size= 795012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213984
page faults= 0
swaps= 0
block input operations= 8
block output operations= 708216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1275
involuntary context switches= 3162

runsolver used 9.36358 second user time and 17.5893 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 16:35:19
IDJOB=3699409
IDBENCH=92655
IDSOLVER=2276
FILE ID=node110/3699409-1338129318
RUNJOBID= node110-1338119844-12317
PBS_JOBID= 14624477
Free space on /tmp= 64500 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_1_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699409-1338129318/watcher-3699409-1338129318 -o /tmp/evaluation-result-3699409-1338129318/solver-3699409-1338129318 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699409-1338129318.opb 1185299219 HOME HOME

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

MD5SUM BENCH= 19509a32f8723d88252dcacb3db21725
RANDOM SEED=1185299219

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.893
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.893
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:        20773728 kB
Buffers:          269180 kB
Cached:         10134916 kB
SwapCached:          148 kB
Active:          1024224 kB
Inactive:        9862384 kB
Active(anon):     472444 kB
Inactive(anon):    12496 kB
Active(file):     551780 kB
Inactive(file):  9849888 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:           1532524 kB
Writeback:            16 kB
AnonPages:        474104 kB
Mapped:            15428 kB
Shmem:               196 kB
Slab:            1071152 kB
SReclaimable:     512748 kB
SUnreclaim:       558404 kB
KernelStack:        1496 kB
PageTables:         4956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     750600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 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= 71156 MiB
End job on node110 at 2012-05-27 17:05:21