Trace number 3746987

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.02 1819.12

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.48/2.59	c old isEQ: 0, new EQ is 1
2.58/2.61	c old isEQ: 88, new EQ is 0
2.58/2.66	c old isEQ: 0, new EQ is 0
2.68/2.70	c old isEQ: 0, new EQ is 0
2.68/2.75	c old isEQ: 0, new EQ is 0
2.68/2.79	c old isEQ: 0, new EQ is 0
2.78/2.84	c old isEQ: 0, new EQ is 0
2.78/2.88	c old isEQ: 0, new EQ is 0
2.88/2.93	c old isEQ: 0, new EQ is 0
2.88/2.97	c old isEQ: 0, new EQ is 0
2.98/3.02	c old isEQ: 0, new EQ is 0
2.98/3.06	c old isEQ: 0, new EQ is 0
42.72/44.10	c run inc solver
42.72/44.10	c [INC SYSTEM] run initial solver
42.72/44.10	c [INC SYSTEM] preprocess with white file
164.35/183.58	c [INC SYSTEM] finished preprocessing in 139 s
164.35/183.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-3746987-1339108917/watcher-3746987-1339108917 -o /tmp/evaluation-result-3746987-1339108917/solver-3746987-1339108917 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746987-1339108917.opb 1638437264 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: 2.11 2.04 2.01 3/180 9945
/proc/meminfo: memFree=24282344/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0

[startup+0.045931 s]
/proc/loadavg: 2.11 2.04 2.01 3/180 9945
/proc/meminfo: memFree=24282344/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100316 s]
/proc/loadavg: 2.11 2.04 2.01 3/180 9945
/proc/meminfo: memFree=24282344/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300266 s]
/proc/loadavg: 2.11 2.04 2.01 3/180 9945
/proc/meminfo: memFree=24282344/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 2.11 2.04 2.01 3/180 9945
/proc/meminfo: memFree=24282344/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.11 2.04 2.01 3/182 9947
/proc/meminfo: memFree=24174492/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=221288 CPUtime=1.49 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) R 9945 9945 8372 0 -1 4202496 25237 0 0 0 143 6 0 0 20 0 1 0 20858862 226598912 39134 33554432000 4194304 6004724 140735573193488 140735573190008 4968639 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9946/statm: 55322 39134 130 442 0 54876 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 230436

[startup+3.10028 s]
/proc/loadavg: 2.11 2.04 2.01 3/182 9947
/proc/meminfo: memFree=24059864/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=357860 CPUtime=3.08 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) R 9945 9945 8372 0 -1 4202496 66858 0 0 0 296 12 0 0 20 0 1 0 20858862 366448640 88765 33554432000 4194304 6004724 140735573193488 140735573188872 4223896 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9946/statm: 89465 88765 156 442 0 89019 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 367008

[startup+6.30031 s]
/proc/loadavg: 2.10 2.04 2.01 3/182 9947
/proc/meminfo: memFree=23732872/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=620188 CPUtime=6.29 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) R 9945 9945 8372 0 -1 4202496 68440 0 0 0 610 19 0 0 20 0 1 0 20858862 635072512 154126 33554432000 4194304 6004724 140735573193488 140735573188104 5055529 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9946/statm: 155047 154127 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: 2.09 2.04 2.00 3/182 9947
/proc/meminfo: memFree=23233152/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=1406620 CPUtime=12.69 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) R 9945 9945 8372 0 -1 4202496 70037 0 0 0 1232 37 0 0 20 0 1 0 20858862 1440378880 275935 33554432000 4194304 6004724 140735573193488 140735573188104 4536305 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9946/statm: 351655 275935 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: 2.07 2.04 2.00 3/182 9947
/proc/meminfo: memFree=22260400/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=2455196 CPUtime=25.48 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) R 9945 9945 8372 0 -1 4202496 71518 0 0 0 2482 66 0 0 20 0 1 0 20858862 2514120704 510431 33554432000 4194304 6004724 140735573193488 140735573188296 4966091 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9946/statm: 613799 510431 163 442 0 613353 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2464344

[startup+51.1004 s]
/proc/loadavg: 2.20 2.07 2.01 3/184 9949
/proc/meminfo: memFree=17829692/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=42.93 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75116 0 0 0 3729 564 0 0 20 0 1 0 20858862 4661604352 753639 33554432000 4194304 6004724 140735573193488 140735573187952 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753639 171 442 0 1137641 0
[pid=9948] ppid=9946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9948/stat : 9948 (cp2_pre.sh) S 9946 9945 8372 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 20863293 9367552 276 33554432000 4194304 5064252 140733866831488 140733866830192 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9948/statm: 2287 276 234 213 0 72 0
[pid=9949] ppid=9948 vsize=809132 CPUtime=6.77 cores=0,2,4,6
/proc/9949/stat : 9949 (coprocessor) R 9948 9945 8372 0 -1 4202496 17748 0 0 0 645 32 0 0 20 0 1 0 20863294 828551168 187500 33554432000 4194304 6586260 140736564579952 140736564576712 5732400 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/9949/statm: 202283 187500 137 584 0 201695 0
Current children cumulated CPU time (s) 49.7
Current children cumulated vsize (KiB) 5379776

