Trace number 3748586

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.03 1801.32

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.08	c old isEQ: 0, new EQ is 0
43.01/43.10	c run inc solver
43.01/43.10	c [INC SYSTEM] run initial solver
43.01/43.10	c [INC SYSTEM] preprocess with white file
165.50/166.98	c [INC SYSTEM] finished preprocessing in 123 s
165.50/166.98	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-3748586-1339173805/watcher-3748586-1339173805 -o /tmp/evaluation-result-3748586-1339173805/solver-3748586-1339173805 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748586-1339173805.opb 2050022158 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.96 4.05 3.54 3/179 24955
/proc/meminfo: memFree=30777908/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0

[startup+0.100411 s]
/proc/loadavg: 4.96 4.05 3.54 3/179 24955
/proc/meminfo: memFree=30777908/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.20036 s]
/proc/loadavg: 4.96 4.05 3.54 3/179 24955
/proc/meminfo: memFree=30777908/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300285 s]
/proc/loadavg: 4.96 4.05 3.54 3/179 24955
/proc/meminfo: memFree=30777908/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700288 s]
/proc/loadavg: 4.96 4.05 3.54 3/179 24955
/proc/meminfo: memFree=30777908/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 4.96 4.05 3.54 3/180 24958
/proc/meminfo: memFree=30618284/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=220100 CPUtime=1.49 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) R 24955 24955 24017 0 -1 4202496 24230 0 0 0 143 6 0 0 20 0 1 0 383505434 225382400 38489 33554432000 4194304 6004724 140733620113184 140733620109080 4968639 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24956/statm: 55025 38489 130 442 0 54579 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 229248

[startup+3.10035 s]
/proc/loadavg: 4.96 4.05 3.54 3/181 24960
/proc/meminfo: memFree=30393700/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=357856 CPUtime=3.09 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) R 24955 24955 24017 0 -1 4202496 66130 0 0 0 295 14 0 0 20 0 1 0 383505434 366444544 88764 33554432000 4194304 6004724 140733620113184 140733620109992 4534746 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24956/statm: 89464 88764 156 442 0 89018 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 367004

[startup+6.30037 s]
/proc/loadavg: 4.72 4.02 3.53 3/181 24960
/proc/meminfo: memFree=30070944/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=620184 CPUtime=6.29 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) R 24955 24955 24017 0 -1 4202496 67811 0 0 0 608 21 0 0 20 0 1 0 383505434 635068416 153713 33554432000 4194304 6004724 140733620113184 140733620107800 4536240 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24956/statm: 155046 153713 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: 4.51 3.98 3.52 3/181 24960
/proc/meminfo: memFree=29567092/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=1406616 CPUtime=12.69 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) R 24955 24955 24017 0 -1 4202496 69454 0 0 0 1229 40 0 0 20 0 1 0 383505434 1440374784 275057 33554432000 4194304 6004724 140733620113184 140733620107800 4534738 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24956/statm: 351654 275057 163 442 0 351208 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1415764

[startup+25.5004 s]
/proc/loadavg: 3.95 3.89 3.50 3/181 24960
/proc/meminfo: memFree=28592564/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=2455192 CPUtime=25.48 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) R 24955 24955 24017 0 -1 4202496 70935 0 0 0 2482 66 0 0 20 0 1 0 383505434 2514116608 509553 33554432000 4194304 6004724 140733620113184 140733620107992 4536305 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24956/statm: 613798 509553 163 442 0 613352 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2464340

[startup+51.1004 s]
/proc/loadavg: 3.36 3.75 3.46 3/183 24962
/proc/meminfo: memFree=24100208/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=43.24 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74534 0 0 0 3747 577 0 0 20 0 1 0 383505434 4661600256 753273 33554432000 4194304 6004724 140733620113184 140733620107648 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753273 171 442 0 1137640 0
[pid=24961] ppid=24956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24961/stat : 24961 (cp2_pre.sh) S 24956 24955 24017 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383509766 9367552 277 33554432000 4194304 5064252 140737235580448 140737235579152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24961/statm: 2287 277 234 213 0 72 0
[pid=24962] ppid=24961 vsize=809132 CPUtime=7.75 cores=0,2,4,6
/proc/24962/stat : 24962 (coprocessor) R 24961 24955 24017 0 -1 4202496 18934 0 0 0 744 31 0 0 20 0 1 0 383509768 828551168 190218 33554432000 4194304 6586260 140735841381552 140735841378312 5732400 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/24962/statm: 202283 190218 137 584 0 201695 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 5379772

