Trace number 3751772

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.08 1802.22

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_1_mh_ic.opb
MD5SUMd5e7ab00f82d8a167f85d70472648422
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9736335
Best CPU time to get the best result obtained on this benchmark1800.46
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 132350
Biggest coefficient in the objective function 107171875
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 77582822106
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 107171875
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 77582822106
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.59/2.61	c old isEQ: 0, new EQ is 1
2.59/2.62	c old isEQ: 88, new EQ is 0
2.59/2.67	c old isEQ: 0, new EQ is 0
2.69/2.71	c old isEQ: 0, new EQ is 0
2.69/2.76	c old isEQ: 0, new EQ is 0
2.79/2.80	c old isEQ: 0, new EQ is 0
2.79/2.85	c old isEQ: 0, new EQ is 0
2.79/2.89	c old isEQ: 0, new EQ is 0
2.89/2.94	c old isEQ: 0, new EQ is 0
2.89/2.98	c old isEQ: 0, new EQ is 0
2.99/3.03	c old isEQ: 0, new EQ is 0
2.99/3.07	c old isEQ: 0, new EQ is 0
43.48/43.51	c run inc solver
43.48/43.51	c [INC SYSTEM] run initial solver
43.48/43.51	c [INC SYSTEM] preprocess with white file
164.78/167.09	c [INC SYSTEM] finished preprocessing in 123 s
164.78/167.09	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-3751772-1339174281/watcher-3751772-1339174281 -o /tmp/evaluation-result-3751772-1339174281/solver-3751772-1339174281 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751772-1339174281.opb 258359312 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.90 3.86 2.81 4/180 1220
/proc/meminfo: memFree=19378036/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0

[startup+0.0144621 s]
/proc/loadavg: 4.90 3.86 2.81 4/180 1220
/proc/meminfo: memFree=19378036/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 4.90 3.86 2.81 4/180 1220
/proc/meminfo: memFree=19378036/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300217 s]
/proc/loadavg: 4.90 3.86 2.81 4/180 1220
/proc/meminfo: memFree=19378036/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700271 s]
/proc/loadavg: 4.90 3.86 2.81 4/180 1220
/proc/meminfo: memFree=19378036/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 4.90 3.86 2.81 4/182 1222
/proc/meminfo: memFree=24363400/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=220496 CPUtime=1.49 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) R 1220 1220 643 0 -1 4202496 24689 0 0 0 142 7 0 0 20 0 1 0 383552813 225787904 38772 33554432000 4194304 6004724 140736801769200 140736801764776 4968639 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1221/statm: 55124 38773 130 442 0 54678 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 229644

[startup+3.10029 s]
/proc/loadavg: 4.90 3.86 2.81 3/181 1222
/proc/meminfo: memFree=24249020/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=357864 CPUtime=3.09 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) R 1220 1220 643 0 -1 4202496 66486 0 0 0 294 15 0 0 20 0 1 0 383552813 366452736 88765 33554432000 4194304 6004724 140736801769200 140736801766008 4536240 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1221/statm: 89466 88765 156 442 0 89020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 367012

[startup+6.30031 s]
/proc/loadavg: 4.91 3.88 2.82 3/181 1222
/proc/meminfo: memFree=23928424/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=620192 CPUtime=6.29 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) R 1220 1220 643 0 -1 4202496 67835 0 0 0 607 22 0 0 20 0 1 0 383552813 635076608 153893 33554432000 4194304 6004724 140736801769200 140736801763816 4534728 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1221/statm: 155048 153893 163 442 0 154602 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 629340

[startup+12.7003 s]
/proc/loadavg: 4.68 3.85 2.82 3/181 1222
/proc/meminfo: memFree=23439108/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=1406624 CPUtime=12.69 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) R 1220 1220 643 0 -1 4202496 69472 0 0 0 1226 43 0 0 20 0 1 0 383552813 1440382976 272165 33554432000 4194304 6004724 140736801769200 140736801763816 4536318 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1221/statm: 351656 272165 163 442 0 351210 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1415772

[startup+25.5003 s]
/proc/loadavg: 4.08 3.76 2.81 3/181 1222
/proc/meminfo: memFree=22484064/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=2455200 CPUtime=25.48 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) R 1220 1220 643 0 -1 4202496 70945 0 0 0 2472 76 0 0 20 0 1 0 383552813 2514124800 502565 33554432000 4194304 6004724 140736801769200 140736801764008 4582623 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1221/statm: 613800 502565 163 442 0 613354 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2464348

