Trace number 3751778

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.08 1802.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_8_mh_ic.opb
MD5SUM3780f03c87bd5cb45e7b4d8342759bc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4291485
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 78886374094
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 78886374094
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.59/2.62	c old isEQ: 0, new EQ is 1
2.59/2.64	c old isEQ: 88, new EQ is 0
2.59/2.68	c old isEQ: 0, new EQ is 0
2.69/2.73	c old isEQ: 0, new EQ is 0
2.69/2.77	c old isEQ: 0, new EQ is 0
2.79/2.82	c old isEQ: 0, new EQ is 0
2.79/2.86	c old isEQ: 0, new EQ is 0
2.89/2.91	c old isEQ: 0, new EQ is 0
2.89/2.95	c old isEQ: 0, new EQ is 0
2.99/3.00	c old isEQ: 0, new EQ is 0
2.99/3.04	c old isEQ: 0, new EQ is 0
2.99/3.09	c old isEQ: 0, new EQ is 0
42.27/42.32	c run inc solver
42.27/42.32	c [INC SYSTEM] run initial solver
42.27/42.32	c [INC SYSTEM] preprocess with white file
163.54/165.79	c [INC SYSTEM] finished preprocessing in 123 s
163.54/165.79	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-3751778-1339174247/watcher-3751778-1339174247 -o /tmp/evaluation-result-3751778-1339174247/solver-3751778-1339174247 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751778-1339174247.opb 8412679 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: 1.92 1.98 1.99 3/179 16961
/proc/meminfo: memFree=28780568/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0

[startup+0.0703349 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 16961
/proc/meminfo: memFree=28780568/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100365 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 16961
/proc/meminfo: memFree=28780568/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300269 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 16961
/proc/meminfo: memFree=28780568/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700269 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 16961
/proc/meminfo: memFree=28780568/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 16966
/proc/meminfo: memFree=28554360/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=220496 CPUtime=1.49 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) R 16961 16961 16567 0 -1 4202496 24709 0 0 0 142 7 0 0 20 0 1 0 383549330 225787904 38780 33554432000 4194304 6004724 140736049877376 140736049872888 4968639 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16962/statm: 55124 38781 130 442 0 54678 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 229644

[startup+3.10031 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 16966
/proc/meminfo: memFree=28437172/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=357856 CPUtime=3.09 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) R 16961 16961 16567 0 -1 4202496 66509 0 0 0 294 15 0 0 20 0 1 0 383549330 366444544 88764 33554432000 4194304 6004724 140736049877376 140736049873816 4578075 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16962/statm: 89464 88764 156 442 0 89018 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 367004

[startup+6.30032 s]
/proc/loadavg: 1.93 1.98 1.99 2/182 16971
/proc/meminfo: memFree=28235684/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=620184 CPUtime=6.29 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) R 16961 16961 16567 0 -1 4202496 67870 0 0 0 606 23 0 0 20 0 1 0 383549330 635068416 153904 33554432000 4194304 6004724 140736049877376 140736049871992 4534738 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16962/statm: 155046 153904 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: 1.93 1.98 1.99 3/181 16973
/proc/meminfo: memFree=27133204/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=1406616 CPUtime=12.68 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) R 16961 16961 16567 0 -1 4202496 69514 0 0 0 1227 41 0 0 20 0 1 0 383549330 1440374784 275760 33554432000 4194304 6004724 140736049877376 140736049871992 4536305 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16962/statm: 351654 275760 163 442 0 351208 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1415764

[startup+25.5003 s]
/proc/loadavg: 2.02 2.00 2.00 3/180 16973
/proc/meminfo: memFree=26198892/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=2455192 CPUtime=25.49 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) R 16961 16961 16567 0 -1 4202496 70996 0 0 0 2478 71 0 0 20 0 1 0 383549330 2514116608 510768 33554432000 4194304 6004724 140736049877376 140736049872184 4579232 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16962/statm: 613798 510768 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.16 2.03 2.01 3/182 16975
/proc/meminfo: memFree=21614392/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=42.5 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75104 0 0 0 3736 514 0 0 20 0 1 0 383549330 4661600256 753464 33554432000 4194304 6004724 140736049877376 140736049871840 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753464 171 442 0 1137640 0
[pid=16974] ppid=16962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16974/stat : 16974 (cp2_pre.sh) S 16962 16961 16567 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383553583 9367552 277 33554432000 4194304 5064252 140736461538976 140736461537680 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16974/statm: 2287 277 234 213 0 72 0
[pid=16975] ppid=16974 vsize=1007340 CPUtime=8.55 cores=0,2,4,6
/proc/16975/stat : 16975 (coprocessor) R 16974 16961 16567 0 -1 4202496 19753 0 0 0 822 33 0 0 20 0 1 0 383553584 1031516160 238560 33554432000 4194304 6586260 140733818828608 140733818825368 5732400 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/16975/statm: 251835 238560 137 584 0 251247 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 5577980

