Trace number 3697845

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_0_mh.opb
MD5SUMd45c19629398b5f846111b7dcef3015f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3689644
Best CPU time to get the best result obtained on this benchmark1800.11
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 98611128
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12268557731
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 98611128
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12268557731
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.62	c run inc solver
0.00/0.62	c [INC SYSTEM] run initial solver
0.00/0.62	c [INC SYSTEM] preprocess with white file
3.37/3.47	c [INC SYSTEM] finished preprocessing in 2 s
3.37/3.47	c [INC SYSTEM] execute solver
9.37/9.45	c [INC SEARCH] formula is SAT
9.37/9.47	c [INC SYSTEM] solved the initial formula
9.47/9.57	c model valid
9.47/9.57	c current solution ok
10.88/10.97	o 514197125
10.88/10.97	c [INC SYSTEM] there exists a inc, kill it!
10.88/10.97	c write failed with 2
10.88/10.97	c [INC SEARCH] iteration: 0
10.88/10.97	c [INC BOUNDS] best value:514197150 search for 514197149
10.88/10.97	c [INC SYSTEM] create new solver instance
10.88/10.97	c [INC] encode full formula
10.88/10.97	c fallback to adder encoding
13.59/13.69	c set iterative enc to: adder
13.59/13.69	c set iterative enc to: none
14.09/14.11	c [INC SEARCH] isOptimum variable: 0
836.19/836.46	c formula is SAT
836.30/836.53	c [INC SEARCH] copied best model
836.30/836.53	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
836.40/836.64	c model valid
836.40/836.64	c current solution ok
836.40/836.64	o 418580405
836.40/836.64	c [INC SEARCH] iteration: 1
836.40/836.64	c [INC BOUNDS] best value:418580430 search for 418580429
836.40/836.64	c [INC SYSTEM] there exists a inc, kill it!
836.40/836.64	c write failed with 2
836.40/836.65	c [INC SYSTEM] create new solver instance
836.40/836.65	c [INC] encode full formula
836.40/836.65	c fallback to adder encoding
839.11/839.36	c set iterative enc to: adder
839.11/839.36	c set iterative enc to: none
839.60/839.82	c [INC SEARCH] isOptimum variable: 0

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-3697845-1338127386/watcher-3697845-1338127386 -o /tmp/evaluation-result-3697845-1338127386/solver-3697845-1338127386 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697845-1338127386.opb 1858397058 HOME HOME 

running on 4 cores: 1,3,5,7

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: 3.51 2.63 2.24 3/177 2017
/proc/meminfo: memFree=28566368/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0

[startup+0.0472109 s]
/proc/loadavg: 3.51 2.63 2.24 3/177 2017
/proc/meminfo: memFree=28566368/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100279 s]
/proc/loadavg: 3.51 2.63 2.24 3/177 2017
/proc/meminfo: memFree=28566368/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300254 s]
/proc/loadavg: 3.51 2.63 2.24 3/177 2017
/proc/meminfo: memFree=28566368/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 3.51 2.63 2.24 3/177 2017
/proc/meminfo: memFree=28566368/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 3.51 2.63 2.24 3/181 2021
/proc/meminfo: memFree=28386976/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=52632 CPUtime=0.64 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 7970 0 0 0 57 7 0 0 20 0 1 0 278864520 53895168 9688 33554432000 4194304 5992684 140735127953040 140735127947488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 13158 9688 171 440 0 12714 0
[pid=2020] ppid=2018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2020/stat : 2020 (cp2_pre.sh) S 2018 2017 1566 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278864585 9367552 277 33554432000 4194304 5064252 140734947426848 140734947425552 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2020/statm: 2287 277 234 213 0 72 0
[pid=2021] ppid=2020 vsize=168668 CPUtime=0.83 cores=1,3,5,7
/proc/2021/stat : 2021 (coprocessor) R 2020 2017 1566 0 -1 4202496 27223 0 0 0 76 7 0 0 20 0 1 0 278864586 172716032 37468 33554432000 4194304 6586260 140735253243360 140735253239624 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/2021/statm: 42167 37468 166 584 0 41579 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 239596