[startup+102.307 s]
/proc/loadavg: 3.04 2.31 2.09 3/184 9949
/proc/meminfo: memFree=13810380/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=42.93 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75116 0 0 0 3729 564 0 0 20 0 1 0 20858862 4661604352 753639 33554432000 4194304 6004724 140735573193488 140735573187952 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753639 171 442 0 1137641 0
[pid=9948] ppid=9946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9948/stat : 9948 (cp2_pre.sh) S 9946 9945 8372 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 20863293 9367552 276 33554432000 4194304 5064252 140733866831488 140733866830192 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9948/statm: 2287 276 234 213 0 72 0
[pid=9949] ppid=9948 vsize=4954940 CPUtime=54.12 cores=0,2,4,6
/proc/9949/stat : 9949 (coprocessor) R 9948 9945 8372 0 -1 4202496 28833 0 0 0 5144 268 0 0 20 0 1 0 20863294 5073858560 1002437 33554432000 4194304 6586260 140736564579952 140736564575704 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 384 0 0
/proc/9949/statm: 1238735 1002437 158 584 0 1238147 0
Current children cumulated CPU time (s) 97.05
Current children cumulated vsize (KiB) 9525584

[startup+162.3 s]
/proc/loadavg: 3.63 2.61 2.21 3/184 9950
/proc/meminfo: memFree=12566056/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=42.93 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75116 0 0 0 3729 564 0 0 20 0 1 0 20858862 4661604352 753639 33554432000 4194304 6004724 140735573193488 140735573187952 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753639 171 442 0 1137641 0
[pid=9948] ppid=9946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9948/stat : 9948 (cp2_pre.sh) S 9946 9945 8372 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 20863293 9367552 276 33554432000 4194304 5064252 140733866831488 140733866830192 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9948/statm: 2287 276 234 213 0 72 0
[pid=9949] ppid=9948 vsize=4954940 CPUtime=104.7 cores=0,2,4,6
/proc/9949/stat : 9949 (coprocessor) R 9948 9945 8372 0 -1 4202496 28833 0 0 0 9942 528 0 0 20 0 1 0 20863294 5073858560 1002437 33554432000 4194304 6586260 140736564579952 140736564575704 5074457 0 0 4096 8404994 0 0 0 17 2 0 0 1326 0 0
/proc/9949/statm: 1238735 1002437 158 584 0 1238147 0
Current children cumulated CPU time (s) 147.63
Current children cumulated vsize (KiB) 9525584

[startup+222.3 s]
/proc/loadavg: 3.04 2.66 2.25 3/183 9952
/proc/meminfo: memFree=13165924/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75132 29733 0 0 3729 565 11517 667 20 0 1 0 20858862 4661604352 753642 33554432000 4194304 6004724 140735573193488 140735573179768 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753642 174 442 0 1137641 0
[pid=9952] ppid=9946 vsize=6651824 CPUtime=38.68 cores=0,2,4,6
/proc/9952/stat : 9952 (glucosInc) R 9946 9945 8372 0 -1 4202496 599604 0 0 0 3634 234 0 0 20 0 1 0 20877221 6811467776 1406849 33554432000 4194304 5654031 140734400927632 140734400925416 4232632 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9952/statm: 1662956 1406849 131 357 0 1662596 0
Current children cumulated CPU time (s) 203.46
Current children cumulated vsize (KiB) 11213320

[startup+282.3 s]
/proc/loadavg: 2.39 2.53 2.23 3/183 9996
/proc/meminfo: memFree=19411376/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6

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