[startup+102.3 s]
/proc/loadavg: 2.96 2.26 2.09 3/182 16975
/proc/meminfo: memFree=17681548/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=42.5 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75104 0 0 0 3736 514 0 0 20 0 1 0 383549330 4661600256 753464 33554432000 4194304 6004724 140736049877376 140736049871840 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753464 171 442 0 1137640 0
[pid=16974] ppid=16962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16974/stat : 16974 (cp2_pre.sh) S 16962 16961 16567 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383553583 9367552 277 33554432000 4194304 5064252 140736461538976 140736461537680 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16974/statm: 2287 277 234 213 0 72 0
[pid=16975] ppid=16974 vsize=4954940 CPUtime=58.65 cores=0,2,4,6
/proc/16975/stat : 16975 (coprocessor) R 16974 16961 16567 0 -1 4202496 29847 0 0 0 5575 290 0 0 20 0 1 0 383553584 5073858560 1002428 33554432000 4194304 6586260 140733818828608 140733818824360 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 109 0 0
/proc/16975/statm: 1238735 1002428 158 584 0 1238147 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 9525580

[startup+162.3 s]
/proc/loadavg: 2.97 2.38 2.13 3/182 16976
/proc/meminfo: memFree=16065912/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=42.5 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75104 0 0 0 3736 514 0 0 20 0 1 0 383549330 4661600256 753464 33554432000 4194304 6004724 140736049877376 140736049871840 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753464 171 442 0 1137640 0
[pid=16974] ppid=16962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16974/stat : 16974 (cp2_pre.sh) S 16962 16961 16567 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383553583 9367552 277 33554432000 4194304 5064252 140736461538976 140736461537680 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16974/statm: 2287 277 234 213 0 72 0
[pid=16975] ppid=16974 vsize=4954940 CPUtime=117.66 cores=0,2,4,6
/proc/16975/stat : 16975 (coprocessor) R 16974 16961 16567 0 -1 4202496 29847 0 0 0 11166 600 0 0 20 0 1 0 383553584 5073858560 1002428 33554432000 4194304 6586260 140733818828608 140733818824360 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 208 0 0
/proc/16975/statm: 1238735 1002428 158 584 0 1238147 0
Current children cumulated CPU time (s) 160.16
Current children cumulated vsize (KiB) 9525580

[startup+222.3 s]
/proc/loadavg: 2.42 2.33 2.13 3/181 16978
/proc/meminfo: memFree=17044508/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75120 30750 0 0 3736 514 11443 671 20 0 1 0 383549330 4661600256 753467 33554432000 4194304 6004724 140736049877376 140736049863656 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753467 174 442 0 1137640 0
[pid=16978] ppid=16962 vsize=6663588 CPUtime=56.48 cores=0,2,4,6
/proc/16978/stat : 16978 (glucosInc) R 16962 16961 16567 0 -1 4202496 601331 0 0 0 5438 210 0 0 20 0 1 0 383565910 6823514112 1409597 33554432000 4194304 5654031 140735196605296 140735196603080 4233315 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16978/statm: 1665897 1409597 131 357 0 1665537 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 11225080

[startup+282.307 s]
/proc/loadavg: 2.15 2.27 2.12 3/181 16978
/proc/meminfo: memFree=17015296/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6

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

