Trace number 3699578

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.09 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cc.opb
MD5SUM2dad588c047f66368bead690393575a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1567
Best CPU time to get the best result obtained on this benchmark0.015996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1567
Optimality of the best value was proved YES
Number of variables133
Total number of constraints229
Number of constraints which are clauses229
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 133
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5699
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5699
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c run inc solver
0.00/0.00	c [INC SYSTEM] run initial solver
0.00/0.00	c [INC SYSTEM] preprocess with white file
0.00/0.01	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.01	c [INC SYSTEM] execute solver
0.00/0.01	c [INC SEARCH] formula is SAT
0.00/0.01	c [INC SYSTEM] solved the initial formula
0.00/0.01	c model valid
0.00/0.01	c current solution ok
0.00/0.01	o 2041
0.00/0.01	c execute binary inc search
0.00/0.01	c [INC SEARCH] current bound: 1020
0.00/0.01	c [INC SEARCH] iteration: 0
0.00/0.01	c [INC SEARCH] lower bound: 0 upperbound 2041 current bound: 1020 best value:2041
0.00/0.01	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.01	c write failed with 2
0.00/0.01	c [INC SYSTEM] create new solver instance
0.00/0.01	c [INC] encode full formula
0.00/0.08	c set iterative enc to: swc
0.00/0.09	c [INC SEARCH] isOptimum variable: 0
3.07/3.47	c [INC SEARCH] formula is UNSAT
3.07/3.47	c [INC SYSTEM] there exists a inc, kill it!
3.07/3.47	c write failed with 2
3.07/3.47	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x16d1dd0)
3.07/3.47	c sat variable: 0 optimum/unsat variable: 1
3.07/3.47	c [INC SEARCH] set lower bound to 1021 upperbound 2041
3.07/3.47	c [INC SEARCH] current bound: 1531
3.07/3.47	c [INC SEARCH] iteration: 1
3.07/3.47	c [INC SEARCH] lower bound: 1021 upperbound 2041 current bound: 1531 best value:2041
3.07/3.47	c [INC SYSTEM] create new solver instance
3.07/3.47	c [INC] encode full formula
3.07/3.57	c set iterative enc to: swc
3.07/3.71	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.50	c an unexpexted return value has been received, exit
1800.06/1800.50	s UNKNOWN
1800.06/1800.50	c [INC SYSTEM] there exists a inc, kill it!
1800.06/1800.50	c write failed with -1
1800.06/1800.50	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x16d1dd0)

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-3699578-1338058301/watcher-3699578-1338058301 -o /tmp/evaluation-result-3699578-1338058301/solver-3699578-1338058301 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699578-1338058301.opb 972771097 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 9007
/proc/meminfo: memFree=29315352/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0

