Trace number 3699412

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? (TO) 1800.03 1801.12

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_4_mh_ic.opb
MD5SUM28aef98ecae5ad7c0bc1921f6d6032a5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5114454
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 106496424
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 13952376603
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 106496424
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 13952376603
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.06	c run inc solver
0.99/1.06	c [INC SYSTEM] run initial solver
0.99/1.06	c [INC SYSTEM] preprocess with white file
5.76/5.86	c [INC SYSTEM] finished preprocessing in 4 s
5.76/5.86	c [INC SYSTEM] execute solver
11.76/11.82	c [INC SEARCH] formula is SAT
11.76/11.85	c [INC SYSTEM] solved the initial formula
11.86/12.00	c model valid
11.86/12.00	c current solution ok
14.26/14.35	o 213269899
14.26/14.35	c execute binary inc search
14.26/14.35	c [INC SEARCH] current bound: 106634962
14.26/14.35	c [INC SEARCH] iteration: 0
14.26/14.35	c [INC SEARCH] lower bound: 0 upperbound 213269924 current bound: 106634962 best value:213269924
14.26/14.35	c [INC SYSTEM] there exists a inc, kill it!
14.26/14.35	c write failed with 2
14.26/14.36	c [INC SYSTEM] create new solver instance
14.26/14.36	c [INC] encode full formula
14.26/14.36	c fallback to adder encoding
16.87/16.97	c set iterative enc to: adder
16.87/16.97	c set iterative enc to: none
17.28/17.94	c [INC SEARCH] isOptimum variable: 0

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-3699412-1338129415/watcher-3699412-1338129415 -o /tmp/evaluation-result-3699412-1338129415/solver-3699412-1338129415 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699412-1338129415.opb 791650378 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.47 4.26 3.33 2/175 23091
/proc/meminfo: memFree=25218548/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0

[startup+0.0182871 s]
/proc/loadavg: 4.47 4.26 3.33 2/175 23091
/proc/meminfo: memFree=25218548/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 4.47 4.26 3.33 2/175 23091
/proc/meminfo: memFree=25218548/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 4.47 4.26 3.33 2/175 23091
/proc/meminfo: memFree=25218548/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 4.47 4.26 3.33 2/175 23091
/proc/meminfo: memFree=25218548/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 4.47 4.26 3.33 2/176 23116
/proc/meminfo: memFree=27007124/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=99816 CPUtime=1.07 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 12331 0 0 0 97 10 0 0 20 0 1 0 279066014 102211584 17614 33554432000 4194304 5992684 140733903828432 140733903822880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 24954 17614 171 440 0 24510 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 108964

[startup+3.1003 s]
/proc/loadavg: 4.47 4.26 3.33 2/178 23118
/proc/meminfo: memFree=26712796/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=99816 CPUtime=1.07 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 12331 0 0 0 97 10 0 0 20 0 1 0 279066014 102211584 17614 33554432000 4194304 5992684 140733903828432 140733903822880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 24954 17614 171 440 0 24510 0
[pid=23117] ppid=23092 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23117/stat : 23117 (cp2_pre.sh) S 23092 23091 22368 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279066122 9367552 276 33554432000 4194304 5064252 140736492550896 140736492549600 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23117/statm: 2287 276 234 213 0 72 0
[pid=23118] ppid=23117 vsize=320312 CPUtime=1.99 cores=0,2,4,6
/proc/23118/stat : 23118 (coprocessor) R 23117 23091 22368 0 -1 4202496 41740 0 0 0 190 9 0 0 20 0 1 0 279066123 327999488 78065 33554432000 4194304 6586260 140734622505856 140734622502008 4789079 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/23118/statm: 80078 78066 172 584 0 79490 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 438424

[startup+6.30031 s]
/proc/loadavg: 4.51 4.28 3.34 3/184 23138
/proc/meminfo: memFree=30302316/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=99816 CPUtime=5.83 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 12349 51454 0 0 97 10 453 23 20 0 1 0 279066014 102211584 17616 33554432000 4194304 5992684 140733903828432 140733903814696 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 24954 17616 173 440 0 24510 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 108964

