Trace number 3751773

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 (fixed)? (TO) 1800.05 1844.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_3_mh_ic.opb
MD5SUMe746951c72dd3c581de09cc22407090d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3638518
Best CPU time to get the best result obtained on this benchmark1800.55
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132250
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 71701401518
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 71701401518
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.68/2.79	c old isEQ: 0, new EQ is 1
2.78/2.81	c old isEQ: 88, new EQ is 0
2.78/2.86	c old isEQ: 0, new EQ is 0
2.88/2.90	c old isEQ: 0, new EQ is 0
2.88/2.95	c old isEQ: 0, new EQ is 0
2.98/3.00	c old isEQ: 0, new EQ is 0
2.98/3.05	c old isEQ: 0, new EQ is 0
2.98/3.10	c old isEQ: 0, new EQ is 0
3.08/3.14	c old isEQ: 0, new EQ is 0
3.08/3.19	c old isEQ: 0, new EQ is 0
3.19/3.24	c old isEQ: 0, new EQ is 0
3.19/3.28	c old isEQ: 0, new EQ is 0
43.38/43.47	c run inc solver
43.38/43.47	c [INC SYSTEM] run initial solver
43.38/43.47	c [INC SYSTEM] preprocess with white file
166.68/210.85	c [INC SYSTEM] finished preprocessing in 167 s
166.68/210.85	c [INC SYSTEM] execute solver

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-3751773-1339174362/watcher-3751773-1339174362 -o /tmp/evaluation-result-3751773-1339174362/solver-3751773-1339174362 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751773-1339174362.opb 1657849193 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.77 3.91 2.92 3/172 15335
/proc/meminfo: memFree=30039168/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0

[startup+0.026125 s]
/proc/loadavg: 4.77 3.91 2.92 3/172 15335
/proc/meminfo: memFree=30039168/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100219 s]
/proc/loadavg: 4.77 3.91 2.92 3/172 15335
/proc/meminfo: memFree=30039168/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300245 s]
/proc/loadavg: 4.77 3.91 2.92 3/172 15335
/proc/meminfo: memFree=30039168/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 4.77 3.91 2.92 3/172 15335
/proc/meminfo: memFree=30039168/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 4.77 3.91 2.92 3/180 15347
/proc/meminfo: memFree=29833092/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=215744 CPUtime=1.48 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) R 15335 15335 14782 0 -1 4202496 23764 0 0 0 141 7 0 0 20 0 1 0 383561273 220921856 36695 33554432000 4194304 6004724 140736968233056 140736968228696 4968639 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15340/statm: 53936 36695 130 442 0 53490 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 224892

[startup+3.10026 s]
/proc/loadavg: 4.77 3.91 2.92 3/180 15347
/proc/meminfo: memFree=29614012/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=357856 CPUtime=3.08 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) R 15335 15335 14782 0 -1 4202496 66745 0 0 0 292 16 0 0 20 0 1 0 383561273 366444544 88764 33554432000 4194304 6004724 140736968233056 140736968228440 4582625 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15340/statm: 89464 88764 156 442 0 89018 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 367004

[startup+6.30032 s]
/proc/loadavg: 4.71 3.91 2.93 3/180 15347
/proc/meminfo: memFree=28975576/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=620184 CPUtime=6.28 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) R 15335 15335 14782 0 -1 4202496 68216 0 0 0 606 22 0 0 20 0 1 0 383561273 635068416 149926 33554432000 4194304 6004724 140736968233056 140736968227672 4534738 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 155046 149926 163 442 0 154600 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 629332

[startup+12.7003 s]
/proc/loadavg: 4.49 3.88 2.92 3/180 15347
/proc/meminfo: memFree=27990212/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=1406616 CPUtime=12.68 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) R 15335 15335 14782 0 -1 4202496 69858 0 0 0 1227 41 0 0 20 0 1 0 383561273 1440374784 270758 33554432000 4194304 6004724 140736968233056 140736968227672 4536263 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 351654 270758 163 442 0 351208 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1415764

[startup+25.5003 s]
/proc/loadavg: 3.94 3.78 2.91 3/180 15347
/proc/meminfo: memFree=26067680/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=2455192 CPUtime=25.48 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) R 15335 15335 14782 0 -1 4202496 71340 0 0 0 2478 70 0 0 20 0 1 0 383561273 2514116608 505766 33554432000 4194304 6004724 140736968233056 140736968227864 4582535 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 613798 505766 163 442 0 613352 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2464340

