Trace number 3702638

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-topdown-quickBound? (TO) 1800.08 1801.31

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_5_mh.opb
MD5SUMdea82fb627e6a79192851c69f83767e0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6311552
Best CPU time to get the best result obtained on this benchmark1800.63
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 122763473
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 15648073763
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 15648073763
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

0.00/0.61	c run inc solver
0.00/0.61	c [INC SYSTEM] run initial solver
0.00/0.61	c [INC SYSTEM] preprocess with white file
3.28/3.31	c [INC SYSTEM] finished preprocessing in 2 s
3.28/3.31	c [INC SYSTEM] execute solver
8.05/8.10	c [INC SEARCH] formula is SAT
8.05/8.11	c [INC SYSTEM] solved the initial formula
8.15/8.22	c model valid
8.15/8.22	c current solution ok
9.35/9.48	o 371405331
9.35/9.48	c starting approximation
9.35/9.48	c factor = 2
9.35/9.48	c factor still to low - shrinking to 1.87467e+07
9.35/9.48	c approx number of clauses: 1e+06
9.35/9.49	c current bound: 185702672
10.40/11.28	c leaving approximation
10.40/11.28	c finished approximation
10.40/11.28	c [INC SYSTEM] there exists a inc, kill it!
10.40/11.28	c write failed with 2
10.40/11.29	c [INC SEARCH] iteration: 0
10.40/11.29	c [INC BOUNDS] best value:371405356 search for 371405355
10.40/11.29	c [INC SYSTEM] create new solver instance
10.40/11.29	c [INC] encode full formula
10.40/11.29	c fallback to adder encoding
13.07/13.95	c set iterative enc to: adder
13.07/13.95	c set iterative enc to: none
13.38/14.29	c [INC SEARCH] isOptimum variable: 0
1800.05/1801.31	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.05/1801.31	s UNKNOWN
1800.05/1801.31	c [INC SYSTEM] there exists a inc, kill it!
1800.05/1801.31	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-3702638-1338128972/watcher-3702638-1338128972 -o /tmp/evaluation-result-3702638-1338128972/solver-3702638-1338128972 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702638-1338128972.opb 161728084 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.07 2/180 4874
/proc/meminfo: memFree=30701184/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0

[startup+0.097118 s]
/proc/loadavg: 2.00 2.02 2.07 2/180 4874
/proc/meminfo: memFree=30701184/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 2.00 2.02 2.07 2/180 4874
/proc/meminfo: memFree=30701184/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300224 s]
/proc/loadavg: 2.00 2.02 2.07 2/180 4874
/proc/meminfo: memFree=30701184/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 2.00 2.02 2.07 2/180 4874
/proc/meminfo: memFree=30701184/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.02 2.07 3/184 4878
/proc/meminfo: memFree=30516136/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=52632 CPUtime=0.63 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 8538 0 0 0 57 6 0 0 20 0 1 0 279022535 53895168 9744 33554432000 4194304 5992684 140735223885712 140735223880160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 13158 9744 171 440 0 12714 0
[pid=4877] ppid=4875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4877/stat : 4877 (cp2_pre.sh) S 4875 4874 4091 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 279022599 9367552 276 33554432000 4194304 5064252 140735711420608 140735711419312 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4877/statm: 2287 276 234 213 0 72 0
[pid=4878] ppid=4877 vsize=170912 CPUtime=0.84 cores=0,2,4,6
/proc/4878/stat : 4878 (coprocessor) R 4877 4874 4091 0 -1 4202496 28030 0 0 0 80 4 0 0 20 0 1 0 279022599 175013888 38275 33554432000 4194304 6586260 140737062609136 140737062605400 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/4878/statm: 42728 38275 166 584 0 42140 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 241840

[startup+3.1003 s]
/proc/loadavg: 2.00 2.02 2.07 3/184 4878
/proc/meminfo: memFree=30466144/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=52632 CPUtime=0.63 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 8538 0 0 0 57 6 0 0 20 0 1 0 279022535 53895168 9744 33554432000 4194304 5992684 140735223885712 140735223880160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 13158 9744 171 440 0 12714 0
[pid=4877] ppid=4875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4877/stat : 4877 (cp2_pre.sh) S 4875 4874 4091 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 279022599 9367552 276 33554432000 4194304 5064252 140735711420608 140735711419312 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4877/statm: 2287 276 234 213 0 72 0
[pid=4878] ppid=4877 vsize=210616 CPUtime=2.44 cores=0,2,4,6
/proc/4878/stat : 4878 (coprocessor) R 4877 4874 4091 0 -1 4202496 35334 0 0 0 233 11 0 0 20 0 1 0 279022599 215670784 51447 33554432000 4194304 6586260 140737062609136 140737062604888 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/4878/statm: 52654 51447 200 584 0 52066 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 281544

