Trace number 3746990

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 (fixed)? (TO) 1800.1 1805.82

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_8_mh_ic.opb
MD5SUM3780f03c87bd5cb45e7b4d8342759bc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4291485
Best CPU time to get the best result obtained on this benchmark1800.42
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 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 78886374094
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 78886374094
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.65	c old isEQ: 0, new EQ is 1
2.59/2.67	c old isEQ: 88, new EQ is 0
2.69/2.72	c old isEQ: 0, new EQ is 0
2.69/2.76	c old isEQ: 0, new EQ is 0
2.79/2.81	c old isEQ: 0, new EQ is 0
2.79/2.85	c old isEQ: 0, new EQ is 0
2.89/2.90	c old isEQ: 0, new EQ is 0
2.89/2.94	c old isEQ: 0, new EQ is 0
2.89/2.99	c old isEQ: 0, new EQ is 0
2.99/3.03	c old isEQ: 0, new EQ is 0
2.99/3.08	c old isEQ: 0, new EQ is 0
3.09/3.12	c old isEQ: 0, new EQ is 0
41.93/42.18	c run inc solver
41.93/42.18	c [INC SYSTEM] run initial solver
41.93/42.18	c [INC SYSTEM] preprocess with white file
164.13/169.60	c [INC SYSTEM] finished preprocessing in 127 s
164.13/169.60	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-3746990-1339108567/watcher-3746990-1339108567 -o /tmp/evaluation-result-3746990-1339108567/solver-3746990-1339108567 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746990-1339108567.opb 1463253077 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.99 3.58 2.63 4/180 9394
/proc/meminfo: memFree=18649920/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0

[startup+0.0108719 s]
/proc/loadavg: 4.99 3.58 2.63 4/180 9394
/proc/meminfo: memFree=18649920/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100155 s]
/proc/loadavg: 4.99 3.58 2.63 4/180 9394
/proc/meminfo: memFree=18649920/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300172 s]
/proc/loadavg: 4.99 3.58 2.63 4/180 9394
/proc/meminfo: memFree=18649920/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700169 s]
/proc/loadavg: 4.99 3.58 2.63 4/180 9394
/proc/meminfo: memFree=18649920/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 4.83 3.57 2.63 4/182 9396
/proc/meminfo: memFree=25036912/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=218780 CPUtime=1.49 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) R 9394 9394 4113 0 -1 4202496 24677 0 0 0 143 6 0 0 20 0 1 0 376982816 224030720 38037 33554432000 4194304 6004724 140736573725440 140736573721464 4968639 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9395/statm: 54695 38038 130 442 0 54249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 227928

[startup+3.10019 s]
/proc/loadavg: 4.83 3.57 2.63 3/181 9396
/proc/meminfo: memFree=24924400/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=357864 CPUtime=3.09 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) R 9394 9394 4113 0 -1 4202496 66910 0 0 0 294 15 0 0 20 0 1 0 376982816 366452736 88765 33554432000 4194304 6004724 140736573725440 140736573721880 4975522 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9395/statm: 89466 88765 156 442 0 89020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 367012

[startup+6.3002 s]
/proc/loadavg: 4.83 3.57 2.63 3/181 9396
/proc/meminfo: memFree=24597608/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=620188 CPUtime=6.29 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) R 9394 9394 4113 0 -1 4202496 68470 0 0 0 607 22 0 0 20 0 1 0 376982816 635072512 153593 33554432000 4194304 6004724 140736573725440 140736573720056 4582601 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9395/statm: 155047 153593 163 442 0 154601 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 629336

[startup+12.7003 s]
/proc/loadavg: 4.39 3.52 2.63 3/181 9396
/proc/meminfo: memFree=24087784/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=1406620 CPUtime=12.69 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) R 9394 9394 4113 0 -1 4202496 70114 0 0 0 1228 41 0 0 20 0 1 0 376982816 1440378880 275449 33554432000 4194304 6004724 140736573725440 140736573720056 4534742 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9395/statm: 351655 275449 163 442 0 351209 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1415768

[startup+25.5003 s]
/proc/loadavg: 4.03 3.47 2.62 3/181 9396
/proc/meminfo: memFree=23128220/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=2455196 CPUtime=25.48 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) R 9394 9394 4113 0 -1 4202496 71596 0 0 0 2479 69 0 0 20 0 1 0 376982816 2514120704 510457 33554432000 4194304 6004724 140736573725440 140736573720248 4582623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9395/statm: 613799 510457 163 442 0 613353 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2464344