/proc/meminfo: memFree=16907452/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75120 30750 0 0 3736 514 11443 671 20 0 1 0 383549330 4661600256 753467 33554432000 4194304 6004724 140736049877376 140736049863656 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753467 174 442 0 1137640 0
[pid=16978] ppid=16962 vsize=6760488 CPUtime=1136.31 cores=0,2,4,6
/proc/16978/stat : 16978 (glucosInc) R 16962 16961 16567 0 -1 4202496 715044 0 0 0 113377 254 0 0 20 0 1 0 383565910 6922739712 1435642 33554432000 4194304 5654031 140735196605296 140735196593112 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16978/statm: 1690122 1435642 141 357 0 1689762 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 11321980

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.03 3/181 17011
/proc/meminfo: memFree=16809836/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75120 30750 0 0 3736 514 11443 671 20 0 1 0 383549330 4661600256 753467 33554432000 4194304 6004724 140736049877376 140736049863656 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753467 174 442 0 1137640 0
[pid=16978] ppid=16962 vsize=6764252 CPUtime=1196.3 cores=0,2,4,6
/proc/16978/stat : 16978 (glucosInc) R 16962 16961 16567 0 -1 4202496 720674 0 0 0 119374 256 0 0 20 0 1 0 383565910 6926594048 1436610 33554432000 4194304 5654031 140735196605296 140735196603080 4232403 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16978/statm: 1691063 1436610 141 357 0 1690703 0
Current children cumulated CPU time (s) 1359.94
Current children cumulated vsize (KiB) 11325744

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 17012
/proc/meminfo: memFree=16826568/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75120 30750 0 0 3736 514 11443 671 20 0 1 0 383549330 4661600256 753467 33554432000 4194304 6004724 140736049877376 140736049863656 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753467 174 442 0 1137640 0
[pid=16978] ppid=16962 vsize=6766864 CPUtime=1256.29 cores=0,2,4,6
/proc/16978/stat : 16978 (glucosInc) R 16962 16961 16567 0 -1 4202496 726106 0 0 0 125370 259 0 0 20 0 1 0 383565910 6929268736 1437381 33554432000 4194304 5654031 140735196605296 140735196603080 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16978/statm: 1691716 1437381 141 357 0 1691356 0
Current children cumulated CPU time (s) 1419.93
Current children cumulated vsize (KiB) 11328356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 17012
/proc/meminfo: memFree=16863912/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75120 30750 0 0 3736 514 11443 671 20 0 1 0 383549330 4661600256 753467 33554432000 4194304 6004724 140736049877376 140736049863656 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753467 174 442 0 1137640 0
[pid=16978] ppid=16962 vsize=6768156 CPUtime=1316.29 cores=0,2,4,6
/proc/16978/stat : 16978 (glucosInc) R 16962 16961 16567 0 -1 4202496 731098 0 0 0 131368 261 0 0 20 0 1 0 383565910 6930591744 1437713 33554432000 4194304 5654031 140735196605296 140735196603080 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16978/statm: 1692039 1437713 141 357 0 1691679 0
Current children cumulated CPU time (s) 1479.93
Current children cumulated vsize (KiB) 11329648

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 17012
/proc/meminfo: memFree=16846908/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75120 30750 0 0 3736 514 11443 671 20 0 1 0 383549330 4661600256 753467 33554432000 4194304 6004724 140736049877376 140736049863656 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753467 174 442 0 1137640 0
[pid=16978] ppid=16962 vsize=6771720 CPUtime=1376.27 cores=0,2,4,6
/proc/16978/stat : 16978 (glucosInc) R 16962 16961 16567 0 -1 4202496 736649 0 0 0 137363 264 0 0 20 0 1 0 383565910 6934241280 1438607 33554432000 4194304 5654031 140735196605296 140735196603080 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16978/statm: 1692930 1438607 141 357 0 1692570 0
Current children cumulated CPU time (s) 1539.91
Current children cumulated vsize (KiB) 11333212