[startup+3.10032 s]
/proc/loadavg: 3.51 2.63 2.24 3/181 2021
/proc/meminfo: memFree=28347152/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=52632 CPUtime=0.64 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 7970 0 0 0 57 7 0 0 20 0 1 0 278864520 53895168 9688 33554432000 4194304 5992684 140735127953040 140735127947488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 13158 9688 171 440 0 12714 0
[pid=2020] ppid=2018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2020/stat : 2020 (cp2_pre.sh) S 2018 2017 1566 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278864585 9367552 277 33554432000 4194304 5064252 140734947426848 140734947425552 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2020/statm: 2287 277 234 213 0 72 0
[pid=2021] ppid=2020 vsize=210616 CPUtime=2.43 cores=1,3,5,7
/proc/2021/stat : 2021 (coprocessor) R 2020 2017 1566 0 -1 4202496 35820 0 0 0 230 13 0 0 20 0 1 0 278864586 215670784 51422 33554432000 4194304 6586260 140735253243360 140735253238616 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/2021/statm: 52654 51422 200 584 0 52066 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 281544

[startup+6.3004 s]
/proc/loadavg: 3.39 2.62 2.23 3/180 2023
/proc/meminfo: memFree=28439276/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=52632 CPUtime=3.45 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 7989 36725 0 0 57 7 265 16 20 0 1 0 278864520 53895168 9690 33554432000 4194304 5992684 140735127953040 140735127939304 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 13158 9690 173 440 0 12714 0
[pid=2023] ppid=2018 vsize=98176 CPUtime=2.81 cores=1,3,5,7
/proc/2023/stat : 2023 (glucosInc) R 2018 2017 1566 0 -1 4202496 20191 0 0 0 277 4 0 0 20 0 1 0 278864868 100532224 22238 33554432000 4194304 5654031 140734512594832 140734512592616 4208659 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2023/statm: 24544 22238 140 357 0 24184 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 159956

[startup+12.7003 s]
/proc/loadavg: 3.28 2.61 2.23 3/179 2024
/proc/meminfo: memFree=28384860/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=238848 CPUtime=12.69 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) R 2017 2017 1566 0 -1 4202496 17578 57733 0 0 262 124 858 25 20 0 1 0 278864520 244580352 53560 33554432000 4194304 5992684 140735127953040 140735127946104 4524999 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 59712 53560 189 440 0 59268 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 247996

[startup+25.5004 s]
/proc/loadavg: 3.14 2.61 2.24 3/180 2026
/proc/meminfo: memFree=27786592/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=66732 CPUtime=14.1 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 18829 58249 0 0 365 159 858 28 20 0 1 0 278864520 68333568 13233 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 16683 13233 190 440 0 16239 0
[pid=2026] ppid=2018 vsize=567628 CPUtime=11.37 cores=1,3,5,7
/proc/2026/stat : 2026 (glucosInc) R 2018 2017 1566 0 -1 4202496 86252 0 0 0 1108 29 0 0 20 0 1 0 278865931 581251072 127949 33554432000 4194304 5654031 140736909729392 140736909727176 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2026/statm: 141907 127949 141 357 0 141547 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 643508

[startup+51.1004 s]
/proc/loadavg: 2.75 2.56 2.23 3/180 2026
/proc/meminfo: memFree=27783468/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=66732 CPUtime=14.1 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 18829 58249 0 0 365 159 858 28 20 0 1 0 278864520 68333568 13233 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 16683 13233 190 440 0 16239 0
[pid=2026] ppid=2018 vsize=568420 CPUtime=36.98 cores=1,3,5,7
/proc/2026/stat : 2026 (glucosInc) R 2018 2017 1566 0 -1 4202496 86561 0 0 0 3668 30 0 0 20 0 1 0 278865931 582062080 128258 33554432000 4194304 5654031 140736909729392 140736909727176 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2026/statm: 142105 128258 141 357 0 141745 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 644300

