Trace number 3747855

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 (fixed)? (TO) 1800.04 1805.62

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_6.opb.PB06.opb
MD5SUMf5d8cf0048d52cf223a3574d281ac8f8
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.47877
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 350
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

26.59/26.78	c run inc solver
26.59/26.78	c [INC SYSTEM] run initial solver
26.59/26.78	c [INC SYSTEM] preprocess with white file
99.27/104.75	c [INC SYSTEM] finished preprocessing in 77 s
99.27/104.75	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-3747855-1339112432/watcher-3747855-1339112432 -o /tmp/evaluation-result-3747855-1339112432/solver-3747855-1339112432 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3747855-1339112432.opb 239627745 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: 1.05 1.01 1.20 3/176 11245
/proc/meminfo: memFree=31413108/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0

[startup+0.0359881 s]
/proc/loadavg: 1.05 1.01 1.20 3/176 11245
/proc/meminfo: memFree=31413108/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100247 s]
/proc/loadavg: 1.05 1.01 1.20 3/176 11245
/proc/meminfo: memFree=31413108/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 1.05 1.01 1.20 3/176 11245
/proc/meminfo: memFree=31413108/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700233 s]
/proc/loadavg: 1.05 1.01 1.20 3/176 11245
/proc/meminfo: memFree=31413108/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 1.05 1.01 1.20 3/182 11258
/proc/meminfo: memFree=31188864/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=216864 CPUtime=1.49 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) R 11245 11245 8890 0 -1 4202496 24841 0 0 0 142 7 0 0 20 0 1 0 21209977 222068736 40110 33554432000 4194304 6004724 140736810534096 140736810530120 4968639 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11246/statm: 54216 40110 129 442 0 53770 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 226012

[startup+3.10036 s]
/proc/loadavg: 1.05 1.01 1.20 3/182 11258
/proc/meminfo: memFree=30908936/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=399512 CPUtime=3.08 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) R 11245 11245 8890 0 -1 4202496 73151 0 0 0 290 18 0 0 20 0 1 0 21209977 409100288 99532 33554432000 4194304 6004724 140736810534096 140736810530904 4535928 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11246/statm: 99878 99532 139 442 0 99432 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 408660

[startup+6.30027 s]
/proc/loadavg: 1.12 1.03 1.21 3/182 11258
/proc/meminfo: memFree=30293096/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=661656 CPUtime=6.28 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) R 11245 11245 8890 0 -1 4202496 74728 0 0 0 604 24 0 0 20 0 1 0 21209977 677535744 155690 33554432000 4194304 6004724 140736810534096 140736810528904 4582601 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11246/statm: 165414 155690 147 442 0 164968 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 670804

[startup+12.7003 s]
/proc/loadavg: 1.19 1.05 1.21 3/182 11258
/proc/meminfo: memFree=29049660/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=1448088 CPUtime=12.68 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) R 11245 11245 8890 0 -1 4202496 76355 0 0 0 1226 42 0 0 20 0 1 0 21209977 1482842112 268842 33554432000 4194304 6004724 140736810534096 140736810528696 4617984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11246/statm: 362022 268842 147 442 0 361576 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1457236

[startup+25.5003 s]
/proc/loadavg: 1.37 1.09 1.22 3/182 11258
/proc/meminfo: memFree=25087048/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=4022840 CPUtime=25.43 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) R 11245 11245 8890 0 -1 4202496 79181 0 0 0 2349 194 0 0 20 0 1 0 21209977 4119388160 862894 33554432000 4194304 6004724 140736810534096 140736810529968 5193835 0 0 4096 0 0 0 0 17 0 0 0 4 0 0
/proc/11246/statm: 1005710 862894 157 442 0 1005264 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 4031988

[startup+51.1066 s]
/proc/loadavg: 1.87 1.23 1.26 3/183 11260
/proc/meminfo: memFree=21136400/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=26.68 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79189 0 0 0 2349 319 0 0 20 0 1 0 21209977 2556706816 481386 33554432000 4194304 6004724 140736810534096 140736810528560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481386 163 442 0 623750 0
[pid=11259] ppid=11246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11259/stat : 11259 (cp2_pre.sh) S 11246 11245 8890 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 21212655 9367552 276 33554432000 4194304 5064252 140733792096832 140733792095536 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11259/statm: 2287 276 234 213 0 72 0
[pid=11260] ppid=11259 vsize=3155520 CPUtime=23.72 cores=0,2,4,6
/proc/11260/stat : 11260 (coprocessor) R 11259 11245 8890 0 -1 4202496 25451 0 0 0 2271 101 0 0 20 0 1 0 21212656 3231252480 643078 33554432000 4194304 6586260 140736450604432 140736450600184 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 58 0 0
/proc/11260/statm: 788880 643078 157 584 0 788292 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 5670600

