Trace number 3748581

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc (fixed)? (TO) 1800.01 1831.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_3_mh_ic.opb
MD5SUMe746951c72dd3c581de09cc22407090d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3638518
Best CPU time to get the best result obtained on this benchmark1800.55
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 132250
Biggest coefficient in the objective function 122763473
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 71701401518
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 71701401518
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.58/2.67	c old isEQ: 0, new EQ is 1
2.58/2.69	c old isEQ: 88, new EQ is 0
2.68/2.73	c old isEQ: 0, new EQ is 0
2.68/2.78	c old isEQ: 0, new EQ is 0
2.78/2.82	c old isEQ: 0, new EQ is 0
2.78/2.87	c old isEQ: 0, new EQ is 0
2.88/2.91	c old isEQ: 0, new EQ is 0
2.88/2.96	c old isEQ: 0, new EQ is 0
2.98/3.01	c old isEQ: 0, new EQ is 0
2.98/3.05	c old isEQ: 0, new EQ is 0
2.98/3.09	c old isEQ: 0, new EQ is 0
3.08/3.14	c old isEQ: 0, new EQ is 0
44.28/63.70	c run inc solver
44.28/63.70	c [INC SYSTEM] run initial solver
44.28/63.70	c [INC SYSTEM] preprocess with white file
168.56/200.24	c [INC SYSTEM] finished preprocessing in 136 s
168.56/200.24	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-3748581-1339173836/watcher-3748581-1339173836 -o /tmp/evaluation-result-3748581-1339173836/solver-3748581-1339173836 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748581-1339173836.opb 1762420606 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: 5.89 5.01 4.00 3/180 31078
/proc/meminfo: memFree=31664856/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0

[startup+0.036156 s]
/proc/loadavg: 5.89 5.01 4.00 3/180 31078
/proc/meminfo: memFree=31664856/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100247 s]
/proc/loadavg: 5.89 5.01 4.00 3/180 31078
/proc/meminfo: memFree=31664856/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300269 s]
/proc/loadavg: 5.89 5.01 4.00 3/180 31078
/proc/meminfo: memFree=31664856/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700252 s]
/proc/loadavg: 5.89 5.01 4.00 3/180 31078
/proc/meminfo: memFree=31664856/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 5.89 5.01 4.00 3/182 31080
/proc/meminfo: memFree=31450048/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=219968 CPUtime=1.49 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) R 31078 31078 30631 0 -1 4202496 24460 0 0 0 143 6 0 0 20 0 1 0 27350751 225247232 38594 33554432000 4194304 6004724 140735656935392 140735656931416 4968639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31079/statm: 54992 38594 130 442 0 54546 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 229116

[startup+3.10032 s]
/proc/loadavg: 5.89 5.01 4.00 3/182 31080
/proc/meminfo: memFree=31253624/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=357856 CPUtime=3.08 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) R 31078 31078 30631 0 -1 4202496 66893 0 0 0 293 15 0 0 20 0 1 0 27350751 366444544 88764 33554432000 4194304 6004724 140735656935392 140735656930904 4579297 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31079/statm: 89464 88764 156 442 0 89018 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 367004

[startup+6.30032 s]
/proc/loadavg: 5.58 4.96 3.99 3/182 31080
/proc/meminfo: memFree=30694372/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=620184 CPUtime=6.29 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) R 31078 31078 30631 0 -1 4202496 68696 0 0 0 605 24 0 0 20 0 1 0 27350751 635068416 151280 33554432000 4194304 6004724 140735656935392 140735656930008 4534761 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31079/statm: 155046 151280 163 442 0 154600 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 629332

[startup+12.7004 s]
/proc/loadavg: 5.29 4.91 3.98 3/182 31080
/proc/meminfo: memFree=28685068/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=1406616 CPUtime=12.69 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) R 31078 31078 30631 0 -1 4202496 70332 0 0 0 1223 46 0 0 20 0 1 0 27350751 1440374784 269040 33554432000 4194304 6004724 140735656935392 140735656930008 4582535 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31079/statm: 351654 269040 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: 4.72 4.80 3.96 3/183 31082
/proc/meminfo: memFree=26581368/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=2455192 CPUtime=25.49 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) R 31078 31078 30631 0 -1 4202496 71803 0 0 0 2469 80 0 0 20 0 1 0 27350751 2514116608 498416 33554432000 4194304 6004724 140735656935392 140735656930200 4582601 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31079/statm: 613798 498416 163 442 0 613352 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2464340

[startup+51.1003 s]
/proc/loadavg: 4.19 4.67 3.94 2/184 31083
/proc/meminfo: memFree=21082476/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=7209728 CPUtime=42 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) D 31078 31078 30631 0 -1 4202496 75417 0 0 0 3861 339 0 0 20 0 1 0 27350751 7382761472 1417740 33554432000 4194304 6004724 140735656935392 140735656931264 5193835 0 0 4096 0 18446744071580543392 0 0 17 3 0 0 868 0 0
/proc/31079/statm: 1802432 1417740 165 442 0 1801986 0
Current children cumulated CPU time (s) 42
Current children cumulated vsize (KiB) 7218876