[startup+51.1004 s]
/proc/loadavg: 3.66 3.72 2.91 3/182 15349
/proc/meminfo: memFree=15169244/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=43.66 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75458 0 0 0 3770 596 0 0 20 0 1 0 383561273 4661600256 753582 33554432000 4194304 6004724 140736968233056 140736968227520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753582 171 442 0 1137640 0
[pid=15348] ppid=15340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15348/stat : 15348 (cp2_pre.sh) S 15340 15335 14782 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383565640 9367552 277 33554432000 4194304 5064252 140735546845792 140735546844496 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15348/statm: 2287 277 234 213 0 72 0
[pid=15349] ppid=15348 vsize=809132 CPUtime=7.4 cores=0,2,4,6
/proc/15349/stat : 15349 (coprocessor) R 15348 15335 14782 0 -1 4202496 18369 0 0 0 710 30 0 0 20 0 1 0 383565641 828551168 189143 33554432000 4194304 6586260 140735475020960 140735475017720 5732400 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/15349/statm: 202283 189143 137 584 0 201695 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 5379772

[startup+102.307 s]
/proc/loadavg: 3.85 3.76 2.96 3/183 15351
/proc/meminfo: memFree=9208700/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=43.66 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75458 0 0 0 3770 596 0 0 20 0 1 0 383561273 4661600256 753582 33554432000 4194304 6004724 140736968233056 140736968227520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753582 171 442 0 1137640 0
[pid=15348] ppid=15340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15348/stat : 15348 (cp2_pre.sh) S 15340 15335 14782 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383565640 9367552 277 33554432000 4194304 5064252 140735546845792 140735546844496 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15348/statm: 2287 277 234 213 0 72 0
[pid=15349] ppid=15348 vsize=4954940 CPUtime=58.59 cores=0,2,4,6
/proc/15349/stat : 15349 (coprocessor) R 15348 15335 14782 0 -1 4202496 29572 0 0 0 5565 294 0 0 20 0 1 0 383565641 5073858560 1002154 33554432000 4194304 6586260 140735475020960 140735475016712 5259714 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/15349/statm: 1238735 1002154 158 584 0 1238147 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 9525580

[startup+162.3 s]
/proc/loadavg: 3.75 3.77 3.02 1/183 15351
/proc/meminfo: memFree=6552780/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=43.66 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75458 0 0 0 3770 596 0 0 20 0 1 0 383561273 4661600256 753582 33554432000 4194304 6004724 140736968233056 140736968227520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753582 171 442 0 1137640 0
[pid=15348] ppid=15340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15348/stat : 15348 (cp2_pre.sh) S 15340 15335 14782 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383565640 9367552 277 33554432000 4194304 5064252 140735546845792 140735546844496 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15348/statm: 2287 277 234 213 0 72 0
[pid=15349] ppid=15348 vsize=4954940 CPUtime=105.59 cores=0,2,4,6
/proc/15349/stat : 15349 (coprocessor) R 15348 15335 14782 0 -1 4202496 29572 0 0 0 10017 542 0 0 20 0 1 0 383565641 5073858560 1002154 33554432000 4194304 6586260 140735475020960 140735475016712 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 1299 0 0
/proc/15349/statm: 1238735 1002154 158 584 0 1238147 0
Current children cumulated CPU time (s) 149.25
Current children cumulated vsize (KiB) 9525580

[startup+222.3 s]
/proc/loadavg: 3.48 3.68 3.03 2/182 15355
/proc/meminfo: memFree=16147936/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75474 30473 0 1 3770 597 11588 721 20 0 1 0 383561273 4661600256 753585 33554432000 4194304 6004724 140736968233056 140736968219336 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753585 174 442 0 1137640 0
[pid=15355] ppid=15340 vsize=3053864 CPUtime=11.42 cores=0,2,4,6
/proc/15355/stat : 15355 (glucosInc) R 15340 15335 14782 0 -1 4202496 299949 0 0 0 1036 106 0 0 20 0 1 0 383582358 3127156736 664545 33554432000 4194304 5654031 140733576554016 140733575503368 4797458 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15355/statm: 763466 664546 108 357 0 763106 0
Current children cumulated CPU time (s) 178.18
Current children cumulated vsize (KiB) 7615356

[startup+282.3 s]
/proc/loadavg: 3.61 3.68 3.07 3/181 15356
/proc/meminfo: memFree=7733448/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6

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

