Trace number 3751775

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 1813.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_5_mh_ic.opb
MD5SUM14d236c4d30788af1b7d25ef928578c5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4811337
Best CPU time to get the best result obtained on this benchmark1800.56
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 149721291
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 61017523054
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 149721291
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 61017523054
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.69/2.70	c old isEQ: 0, new EQ is 1
2.69/2.72	c old isEQ: 88, new EQ is 0
2.69/2.77	c old isEQ: 0, new EQ is 0
2.78/2.81	c old isEQ: 0, new EQ is 0
2.78/2.86	c old isEQ: 0, new EQ is 0
2.88/2.90	c old isEQ: 0, new EQ is 0
2.88/2.95	c old isEQ: 0, new EQ is 0
2.88/3.00	c old isEQ: 0, new EQ is 0
2.98/3.04	c old isEQ: 0, new EQ is 0
2.98/3.09	c old isEQ: 0, new EQ is 0
3.08/3.13	c old isEQ: 0, new EQ is 0
3.08/3.17	c old isEQ: 0, new EQ is 0
43.37/43.53	c run inc solver
43.37/43.53	c [INC SYSTEM] run initial solver
43.37/43.53	c [INC SYSTEM] preprocess with white file
164.98/178.58	c [INC SYSTEM] finished preprocessing in 135 s
164.98/178.58	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-3751775-1339174952/watcher-3751775-1339174952 -o /tmp/evaluation-result-3751775-1339174952/solver-3751775-1339174952 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751775-1339174952.opb 643768260 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.39 2.64 3/180 4976
/proc/meminfo: memFree=19639184/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0

[startup+0.0972099 s]
/proc/loadavg: 2.08 2.39 2.64 3/180 4976
/proc/meminfo: memFree=19639184/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10035 s]
/proc/loadavg: 2.08 2.39 2.64 3/180 4976
/proc/meminfo: memFree=19639184/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300273 s]
/proc/loadavg: 2.08 2.39 2.64 3/180 4976
/proc/meminfo: memFree=19639184/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700287 s]
/proc/loadavg: 2.08 2.39 2.64 3/180 4976
/proc/meminfo: memFree=19639184/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.08 2.39 2.64 3/182 4978
/proc/meminfo: memFree=19534664/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=219176 CPUtime=1.48 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) R 4976 4976 4273 0 -1 4202496 24026 0 0 0 139 9 0 0 20 0 1 0 27462350 224436224 38276 33554432000 4194304 6004724 140736588049184 140736588045208 4968639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4977/statm: 54794 38277 130 442 0 54348 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 228324

[startup+3.10036 s]
/proc/loadavg: 2.07 2.38 2.64 3/182 4978
/proc/meminfo: memFree=19419160/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=357860 CPUtime=3.08 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) R 4976 4976 4273 0 -1 4202496 66661 0 0 0 289 19 0 0 20 0 1 0 27462350 366448640 88765 33554432000 4194304 6004724 140736588049184 140736588044824 4536193 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4977/statm: 89465 88765 156 442 0 89019 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 367008

[startup+6.30032 s]
/proc/loadavg: 2.07 2.38 2.64 3/182 4978
/proc/meminfo: memFree=19105352/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=620184 CPUtime=6.29 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) R 4976 4976 4273 0 -1 4202496 68346 0 0 0 601 28 0 0 20 0 1 0 27462350 635068416 151163 33554432000 4194304 6004724 140736588049184 140736588043800 4536305 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4977/statm: 155046 151163 163 442 0 154600 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 629332

[startup+12.7003 s]
/proc/loadavg: 2.06 2.37 2.63 3/182 4978
/proc/meminfo: memFree=18612912/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=1406616 CPUtime=12.69 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) R 4976 4976 4273 0 -1 4202496 69982 0 0 0 1218 51 0 0 20 0 1 0 27462350 1440374784 268923 33554432000 4194304 6004724 140736588049184 140736588043800 4207424 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4977/statm: 351654 268923 163 442 0 351208 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1415764

[startup+25.5003 s]
/proc/loadavg: 2.05 2.36 2.62 3/182 4978
/proc/meminfo: memFree=17661900/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=2455192 CPUtime=25.49 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) R 4976 4976 4273 0 -1 4202496 71453 0 0 0 2463 86 0 0 20 0 1 0 27462350 2514116608 498299 33554432000 4194304 6004724 140736588049184 140736588043992 4582496 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4977/statm: 613798 498299 163 442 0 613352 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2464340