[startup+51.1003 s]
/proc/loadavg: 3.41 3.37 2.61 3/183 9398
/proc/meminfo: memFree=18395664/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=42.23 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75194 0 0 0 3711 512 0 0 20 0 1 0 376982816 4661604352 753665 33554432000 4194304 6004724 140736573725440 140736573719904 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753665 171 442 0 1137641 0
[pid=9397] ppid=9395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9397/stat : 9397 (cp2_pre.sh) S 9395 9394 4113 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 376987055 9367552 276 33554432000 4194304 5064252 140737292702192 140737292700896 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9397/statm: 2287 276 234 213 0 72 0
[pid=9398] ppid=9397 vsize=1007340 CPUtime=8.68 cores=0,2,4,6
/proc/9398/stat : 9398 (coprocessor) R 9397 9394 4113 0 -1 4202496 20455 0 0 0 834 34 0 0 20 0 1 0 376987056 1031516160 238752 33554432000 4194304 6586260 140734478355488 140734478352248 5732400 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/9398/statm: 251835 238752 137 584 0 251247 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 5577984

[startup+102.307 s]
/proc/loadavg: 3.44 3.38 2.66 3/182 9399
/proc/meminfo: memFree=14647084/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=42.23 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75194 0 0 0 3711 512 0 0 20 0 1 0 376982816 4661604352 753665 33554432000 4194304 6004724 140736573725440 140736573719904 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753665 171 442 0 1137641 0
[pid=9397] ppid=9395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9397/stat : 9397 (cp2_pre.sh) S 9395 9394 4113 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 376987055 9367552 276 33554432000 4194304 5064252 140737292702192 140737292700896 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9397/statm: 2287 276 234 213 0 72 0
[pid=9398] ppid=9397 vsize=4954940 CPUtime=59.13 cores=0,2,4,6
/proc/9398/stat : 9398 (coprocessor) R 9397 9394 4113 0 -1 4202496 30038 0 0 0 5632 281 0 0 20 0 1 0 376987056 5073858560 1002620 33554432000 4194304 6586260 140734478355488 140734478351240 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 76 0 0
/proc/9398/statm: 1238735 1002620 158 584 0 1238147 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 9525584

[startup+162.3 s]
/proc/loadavg: 3.22 3.32 2.68 3/182 9399
/proc/meminfo: memFree=13147556/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=42.23 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75194 0 0 0 3711 512 0 0 20 0 1 0 376982816 4661604352 753665 33554432000 4194304 6004724 140736573725440 140736573719904 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753665 171 442 0 1137641 0
[pid=9397] ppid=9395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9397/stat : 9397 (cp2_pre.sh) S 9395 9394 4113 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 376987055 9367552 276 33554432000 4194304 5064252 140737292702192 140737292700896 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9397/statm: 2287 276 234 213 0 72 0
[pid=9398] ppid=9397 vsize=4954940 CPUtime=115.18 cores=0,2,4,6
/proc/9398/stat : 9398 (coprocessor) R 9397 9394 4113 0 -1 4202496 30038 0 0 0 10945 573 0 0 20 0 1 0 376987056 5073858560 1002620 33554432000 4194304 6586260 140734478355488 140734478351240 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 469 0 0
/proc/9398/statm: 1238735 1002620 158 584 0 1238147 0
Current children cumulated CPU time (s) 157.41
Current children cumulated vsize (KiB) 9525584

[startup+222.3 s]
/proc/loadavg: 2.51 3.11 2.64 3/181 9401
/proc/meminfo: memFree=14041472/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75211 30940 0 0 3711 513 11536 657 20 0 1 0 376982816 4661604352 753668 33554432000 4194304 6004724 140736573725440 140736573711720 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753668 174 442 0 1137641 0
[pid=9401] ppid=9395 vsize=6663724 CPUtime=52.67 cores=0,2,4,6
/proc/9401/stat : 9401 (glucosInc) R 9395 9394 4113 0 -1 4202496 599744 0 0 0 5074 193 0 0 20 0 1 0 376999777 6823653376 1409975 33554432000 4194304 5654031 140735952334096 140735952331880 4233328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9401/statm: 1665931 1409975 131 357 0 1665571 0
Current children cumulated CPU time (s) 216.84
Current children cumulated vsize (KiB) 11225220

[startup+282.3 s]
/proc/loadavg: 2.19 2.90 2.60 3/182 9404
/proc/meminfo: memFree=14026192/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6

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