/proc/meminfo: memFree=7617452/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75474 30473 0 1 3770 597 11588 721 20 0 1 0 383561273 4661600256 753585 33554432000 4194304 6004724 140736968233056 140736968219336 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753585 174 442 0 1137640 0
[pid=15355] ppid=15340 vsize=6766872 CPUtime=1211.24 cores=0,2,4,6
/proc/15355/stat : 15355 (glucosInc) R 15340 15335 14782 0 -1 4202496 711773 0 0 0 120841 283 0 0 20 0 1 0 383582358 6929276928 1437460 33554432000 4194304 5654031 140733576554016 140733576551800 4232659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15355/statm: 1691718 1437460 141 357 0 1691358 0
Current children cumulated CPU time (s) 1378
Current children cumulated vsize (KiB) 11328364

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.28 3/181 15388
/proc/meminfo: memFree=7611536/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75474 30473 0 1 3770 597 11588 721 20 0 1 0 383561273 4661600256 753585 33554432000 4194304 6004724 140736968233056 140736968219336 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753585 174 442 0 1137640 0
[pid=15355] ppid=15340 vsize=6768164 CPUtime=1271.23 cores=0,2,4,6
/proc/15355/stat : 15355 (glucosInc) R 15340 15335 14782 0 -1 4202496 716255 0 0 0 126837 286 0 0 20 0 1 0 383582358 6930599936 1437793 33554432000 4194304 5654031 140733576554016 140733576551800 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15355/statm: 1692041 1437793 141 357 0 1691681 0
Current children cumulated CPU time (s) 1437.99
Current children cumulated vsize (KiB) 11329656

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.26 3/181 15388
/proc/meminfo: memFree=7604968/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75474 30473 0 1 3770 597 11588 721 20 0 1 0 383561273 4661600256 753585 33554432000 4194304 6004724 140736968233056 140736968219336 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753585 174 442 0 1137640 0
[pid=15355] ppid=15340 vsize=6771728 CPUtime=1331.22 cores=0,2,4,6
/proc/15355/stat : 15355 (glucosInc) R 15340 15335 14782 0 -1 4202496 720777 0 0 0 132833 289 0 0 20 0 1 0 383582358 6934249472 1438680 33554432000 4194304 5654031 140733576554016 140733576551800 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15355/statm: 1692932 1438680 141 357 0 1692572 0
Current children cumulated CPU time (s) 1497.98
Current children cumulated vsize (KiB) 11333220

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.25 3/181 15388
/proc/meminfo: memFree=7598580/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75474 30473 0 1 3770 597 11588 721 20 0 1 0 383561273 4661600256 753585 33554432000 4194304 6004724 140736968233056 140736968219336 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753585 174 442 0 1137640 0
[pid=15355] ppid=15340 vsize=6775820 CPUtime=1391.21 cores=0,2,4,6
/proc/15355/stat : 15355 (glucosInc) R 15340 15335 14782 0 -1 4202496 725527 0 0 0 138831 290 0 0 20 0 1 0 383582358 6938439680 1439795 33554432000 4194304 5654031 140733576554016 140733576551800 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15355/statm: 1693955 1439795 141 357 0 1693595 0
Current children cumulated CPU time (s) 1557.97
Current children cumulated vsize (KiB) 11337312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.23 3/182 15391
/proc/meminfo: memFree=7592000/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75474 30473 0 1 3770 597 11588 721 20 0 1 0 383561273 4661600256 753585 33554432000 4194304 6004724 140736968233056 140736968219336 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753585 174 442 0 1137640 0
[pid=15355] ppid=15340 vsize=6779472 CPUtime=1451.2 cores=0,2,4,6
/proc/15355/stat : 15355 (glucosInc) R 15340 15335 14782 0 -1 4202496 730644 0 0 0 144828 292 0 0 20 0 1 0 383582358 6942179328 1440764 33554432000 4194304 5654031 140733576554016 140733576551800 4232613 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15355/statm: 1694868 1440764 141 357 0 1694508 0
Current children cumulated CPU time (s) 1617.96
Current children cumulated vsize (KiB) 11340964

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.21 3/181 15392
/proc/meminfo: memFree=7583268/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75474 30473 0 1 3770 597 11588 721 20 0 1 0 383561273 4661600256 753585 33554432000 4194304 6004724 140736968233056 140736968219336 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753585 174 442 0 1137640 0
[pid=15355] ppid=15340 vsize=6782552 CPUtime=1511.2 cores=0,2,4,6
/proc/15355/stat : 15355 (glucosInc) R 15340 15335 14782 0 -1 4202496 735678 0 0 0 150826 294 0 0 20 0 1 0 383582358 6945333248 1441631 33554432000 4194304 5654031 140733576554016 140733576541832 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15355/statm: 1695638 1441631 141 357 0 1695278 0
Current children cumulated CPU time (s) 1677.96
Current children cumulated vsize (KiB) 11344044

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.20 3/181 15392
/proc/meminfo: memFree=7577724/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75474 30473 0 1 3770 597 11588 721 20 0 1 0 383561273 4661600256 753585 33554432000 4194304 6004724 140736968233056 140736968219336 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753585 174 442 0 1137640 0
[pid=15355] ppid=15340 vsize=6782952 CPUtime=1571.18 cores=0,2,4,6
/proc/15355/stat : 15355 (glucosInc) R 15340 15335 14782 0 -1 4202496 744142 0 0 0 156822 296 0 0 20 0 1 0 383582358 6945742848 1441779 33554432000 4194304 5654031 140733576554016 140733576552088 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15355/statm: 1695738 1441779 141 357 0 1695378 0
Current children cumulated CPU time (s) 1737.94
Current children cumulated vsize (KiB) 11344444