/proc/meminfo: memFree=18901636/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75132 29733 0 0 3729 565 11517 667 20 0 1 0 20858862 4661604352 753642 33554432000 4194304 6004724 140735573193488 140735573179768 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753642 174 442 0 1137641 0
[pid=9952] ppid=9946 vsize=6757532 CPUtime=1178.5 cores=0,2,4,6
/proc/9952/stat : 9952 (glucosInc) R 9946 9945 8372 0 -1 4202496 706193 0 0 0 117570 280 0 0 20 0 1 0 20877221 6919712768 1434596 33554432000 4194304 5654031 140734400927632 140734400925416 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9952/statm: 1689383 1434596 141 357 0 1689023 0
Current children cumulated CPU time (s) 1343.28
Current children cumulated vsize (KiB) 11319028

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.07 3/183 10052
/proc/meminfo: memFree=18888436/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75132 29733 0 0 3729 565 11517 667 20 0 1 0 20858862 4661604352 753642 33554432000 4194304 6004724 140735573193488 140735573179768 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753642 174 442 0 1137641 0
[pid=9952] ppid=9946 vsize=6759512 CPUtime=1238.5 cores=0,2,4,6
/proc/9952/stat : 9952 (glucosInc) R 9946 9945 8372 0 -1 4202496 711408 0 0 0 123568 282 0 0 20 0 1 0 20877221 6921740288 1435153 33554432000 4194304 5654031 140734400927632 140734400925416 4214131 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9952/statm: 1689878 1435153 141 357 0 1689518 0
Current children cumulated CPU time (s) 1403.28
Current children cumulated vsize (KiB) 11321008

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/183 10052
/proc/meminfo: memFree=18799528/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75132 29733 0 0 3729 565 11517 667 20 0 1 0 20858862 4661604352 753642 33554432000 4194304 6004724 140735573193488 140735573179768 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753642 174 442 0 1137641 0
[pid=9952] ppid=9946 vsize=6761416 CPUtime=1298.48 cores=0,2,4,6
/proc/9952/stat : 9952 (glucosInc) R 9946 9945 8372 0 -1 4202496 716602 0 0 0 129564 284 0 0 20 0 1 0 20877221 6923689984 1436179 33554432000 4194304 5654031 140734400927632 140734400925416 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9952/statm: 1690354 1436179 141 357 0 1689994 0
Current children cumulated CPU time (s) 1463.26
Current children cumulated vsize (KiB) 11322912

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/183 10052
/proc/meminfo: memFree=18778312/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75132 29733 0 0 3729 565 11517 667 20 0 1 0 20858862 4661604352 753642 33554432000 4194304 6004724 140735573193488 140735573179768 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753642 174 442 0 1137641 0
[pid=9952] ppid=9946 vsize=6764256 CPUtime=1358.48 cores=0,2,4,6
/proc/9952/stat : 9952 (glucosInc) R 9946 9945 8372 0 -1 4202496 722006 0 0 0 135561 287 0 0 20 0 1 0 20877221 6926598144 1436921 33554432000 4194304 5654031 140734400927632 140734400925416 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9952/statm: 1691064 1436921 141 357 0 1690704 0
Current children cumulated CPU time (s) 1523.26
Current children cumulated vsize (KiB) 11325752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 10052
/proc/meminfo: memFree=18806264/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75132 29733 0 0 3729 565 11517 667 20 0 1 0 20858862 4661604352 753642 33554432000 4194304 6004724 140735573193488 140735573179768 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753642 174 442 0 1137641 0
[pid=9952] ppid=9946 vsize=6767000 CPUtime=1418.46 cores=0,2,4,6
/proc/9952/stat : 9952 (glucosInc) R 9946 9945 8372 0 -1 4202496 727424 0 0 0 141557 289 0 0 20 0 1 0 20877221 6929408000 1437678 33554432000 4194304 5654031 140734400927632 140734400925416 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9952/statm: 1691750 1437678 141 357 0 1691390 0
Current children cumulated CPU time (s) 1583.24
Current children cumulated vsize (KiB) 11328496

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 10052
/proc/meminfo: memFree=18771552/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75132 29733 0 0 3729 565 11517 667 20 0 1 0 20858862 4661604352 753642 33554432000 4194304 6004724 140735573193488 140735573179768 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753642 174 442 0 1137641 0
[pid=9952] ppid=9946 vsize=6768160 CPUtime=1478.46 cores=0,2,4,6
/proc/9952/stat : 9952 (glucosInc) R 9946 9945 8372 0 -1 4202496 732404 0 0 0 147555 291 0 0 20 0 1 0 20877221 6930595840 1437998 33554432000 4194304 5654031 140734400927632 140734400925416 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9952/statm: 1692040 1437998 141 357 0 1691680 0
Current children cumulated CPU time (s) 1643.24
Current children cumulated vsize (KiB) 11329656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 10056
/proc/meminfo: memFree=18866604/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75132 29733 0 0 3729 565 11517 667 20 0 1 0 20858862 4661604352 753642 33554432000 4194304 6004724 140735573193488 140735573179768 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753642 174 442 0 1137641 0
[pid=9952] ppid=9946 vsize=6771460 CPUtime=1538.45 cores=0,2,4,6
/proc/9952/stat : 9952 (glucosInc) R 9946 9945 8372 0 -1 4202496 737895 0 0 0 153551 294 0 0 20 0 1 0 20877221 6933975040 1438832 33554432000 4194304 5654031 140734400927632 140734400925416 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9952/statm: 1692865 1438832 141 357 0 1692505 0
Current children cumulated CPU time (s) 1703.23
Current children cumulated vsize (KiB) 11332956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 10056
/proc/meminfo: memFree=18843440/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75132 29733 0 0 3729 565 11517 667 20 0 1 0 20858862 4661604352 753642 33554432000 4194304 6004724 140735573193488 140735573179768 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753642 174 442 0 1137641 0
[pid=9952] ppid=9946 vsize=6774100 CPUtime=1598.43 cores=0,2,4,6
/proc/9952/stat : 9952 (glucosInc) R 9946 9945 8372 0 -1 4202496 743286 0 0 0 159548 295 0 0 20 0 1 0 20877221 6936678400 1439566 33554432000 4194304 5654031 140734400927632 140734400925416 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9952/statm: 1693525 1439566 141 357 0 1693165 0
Current children cumulated CPU time (s) 1763.21
Current children cumulated vsize (KiB) 11335596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.1 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 10056
/proc/meminfo: memFree=18878484/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75132 29733 0 0 3729 565 11517 667 20 0 1 0 20858862 4661604352 753642 33554432000 4194304 6004724 140735573193488 140735573179768 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753642 174 442 0 1137641 0
[pid=9952] ppid=9946 vsize=6777092 CPUtime=1635.24 cores=0,2,4,6
/proc/9952/stat : 9952 (glucosInc) R 9946 9945 8372 0 -1 4202496 748701 0 0 0 163227 297 0 0 20 0 1 0 20877221 6939742208 1440322 33554432000 4194304 5654031 140734400927632 140734400925416 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9952/statm: 1694273 1440322 141 357 0 1693913 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 11338588

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

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