[startup+102.3 s]
/proc/loadavg: 2.82 3.55 3.41 3/182 24962
/proc/meminfo: memFree=20217164/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=43.24 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74534 0 0 0 3747 577 0 0 20 0 1 0 383505434 4661600256 753273 33554432000 4194304 6004724 140733620113184 140733620107648 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753273 171 442 0 1137640 0
[pid=24961] ppid=24956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24961/stat : 24961 (cp2_pre.sh) S 24956 24955 24017 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383509766 9367552 277 33554432000 4194304 5064252 140737235580448 140737235579152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24961/statm: 2287 277 234 213 0 72 0
[pid=24962] ppid=24961 vsize=4954940 CPUtime=58.7 cores=0,2,4,6
/proc/24962/stat : 24962 (coprocessor) R 24961 24955 24017 0 -1 4202496 29490 0 0 0 5579 291 0 0 20 0 1 0 383509768 5073858560 1002071 33554432000 4194304 6586260 140735841381552 140735841377304 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 24 0 0
/proc/24962/statm: 1238735 1002071 158 584 0 1238147 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 9525580

[startup+162.3 s]
/proc/loadavg: 2.76 3.39 3.36 3/182 24963
/proc/meminfo: memFree=18638696/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=43.24 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74534 0 0 0 3747 577 0 0 20 0 1 0 383505434 4661600256 753273 33554432000 4194304 6004724 140733620113184 140733620107648 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753273 171 442 0 1137640 0
[pid=24961] ppid=24956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24961/stat : 24961 (cp2_pre.sh) S 24956 24955 24017 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383509766 9367552 277 33554432000 4194304 5064252 140737235580448 140737235579152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24961/statm: 2287 277 234 213 0 72 0
[pid=24962] ppid=24961 vsize=4954940 CPUtime=118.05 cores=0,2,4,6
/proc/24962/stat : 24962 (coprocessor) R 24961 24955 24017 0 -1 4202496 29490 0 0 0 11208 597 0 0 20 0 1 0 383509768 5073858560 1002071 33554432000 4194304 6586260 140735841381552 140735841377304 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 88 0 0
/proc/24962/statm: 1238735 1002071 158 584 0 1238147 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 9525580

[startup+222.307 s]
/proc/loadavg: 2.43 3.19 3.29 3/181 24965
/proc/meminfo: memFree=19529156/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74551 30393 0 0 3747 578 11605 667 20 0 1 0 383505434 4661600256 753276 33554432000 4194304 6004724 140733620113184 140733620099464 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753276 174 442 0 1137640 0
[pid=24965] ppid=24956 vsize=6663324 CPUtime=55.3 cores=0,2,4,6
/proc/24965/stat : 24965 (glucosInc) R 24956 24955 24017 0 -1 4202496 601494 0 0 0 5323 207 0 0 20 0 1 0 383522132 6823243776 1409752 33554432000 4194304 5654031 140734820506480 140734820504264 4214361 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24965/statm: 1665831 1409752 131 357 0 1665471 0
Current children cumulated CPU time (s) 221.27
Current children cumulated vsize (KiB) 11224816

[startup+282.3 s]
/proc/loadavg: 2.16 2.97 3.21 3/181 24965
/proc/meminfo: memFree=19508628/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6

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