[startup+102.307 s]
/proc/loadavg: 2.32 2.47 2.22 3/179 2026
/proc/meminfo: memFree=27774340/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=66732 CPUtime=14.1 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 18829 58249 0 0 365 159 858 28 20 0 1 0 278864520 68333568 13233 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 16683 13233 190 440 0 16239 0
[pid=2026] ppid=2018 vsize=572268 CPUtime=88.17 cores=1,3,5,7
/proc/2026/stat : 2026 (glucosInc) R 2018 2017 1566 0 -1 4202496 87723 0 0 0 8786 31 0 0 20 0 1 0 278865931 586002432 129931 33554432000 4194304 5654031 140736909729392 140736909717208 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2026/statm: 143067 129931 142 357 0 142707 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 648148

[startup+162.3 s]
/proc/loadavg: 2.12 2.38 2.20 3/178 2026
/proc/meminfo: memFree=27760360/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=66732 CPUtime=14.1 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 18829 58249 0 0 365 159 858 28 20 0 1 0 278864520 68333568 13233 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 16683 13233 190 440 0 16239 0
[pid=2026] ppid=2018 vsize=582972 CPUtime=148.15 cores=1,3,5,7
/proc/2026/stat : 2026 (glucosInc) R 2018 2017 1566 0 -1 4202496 88823 0 0 0 14784 31 0 0 20 0 1 0 278865931 596963328 132053 33554432000 4194304 5654031 140736909729392 140736909717208 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2026/statm: 145743 132053 142 357 0 145383 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 658852

[startup+222.3 s]
/proc/loadavg: 2.04 2.31 2.18 3/179 2027
/proc/meminfo: memFree=27754396/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=66732 CPUtime=14.1 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 18829 58249 0 0 365 159 858 28 20 0 1 0 278864520 68333568 13233 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 16683 13233 190 440 0 16239 0
[pid=2026] ppid=2018 vsize=582972 CPUtime=208.14 cores=1,3,5,7
/proc/2026/stat : 2026 (glucosInc) R 2018 2017 1566 0 -1 4202496 89129 0 0 0 20783 31 0 0 20 0 1 0 278865931 596963328 132870 33554432000 4194304 5654031 140736909729392 140736909717208 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2026/statm: 145743 132870 142 357 0 145383 0
Current children cumulated CPU time (s) 222.24

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