[startup+102.3 s]
/proc/loadavg: 4.09 4.54 3.93 3/184 31087
/proc/meminfo: memFree=18192624/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=44.5 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75424 0 0 0 3866 584 0 0 20 0 1 0 27350751 4661600256 753400 33554432000 4194304 6004724 140735656935392 140735656929856 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753400 171 442 0 1137640 0
[pid=31086] ppid=31079 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31086/stat : 31086 (cp2_pre.sh) S 31079 31078 30631 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 27357142 9367552 276 33554432000 4194304 5064252 140736670982592 140736670981296 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31086/statm: 2287 276 234 213 0 72 0
[pid=31087] ppid=31086 vsize=4954940 CPUtime=36.97 cores=1,3,5,7
/proc/31087/stat : 31087 (coprocessor) R 31086 31078 30631 0 -1 4202496 28134 0 0 0 3514 183 0 0 20 0 1 0 27357144 5073858560 1002249 33554432000 4194304 6586260 140734210961984 140734210957736 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 139 0 0
/proc/31087/statm: 1238735 1002249 158 584 0 1238147 0
Current children cumulated CPU time (s) 81.47
Current children cumulated vsize (KiB) 9525580
heavy processes:

[startup+162.3 s]
/proc/loadavg: 4.02 4.45 3.93 3/184 31087
/proc/meminfo: memFree=16861568/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=44.5 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75424 0 0 0 3866 584 0 0 20 0 1 0 27350751 4661600256 753400 33554432000 4194304 6004724 140735656935392 140735656929856 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753400 171 442 0 1137640 0
[pid=31086] ppid=31079 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31086/stat : 31086 (cp2_pre.sh) S 31079 31078 30631 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 27357142 9367552 276 33554432000 4194304 5064252 140736670982592 140736670981296 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31086/statm: 2287 276 234 213 0 72 0
[pid=31087] ppid=31086 vsize=4954940 CPUtime=90.81 cores=1,3,5,7
/proc/31087/stat : 31087 (coprocessor) R 31086 31078 30631 0 -1 4202496 28134 0 0 0 8611 470 0 0 20 0 1 0 27357144 5073858560 1002249 33554432000 4194304 6586260 140734210961984 140734210957736 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 753 0 0
/proc/31087/statm: 1238735 1002249 158 584 0 1238147 0
Current children cumulated CPU time (s) 135.31
Current children cumulated vsize (KiB) 9525580

[startup+222.3 s]
/proc/loadavg: 3.64 4.28 3.90 3/183 31089
/proc/meminfo: memFree=17787660/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=5501400 CPUtime=22.04 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 533198 0 0 0 2010 194 0 0 20 0 1 0 27370775 5633433600 1255794 33554432000 4194304 5654031 140737362610896 140737361560488 4877259 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1375350 1255795 108 357 0 1374990 0
Current children cumulated CPU time (s) 191.06
Current children cumulated vsize (KiB) 10062892

[startup+282.3 s]
/proc/loadavg: 2.63 3.88 3.79 3/183 31089
/proc/meminfo: memFree=16998676/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=6666096 CPUtime=82.02 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 599783 0 0 0 7985 217 0 0 20 0 1 0 27370775 6826082304 1410614 33554432000 4194304 5654031 140737362610896 140737362608680 4233322 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1666524 1410614 131 357 0 1666164 0

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

/proc/meminfo: memFree=16884500/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=6747696 CPUtime=1101.87 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 693853 0 0 0 109933 254 0 0 20 0 1 0 27370775 6909640704 1432101 33554432000 4194304 5654031 140737362610896 140737362608680 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1686924 1432101 141 357 0 1686564 0
Current children cumulated CPU time (s) 1270.89
Current children cumulated vsize (KiB) 11309188

[startup+1362.31 s]
/proc/loadavg: 2.02 2.05 2.54 3/183 31123
/proc/meminfo: memFree=16882020/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=6749784 CPUtime=1161.86 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 699045 0 0 0 115930 256 0 0 20 0 1 0 27370775 6911778816 1432630 33554432000 4194304 5654031 140737362610896 140737362598712 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1687446 1432630 141 357 0 1687086 0
Current children cumulated CPU time (s) 1330.88
Current children cumulated vsize (KiB) 11311276