[startup+102.3 s]
/proc/loadavg: 2.35 1.45 1.34 2/183 11260
/proc/meminfo: memFree=9496944/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=26.68 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79189 0 0 0 2349 319 0 0 20 0 1 0 21209977 2556706816 481386 33554432000 4194304 6004724 140736810534096 140736810528560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481386 163 442 0 623750 0
[pid=11259] ppid=11246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11259/stat : 11259 (cp2_pre.sh) S 11246 11245 8890 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 21212655 9367552 276 33554432000 4194304 5064252 140733792096832 140733792095536 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11259/statm: 2287 276 234 213 0 72 0
[pid=11260] ppid=11259 vsize=3155520 CPUtime=70.39 cores=0,2,4,6
/proc/11260/stat : 11260 (coprocessor) R 11259 11245 8890 0 -1 4202496 25451 0 0 0 6721 318 0 0 20 0 1 0 21212656 3231252480 643078 33554432000 4194304 6586260 140736450604432 140736450600184 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 509 0 0
/proc/11260/statm: 788880 643078 157 584 0 788292 0
Current children cumulated CPU time (s) 97.07
Current children cumulated vsize (KiB) 5670600

[startup+162.3 s]
/proc/loadavg: 3.17 1.86 1.48 3/184 11264
/proc/meminfo: memFree=6159100/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4319316 CPUtime=57.52 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 422725 0 0 0 5611 141 0 0 20 0 1 0 21220453 4422979584 896321 33554432000 4194304 5654031 140734007841072 140734007838856 4232581 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1079829 896321 131 357 0 1079469 0
Current children cumulated CPU time (s) 157.05
Current children cumulated vsize (KiB) 6825248

[startup+222.3 s]
/proc/loadavg: 2.98 2.08 1.58 3/183 11310
/proc/meminfo: memFree=24596560/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4333116 CPUtime=117.51 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 433340 0 0 0 11607 144 0 0 20 0 1 0 21220453 4437110784 899962 33554432000 4194304 5654031 140734007841072 140734007838856 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1083279 899962 131 357 0 1082919 0
Current children cumulated CPU time (s) 217.04
Current children cumulated vsize (KiB) 6839048

[startup+282.3 s]
/proc/loadavg: 2.46 2.09 1.61 3/183 11310
/proc/meminfo: memFree=24558444/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4344916 CPUtime=177.5 cores=0,2,4,6

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

/proc/meminfo: memFree=24485400/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4389736 CPUtime=1257.35 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 556777 0 0 0 125541 194 0 0 20 0 1 0 21220453 4495089664 916270 33554432000 4194304 5654031 140734007841072 140734007839144 4232632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1097434 916270 141 357 0 1097074 0
Current children cumulated CPU time (s) 1356.88
Current children cumulated vsize (KiB) 6895668

[startup+1422.3 s]
/proc/loadavg: 2.07 2.03 1.86 3/183 11343
/proc/meminfo: memFree=24452988/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4390168 CPUtime=1317.33 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 563871 0 0 0 131536 197 0 0 20 0 1 0 21220453 4495532032 916378 33554432000 4194304 5654031 140734007841072 140734007839144 4232585 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1097542 916378 141 357 0 1097182 0
Current children cumulated CPU time (s) 1416.86
Current children cumulated vsize (KiB) 6896100

[startup+1482.3 s]
/proc/loadavg: 2.09 2.05 1.88 3/183 11344
/proc/meminfo: memFree=24484992/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4390168 CPUtime=1377.32 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 570835 0 0 0 137533 199 0 0 20 0 1 0 21220453 4495532032 916378 33554432000 4194304 5654031 140734007841072 140734007839144 4233306 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1097542 916378 141 357 0 1097182 0
Current children cumulated CPU time (s) 1476.85
Current children cumulated vsize (KiB) 6896100

[startup+1542.3 s]
/proc/loadavg: 2.10 2.06 1.89 3/183 11344
/proc/meminfo: memFree=24481692/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4391348 CPUtime=1437.31 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 574594 0 0 0 143530 201 0 0 20 0 1 0 21220453 4496740352 917160 33554432000 4194304 5654031 140734007841072 140734007838856 4232830 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1097837 917160 141 357 0 1097477 0
Current children cumulated CPU time (s) 1536.84
Current children cumulated vsize (KiB) 6897280