/proc/meminfo: memFree=27670500/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=119076 CPUtime=839.62 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 27507 149207 0 0 656 200 83036 70 20 0 1 0 278864520 121933824 26287 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 29769 26287 190 440 0 29325 0
[pid=2034] ppid=2018 vsize=581940 CPUtime=522.35 cores=1,3,5,7
/proc/2034/stat : 2034 (glucosInc) R 2018 2017 1566 0 -1 4202496 87463 0 0 0 52203 32 0 0 20 0 1 0 278948502 595906560 134276 33554432000 4194304 5654031 140736051327120 140736051314936 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2034/statm: 145485 134276 142 357 0 145125 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 710164

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.07 3/179 2039
/proc/meminfo: memFree=27663996/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=119076 CPUtime=839.62 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 27507 149207 0 0 656 200 83036 70 20 0 1 0 278864520 121933824 26287 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 29769 26287 190 440 0 29325 0
[pid=2034] ppid=2018 vsize=581940 CPUtime=582.33 cores=1,3,5,7
/proc/2034/stat : 2034 (glucosInc) R 2018 2017 1566 0 -1 4202496 87535 0 0 0 58201 32 0 0 20 0 1 0 278948502 595906560 134834 33554432000 4194304 5654031 140736051327120 140736051314936 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2034/statm: 145485 134834 142 357 0 145125 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 710164

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/179 2039
/proc/meminfo: memFree=27652152/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=119076 CPUtime=839.62 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 27507 149207 0 0 656 200 83036 70 20 0 1 0 278864520 121933824 26287 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 29769 26287 190 440 0 29325 0
[pid=2034] ppid=2018 vsize=585448 CPUtime=642.31 cores=1,3,5,7
/proc/2034/stat : 2034 (glucosInc) R 2018 2017 1566 0 -1 4202496 88056 0 0 0 64199 32 0 0 20 0 1 0 278948502 599498752 136499 33554432000 4194304 5654031 140736051327120 140736051314936 4233008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2034/statm: 146362 136499 142 357 0 146002 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 713672

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/179 2039
/proc/meminfo: memFree=27643248/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=119076 CPUtime=839.62 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 27507 149207 0 0 656 200 83036 70 20 0 1 0 278864520 121933824 26287 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 29769 26287 190 440 0 29325 0
[pid=2034] ppid=2018 vsize=666836 CPUtime=702.29 cores=1,3,5,7
/proc/2034/stat : 2034 (glucosInc) R 2018 2017 1566 0 -1 4202496 88750 0 0 0 70196 33 0 0 20 0 1 0 278948502 682840064 137718 33554432000 4194304 5654031 140736051327120 140736051314936 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2034/statm: 166709 137718 142 357 0 166349 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 795060

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 2039
/proc/meminfo: memFree=27635740/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=119076 CPUtime=839.62 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 27507 149207 0 0 656 200 83036 70 20 0 1 0 278864520 121933824 26287 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 29769 26287 190 440 0 29325 0
[pid=2034] ppid=2018 vsize=672100 CPUtime=762.28 cores=1,3,5,7
/proc/2034/stat : 2034 (glucosInc) R 2018 2017 1566 0 -1 4202496 89101 0 0 0 76195 33 0 0 20 0 1 0 278948502 688230400 138580 33554432000 4194304 5654031 140736051327120 140736051314936 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2034/statm: 168025 138580 142 357 0 167665 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 800324

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/180 2042
/proc/meminfo: memFree=27626548/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=119076 CPUtime=839.62 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 27507 149207 0 0 656 200 83036 70 20 0 1 0 278864520 121933824 26287 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 29769 26287 190 440 0 29325 0
[pid=2034] ppid=2018 vsize=672100 CPUtime=822.27 cores=1,3,5,7
/proc/2034/stat : 2034 (glucosInc) R 2018 2017 1566 0 -1 4202496 89268 0 0 0 82194 33 0 0 20 0 1 0 278948502 688230400 139769 33554432000 4194304 5654031 140736051327120 140736051314936 4233309 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2034/statm: 168025 139769 142 357 0 167665 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 800324

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 2043
/proc/meminfo: memFree=27617784/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=119076 CPUtime=839.62 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 27507 149207 0 0 656 200 83036 70 20 0 1 0 278864520 121933824 26287 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 29769 26287 190 440 0 29325 0
[pid=2034] ppid=2018 vsize=672100 CPUtime=882.26 cores=1,3,5,7
/proc/2034/stat : 2034 (glucosInc) R 2018 2017 1566 0 -1 4202496 89269 0 0 0 88193 33 0 0 20 0 1 0 278948502 688230400 140281 33554432000 4194304 5654031 140736051327120 140736051314936 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2034/statm: 168025 140281 142 357 0 167665 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 800324

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/180 2085
/proc/meminfo: memFree=28297364/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=119076 CPUtime=839.62 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 27507 149207 0 0 656 200 83036 70 20 0 1 0 278864520 121933824 26287 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 29769 26287 190 440 0 29325 0
[pid=2034] ppid=2018 vsize=672100 CPUtime=942.25 cores=1,3,5,7
/proc/2034/stat : 2034 (glucosInc) R 2018 2017 1566 0 -1 4202496 89269 0 0 0 94192 33 0 0 20 0 1 0 278948502 688230400 140281 33554432000 4194304 5654031 140736051327120 140736051314936 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2034/statm: 168025 140281 142 357 0 167665 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 800324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.07 2.02 2.04 3/179 2090
/proc/meminfo: memFree=27684500/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=119076 CPUtime=839.62 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 27507 149207 0 0 656 200 83036 70 20 0 1 0 278864520 121933824 26287 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 29769 26287 190 440 0 29325 0
[pid=2034] ppid=2018 vsize=672100 CPUtime=960.45 cores=1,3,5,7
/proc/2034/stat : 2034 (glucosInc) R 2018 2017 1566 0 -1 4202496 89269 0 0 0 96012 33 0 0 20 0 1 0 278948502 688230400 140281 33554432000 4194304 5654031 140736051327120 140736051314936 4232720 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2034/statm: 168025 140281 142 357 0 167665 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 800324

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.07 2.02 2.04 3/179 2090
/proc/meminfo: memFree=27684500/32873852 swapFree=6856/6856
[pid=2017] ppid=2015 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (npSolver-pbo-It) S 2015 2017 1566 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278864520 9367552 275 33554432000 4194304 5064252 140736652726688 140736652725600 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2287 275 233 213 0 72 0
[pid=2018] ppid=2017 vsize=119076 CPUtime=839.62 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-pbo) S 2017 2017 1566 0 -1 4202496 27507 149207 0 0 656 200 83036 70 20 0 1 0 278864520 121933824 26287 33554432000 4194304 5992684 140735127953040 140735127938872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2018/statm: 29769 26287 190 440 0 29325 0
[pid=2034] ppid=2018 vsize=672100 CPUtime=960.45 cores=1,3,5,7
/proc/2034/stat : 2034 (glucosInc) R 2018 2017 1566 0 -1 4202496 89269 0 0 0 96012 33 0 0 20 0 1 0 278948502 688230400 140281 33554432000 4194304 5654031 140736051327120 140736051314936 4232720 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2034/statm: 168025 140281 142 357 0 167665 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 800324

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.52
CPU time (s): 1800.07
CPU user time (s): 1797.04
CPU system time (s): 3.03
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 890312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 836.926
system time used= 2.72159
maximum resident set size= 652592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177073
page faults= 0
swaps= 0
block input operations= 0
block output operations= 970072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3113
involuntary context switches= 1943