/proc/meminfo: memFree=19408984/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74551 30393 0 0 3747 578 11605 667 20 0 1 0 383505434 4661600256 753276 33554432000 4194304 6004724 140733620113184 140733620099464 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753276 174 442 0 1137640 0
[pid=24965] ppid=24956 vsize=6760488 CPUtime=1135.12 cores=0,2,4,6
/proc/24965/stat : 24965 (glucosInc) R 24956 24955 24017 0 -1 4202496 696906 0 0 0 113265 247 0 0 20 0 1 0 383522132 6922739712 1435345 33554432000 4194304 5654031 140734820506480 140734820494296 4232581 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24965/statm: 1690122 1435345 141 357 0 1689762 0
Current children cumulated CPU time (s) 1301.09
Current children cumulated vsize (KiB) 11321980

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.35 3/181 25002
/proc/meminfo: memFree=19406044/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74551 30393 0 0 3747 578 11605 667 20 0 1 0 383505434 4661600256 753276 33554432000 4194304 6004724 140733620113184 140733620099464 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753276 174 442 0 1137640 0
[pid=24965] ppid=24956 vsize=6764252 CPUtime=1195.12 cores=0,2,4,6
/proc/24965/stat : 24965 (glucosInc) R 24956 24955 24017 0 -1 4202496 701570 0 0 0 119262 250 0 0 20 0 1 0 383522132 6926594048 1436310 33554432000 4194304 5654031 140734820506480 140734820504264 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24965/statm: 1691063 1436310 141 357 0 1690703 0
Current children cumulated CPU time (s) 1361.09
Current children cumulated vsize (KiB) 11325744

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.33 3/181 25002
/proc/meminfo: memFree=19395216/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74551 30393 0 0 3747 578 11605 667 20 0 1 0 383505434 4661600256 753276 33554432000 4194304 6004724 140733620113184 140733620099464 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753276 174 442 0 1137640 0
[pid=24965] ppid=24956 vsize=6766864 CPUtime=1255.11 cores=0,2,4,6
/proc/24965/stat : 24965 (glucosInc) R 24956 24955 24017 0 -1 4202496 706042 0 0 0 125259 252 0 0 20 0 1 0 383522132 6929268736 1437083 33554432000 4194304 5654031 140734820506480 140734820504264 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24965/statm: 1691716 1437083 141 357 0 1691356 0
Current children cumulated CPU time (s) 1421.08
Current children cumulated vsize (KiB) 11328356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.30 3/181 25002
/proc/meminfo: memFree=19395528/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74551 30393 0 0 3747 578 11605 667 20 0 1 0 383505434 4661600256 753276 33554432000 4194304 6004724 140733620113184 140733620099464 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753276 174 442 0 1137640 0
[pid=24965] ppid=24956 vsize=6768156 CPUtime=1315.1 cores=0,2,4,6
/proc/24965/stat : 24965 (glucosInc) R 24956 24955 24017 0 -1 4202496 710070 0 0 0 131256 254 0 0 20 0 1 0 383522132 6930591744 1437413 33554432000 4194304 5654031 140734820506480 140734820504264 4214616 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24965/statm: 1692039 1437413 141 357 0 1691679 0
Current children cumulated CPU time (s) 1481.07
Current children cumulated vsize (KiB) 11329648

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.28 3/181 25002
/proc/meminfo: memFree=19381320/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74551 30393 0 0 3747 578 11605 667 20 0 1 0 383505434 4661600256 753276 33554432000 4194304 6004724 140733620113184 140733620099464 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753276 174 442 0 1137640 0
[pid=24965] ppid=24956 vsize=6771720 CPUtime=1375.1 cores=0,2,4,6
/proc/24965/stat : 24965 (glucosInc) R 24956 24955 24017 0 -1 4202496 714652 0 0 0 137253 257 0 0 20 0 1 0 383522132 6934241280 1438300 33554432000 4194304 5654031 140734820506480 140734820504264 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24965/statm: 1692930 1438300 141 357 0 1692570 0
Current children cumulated CPU time (s) 1541.07
Current children cumulated vsize (KiB) 11333212

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.26 3/182 25005
/proc/meminfo: memFree=19380424/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74551 30393 0 0 3747 578 11605 667 20 0 1 0 383505434 4661600256 753276 33554432000 4194304 6004724 140733620113184 140733620099464 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753276 174 442 0 1137640 0
[pid=24965] ppid=24956 vsize=6775812 CPUtime=1435.08 cores=0,2,4,6
/proc/24965/stat : 24965 (glucosInc) R 24956 24955 24017 0 -1 4202496 719461 0 0 0 143248 260 0 0 20 0 1 0 383522132 6938431488 1439414 33554432000 4194304 5654031 140734820506480 140734820504264 4232632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24965/statm: 1693953 1439414 141 357 0 1693593 0
Current children cumulated CPU time (s) 1601.05
Current children cumulated vsize (KiB) 11337304

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.24 3/181 25006
/proc/meminfo: memFree=19382232/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74551 30393 0 0 3747 578 11605 667 20 0 1 0 383505434 4661600256 753276 33554432000 4194304 6004724 140733620113184 140733620099464 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753276 174 442 0 1137640 0
[pid=24965] ppid=24956 vsize=6779464 CPUtime=1495.07 cores=0,2,4,6
/proc/24965/stat : 24965 (glucosInc) R 24956 24955 24017 0 -1 4202496 724123 0 0 0 149245 262 0 0 20 0 1 0 383522132 6942171136 1440378 33554432000 4194304 5654031 140734820506480 140734820504264 4214616 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24965/statm: 1694866 1440378 141 357 0 1694506 0
Current children cumulated CPU time (s) 1661.04
Current children cumulated vsize (KiB) 11340956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.23 3/181 25006
/proc/meminfo: memFree=19370472/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74551 30393 0 0 3747 578 11605 667 20 0 1 0 383505434 4661600256 753276 33554432000 4194304 6004724 140733620113184 140733620099464 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753276 174 442 0 1137640 0
[pid=24965] ppid=24956 vsize=6782544 CPUtime=1555.06 cores=0,2,4,6
/proc/24965/stat : 24965 (glucosInc) R 24956 24955 24017 0 -1 4202496 728701 0 0 0 155242 264 0 0 20 0 1 0 383522132 6945325056 1441239 33554432000 4194304 5654031 140734820506480 140734820494296 4232605 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24965/statm: 1695636 1441239 141 357 0 1695276 0
Current children cumulated CPU time (s) 1721.03
Current children cumulated vsize (KiB) 11344036

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.21 3/181 25006
/proc/meminfo: memFree=19380092/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74551 30393 0 0 3747 578 11605 667 20 0 1 0 383505434 4661600256 753276 33554432000 4194304 6004724 140733620113184 140733620099464 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753276 174 442 0 1137640 0
[pid=24965] ppid=24956 vsize=6782880 CPUtime=1615.06 cores=0,2,4,6
/proc/24965/stat : 24965 (glucosInc) R 24956 24955 24017 0 -1 4202496 732525 0 0 0 161239 267 0 0 20 0 1 0 383522132 6945669120 1441364 33554432000 4194304 5654031 140734820506480 140734820504264 4214582 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24965/statm: 1695720 1441364 141 357 0 1695360 0
Current children cumulated CPU time (s) 1781.03
Current children cumulated vsize (KiB) 11344372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/181 25053
/proc/meminfo: memFree=19490092/32873844 swapFree=7632/7632
[pid=24955] ppid=24953 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24955/stat : 24955 (npSolver-pbo-I.) S 24953 24955 24017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383505434 9367552 274 33554432000 4194304 5064252 140735818310544 140735818309456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24955/statm: 2287 274 233 213 0 72 0
[pid=24956] ppid=24955 vsize=4552344 CPUtime=165.97 cores=0,2,4,6
/proc/24956/stat : 24956 (npSolver-pbo) S 24955 24955 24017 0 -1 4202496 74551 30393 0 0 3747 578 11605 667 20 0 1 0 383505434 4661600256 753276 33554432000 4194304 6004724 140733620113184 140733620099464 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 7 0 0
/proc/24956/statm: 1138086 753276 174 442 0 1137640 0
[pid=24965] ppid=24956 vsize=6783340 CPUtime=1634.06 cores=0,2,4,6
/proc/24965/stat : 24965 (glucosInc) R 24956 24955 24017 0 -1 4202496 736346 0 0 0 163136 270 0 0 20 0 1 0 383522132 6946140160 1441468 33554432000 4194304 5654031 140734820506480 140734820504264 4232880 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24965/statm: 1695835 1441468 141 357 0 1695475 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11344832

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