[startup+1602.3 s]
/proc/loadavg: 2.03 2.05 1.90 3/183 11344
/proc/meminfo: memFree=24481024/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4391524 CPUtime=1497.28 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 581677 0 0 0 149524 204 0 0 20 0 1 0 21220453 4496920576 917232 33554432000 4194304 5654031 140734007841072 140734007839144 4232581 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1097881 917232 141 357 0 1097521 0
Current children cumulated CPU time (s) 1596.81
Current children cumulated vsize (KiB) 6897456

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 1.90 3/183 11344
/proc/meminfo: memFree=24481060/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4391656 CPUtime=1557.26 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 588684 0 0 0 155520 206 0 0 20 0 1 0 21220453 4497055744 917265 33554432000 4194304 5654031 140734007841072 140734007839144 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1097914 917265 141 357 0 1097554 0
Current children cumulated CPU time (s) 1656.79
Current children cumulated vsize (KiB) 6897588

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 1.91 3/183 11344
/proc/meminfo: memFree=24464044/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4391724 CPUtime=1617.24 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 595688 0 0 0 161515 209 0 0 20 0 1 0 21220453 4497125376 917304 33554432000 4194304 5654031 140734007841072 140734007839144 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1097931 917304 141 357 0 1097571 0
Current children cumulated CPU time (s) 1716.77
Current children cumulated vsize (KiB) 6897656

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 1.91 3/184 11348
/proc/meminfo: memFree=24431816/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4391780 CPUtime=1677.21 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 599225 0 0 0 167510 211 0 0 20 0 1 0 21220453 4497182720 917358 33554432000 4194304 5654031 140734007841072 140734007839144 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1097945 917358 141 357 0 1097585 0
Current children cumulated CPU time (s) 1776.74
Current children cumulated vsize (KiB) 6897712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.61 s]
/proc/loadavg: 2.05 2.03 1.91 3/184 11348
/proc/meminfo: memFree=24463452/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4391780 CPUtime=1700.51 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 602715 0 0 0 169839 212 0 0 20 0 1 0 21220453 4497182720 917420 33554432000 4194304 5654031 140734007841072 140734007839144 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1097945 917420 141 357 0 1097585 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 6897712

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

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

[startup+1805.61 s]
/proc/loadavg: 2.05 2.03 1.91 3/184 11348
/proc/meminfo: memFree=24463452/32873844 swapFree=6868/6868
[pid=11245] ppid=11243 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (npSolver-pbo-I.) S 11243 11245 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 21209977 9367552 275 33554432000 4194304 5064252 140735850341840 140735850340752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11245/statm: 2287 275 233 213 0 72 0
[pid=11246] ppid=11245 vsize=2496784 CPUtime=99.53 cores=0,2,4,6
/proc/11246/stat : 11246 (npSolver-pbo) S 11245 11245 8890 0 -1 4202496 79205 26354 0 0 2349 319 6925 360 20 0 1 0 21209977 2556706816 481390 33554432000 4194304 6004724 140736810534096 140736810520376 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 8 0 0
/proc/11246/statm: 624196 481390 167 442 0 623750 0
[pid=11262] ppid=11246 vsize=4391780 CPUtime=1700.51 cores=0,2,4,6
/proc/11262/stat : 11262 (glucosInc) R 11246 11245 8890 0 -1 4202496 602715 0 0 0 169839 212 0 0 20 0 1 0 21220453 4497182720 917420 33554432000 4194304 5654031 140734007841072 140734007839144 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11262/statm: 1097945 917420 141 357 0 1097585 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 6897712

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11245 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=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.62
CPU time (s): 1800.04
CPU user time (s): 1791.13
CPU system time (s): 8.91
CPU usage (%): 99.6908
Max. virtual memory (cumulated for all children) (KiB): 6939236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
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= 1

runsolver used 4.30035 second user time and 10.2654 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 01:40:33
IDJOB=3747855
IDBENCH=1386
IDSOLVER=2333
FILE ID=node135/3747855-1339112432
RUNJOBID= node135-1339112432-11227
PBS_JOBID= 14643718
Free space on /tmp= 70692 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v40_e600_d20_mw10_6.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747855-1339112432/watcher-3747855-1339112432 -o /tmp/evaluation-result-3747855-1339112432/solver-3747855-1339112432 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3747855-1339112432.opb 239627745 HOME HOME

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

MD5SUM BENCH= f5d8cf0048d52cf223a3574d281ac8f8
RANDOM SEED=239627745

node135.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.905
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.81
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.905
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	: 5274.12
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.905
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.90
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.905
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.905
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.93
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.905
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.905
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.905
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31414008 kB
Buffers:          124516 kB
Cached:           526468 kB
SwapCached:         3612 kB
Active:           110736 kB
Inactive:         547392 kB
Active(anon):       5944 kB
Inactive(anon):     4076 kB
Active(file):     104792 kB
Inactive(file):   543316 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67098228 kB
Dirty:             82728 kB
Writeback:             0 kB
AnonPages:         12504 kB
Mapped:             8236 kB
Shmem:                 0 kB
Slab:             661380 kB
SReclaimable:     102684 kB
SUnreclaim:       558696 kB
KernelStack:        1440 kB
PageTables:         4044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 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= 69508 MiB
End job on node135 at 2012-06-08 02:10:41