[startup+51.1004 s]
/proc/loadavg: 2.18 2.36 2.62 3/184 4980
/proc/meminfo: memFree=13086264/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=43.61 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75074 0 0 0 3802 559 0 0 20 0 1 0 27462350 4661600256 753283 33554432000 4194304 6004724 140736588049184 140736588043648 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753283 171 442 0 1137640 0
[pid=4979] ppid=4977 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4979/stat : 4979 (cp2_pre.sh) S 4977 4976 4273 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 27466726 9367552 277 33554432000 4194304 5064252 140736822937136 140736822935840 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4979/statm: 2287 277 234 213 0 72 0
[pid=4980] ppid=4979 vsize=809132 CPUtime=7.32 cores=1,3,5,7
/proc/4980/stat : 4980 (coprocessor) R 4979 4976 4273 0 -1 4202496 18988 0 0 0 696 36 0 0 20 0 1 0 27466727 828551168 188739 33554432000 4194304 6586260 140736159176032 140736159172920 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/4980/statm: 202283 188739 137 584 0 201695 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 5379772

[startup+102.307 s]
/proc/loadavg: 3.30 2.62 2.69 3/184 4980
/proc/meminfo: memFree=9206508/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=43.61 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75074 0 0 0 3802 559 0 0 20 0 1 0 27462350 4661600256 753283 33554432000 4194304 6004724 140736588049184 140736588043648 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753283 171 442 0 1137640 0
[pid=4979] ppid=4977 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4979/stat : 4979 (cp2_pre.sh) S 4977 4976 4273 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 27466726 9367552 277 33554432000 4194304 5064252 140736822937136 140736822935840 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4979/statm: 2287 277 234 213 0 72 0
[pid=4980] ppid=4979 vsize=4954940 CPUtime=53.8 cores=1,3,5,7
/proc/4980/stat : 4980 (coprocessor) R 4979 4976 4273 0 -1 4202496 29395 0 0 0 5119 261 0 0 20 0 1 0 27466727 5073858560 1001976 33554432000 4194304 6586260 140736159176032 140736159171784 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 471 0 0
/proc/4980/statm: 1238735 1001976 158 584 0 1238147 0
Current children cumulated CPU time (s) 97.41
Current children cumulated vsize (KiB) 9525580

[startup+162.3 s]
/proc/loadavg: 3.35 2.76 2.73 3/184 4980
/proc/meminfo: memFree=7931968/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=43.61 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75074 0 0 0 3802 559 0 0 20 0 1 0 27462350 4661600256 753283 33554432000 4194304 6004724 140736588049184 140736588043648 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753283 171 442 0 1137640 0
[pid=4979] ppid=4977 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4979/stat : 4979 (cp2_pre.sh) S 4977 4976 4273 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 27466726 9367552 277 33554432000 4194304 5064252 140736822937136 140736822935840 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4979/statm: 2287 277 234 213 0 72 0
[pid=4980] ppid=4979 vsize=4954940 CPUtime=105.84 cores=1,3,5,7
/proc/4980/stat : 4980 (coprocessor) R 4979 4976 4273 0 -1 4202496 29395 0 0 0 10049 535 0 0 20 0 1 0 27466727 5073858560 1001976 33554432000 4194304 6586260 140736159176032 140736159171784 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 1265 0 0
/proc/4980/statm: 1238735 1001976 158 584 0 1238147 0
Current children cumulated CPU time (s) 149.45
Current children cumulated vsize (KiB) 9525580

[startup+222.3 s]
/proc/loadavg: 2.64 2.68 2.70 3/183 4983
/proc/meminfo: memFree=8515552/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75091 30298 0 0 3802 559 11514 670 20 0 1 0 27462350 4661600256 753286 33554432000 4194304 6004724 140736588049184 140736588035464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753286 174 442 0 1137640 0
[pid=4982] ppid=4977 vsize=6659612 CPUtime=43.69 cores=1,3,5,7
/proc/4982/stat : 4982 (glucosInc) R 4977 4976 4273 0 -1 4202496 602074 0 0 0 4152 217 0 0 20 0 1 0 27480208 6819442688 1408794 33554432000 4194304 5654031 140734515419584 140734515417368 4232700 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 1664903 1408794 131 357 0 1664543 0
Current children cumulated CPU time (s) 209.14
Current children cumulated vsize (KiB) 11221104

[startup+282.3 s]
/proc/loadavg: 2.28 2.57 2.66 3/183 4983
/proc/meminfo: memFree=8500644/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7

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