[startup+6.30033 s]
/proc/loadavg: 2.00 2.02 2.07 3/183 4880
/proc/meminfo: memFree=30553052/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=52632 CPUtime=3.28 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 8557 36236 0 0 57 6 252 13 20 0 1 0 279022535 53895168 9746 33554432000 4194304 5992684 140735223885712 140735223871976 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 13158 9746 173 440 0 12714 0
[pid=4880] ppid=4875 vsize=98308 CPUtime=2.97 cores=0,2,4,6
/proc/4880/stat : 4880 (glucosInc) R 4875 4874 4091 0 -1 4202496 20696 0 0 0 293 4 0 0 20 0 1 0 279022866 100667392 22745 33554432000 4194304 5654031 140734039733072 140734039730856 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4880/statm: 24577 22745 140 357 0 24217 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 160088

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.07 3/182 4888
/proc/meminfo: memFree=30522360/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=238848 CPUtime=11.87 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) R 4874 4874 4091 0 -1 4202496 18018 88913 0 0 236 114 805 32 20 0 1 0 279022535 244580352 48567 33554432000 4194304 5992684 140735223885712 140735223878424 4523474 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 59712 48567 204 440 0 59268 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 247996

[startup+25.5004 s]
/proc/loadavg: 2.07 2.03 2.08 3/183 4890
/proc/meminfo: memFree=29906248/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=570756 CPUtime=11.19 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 86841 0 0 0 1095 24 0 0 20 0 1 0 279023964 584454144 128409 33554432000 4194304 5654031 140735525365744 140735525363528 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 142689 128409 141 357 0 142329 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 646636

[startup+51.1004 s]
/proc/loadavg: 2.05 2.03 2.07 3/184 4893
/proc/meminfo: memFree=29899196/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=577144 CPUtime=36.78 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 87839 0 0 0 3654 24 0 0 20 0 1 0 279023964 590995456 130429 33554432000 4194304 5654031 140735525365744 140735525353560 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 144286 130429 141 357 0 143926 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 653024

[startup+102.307 s]
/proc/loadavg: 2.06 2.04 2.08 3/183 4893
/proc/meminfo: memFree=29887804/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=577144 CPUtime=87.98 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 88148 0 0 0 8774 24 0 0 20 0 1 0 279023964 590995456 131760 33554432000 4194304 5654031 140735525365744 140735525353560 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 144286 131760 142 357 0 143926 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 653024

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.07 3/183 4893
/proc/meminfo: memFree=29876356/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=577144 CPUtime=147.98 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 88151 0 0 0 14773 25 0 0 20 0 1 0 279023964 590995456 133296 33554432000 4194304 5654031 140735525365744 140735525353560 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 144286 133296 142 357 0 143926 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 653024

[startup+222.3 s]
/proc/loadavg: 2.07 2.04 2.07 3/182 4894
/proc/meminfo: memFree=29866120/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=659088 CPUtime=207.95 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 89138 0 0 0 20769 26 0 0 20 0 1 0 279023964 674906112 135275 33554432000 4194304 5654031 140735525365744 140735525353560 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 164772 135275 142 357 0 164412 0
Current children cumulated CPU time (s) 221.42

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