[startup+1602.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17012
/proc/meminfo: memFree=16902584/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75120 30750 0 0 3736 514 11443 671 20 0 1 0 383549330 4661600256 753467 33554432000 4194304 6004724 140736049877376 140736049863656 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753467 174 442 0 1137640 0
[pid=16978] ppid=16962 vsize=6775812 CPUtime=1436.27 cores=0,2,4,6
/proc/16978/stat : 16978 (glucosInc) R 16962 16961 16567 0 -1 4202496 742415 0 0 0 143359 268 0 0 20 0 1 0 383565910 6938431488 1439716 33554432000 4194304 5654031 140735196605296 140735196603080 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16978/statm: 1693953 1439716 141 357 0 1693593 0
Current children cumulated CPU time (s) 1599.91
Current children cumulated vsize (KiB) 11337304

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17012
/proc/meminfo: memFree=16892528/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75120 30750 0 0 3736 514 11443 671 20 0 1 0 383549330 4661600256 753467 33554432000 4194304 6004724 140736049877376 140736049863656 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753467 174 442 0 1137640 0
[pid=16978] ppid=16962 vsize=6779464 CPUtime=1496.26 cores=0,2,4,6
/proc/16978/stat : 16978 (glucosInc) R 16962 16961 16567 0 -1 4202496 748041 0 0 0 149356 270 0 0 20 0 1 0 383565910 6942171136 1440683 33554432000 4194304 5654031 140735196605296 140735196603080 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16978/statm: 1694866 1440683 141 357 0 1694506 0
Current children cumulated CPU time (s) 1659.9
Current children cumulated vsize (KiB) 11340956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17013
/proc/meminfo: memFree=16872240/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75120 30750 0 0 3736 514 11443 671 20 0 1 0 383549330 4661600256 753467 33554432000 4194304 6004724 140736049877376 140736049863656 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753467 174 442 0 1137640 0
[pid=16978] ppid=16962 vsize=6782544 CPUtime=1556.25 cores=0,2,4,6
/proc/16978/stat : 16978 (glucosInc) R 16962 16961 16567 0 -1 4202496 753585 0 0 0 155353 272 0 0 20 0 1 0 383565910 6945325056 1441549 33554432000 4194304 5654031 140735196605296 140735196593112 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16978/statm: 1695636 1441549 141 357 0 1695276 0
Current children cumulated CPU time (s) 1719.89
Current children cumulated vsize (KiB) 11344036

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 17016
/proc/meminfo: memFree=16864848/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75120 30750 0 0 3736 514 11443 671 20 0 1 0 383549330 4661600256 753467 33554432000 4194304 6004724 140736049877376 140736049863656 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753467 174 442 0 1137640 0
[pid=16978] ppid=16962 vsize=6782944 CPUtime=1616.24 cores=0,2,4,6
/proc/16978/stat : 16978 (glucosInc) R 16962 16961 16567 0 -1 4202496 763069 0 0 0 161347 277 0 0 20 0 1 0 383565910 6945734656 1441695 33554432000 4194304 5654031 140735196605296 140735196603080 4214483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16978/statm: 1695736 1441695 141 357 0 1695376 0
Current children cumulated CPU time (s) 1779.88
Current children cumulated vsize (KiB) 11344436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.51 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 17068
/proc/meminfo: memFree=17519340/32873844 swapFree=7900/7900
[pid=16961] ppid=16959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16961/stat : 16961 (npSolver-pbo-It) S 16959 16961 16567 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383549330 9367552 274 33554432000 4194304 5064252 140736137735440 140736137734352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16961/statm: 2287 274 233 213 0 72 0
[pid=16962] ppid=16961 vsize=4552344 CPUtime=163.64 cores=0,2,4,6
/proc/16962/stat : 16962 (npSolver-pbo) S 16961 16961 16567 0 -1 4202496 75120 30750 0 0 3736 514 11443 671 20 0 1 0 383549330 4661600256 753467 33554432000 4194304 6004724 140736049877376 140736049863656 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/16962/statm: 1138086 753467 174 442 0 1137640 0
[pid=16978] ppid=16962 vsize=6783472 CPUtime=1636.44 cores=0,2,4,6
/proc/16978/stat : 16978 (glucosInc) R 16962 16961 16567 0 -1 4202496 763185 0 0 0 163367 277 0 0 20 0 1 0 383565910 6946275328 1441811 33554432000 4194304 5654031 140735196605296 140735196603080 4209012 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16978/statm: 1695868 1441811 141 357 0 1695508 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11344964

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

Real time (s): 1802.52
CPU time (s): 1800.08
CPU user time (s): 1785.46
CPU system time (s): 14.62
CPU usage (%): 99.8644
Max. virtual memory (cumulated for all children) (KiB): 11406724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
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= 3
involuntary context switches= 2

runsolver used 4.99124 second user time and 9.53355 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-08 18:50:48
IDJOB=3751778
IDBENCH=92665
IDSOLVER=2335
FILE ID=node137/3751778-1339174247
RUNJOBID= node137-1339168837-16583
PBS_JOBID= 14643809
Free space on /tmp= 70584 MiB

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

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

MD5SUM BENCH= 3780f03c87bd5cb45e7b4d8342759bc6
RANDOM SEED=8412679

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28780948 kB
Buffers:          449132 kB
Cached:          2598192 kB
SwapCached:         4640 kB
Active:          1560024 kB
Inactive:        1667920 kB
Active(anon):     170996 kB
Inactive(anon):     5860 kB
Active(file):    1389028 kB
Inactive(file):  1662060 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:             73608 kB
Writeback:            16 kB
AnonPages:        178928 kB
Mapped:            10668 kB
Shmem:                 0 kB
Slab:             723716 kB
SReclaimable:     163816 kB
SUnreclaim:       559900 kB
KernelStack:        1464 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     309236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 68076 MiB
End job on node137 at 2012-06-08 19:20:53