/proc/meminfo: memFree=18822480/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75091 30298 0 0 3802 559 11514 670 20 0 1 0 27462350 4661600256 753286 33554432000 4194304 6004724 140736588049184 140736588035464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753286 174 442 0 1137640 0
[pid=4982] ppid=4977 vsize=6756212 CPUtime=1123.54 cores=1,3,5,7
/proc/4982/stat : 4982 (glucosInc) R 4977 4976 4273 0 -1 4202496 698643 0 0 0 112091 263 0 0 20 0 1 0 27480208 6918361088 1434200 33554432000 4194304 5654031 140734515419584 140734515417368 4233036 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 1689053 1434200 141 357 0 1688693 0
Current children cumulated CPU time (s) 1288.99
Current children cumulated vsize (KiB) 11317704

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.18 3/183 5046
/proc/meminfo: memFree=18816500/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75091 30298 0 0 3802 559 11514 670 20 0 1 0 27462350 4661600256 753286 33554432000 4194304 6004724 140736588049184 140736588035464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753286 174 442 0 1137640 0
[pid=4982] ppid=4977 vsize=6758060 CPUtime=1183.52 cores=1,3,5,7
/proc/4982/stat : 4982 (glucosInc) R 4977 4976 4273 0 -1 4202496 703395 0 0 0 118087 265 0 0 20 0 1 0 27480208 6920253440 1434742 33554432000 4194304 5654031 140734515419584 140734515417368 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 1689515 1434742 141 357 0 1689155 0
Current children cumulated CPU time (s) 1348.97
Current children cumulated vsize (KiB) 11319552