[startup+51.1004 s]
/proc/loadavg: 3.53 3.65 2.79 3/183 1224
/proc/meminfo: memFree=17966800/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=43.7 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75069 0 0 0 3832 538 0 0 20 0 1 0 383552813 4661608448 753453 33554432000 4194304 6004724 140736801769200 140736801763664 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753453 171 442 0 1137642 0
[pid=1223] ppid=1221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1223/stat : 1223 (cp2_pre.sh) S 1221 1220 643 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383557201 9367552 277 33554432000 4194304 5064252 140736591418400 140736591417104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1223/statm: 2287 277 234 213 0 72 0
[pid=1224] ppid=1223 vsize=809132 CPUtime=7.19 cores=0,2,4,6
/proc/1224/stat : 1224 (coprocessor) R 1223 1220 643 0 -1 4202496 18390 0 0 0 692 27 0 0 20 0 1 0 383557202 828551168 188652 33554432000 4194304 6586260 140736094035872 140736094032632 5732400 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/1224/statm: 202283 188652 137 584 0 201695 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 5379780

[startup+102.306 s]
/proc/loadavg: 3.47 3.61 2.83 3/182 1224
/proc/meminfo: memFree=14065944/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=43.7 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75069 0 0 0 3832 538 0 0 20 0 1 0 383552813 4661608448 753453 33554432000 4194304 6004724 140736801769200 140736801763664 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753453 171 442 0 1137642 0
[pid=1223] ppid=1221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1223/stat : 1223 (cp2_pre.sh) S 1221 1220 643 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383557201 9367552 277 33554432000 4194304 5064252 140736591418400 140736591417104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1223/statm: 2287 277 234 213 0 72 0
[pid=1224] ppid=1223 vsize=4954940 CPUtime=58.23 cores=0,2,4,6
/proc/1224/stat : 1224 (coprocessor) R 1223 1220 643 0 -1 4202496 28720 0 0 0 5538 285 0 0 20 0 1 0 383557202 5073858560 1001812 33554432000 4194304 6586260 140736094035872 140736094031624 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 15 0 0
/proc/1224/statm: 1238735 1001812 158 584 0 1238147 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 9525588

[startup+162.3 s]
/proc/loadavg: 3.41 3.55 2.85 3/182 1224
/proc/meminfo: memFree=12474344/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=43.7 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75069 0 0 0 3832 538 0 0 20 0 1 0 383552813 4661608448 753453 33554432000 4194304 6004724 140736801769200 140736801763664 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753453 171 442 0 1137642 0
[pid=1223] ppid=1221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1223/stat : 1223 (cp2_pre.sh) S 1221 1220 643 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383557201 9367552 277 33554432000 4194304 5064252 140736591418400 140736591417104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1223/statm: 2287 277 234 213 0 72 0
[pid=1224] ppid=1223 vsize=4954940 CPUtime=117.68 cores=0,2,4,6
/proc/1224/stat : 1224 (coprocessor) R 1223 1220 643 0 -1 4202496 28720 0 0 0 11168 600 0 0 20 0 1 0 383557202 5073858560 1001812 33554432000 4194304 6586260 140736094035872 140736094031624 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 69 0 0
/proc/1224/statm: 1238735 1001812 158 584 0 1238147 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 9525588

[startup+222.3 s]
/proc/loadavg: 2.62 3.31 2.81 3/181 1226
/proc/meminfo: memFree=13381132/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75085 29622 0 1 3832 539 11488 664 20 0 1 0 383552813 4661608448 753456 33554432000 4194304 6004724 140736801769200 140736801755480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753456 174 442 0 1137642 0
[pid=1226] ppid=1221 vsize=6662268 CPUtime=55.19 cores=0,2,4,6
/proc/1226/stat : 1226 (glucosInc) R 1221 1220 643 0 -1 4202496 602726 0 0 0 5310 209 0 0 20 0 1 0 383569522 6822162432 1409450 33554432000 4194304 5654031 140733410135808 140733410133592 4232625 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1226/statm: 1665567 1409450 131 357 0 1665207 0
Current children cumulated CPU time (s) 220.42
Current children cumulated vsize (KiB) 11223768

[startup+282.3 s]
/proc/loadavg: 2.22 3.07 2.75 3/181 1227
/proc/meminfo: memFree=13369660/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6

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

/proc/meminfo: memFree=16203012/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75085 29622 0 1 3832 539 11488 664 20 0 1 0 383552813 4661608448 753456 33554432000 4194304 6004724 140736801769200 140736801755480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753456 174 442 0 1137642 0
[pid=1226] ppid=1221 vsize=6757528 CPUtime=1135.02 cores=0,2,4,6
/proc/1226/stat : 1226 (glucosInc) R 1221 1220 643 0 -1 4202496 706606 0 0 0 113249 253 0 0 20 0 1 0 383569522 6919708672 1434488 33554432000 4194304 5654031 140733410135808 140733410133592 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1226/statm: 1689382 1434488 141 357 0 1689022 0
Current children cumulated CPU time (s) 1300.25
Current children cumulated vsize (KiB) 11319028