[startup+1422.3 s]
/proc/loadavg: 2.00 2.04 2.50 3/183 31123
/proc/meminfo: memFree=16877784/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=6752952 CPUtime=1221.84 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 699891 0 0 0 121928 256 0 0 20 0 1 0 27370775 6915022848 1433476 33554432000 4194304 5654031 140737362610896 140737362608680 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1688238 1433476 141 357 0 1687878 0
Current children cumulated CPU time (s) 1390.86
Current children cumulated vsize (KiB) 11314444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.47 3/183 31123
/proc/meminfo: memFree=16871148/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=6757264 CPUtime=1281.84 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 705659 0 0 0 127925 259 0 0 20 0 1 0 27370775 6919438336 1434582 33554432000 4194304 5654031 140737362610896 140737362608680 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1689316 1434582 141 357 0 1688956 0
Current children cumulated CPU time (s) 1450.86
Current children cumulated vsize (KiB) 11318756

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.44 3/183 31123
/proc/meminfo: memFree=16869788/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=6758320 CPUtime=1341.83 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 711161 0 0 0 133921 262 0 0 20 0 1 0 27370775 6920519680 1434915 33554432000 4194304 5654031 140737362610896 140737362608680 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1689580 1434915 141 357 0 1689220 0
Current children cumulated CPU time (s) 1510.85
Current children cumulated vsize (KiB) 11319812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.41 3/184 31127
/proc/meminfo: memFree=16864888/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=6760620 CPUtime=1401.83 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 716412 0 0 0 139918 265 0 0 20 0 1 0 27370775 6922874880 1435487 33554432000 4194304 5654031 140737362610896 140737362608680 4214603 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1690155 1435487 141 357 0 1689795 0
Current children cumulated CPU time (s) 1570.85
Current children cumulated vsize (KiB) 11322112

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.38 3/183 31127
/proc/meminfo: memFree=16860592/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=6764120 CPUtime=1461.81 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 722000 0 0 0 145914 267 0 0 20 0 1 0 27370775 6926458880 1436413 33554432000 4194304 5654031 140737362610896 140737362608680 4232466 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1691030 1436413 141 357 0 1690670 0
Current children cumulated CPU time (s) 1630.83
Current children cumulated vsize (KiB) 11325612

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.35 3/183 31127
/proc/meminfo: memFree=16854948/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=6766468 CPUtime=1521.8 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 727333 0 0 0 151911 269 0 0 20 0 1 0 27370775 6928863232 1437085 33554432000 4194304 5654031 140737362610896 140737362608680 4235500 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1691617 1437085 141 357 0 1691257 0
Current children cumulated CPU time (s) 1690.82
Current children cumulated vsize (KiB) 11327960

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.34 3/183 31127
/proc/meminfo: memFree=16853188/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=6767628 CPUtime=1581.8 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 732295 0 0 0 157908 272 0 0 20 0 1 0 27370775 6930051072 1437387 33554432000 4194304 5654031 140737362610896 140737362608680 4214475 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1691907 1437387 141 357 0 1691547 0
Current children cumulated CPU time (s) 1750.82
Current children cumulated vsize (KiB) 11329120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1831.5 s]
/proc/loadavg: 2.09 2.04 2.32 3/183 31174
/proc/meminfo: memFree=19797996/32873844 swapFree=7132/7132
[pid=31078] ppid=31076 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31078/stat : 31078 (npSolver-pbo-I.) S 31076 31078 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27350751 9367552 275 33554432000 4194304 5064252 140733792725504 140733792724416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31078/statm: 2287 275 233 213 0 72 0
[pid=31079] ppid=31078 vsize=4552344 CPUtime=169.02 cores=1,3,5,7
/proc/31079/stat : 31079 (npSolver-pbo) S 31078 31078 30631 0 -1 4202496 75441 29037 0 0 3866 585 11745 706 20 0 1 0 27350751 4661600256 753403 33554432000 4194304 6004724 140735656935392 140735656921672 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1940 0 0
/proc/31079/statm: 1138086 753403 174 442 0 1137640 0
[pid=31089] ppid=31079 vsize=6768948 CPUtime=1630.99 cores=1,3,5,7
/proc/31089/stat : 31089 (glucosInc) R 31079 31078 30631 0 -1 4202496 732617 0 0 0 162827 272 0 0 20 0 1 0 27370775 6931402752 1437709 33554432000 4194304 5654031 140737362610896 140737362608680 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31089/statm: 1692237 1437709 141 357 0 1691877 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 11330440

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 31078 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1831.52
CPU time (s): 1800.01
CPU user time (s): 1784.38
CPU system time (s): 15.63
CPU usage (%): 98.2798
Max. virtual memory (cumulated for all children) (KiB): 11390880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 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= 1

runsolver used 4.72928 second user time and 11.0553 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-08 18:43:57
IDJOB=3748581
IDBENCH=92678
IDSOLVER=2333
FILE ID=node132/3748581-1339173836
RUNJOBID= node132-1339168871-30648
PBS_JOBID= 14643810
Free space on /tmp= 70968 MiB

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

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

MD5SUM BENCH= e746951c72dd3c581de09cc22407090d
RANDOM SEED=1762420606

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:        31665980 kB
Buffers:          192532 kB
Cached:           127516 kB
SwapCached:         2840 kB
Active:           384216 kB
Inactive:          19512 kB
Active(anon):      69380 kB
Inactive(anon):    13100 kB
Active(file):     314836 kB
Inactive(file):     6412 kB
Unevictable:        7132 kB
Mlocked:            7132 kB
SwapTotal:      67108856 kB
SwapFree:       67106016 kB
Dirty:             72332 kB
Writeback:             0 kB
AnonPages:         57676 kB
Mapped:            10668 kB
Shmem:               208 kB
Slab:             662336 kB
SReclaimable:     103248 kB
SUnreclaim:       559088 kB
KernelStack:        1464 kB
PageTables:         3992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     196596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 68476 MiB
End job on node132 at 2012-06-08 19:14:31