[startup+1422.31 s]
/proc/loadavg: 2.12 2.04 2.18 3/183 5048
/proc/meminfo: memFree=18838432/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75091 30298 0 0 3802 559 11514 670 20 0 1 0 27462350 4661600256 753286 33554432000 4194304 6004724 140736588049184 140736588035464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753286 174 442 0 1137640 0
[pid=4982] ppid=4977 vsize=6760360 CPUtime=1243.52 cores=1,3,5,7
/proc/4982/stat : 4982 (glucosInc) R 4977 4976 4273 0 -1 4202496 708227 0 0 0 124084 268 0 0 20 0 1 0 27480208 6922608640 1435343 33554432000 4194304 5654031 140734515419584 140734515417368 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 1690090 1435343 141 357 0 1689730 0
Current children cumulated CPU time (s) 1408.97
Current children cumulated vsize (KiB) 11321852

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.17 3/183 5049
/proc/meminfo: memFree=18819548/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75091 30298 0 0 3802 559 11514 670 20 0 1 0 27462350 4661600256 753286 33554432000 4194304 6004724 140736588049184 140736588035464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753286 174 442 0 1137640 0
[pid=4982] ppid=4977 vsize=6764124 CPUtime=1303.5 cores=1,3,5,7
/proc/4982/stat : 4982 (glucosInc) R 4977 4976 4273 0 -1 4202496 713407 0 0 0 130079 271 0 0 20 0 1 0 27480208 6926462976 1436309 33554432000 4194304 5654031 140734515419584 140734515417368 4232581 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 1691031 1436309 141 357 0 1690671 0
Current children cumulated CPU time (s) 1468.95
Current children cumulated vsize (KiB) 11325616

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.16 3/183 5049
/proc/meminfo: memFree=18801020/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75091 30298 0 0 3802 559 11514 670 20 0 1 0 27462350 4661600256 753286 33554432000 4194304 6004724 140736588049184 140736588035464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753286 174 442 0 1137640 0
[pid=4982] ppid=4977 vsize=6766472 CPUtime=1363.49 cores=1,3,5,7
/proc/4982/stat : 4982 (glucosInc) R 4977 4976 4273 0 -1 4202496 718312 0 0 0 136075 274 0 0 20 0 1 0 27480208 6928867328 1437000 33554432000 4194304 5654031 140734515419584 140734515417368 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 1691618 1437000 141 357 0 1691258 0
Current children cumulated CPU time (s) 1528.94
Current children cumulated vsize (KiB) 11327964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/183 5049
/proc/meminfo: memFree=18819824/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75091 30298 0 0 3802 559 11514 670 20 0 1 0 27462350 4661600256 753286 33554432000 4194304 6004724 140736588049184 140736588035464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753286 174 442 0 1137640 0
[pid=4982] ppid=4977 vsize=6768028 CPUtime=1423.48 cores=1,3,5,7
/proc/4982/stat : 4982 (glucosInc) R 4977 4976 4273 0 -1 4202496 722921 0 0 0 142073 275 0 0 20 0 1 0 27480208 6930460672 1437396 33554432000 4194304 5654031 140734515419584 140734515417368 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 1692007 1437396 141 357 0 1691647 0
Current children cumulated CPU time (s) 1588.93
Current children cumulated vsize (KiB) 11329520

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/184 5052
/proc/meminfo: memFree=18796584/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75091 30298 0 0 3802 559 11514 670 20 0 1 0 27462350 4661600256 753286 33554432000 4194304 6004724 140736588049184 140736588035464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753286 174 442 0 1137640 0
[pid=4982] ppid=4977 vsize=6770404 CPUtime=1483.47 cores=1,3,5,7
/proc/4982/stat : 4982 (glucosInc) R 4977 4976 4273 0 -1 4202496 727723 0 0 0 148069 278 0 0 20 0 1 0 27480208 6932893696 1437988 33554432000 4194304 5654031 140734515419584 140734515417368 4236052 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 1692601 1437988 141 357 0 1692241 0
Current children cumulated CPU time (s) 1648.92
Current children cumulated vsize (KiB) 11331896

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/183 5052
/proc/meminfo: memFree=18810284/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75091 30298 0 0 3802 559 11514 670 20 0 1 0 27462350 4661600256 753286 33554432000 4194304 6004724 140736588049184 140736588035464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753286 174 442 0 1137640 0
[pid=4982] ppid=4977 vsize=6773440 CPUtime=1543.47 cores=1,3,5,7
/proc/4982/stat : 4982 (glucosInc) R 4977 4976 4273 0 -1 4202496 732721 0 0 0 154067 280 0 0 20 0 1 0 27480208 6936002560 1438776 33554432000 4194304 5654031 140734515419584 140734515417368 4214618 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 1693360 1438776 141 357 0 1693000 0
Current children cumulated CPU time (s) 1708.92
Current children cumulated vsize (KiB) 11334932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/183 5053
/proc/meminfo: memFree=18801264/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75091 30298 0 0 3802 559 11514 670 20 0 1 0 27462350 4661600256 753286 33554432000 4194304 6004724 140736588049184 140736588035464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753286 174 442 0 1137640 0
[pid=4982] ppid=4977 vsize=6777356 CPUtime=1603.45 cores=1,3,5,7
/proc/4982/stat : 4982 (glucosInc) R 4977 4976 4273 0 -1 4202496 737972 0 0 0 160063 282 0 0 20 0 1 0 27480208 6940012544 1439814 33554432000 4194304 5654031 140734515419584 140734515417368 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 1694339 1439814 141 357 0 1693979 0
Current children cumulated CPU time (s) 1768.9
Current children cumulated vsize (KiB) 11338848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 2.00 2.00 2.10 3/183 5053
/proc/meminfo: memFree=18782524/32873844 swapFree=7124/7124
[pid=4976] ppid=4974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4976/stat : 4976 (npSolver-pbo-It) S 4974 4976 4273 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 27462350 9367552 275 33554432000 4194304 5064252 140735844631936 140735844630848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4976/statm: 2287 275 233 213 0 72 0
[pid=4977] ppid=4976 vsize=4552344 CPUtime=165.45 cores=1,3,5,7
/proc/4977/stat : 4977 (npSolver-pbo) S 4976 4976 4273 0 -1 4202496 75091 30298 0 0 3802 559 11514 670 20 0 1 0 27462350 4661600256 753286 33554432000 4194304 6004724 140736588049184 140736588035464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/4977/statm: 1138086 753286 174 442 0 1137640 0
[pid=4982] ppid=4977 vsize=6779336 CPUtime=1634.55 cores=1,3,5,7
/proc/4982/stat : 4982 (glucosInc) R 4977 4976 4273 0 -1 4202496 738548 0 0 0 163173 282 0 0 20 0 1 0 27480208 6942040064 1440390 33554432000 4194304 5654031 140734515419584 140734515417368 4214638 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 1694834 1440390 141 357 0 1694474 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 11340828

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 4976 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.42
CPU time (s): 1800
CPU user time (s): 1784.89
CPU system time (s): 15.11
CPU usage (%): 99.2601
Max. virtual memory (cumulated for all children) (KiB): 11400476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
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.24935 second user time and 11.3353 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-08 19:02:33
IDJOB=3751775
IDBENCH=92688
IDSOLVER=2335
FILE ID=node134/3751775-1339174952
RUNJOBID= node134-1339168328-4290
PBS_JOBID= 14643800
Free space on /tmp= 68560 MiB

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

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

MD5SUM BENCH= 14d236c4d30788af1b7d25ef928578c5
RANDOM SEED=643768260

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        19639448 kB
Buffers:          333388 kB
Cached:          3280560 kB
SwapCached:            0 kB
Active:         11511940 kB
Inactive:         825024 kB
Active(anon):    8708040 kB
Inactive(anon):    13148 kB
Active(file):    2803900 kB
Inactive(file):   811876 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             45932 kB
Writeback:             0 kB
AnonPages:       8726020 kB
Mapped:            15304 kB
Shmem:               212 kB
Slab:             738112 kB
SReclaimable:     180240 kB
SUnreclaim:       557872 kB
KernelStack:        1480 kB
PageTables:        21020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   11390640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5025792 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= 68392 MiB
End job on node134 at 2012-06-08 19:32:48