[startup+1362.3 s]
/proc/loadavg: 2.00 2.04 2.24 3/181 1303
/proc/meminfo: memFree=16198708/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75085 29622 0 1 3832 539 11488 664 20 0 1 0 383552813 4661608448 753456 33554432000 4194304 6004724 140736801769200 140736801755480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753456 174 442 0 1137642 0
[pid=1226] ppid=1221 vsize=6759508 CPUtime=1195.01 cores=0,2,4,6
/proc/1226/stat : 1226 (glucosInc) R 1221 1220 643 0 -1 4202496 711834 0 0 0 119246 255 0 0 20 0 1 0 383569522 6921736192 1435569 33554432000 4194304 5654031 140733410135808 140733410133592 4232625 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1226/statm: 1689877 1435569 141 357 0 1689517 0
Current children cumulated CPU time (s) 1360.24
Current children cumulated vsize (KiB) 11321008

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.22 3/181 1303
/proc/meminfo: memFree=16196452/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75085 29622 0 1 3832 539 11488 664 20 0 1 0 383552813 4661608448 753456 33554432000 4194304 6004724 140736801769200 140736801755480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753456 174 442 0 1137642 0
[pid=1226] ppid=1221 vsize=6761412 CPUtime=1255.01 cores=0,2,4,6
/proc/1226/stat : 1226 (glucosInc) R 1221 1220 643 0 -1 4202496 717028 0 0 0 125244 257 0 0 20 0 1 0 383569522 6923685888 1436084 33554432000 4194304 5654031 140733410135808 140733410133592 4232632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1226/statm: 1690353 1436084 141 357 0 1689993 0
Current children cumulated CPU time (s) 1420.24
Current children cumulated vsize (KiB) 11322912

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.21 3/181 1304
/proc/meminfo: memFree=16190908/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75085 29622 0 1 3832 539 11488 664 20 0 1 0 383552813 4661608448 753456 33554432000 4194304 6004724 140736801769200 140736801755480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753456 174 442 0 1137642 0
[pid=1226] ppid=1221 vsize=6806012 CPUtime=1314.99 cores=0,2,4,6
/proc/1226/stat : 1226 (glucosInc) R 1221 1220 643 0 -1 4202496 726731 0 0 0 131238 261 0 0 20 0 1 0 383569522 6969356288 1447253 33554432000 4194304 5654031 140733410135808 140733410133592 4222299 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1226/statm: 1701503 1447253 141 357 0 1701143 0
Current children cumulated CPU time (s) 1480.22
Current children cumulated vsize (KiB) 11367512

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.19 3/181 1304
/proc/meminfo: memFree=16188032/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75085 29622 0 1 3832 539 11488 664 20 0 1 0 383552813 4661608448 753456 33554432000 4194304 6004724 140736801769200 140736801755480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753456 174 442 0 1137642 0
[pid=1226] ppid=1221 vsize=6766996 CPUtime=1374.98 cores=0,2,4,6
/proc/1226/stat : 1226 (glucosInc) R 1221 1220 643 0 -1 4202496 727865 0 0 0 137236 262 0 0 20 0 1 0 383569522 6929403904 1437598 33554432000 4194304 5654031 140733410135808 140733410133592 4219880 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1226/statm: 1691749 1437598 141 357 0 1691389 0
Current children cumulated CPU time (s) 1540.21
Current children cumulated vsize (KiB) 11328496

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.17 3/181 1304
/proc/meminfo: memFree=16181804/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75085 29622 0 1 3832 539 11488 664 20 0 1 0 383552813 4661608448 753456 33554432000 4194304 6004724 140736801769200 140736801755480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753456 174 442 0 1137642 0
[pid=1226] ppid=1221 vsize=6768948 CPUtime=1434.97 cores=0,2,4,6
/proc/1226/stat : 1226 (glucosInc) R 1221 1220 643 0 -1 4202496 732992 0 0 0 143233 264 0 0 20 0 1 0 383569522 6931402752 1438065 33554432000 4194304 5654031 140733410135808 140733410133592 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1226/statm: 1692237 1438065 141 357 0 1691877 0
Current children cumulated CPU time (s) 1600.2
Current children cumulated vsize (KiB) 11330448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.16 3/181 1304
/proc/meminfo: memFree=16176880/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75085 29622 0 1 3832 539 11488 664 20 0 1 0 383552813 4661608448 753456 33554432000 4194304 6004724 140736801769200 140736801755480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753456 174 442 0 1137642 0
[pid=1226] ppid=1221 vsize=6771720 CPUtime=1494.97 cores=0,2,4,6
/proc/1226/stat : 1226 (glucosInc) R 1221 1220 643 0 -1 4202496 738381 0 0 0 149230 267 0 0 20 0 1 0 383569522 6934241280 1438797 33554432000 4194304 5654031 140733410135808 140733410133592 4232659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1226/statm: 1692930 1438797 141 357 0 1692570 0
Current children cumulated CPU time (s) 1660.2
Current children cumulated vsize (KiB) 11333220

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.15 3/182 1307
/proc/meminfo: memFree=16170764/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75085 29622 0 1 3832 539 11488 664 20 0 1 0 383552813 4661608448 753456 33554432000 4194304 6004724 140736801769200 140736801755480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753456 174 442 0 1137642 0
[pid=1226] ppid=1221 vsize=6775812 CPUtime=1554.95 cores=0,2,4,6
/proc/1226/stat : 1226 (glucosInc) R 1221 1220 643 0 -1 4202496 744140 0 0 0 155226 269 0 0 20 0 1 0 383569522 6938431488 1439899 33554432000 4194304 5654031 140733410135808 140733410133592 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1226/statm: 1693953 1439899 141 357 0 1693593 0
Current children cumulated CPU time (s) 1720.18
Current children cumulated vsize (KiB) 11337312

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/181 1308
/proc/meminfo: memFree=16164120/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75085 29622 0 1 3832 539 11488 664 20 0 1 0 383552813 4661608448 753456 33554432000 4194304 6004724 140736801769200 140736801755480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753456 174 442 0 1137642 0
[pid=1226] ppid=1221 vsize=6779464 CPUtime=1614.94 cores=0,2,4,6
/proc/1226/stat : 1226 (glucosInc) R 1221 1220 643 0 -1 4202496 749760 0 0 0 161223 271 0 0 20 0 1 0 383569522 6942171136 1440860 33554432000 4194304 5654031 140733410135808 140733410133592 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1226/statm: 1694866 1440860 141 357 0 1694506 0
Current children cumulated CPU time (s) 1780.17
Current children cumulated vsize (KiB) 11340964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.13 3/181 1308
/proc/meminfo: memFree=16162236/32873844 swapFree=9160/9160
[pid=1220] ppid=1218 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1220/stat : 1220 (npSolver-pbo-It) S 1218 1220 643 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383552813 9367552 275 33554432000 4194304 5064252 140734687256592 140734687255504 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1220/statm: 2287 275 233 213 0 72 0
[pid=1221] ppid=1220 vsize=4552352 CPUtime=165.23 cores=0,2,4,6
/proc/1221/stat : 1221 (npSolver-pbo) S 1220 1220 643 0 -1 4202496 75085 29622 0 1 3832 539 11488 664 20 0 1 0 383552813 4661608448 753456 33554432000 4194304 6004724 140736801769200 140736801755480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/1221/statm: 1138088 753456 174 442 0 1137642 0
[pid=1226] ppid=1221 vsize=6781356 CPUtime=1634.85 cores=0,2,4,6
/proc/1226/stat : 1226 (glucosInc) R 1221 1220 643 0 -1 4202496 754919 0 0 0 163211 274 0 0 20 0 1 0 383569522 6944108544 1441341 33554432000 4194304 5654031 140733410135808 140733410133592 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1226/statm: 1695339 1441341 141 357 0 1694979 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11342856

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1802.22
CPU time (s): 1800.08
CPU user time (s): 1785.31
CPU system time (s): 14.77
CPU usage (%): 99.8814
Max. virtual memory (cumulated for all children) (KiB): 11403296

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= 358
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 3.77343 second user time and 10.1525 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-08 18:51:23
IDJOB=3751772
IDBENCH=92670
IDSOLVER=2335
FILE ID=node139/3751772-1339174281
RUNJOBID= node139-1339170208-659
PBS_JOBID= 14643822
Free space on /tmp= 69272 MiB

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

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

MD5SUM BENCH= d5e7ab00f82d8a167f85d70472648422
RANDOM SEED=258359312

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        19269924 kB
Buffers:          628068 kB
Cached:          6651948 kB
SwapCached:          496 kB
Active:          6374304 kB
Inactive:        6030720 kB
Active(anon):    4055984 kB
Inactive(anon):  1071364 kB
Active(file):    2318320 kB
Inactive(file):  4959356 kB
Unevictable:        9160 kB
Mlocked:            9160 kB
SwapTotal:      67108856 kB
SwapFree:       67104292 kB
Dirty:             53048 kB
Writeback:             0 kB
AnonPages:       5133884 kB
Mapped:            11724 kB
Shmem:                 8 kB
Slab:            1045764 kB
SReclaimable:     487044 kB
SUnreclaim:       558720 kB
KernelStack:        1480 kB
PageTables:        14240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6475112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2938880 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= 67648 MiB
End job on node139 at 2012-06-08 19:21:27