[startup+12.7003 s]
/proc/loadavg: 4.63 4.30 3.35 3/183 23143
/proc/meminfo: memFree=30724212/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=113748 CPUtime=6.72 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) R 23091 23091 22368 0 -1 4202496 14862 51454 0 0 128 68 453 23 20 0 1 0 279066014 116477952 21106 33554432000 4194304 5992684 140733903828432 140733903822616 5179696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 28437 21106 180 440 0 27993 0
[pid=23140] ppid=23092 vsize=175340 CPUtime=5.93 cores=0,2,4,6
/proc/23140/stat : 23140 (glucosInc) S 23092 23091 22368 0 -1 4202496 33133 0 0 0 588 5 0 0 20 0 1 0 279066600 179548160 39956 33554432000 4194304 5654031 140734809319536 140734809317848 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23140/statm: 43835 39956 146 357 0 43475 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 298236

[startup+25.5003 s]
/proc/loadavg: 4.69 4.34 3.38 3/181 23147
/proc/meminfo: memFree=30449884/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=616160 CPUtime=7.54 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 93500 0 0 0 728 26 0 0 20 0 1 0 279067808 630947840 140515 33554432000 4194304 5654031 140734430556560 140734430554344 4208595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 154040 140515 140 357 0 153680 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 750252

[startup+51.1003 s]
/proc/loadavg: 3.83 4.16 3.35 3/181 23147
/proc/meminfo: memFree=30449252/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=630940 CPUtime=33.14 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 94714 0 0 0 3287 27 0 0 20 0 1 0 279067808 646082560 143262 33554432000 4194304 5654031 140734430556560 140734430544376 4209044 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 157735 143262 140 357 0 157375 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 765032

[startup+102.307 s]
/proc/loadavg: 2.84 3.84 3.28 3/181 23147
/proc/meminfo: memFree=30443544/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=630940 CPUtime=84.34 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 94754 0 0 0 8407 27 0 0 20 0 1 0 279067808 646082560 143813 33554432000 4194304 5654031 140734430556560 140734430544376 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 157735 143813 141 357 0 157375 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 765032

[startup+162.3 s]
/proc/loadavg: 2.31 3.50 3.20 3/181 23147
/proc/meminfo: memFree=30436400/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=630940 CPUtime=144.33 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 94755 0 0 0 14406 27 0 0 20 0 1 0 279067808 646082560 144325 33554432000 4194304 5654031 140734430556560 140734430544376 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 157735 144325 141 357 0 157375 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 765032

[startup+222.3 s]
/proc/loadavg: 2.11 3.23 3.12 3/182 23150
/proc/meminfo: memFree=30429320/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=630940 CPUtime=204.3 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 95969 0 0 0 20403 27 0 0 20 0 1 0 279067808 646082560 146028 33554432000 4194304 5654031 140734430556560 140734430544376 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 157735 146028 141 357 0 157375 0
Current children cumulated CPU time (s) 221.62
Current children cumulated vsize (KiB) 765032