[startup+1842.31 s]
/proc/loadavg: 2.02 2.01 2.18 3/181 15392
/proc/meminfo: memFree=7572824/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75474 30473 0 1 3770 597 11588 721 20 0 1 0 383561273 4661600256 753585 33554432000 4194304 6004724 140736968233056 140736968219336 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753585 174 442 0 1137640 0
[pid=15355] ppid=15340 vsize=6785196 CPUtime=1631.18 cores=0,2,4,6
/proc/15355/stat : 15355 (glucosInc) R 15340 15335 14782 0 -1 4202496 748330 0 0 0 162819 299 0 0 20 0 1 0 383582358 6948040704 1442334 33554432000 4194304 5654031 140733576554016 140733576552088 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15355/statm: 1696299 1442334 141 357 0 1695939 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 11346688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1844.4 s]
/proc/loadavg: 2.02 2.01 2.18 3/181 15392
/proc/meminfo: memFree=7573072/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75474 30473 0 1 3770 597 11588 721 20 0 1 0 383561273 4661600256 753585 33554432000 4194304 6004724 140736968233056 140736968219336 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753585 174 442 0 1137640 0
[pid=15355] ppid=15340 vsize=6785196 CPUtime=1633.29 cores=0,2,4,6
/proc/15355/stat : 15355 (glucosInc) R 15340 15335 14782 0 -1 4202496 748330 0 0 0 163030 299 0 0 20 0 1 0 383582358 6948040704 1442334 33554432000 4194304 5654031 140733576554016 140733576552088 4232932 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15355/statm: 1696299 1442334 141 357 0 1695939 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 11346688

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

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

[startup+1844.4 s]
/proc/loadavg: 2.02 2.01 2.18 3/181 15392
/proc/meminfo: memFree=7573072/32873844 swapFree=7628/7628
[pid=15335] ppid=15333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15335/stat : 15335 (npSolver-pbo-It) S 15333 15335 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383561272 9367552 275 33554432000 4194304 5064252 140733732699600 140733732698512 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15335/statm: 2287 275 233 213 0 72 0
[pid=15340] ppid=15335 vsize=4552344 CPUtime=166.76 cores=0,2,4,6
/proc/15340/stat : 15340 (npSolver-pbo) S 15335 15335 14782 0 -1 4202496 75474 30473 0 1 3770 597 11588 721 20 0 1 0 383561273 4661600256 753585 33554432000 4194304 6004724 140736968233056 140736968219336 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/15340/statm: 1138086 753585 174 442 0 1137640 0
[pid=15355] ppid=15340 vsize=6785196 CPUtime=1633.29 cores=0,2,4,6
/proc/15355/stat : 15355 (glucosInc) R 15340 15335 14782 0 -1 4202496 748330 0 0 0 163030 299 0 0 20 0 1 0 383582358 6948040704 1442334 33554432000 4194304 5654031 140733576554016 140733576552088 4232932 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15355/statm: 1696299 1442334 141 357 0 1695939 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 11346688

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1844.42
CPU time (s): 1800.05
CPU user time (s): 1783.88
CPU system time (s): 16.17
CPU usage (%): 97.5942
Max. virtual memory (cumulated for all children) (KiB): 11408976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 4.15237 second user time and 10.7824 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-08 18:52:43
IDJOB=3751773
IDBENCH=92678
IDSOLVER=2335
FILE ID=node146/3751773-1339174362
RUNJOBID= node146-1339170173-14798
PBS_JOBID= 14643816
Free space on /tmp= 70652 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_3_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751773-1339174362/watcher-3751773-1339174362 -o /tmp/evaluation-result-3751773-1339174362/solver-3751773-1339174362 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751773-1339174362.opb 1657849193 HOME HOME

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

MD5SUM BENCH= e746951c72dd3c581de09cc22407090d
RANDOM SEED=1657849193

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30039316 kB
Buffers:          379652 kB
Cached:          1558692 kB
SwapCached:         2068 kB
Active:          1920100 kB
Inactive:          22692 kB
Active(anon):       1516 kB
Inactive(anon):     5112 kB
Active(file):    1918584 kB
Inactive(file):    17580 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099984 kB
Dirty:             96972 kB
Writeback:             0 kB
AnonPages:         10764 kB
Mapped:             8428 kB
Shmem:                 0 kB
Slab:             749152 kB
SReclaimable:     187436 kB
SUnreclaim:       561716 kB
KernelStack:        1416 kB
PageTables:         3992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 66016 MiB
End job on node146 at 2012-06-08 19:23:30