runsolver used 3.77043 second user time and 11.6462 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-27 16:03:06
IDJOB=3697845
IDBENCH=92693
IDSOLVER=2275
FILE ID=node128/3697845-1338127386
RUNJOBID= node128-1338123762-1585
PBS_JOBID= 14624501
Free space on /tmp= 71108 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_0_mh.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697845-1338127386/watcher-3697845-1338127386 -o /tmp/evaluation-result-3697845-1338127386/solver-3697845-1338127386 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697845-1338127386.opb 1858397058 HOME HOME

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

MD5SUM BENCH= d45c19629398b5f846111b7dcef3015f
RANDOM SEED=1858397058

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.91
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.389
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.389
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:       32873852 kB
MemFree:        28567012 kB
Buffers:          413436 kB
Cached:          2436688 kB
SwapCached:          620 kB
Active:          1821428 kB
Inactive:        1604000 kB
Active(anon):     565296 kB
Inactive(anon):    12304 kB
Active(file):    1256132 kB
Inactive(file):  1591696 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67107296 kB
Dirty:            248360 kB
Writeback:             0 kB
AnonPages:        581472 kB
Mapped:            15680 kB
Shmem:               200 kB
Slab:             740008 kB
SReclaimable:     178148 kB
SUnreclaim:       561860 kB
KernelStack:        1488 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     756836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 70880 MiB
End job on node128 at 2012-05-27 16:33:09