[startup+282.3 s]
/proc/loadavg: 2.04 3.00 3.05 3/181 23150
/proc/meminfo: memFree=30428584/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=30387376/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=731444 CPUtime=1344 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 99791 0 0 0 134363 37 0 0 20 0 1 0 279067808 748998656 153661 33554432000 4194304 5654031 140734430556560 140734430544376 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 182861 153661 141 357 0 182501 0
Current children cumulated CPU time (s) 1361.32
Current children cumulated vsize (KiB) 865536

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.28 3/182 23160
/proc/meminfo: memFree=30382816/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=731444 CPUtime=1403.99 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 99793 0 0 0 140362 37 0 0 20 0 1 0 279067808 748998656 154685 33554432000 4194304 5654031 140734430556560 140734430544376 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 182861 154685 141 357 0 182501 0
Current children cumulated CPU time (s) 1421.31
Current children cumulated vsize (KiB) 865536

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.26 3/182 23183
/proc/meminfo: memFree=30373980/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=731444 CPUtime=1463.98 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 99795 0 0 0 146361 37 0 0 20 0 1 0 279067808 748998656 155709 33554432000 4194304 5654031 140734430556560 140734430544376 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 182861 155709 141 357 0 182501 0
Current children cumulated CPU time (s) 1481.3
Current children cumulated vsize (KiB) 865536

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.24 3/180 23183
/proc/meminfo: memFree=30359416/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=731444 CPUtime=1523.97 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 99797 0 0 0 152360 37 0 0 20 0 1 0 279067808 748998656 157243 33554432000 4194304 5654031 140734430556560 140734430544376 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 182861 157243 141 357 0 182501 0
Current children cumulated CPU time (s) 1541.29
Current children cumulated vsize (KiB) 865536

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.23 3/181 23184
/proc/meminfo: memFree=30361980/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=731444 CPUtime=1583.93 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 99831 0 0 0 158356 37 0 0 20 0 1 0 279067808 748998656 158267 33554432000 4194304 5654031 140734430556560 140734430544376 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 182861 158267 141 357 0 182501 0
Current children cumulated CPU time (s) 1601.25
Current children cumulated vsize (KiB) 865536

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.21 3/181 23184
/proc/meminfo: memFree=30349104/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=731444 CPUtime=1643.92 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 99839 0 0 0 164355 37 0 0 20 0 1 0 279067808 748998656 159803 33554432000 4194304 5654031 140734430556560 140734430544376 4233012 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 182861 159803 141 357 0 182501 0
Current children cumulated CPU time (s) 1661.24
Current children cumulated vsize (KiB) 865536

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.19 3/181 23184
/proc/meminfo: memFree=30395592/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=650056 CPUtime=1703.91 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 100266 0 0 0 170351 40 0 0 20 0 1 0 279067808 665657344 150931 33554432000 4194304 5654031 140734430556560 140734430554584 4232939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 162514 150931 141 357 0 162154 0
Current children cumulated CPU time (s) 1721.23
Current children cumulated vsize (KiB) 784148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/181 23184
/proc/meminfo: memFree=30382500/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=731444 CPUtime=1763.9 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 100952 0 0 0 176349 41 0 0 20 0 1 0 279067808 748998656 152635 33554432000 4194304 5654031 140734430556560 140734430544376 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 182861 152635 141 357 0 182501 0
Current children cumulated CPU time (s) 1781.22
Current children cumulated vsize (KiB) 865536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 2.17 3/181 23184
/proc/meminfo: memFree=30378404/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=731444 CPUtime=1782.71 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 100953 0 0 0 178230 41 0 0 20 0 1 0 279067808 748998656 153147 33554432000 4194304 5654031 140734430556560 140734430544376 4232916 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 182861 153147 141 357 0 182501 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 865536

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

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

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 2.17 3/181 23184
/proc/meminfo: memFree=30378404/32873648 swapFree=6612/6612
[pid=23091] ppid=23089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23091/stat : 23091 (npSolver-pbo-I.) S 23089 23091 22368 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066014 9367552 274 33554432000 4194304 5064252 140734665243824 140734665242736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23091/statm: 2287 274 233 213 0 72 0
[pid=23092] ppid=23091 vsize=124944 CPUtime=17.32 cores=0,2,4,6
/proc/23092/stat : 23092 (npSolver-pbo) S 23091 23091 22368 0 -1 4202496 24111 85624 0 0 413 237 1042 40 20 0 1 0 279066014 127942656 23948 33554432000 4194304 5992684 140733903828432 140733903813336 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 59 0 0
/proc/23092/statm: 31236 23948 191 440 0 30792 0
[pid=23146] ppid=23092 vsize=731444 CPUtime=1782.71 cores=0,2,4,6
/proc/23146/stat : 23146 (glucosInc) R 23092 23091 22368 0 -1 4202496 100953 0 0 0 178230 41 0 0 20 0 1 0 279067808 748998656 153147 33554432000 4194304 5654031 140734430556560 140734430544376 4232916 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23146/statm: 182861 153147 141 357 0 182501 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 865536

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1801.12
CPU time (s): 1800.03
CPU user time (s): 1796.85
CPU system time (s): 3.18
CPU usage (%): 99.9397
Max. virtual memory (cumulated for all children) (KiB): 995764

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= 4
involuntary context switches= 1

runsolver used 3.74143 second user time and 10.5654 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 16:36:55
IDJOB=3699412
IDBENCH=92662
IDSOLVER=2276
FILE ID=node148/3699412-1338129415
RUNJOBID= node148-1338123335-22384
PBS_JOBID= 14624498
Free space on /tmp= 67384 MiB

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

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

MD5SUM BENCH= 28aef98ecae5ad7c0bc1921f6d6032a5
RANDOM SEED=791650378

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25106112 kB
Buffers:          268312 kB
Cached:          6378964 kB
SwapCached:          576 kB
Active:          3200276 kB
Inactive:        3459024 kB
Active(anon):       2632 kB
Inactive(anon):    12184 kB
Active(file):    3197644 kB
Inactive(file):  3446840 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:            849532 kB
Writeback:         57740 kB
AnonPages:         18204 kB
Mapped:            10608 kB
Shmem:                96 kB
Slab:             969016 kB
SReclaimable:     406112 kB
SUnreclaim:       562904 kB
KernelStack:        1440 kB
PageTables:         3904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     136780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71392 MiB
End job on node148 at 2012-05-27 17:06:58