[startup+0.030349 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 9007
/proc/meminfo: memFree=29315352/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100166 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 9007
/proc/meminfo: memFree=29315352/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 9007
/proc/meminfo: memFree=29315352/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700189 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 9007
/proc/meminfo: memFree=29315352/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 9016
/proc/meminfo: memFree=29273164/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=2748 CPUtime=0.08 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 3167 3289 0 0 6 1 0 1 20 0 1 0 271955966 2813952 391 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9008/statm: 687 391 178 440 0 243 0
[pid=9016] ppid=9008 vsize=39148 CPUtime=1.38 cores=1,3,5,7
/proc/9016/stat : 9016 (glucosInc) R 9008 9007 6495 0 -1 4202496 8087 0 0 0 137 1 0 0 20 0 1 0 271955975 40087552 8961 33554432000 4194304 5654031 140734238193056 140734238190840 4232800 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9016/statm: 9787 8961 131 357 0 9427 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 51044

[startup+3.10028 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 9016
/proc/meminfo: memFree=29272312/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=2748 CPUtime=0.08 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 3167 3289 0 0 6 1 0 1 20 0 1 0 271955966 2813952 391 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9008/statm: 687 391 178 440 0 243 0
[pid=9016] ppid=9008 vsize=42804 CPUtime=2.99 cores=1,3,5,7
/proc/9016/stat : 9016 (glucosInc) R 9008 9007 6495 0 -1 4202496 8258 0 0 0 297 2 0 0 20 0 1 0 271955975 43831296 9129 33554432000 4194304 5654031 140734238193056 140734238191144 4208621 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9016/statm: 10701 9129 131 357 0 10341 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 54700

[startup+6.30029 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 9018
/proc/meminfo: memFree=29251508/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=58808 CPUtime=2.58 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 13728 0 0 0 256 2 0 0 20 0 1 0 271956337 60219392 13527 33554432000 4194304 5654031 140734580215328 140734580213096 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9018/statm: 14702 13527 137 357 0 14342 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 70976

[startup+12.7071 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 9018
/proc/meminfo: memFree=29245244/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=63644 CPUtime=8.98 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 14051 0 0 0 896 2 0 0 20 0 1 0 271956337 65171456 14352 33554432000 4194304 5654031 140734580215328 140734580213112 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9018/statm: 15911 14352 137 357 0 15551 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 75812

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 9018
/proc/meminfo: memFree=29244696/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=64244 CPUtime=21.77 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 15172 0 0 0 2175 2 0 0 20 0 1 0 271956337 65785856 13931 33554432000 4194304 5654031 140734580215328 140734580213416 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9018/statm: 16061 13931 138 357 0 15701 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 76412

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 9018
/proc/meminfo: memFree=29239068/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=65320 CPUtime=47.37 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 15751 0 0 0 4734 3 0 0 20 0 1 0 271956337 66887680 14652 33554432000 4194304 5654031 140734580215328 140734580213352 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 16330 14652 138 357 0 15970 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 77488

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 9018
/proc/meminfo: memFree=29224100/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=77672 CPUtime=98.55 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 16274 0 0 0 9852 3 0 0 20 0 1 0 271956337 79536128 18182 33554432000 4194304 5654031 140734580215328 140734580213128 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 19418 18182 138 357 0 19058 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 89840

[startup+162.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 9019
/proc/meminfo: memFree=29193904/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=89164 CPUtime=158.54 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 16863 0 0 0 15851 3 0 0 20 0 1 0 271956337 91303936 20816 33554432000 4194304 5654031 140734580215328 140734580213128 4232662 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 22291 20816 138 357 0 21931 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 101332

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 9019
/proc/meminfo: memFree=29175024/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=89164 CPUtime=218.52 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 17033 0 0 0 21849 3 0 0 20 0 1 0 271956337 91303936 20979 33554432000 4194304 5654031 140734580215328 140734580213128 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 22291 20979 138 357 0 21931 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 101332

[startup+282.3 s]

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

/proc/meminfo: memFree=29148032/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=98608 CPUtime=1298.36 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 19069 0 0 0 129830 6 0 0 20 0 1 0 271956337 100974592 23564 33554432000 4194304 5654031 140734580215328 140734580213128 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 24652 23564 138 357 0 24292 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 110776

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 9053
/proc/meminfo: memFree=29146980/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=98892 CPUtime=1358.36 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 19144 0 0 0 135830 6 0 0 20 0 1 0 271956337 101265408 23635 33554432000 4194304 5654031 140734580215328 140734580213128 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 24723 23635 138 357 0 24363 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 111060

[startup+1422.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 9053
/proc/meminfo: memFree=29146920/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=100032 CPUtime=1418.35 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 19461 0 0 0 141829 6 0 0 20 0 1 0 271956337 102432768 23920 33554432000 4194304 5654031 140734580215328 140734580213128 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 25008 23920 138 357 0 24648 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 112200

[startup+1482.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 9053
/proc/meminfo: memFree=29146796/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=100032 CPUtime=1478.34 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 19461 0 0 0 147828 6 0 0 20 0 1 0 271956337 102432768 23920 33554432000 4194304 5654031 140734580215328 140734580213128 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 25008 23920 138 357 0 24648 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 112200

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 9053
/proc/meminfo: memFree=29146056/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=100884 CPUtime=1538.33 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 19687 0 0 0 153827 6 0 0 20 0 1 0 271956337 103305216 24133 33554432000 4194304 5654031 140734580215328 140734580213128 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 25221 24133 138 357 0 24861 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 113052

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9053
/proc/meminfo: memFree=29145560/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=101312 CPUtime=1598.32 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 19802 0 0 0 159826 6 0 0 20 0 1 0 271956337 103743488 24240 33554432000 4194304 5654031 140734580215328 140734580213128 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 25328 24240 138 357 0 24968 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 113480

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9054
/proc/meminfo: memFree=29145684/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=101312 CPUtime=1658.31 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 19802 0 0 0 165825 6 0 0 20 0 1 0 271956337 103743488 24240 33554432000 4194304 5654031 140734580215328 140734580213128 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 25328 24240 138 357 0 24968 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 113480

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9057
/proc/meminfo: memFree=29144688/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=102376 CPUtime=1718.29 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 20097 0 0 0 171823 6 0 0 20 0 1 0 271956337 104833024 24506 33554432000 4194304 5654031 140734580215328 140734580213128 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 25594 24506 138 357 0 25234 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 114544

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9057
/proc/meminfo: memFree=29143272/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=109560 CPUtime=1778.29 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 20314 0 0 0 177822 7 0 0 20 0 1 0 271956337 112189440 24531 33554432000 4194304 5654031 140734580215328 140734580213208 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 27390 24531 138 357 0 27030 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 121728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9108
/proc/meminfo: memFree=29274104/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=109560 CPUtime=1796.49 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 20734 0 0 0 179642 7 0 0 20 0 1 0 271956337 112189440 25436 33554432000 4194304 5654031 140734580215328 140734580213208 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 27390 25436 138 357 0 27030 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 121728

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9108
/proc/meminfo: memFree=29274104/32873648 swapFree=7112/7112
[pid=9007] ppid=9005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (npSolver-pbo-I.) S 9005 9007 6495 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271955966 9367552 274 33554432000 4194304 5064252 140736466557648 140736466556560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9007/statm: 2287 274 233 213 0 72 0
[pid=9008] ppid=9007 vsize=3020 CPUtime=3.57 cores=1,3,5,7
/proc/9008/stat : 9008 (npSolver-pbo) S 9007 9007 6495 0 -1 4202496 6442 12485 0 0 16 3 335 3 20 0 1 0 271955966 3092480 460 33554432000 4194304 5992684 140736967698304 140736967683208 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9008/statm: 755 460 179 440 0 311 0
[pid=9018] ppid=9008 vsize=109560 CPUtime=1796.49 cores=1,3,5,7
/proc/9018/stat : 9018 (glucosInc) R 9008 9007 6495 0 -1 4202496 20734 0 0 0 179642 7 0 0 20 0 1 0 271956337 112189440 25436 33554432000 4194304 5654031 140734580215328 140734580213208 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9018/statm: 27390 25436 138 357 0 27030 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 121728

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1799.94
CPU system time (s): 0.146977
CPU usage (%): 99.9768
Max. virtual memory (cumulated for all children) (KiB): 144896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.146977
maximum resident set size= 117184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40041
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51
involuntary context switches= 1951

runsolver used 6.32204 second user time and 13.6359 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-26 20:51:41
IDJOB=3699578
IDBENCH=2023
IDSOLVER=2276
FILE ID=node126/3699578-1338058301
RUNJOBID= node126-1338049230-7870
PBS_JOBID= 14624371
Free space on /tmp= 71396 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cc.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699578-1338058301/watcher-3699578-1338058301 -o /tmp/evaluation-result-3699578-1338058301/solver-3699578-1338058301 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699578-1338058301.opb 972771097 HOME HOME

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

MD5SUM BENCH= 2dad588c047f66368bead690393575a4
RANDOM SEED=972771097

node126.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.456
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.91
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.456
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.456
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.456
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.456
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.92
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.456
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		: 2666.456
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		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29316244 kB
Buffers:          285896 kB
Cached:          2384700 kB
SwapCached:        17768 kB
Active:           841164 kB
Inactive:        1939788 kB
Active(anon):      92716 kB
Inactive(anon):    19404 kB
Active(file):     748448 kB
Inactive(file):  1920384 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:             28148 kB
Writeback:             0 kB
AnonPages:        257820 kB
Mapped:            11764 kB
Shmem:                 0 kB
Slab:             640372 kB
SReclaimable:      84604 kB
SUnreclaim:       555768 kB
KernelStack:        1504 kB
PageTables:         4288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     227264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71388 MiB
End job on node126 at 2012-05-26 21:21:41