[startup+1819.1 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 10056
/proc/meminfo: memFree=18878484/32873844 swapFree=7120/7120
[pid=9945] ppid=9943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9945/stat : 9945 (npSolver-pbo-It) S 9943 9945 8372 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20858862 9367552 275 33554432000 4194304 5064252 140734595322624 140734595321536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9945/statm: 2287 275 233 213 0 72 0
[pid=9946] ppid=9945 vsize=4552348 CPUtime=164.78 cores=0,2,4,6
/proc/9946/stat : 9946 (npSolver-pbo) S 9945 9945 8372 0 -1 4202496 75132 29733 0 0 3729 565 11517 667 20 0 1 0 20858862 4661604352 753642 33554432000 4194304 6004724 140735573193488 140735573179768 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 135 0 0
/proc/9946/statm: 1138087 753642 174 442 0 1137641 0
[pid=9952] ppid=9946 vsize=6777092 CPUtime=1635.24 cores=0,2,4,6
/proc/9952/stat : 9952 (glucosInc) R 9946 9945 8372 0 -1 4202496 748701 0 0 0 163227 297 0 0 20 0 1 0 20877221 6939742208 1440322 33554432000 4194304 5654031 140734400927632 140734400925416 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9952/statm: 1694273 1440322 141 357 0 1693913 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 11338588

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1819.12
CPU time (s): 1800.02
CPU user time (s): 1784.73
CPU system time (s): 15.29
CPU usage (%): 98.9503
Max. virtual memory (cumulated for all children) (KiB): 11400480

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= 360
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.04139 second user time and 10.1725 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-08 00:41:58
IDJOB=3746987
IDBENCH=92688
IDSOLVER=2332
FILE ID=node132/3746987-1339108917
RUNJOBID= node132-1339098176-8388
PBS_JOBID= 14643721
Free space on /tmp= 69600 MiB

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

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

MD5SUM BENCH= 14d236c4d30788af1b7d25ef928578c5
RANDOM SEED=1638437264

node132.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.213
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	: 5332.42
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.213
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		: 2666.213
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		: 2666.213
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.56
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.213
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		: 2666.213
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.55
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.213
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.55
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.213
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:        24282344 kB
Buffers:          136344 kB
Cached:          2599804 kB
SwapCached:            0 kB
Active:          6806224 kB
Inactive:         965408 kB
Active(anon):    5038040 kB
Inactive(anon):        0 kB
Active(file):    1768184 kB
Inactive(file):   965408 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             46156 kB
Writeback:             0 kB
AnonPages:       5042340 kB
Mapped:            15628 kB
Shmem:               212 kB
Slab:             670572 kB
SReclaimable:     112976 kB
SUnreclaim:       557596 kB
KernelStack:        1488 kB
PageTables:        14108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6449456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2969600 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= 68528 MiB
End job on node132 at 2012-06-08 01:12:20