/proc/meminfo: memFree=19632300/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75211 30940 0 0 3711 513 11536 657 20 0 1 0 376982816 4661604352 753668 33554432000 4194304 6004724 140736573725440 140736573711720 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753668 174 442 0 1137641 0
[pid=9401] ppid=9395 vsize=6767632 CPUtime=1132.51 cores=0,2,4,6
/proc/9401/stat : 9401 (glucosInc) R 9395 9394 4113 0 -1 4202496 710580 0 0 0 113010 241 0 0 20 0 1 0 376999777 6930055168 1437397 33554432000 4194304 5654031 140735952334096 140735952331880 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9401/statm: 1691908 1437397 141 357 0 1691548 0
Current children cumulated CPU time (s) 1296.68
Current children cumulated vsize (KiB) 11329128

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.17 3/181 9492
/proc/meminfo: memFree=19594176/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75211 30940 0 0 3711 513 11536 657 20 0 1 0 376982816 4661604352 753668 33554432000 4194304 6004724 140736573725440 140736573711720 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753668 174 442 0 1137641 0
[pid=9401] ppid=9395 vsize=6770668 CPUtime=1192.5 cores=0,2,4,6
/proc/9401/stat : 9401 (glucosInc) R 9395 9394 4113 0 -1 4202496 715530 0 0 0 119006 244 0 0 20 0 1 0 376999777 6933164032 1438190 33554432000 4194304 5654031 140735952334096 140735952331880 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9401/statm: 1692667 1438190 141 357 0 1692307 0
Current children cumulated CPU time (s) 1356.67
Current children cumulated vsize (KiB) 11332164

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.16 3/181 9494
/proc/meminfo: memFree=19615684/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75211 30940 0 0 3711 513 11536 657 20 0 1 0 376982816 4661604352 753668 33554432000 4194304 6004724 140736573725440 140736573711720 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753668 174 442 0 1137641 0
[pid=9401] ppid=9395 vsize=6774100 CPUtime=1252.49 cores=0,2,4,6
/proc/9401/stat : 9401 (glucosInc) R 9395 9394 4113 0 -1 4202496 720618 0 0 0 125003 246 0 0 20 0 1 0 376999777 6936678400 1439121 33554432000 4194304 5654031 140735952334096 140735952331880 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9401/statm: 1693525 1439121 141 357 0 1693165 0
Current children cumulated CPU time (s) 1416.66
Current children cumulated vsize (KiB) 11335596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/182 9497
/proc/meminfo: memFree=19555372/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75211 30940 0 0 3711 513 11536 657 20 0 1 0 376982816 4661604352 753668 33554432000 4194304 6004724 140736573725440 140736573711720 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753668 174 442 0 1137641 0
[pid=9401] ppid=9395 vsize=6779336 CPUtime=1312.48 cores=0,2,4,6
/proc/9401/stat : 9401 (glucosInc) R 9395 9394 4113 0 -1 4202496 725652 0 0 0 130999 249 0 0 20 0 1 0 376999777 6942040064 1440506 33554432000 4194304 5654031 140735952334096 140735952331880 4214522 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9401/statm: 1694834 1440506 141 357 0 1694474 0
Current children cumulated CPU time (s) 1476.65
Current children cumulated vsize (KiB) 11340832

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/182 9520
/proc/meminfo: memFree=19550324/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75211 30940 0 0 3711 513 11536 657 20 0 1 0 376982816 4661604352 753668 33554432000 4194304 6004724 140736573725440 140736573711720 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753668 174 442 0 1137641 0
[pid=9401] ppid=9395 vsize=6782548 CPUtime=1372.46 cores=0,2,4,6
/proc/9401/stat : 9401 (glucosInc) R 9395 9394 4113 0 -1 4202496 730205 0 0 0 136995 251 0 0 20 0 1 0 376999777 6945329152 1441391 33554432000 4194304 5654031 140735952334096 140735952321912 4232767 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9401/statm: 1695637 1441391 141 357 0 1695277 0
Current children cumulated CPU time (s) 1536.63
Current children cumulated vsize (KiB) 11344044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/181 9520
/proc/meminfo: memFree=19511740/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75211 30940 0 0 3711 513 11536 657 20 0 1 0 376982816 4661604352 753668 33554432000 4194304 6004724 140736573725440 140736573711720 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753668 174 442 0 1137641 0
[pid=9401] ppid=9395 vsize=6782948 CPUtime=1432.45 cores=0,2,4,6
/proc/9401/stat : 9401 (glucosInc) R 9395 9394 4113 0 -1 4202496 737671 0 0 0 142990 255 0 0 20 0 1 0 376999777 6945738752 1441539 33554432000 4194304 5654031 140735952334096 140735952332168 4232925 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9401/statm: 1695737 1441539 141 357 0 1695377 0
Current children cumulated CPU time (s) 1596.62
Current children cumulated vsize (KiB) 11344444

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/181 9521
/proc/meminfo: memFree=19523620/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75211 30940 0 0 3711 513 11536 657 20 0 1 0 376982816 4661604352 753668 33554432000 4194304 6004724 140736573725440 140736573711720 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753668 174 442 0 1137641 0
[pid=9401] ppid=9395 vsize=6785192 CPUtime=1492.45 cores=0,2,4,6
/proc/9401/stat : 9401 (glucosInc) R 9395 9394 4113 0 -1 4202496 742387 0 0 0 148987 258 0 0 20 0 1 0 376999777 6948036608 1442098 33554432000 4194304 5654031 140735952334096 140735952332168 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9401/statm: 1696298 1442098 141 357 0 1695938 0
Current children cumulated CPU time (s) 1656.62
Current children cumulated vsize (KiB) 11346688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/181 9521
/proc/meminfo: memFree=19531800/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75211 30940 0 0 3711 513 11536 657 20 0 1 0 376982816 4661604352 753668 33554432000 4194304 6004724 140736573725440 140736573711720 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753668 174 442 0 1137641 0
[pid=9401] ppid=9395 vsize=6786040 CPUtime=1552.43 cores=0,2,4,6
/proc/9401/stat : 9401 (glucosInc) R 9395 9394 4113 0 -1 4202496 746733 0 0 0 154984 259 0 0 20 0 1 0 376999777 6948904960 1442284 33554432000 4194304 5654031 140735952334096 140735952331880 4214536 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9401/statm: 1696510 1442284 141 357 0 1696150 0
Current children cumulated CPU time (s) 1716.6
Current children cumulated vsize (KiB) 11347536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/181 9521
/proc/meminfo: memFree=19517880/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75211 30940 0 0 3711 513 11536 657 20 0 1 0 376982816 4661604352 753668 33554432000 4194304 6004724 140736573725440 140736573711720 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753668 174 442 0 1137641 0
[pid=9401] ppid=9395 vsize=6787072 CPUtime=1612.43 cores=0,2,4,6
/proc/9401/stat : 9401 (glucosInc) R 9395 9394 4113 0 -1 4202496 751140 0 0 0 160981 262 0 0 20 0 1 0 376999777 6949961728 1443045 33554432000 4194304 5654031 140735952334096 140735952331880 4214475 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9401/statm: 1696768 1443045 141 357 0 1696408 0
Current children cumulated CPU time (s) 1776.6
Current children cumulated vsize (KiB) 11348568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 2.08 2.02 2.10 3/181 9521
/proc/meminfo: memFree=19539712/32873648 swapFree=7628/7628
[pid=9394] ppid=9392 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (npSolver-pbo-It) S 9392 9394 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376982816 9367552 274 33554432000 4194304 5064252 140737113464320 140737113463232 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9394/statm: 2287 274 233 213 0 72 0
[pid=9395] ppid=9394 vsize=4552348 CPUtime=164.17 cores=0,2,4,6
/proc/9395/stat : 9395 (npSolver-pbo) S 9394 9394 4113 0 -1 4202496 75211 30940 0 0 3711 513 11536 657 20 0 1 0 376982816 4661604352 753668 33554432000 4194304 6004724 140736573725440 140736573711720 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 14 0 0
/proc/9395/statm: 1138087 753668 174 442 0 1137641 0
[pid=9401] ppid=9395 vsize=6787304 CPUtime=1635.93 cores=0,2,4,6
/proc/9401/stat : 9401 (glucosInc) R 9395 9394 4113 0 -1 4202496 754858 0 0 0 163329 264 0 0 20 0 1 0 376999777 6950199296 1443114 33554432000 4194304 5654031 140735952334096 140735952332168 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9401/statm: 1696826 1443114 141 357 0 1696466 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 11348800

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 9394 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.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.82
CPU time (s): 1800.1
CPU user time (s): 1785.76
CPU system time (s): 14.34
CPU usage (%): 99.6835
Max. virtual memory (cumulated for all children) (KiB): 11411088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
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.11337 second user time and 10.3424 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-08 00:36:08
IDJOB=3746990
IDBENCH=92665
IDSOLVER=2332
FILE ID=node122/3746990-1339108567
RUNJOBID= node122-1339098177-4129
PBS_JOBID= 14643731
Free space on /tmp= 69840 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_8_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746990-1339108567/watcher-3746990-1339108567 -o /tmp/evaluation-result-3746990-1339108567/solver-3746990-1339108567 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746990-1339108567.opb 1463253077 HOME HOME

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

MD5SUM BENCH= 3780f03c87bd5cb45e7b4d8342759bc6
RANDOM SEED=1463253077

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        18547776 kB
Buffers:           92136 kB
Cached:          8483800 kB
SwapCached:         2132 kB
Active:          6031488 kB
Inactive:        7096144 kB
Active(anon):    4551540 kB
Inactive(anon):     2216 kB
Active(file):    1479948 kB
Inactive(file):  7093928 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099484 kB
Dirty:             52100 kB
Writeback:             0 kB
AnonPages:       4561564 kB
Mapped:             9988 kB
Shmem:                 0 kB
Slab:            1042588 kB
SReclaimable:     485504 kB
SUnreclaim:       557084 kB
KernelStack:        1480 kB
PageTables:        13100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    5610464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2662400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 68760 MiB
End job on node122 at 2012-06-08 01:06:16