Real time (s): 1801.32
CPU time (s): 1800.03
CPU user time (s): 1784.88
CPU system time (s): 15.15
CPU usage (%): 99.9286
Max. virtual memory (cumulated for all children) (KiB): 11406724

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

The end

Launcher Data

Begin job on node144 at 2012-06-08 18:43:26
IDJOB=3748586
IDBENCH=92665
IDSOLVER=2333
FILE ID=node144/3748586-1339173805
RUNJOBID= node144-1339168541-24033
PBS_JOBID= 14643804
Free space on /tmp= 68928 MiB

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

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

MD5SUM BENCH= 3780f03c87bd5cb45e7b4d8342759bc6
RANDOM SEED=2050022158

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:        30778288 kB
Buffers:         1042968 kB
Cached:            96896 kB
SwapCached:          460 kB
Active:          1164572 kB
Inactive:          18996 kB
Active(anon):      26604 kB
Inactive(anon):    13348 kB
Active(file):    1137968 kB
Inactive(file):     5648 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108396 kB
Dirty:             64552 kB
Writeback:             0 kB
AnonPages:         48804 kB
Mapped:            11580 kB
Shmem:               172 kB
Slab:             770576 kB
SReclaimable:     210804 kB
SUnreclaim:       559772 kB
KernelStack:        1488 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     157160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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= 66572 MiB
End job on node144 at 2012-06-08 19:13:29