/proc/meminfo: memFree=29824992/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=682424 CPUtime=1287.68 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 95341 0 0 0 128732 36 0 0 20 0 1 0 279023964 698802176 144739 33554432000 4194304 5654031 140735525365744 140735525353560 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 170606 144739 142 357 0 170246 0
Current children cumulated CPU time (s) 1301.15
Current children cumulated vsize (KiB) 758304

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4905
/proc/meminfo: memFree=29814132/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=682424 CPUtime=1347.67 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 95504 0 0 0 134730 37 0 0 20 0 1 0 279023964 698802176 146435 33554432000 4194304 5654031 140735525365744 140735525353560 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 170606 146435 142 357 0 170246 0
Current children cumulated CPU time (s) 1361.14
Current children cumulated vsize (KiB) 758304

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4906
/proc/meminfo: memFree=29802900/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=686716 CPUtime=1407.67 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 95749 0 0 0 140730 37 0 0 20 0 1 0 279023964 703197184 148213 33554432000 4194304 5654031 140735525365744 140735525363512 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 171679 148213 142 357 0 171319 0
Current children cumulated CPU time (s) 1421.14
Current children cumulated vsize (KiB) 762596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4906
/proc/meminfo: memFree=29830084/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=605328 CPUtime=1467.65 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 95842 0 0 0 146727 38 0 0 20 0 1 0 279023964 619855872 138829 33554432000 4194304 5654031 140735525365744 140735525353560 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 151332 138829 142 357 0 150972 0
Current children cumulated CPU time (s) 1481.12
Current children cumulated vsize (KiB) 681208

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4960
/proc/meminfo: memFree=30294032/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=605328 CPUtime=1527.64 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 95856 0 0 0 152726 38 0 0 20 0 1 0 279023964 619855872 139865 33554432000 4194304 5654031 140735525365744 140735525353560 4232755 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 151332 139865 142 357 0 150972 0
Current children cumulated CPU time (s) 1541.11
Current children cumulated vsize (KiB) 681208

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/183 4960
/proc/meminfo: memFree=29855496/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=605328 CPUtime=1587.64 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 95906 0 0 0 158725 39 0 0 20 0 1 0 279023964 619855872 140937 33554432000 4194304 5654031 140735525365744 140735525353560 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 151332 140937 142 357 0 150972 0
Current children cumulated CPU time (s) 1601.11
Current children cumulated vsize (KiB) 681208

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 4960
/proc/meminfo: memFree=29846996/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=686716 CPUtime=1647.63 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 96547 0 0 0 164723 40 0 0 20 0 1 0 279023964 703197184 142594 33554432000 4194304 5654031 140735525365744 140735525353560 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 171679 142594 142 357 0 171319 0
Current children cumulated CPU time (s) 1661.1
Current children cumulated vsize (KiB) 762596

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 4961
/proc/meminfo: memFree=29840332/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=686716 CPUtime=1707.61 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 96556 0 0 0 170721 40 0 0 20 0 1 0 279023964 703197184 143106 33554432000 4194304 5654031 140735525365744 140735525353560 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 171679 143106 142 357 0 171319 0
Current children cumulated CPU time (s) 1721.08
Current children cumulated vsize (KiB) 762596

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 4961
/proc/meminfo: memFree=29838064/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=686716 CPUtime=1767.58 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 96595 0 0 0 176718 40 0 0 20 0 1 0 279023964 703197184 143618 33554432000 4194304 5654031 140735525365744 140735525353560 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 171679 143618 142 357 0 171319 0
Current children cumulated CPU time (s) 1781.05
Current children cumulated vsize (KiB) 762596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 4961
/proc/meminfo: memFree=29836192/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=686716 CPUtime=1786.58 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 96598 0 0 0 178618 40 0 0 20 0 1 0 279023964 703197184 143618 33554432000 4194304 5654031 140735525365744 140735525353560 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 171679 143618 142 357 0 171319 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 762596

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 4961
/proc/meminfo: memFree=29836192/32873844 swapFree=7112/7112
[pid=4874] ppid=4872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4874/stat : 4874 (npSolver-pbo-It) S 4872 4874 4091 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279022534 9367552 274 33554432000 4194304 5064252 140733989968672 140733989967584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4874/statm: 2287 274 233 213 0 72 0
[pid=4875] ppid=4874 vsize=66732 CPUtime=13.47 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo) S 4874 4874 4091 0 -1 4202496 19283 89428 0 0 361 145 806 35 20 0 1 0 279022535 68333568 13304 33554432000 4194304 5992684 140735223885712 140735223871544 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4875/statm: 16683 13304 205 440 0 16239 0
[pid=4890] ppid=4875 vsize=686716 CPUtime=1786.58 cores=0,2,4,6
/proc/4890/stat : 4890 (glucosInc) R 4875 4874 4091 0 -1 4202496 96598 0 0 0 178618 40 0 0 20 0 1 0 279023964 703197184 143618 33554432000 4194304 5654031 140735525365744 140735525353560 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4890/statm: 171679 143618 142 357 0 171319 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 762596

Child status: 0
Real time (s): 1801.31
CPU time (s): 1800.08
CPU user time (s): 1797.86
CPU system time (s): 2.21766
CPU usage (%): 99.9315
Max. virtual memory (cumulated for all children) (KiB): 892824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.86
system time used= 2.21766
maximum resident set size= 709700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 601272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 841
involuntary context switches= 2079

runsolver used 4.05438 second user time and 9.95549 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 16:29:32
IDJOB=3702638
IDBENCH=92700
IDSOLVER=2278
FILE ID=node132/3702638-1338128972
RUNJOBID= node132-1338123012-4107
PBS_JOBID= 14624343
Free space on /tmp= 71416 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_5_mh.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702638-1338128972/watcher-3702638-1338128972 -o /tmp/evaluation-result-3702638-1338128972/solver-3702638-1338128972 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702638-1338128972.opb 161728084 HOME HOME

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

MD5SUM BENCH= dea82fb627e6a79192851c69f83767e0
RANDOM SEED=161728084

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:        30701984 kB
Buffers:          359548 kB
Cached:           350424 kB
SwapCached:         2272 kB
Active:          1268440 kB
Inactive:          30128 kB
Active(anon):     579820 kB
Inactive(anon):     9952 kB
Active(file):     688620 kB
Inactive(file):    20176 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103728 kB
Dirty:             11260 kB
Writeback:             0 kB
AnonPages:        649872 kB
Mapped:            12592 kB
Shmem:                 8 kB
Slab:             730512 kB
SReclaimable:     172152 kB
SUnreclaim:       558360 kB
KernelStack:        1520 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     764432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 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= 71180 MiB
End job on node132 at 2012-05-27 16:59:33