Trace number 3699580

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.1 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cmb.opb
MD5SUM8aa1aebf70d33d96463ba96014c98682
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark0.042993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1053
Optimality of the best value was proved YES
Number of variables304
Total number of constraints671
Number of constraints which are clauses671
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 constraint28
Number of terms in the objective function 304
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 12887
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12887
Number of bits of the biggest sum of numbers14
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.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.02	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.02	c [INC SYSTEM] execute solver
0.00/0.03	c [INC SEARCH] formula is SAT
0.00/0.03	c [INC SYSTEM] solved the initial formula
0.00/0.03	c model valid
0.00/0.03	c current solution ok
0.00/0.03	o 3602
0.00/0.03	c execute binary inc search
0.00/0.03	c [INC SEARCH] current bound: 1801
0.00/0.03	c [INC SEARCH] iteration: 0
0.00/0.03	c [INC SEARCH] lower bound: 0 upperbound 3602 current bound: 1801 best value:3602
0.00/0.03	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.03	c write failed with 2
0.00/0.03	c [INC SYSTEM] create new solver instance
0.00/0.03	c [INC] encode full formula
0.00/0.03	c fallback to adder encoding
0.00/0.05	c set iterative enc to: adder
0.00/0.05	c set iterative enc to: none
0.00/0.05	c [INC SEARCH] isOptimum variable: 0
9.46/9.51	c [INC SEARCH] formula is SAT
9.46/9.51	c [INC SEARCH] copied best model
9.46/9.51	c sat variable: 1 optimum/unsat variable: 0
9.46/9.51	c model valid
9.46/9.51	c current solution ok
9.46/9.51	o 1774
9.46/9.51	c [INC SEARCH] current bound: 887
9.46/9.51	c [INC SEARCH] iteration: 1
9.46/9.51	c [INC SEARCH] lower bound: 0 upperbound 1774 current bound: 887 best value:1774
9.46/9.51	c [INC SYSTEM] there exists a inc, kill it!
9.46/9.51	c write failed with 2
9.46/9.51	c [INC SYSTEM] create new solver instance
9.46/9.51	c [INC] encode full formula
9.58/9.65	c set iterative enc to: swc
9.58/9.67	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.41	c an unexpexted return value has been received, exit
1800.07/1800.41	s UNKNOWN
1800.07/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.41	c write failed with -1
1800.07/1800.41	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x18af430)

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-3699580-1338057904/watcher-3699580-1338057904 -o /tmp/evaluation-result-3699580-1338057904/solver-3699580-1338057904 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699580-1338057904.opb 497807097 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.02 2.02 2.00 3/176 6037
/proc/meminfo: memFree=29558604/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0

[startup+0.105198 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 6037
/proc/meminfo: memFree=29558604/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200314 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 6037
/proc/meminfo: memFree=29558604/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30025 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 6037
/proc/meminfo: memFree=29558604/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700235 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 6037
/proc/meminfo: memFree=29558604/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 6046
/proc/meminfo: memFree=29544488/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=2640 CPUtime=0.03 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 1244 3086 0 0 2 0 1 0 20 0 1 0 271915841 2703360 358 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 660 358 184 440 0 216 0
[pid=6046] ppid=6038 vsize=13040 CPUtime=1.43 cores=1,3,5,7
/proc/6046/stat : 6046 (glucosInc) R 6038 6037 5385 0 -1 4202496 3436 0 0 0 143 0 0 0 20 0 1 0 271915847 13352960 2766 33554432000 4194304 5654031 140734320380208 140734320368024 4215334 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6046/statm: 3260 2766 141 357 0 2900 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 24828

[startup+3.10031 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 6046
/proc/meminfo: memFree=29540588/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=2640 CPUtime=0.03 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 1244 3086 0 0 2 0 1 0 20 0 1 0 271915841 2703360 358 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 660 358 184 440 0 216 0
[pid=6046] ppid=6038 vsize=16772 CPUtime=3.03 cores=1,3,5,7
/proc/6046/stat : 6046 (glucosInc) R 6038 6037 5385 0 -1 4202496 3742 0 0 0 303 0 0 0 20 0 1 0 271915847 17174528 3579 33554432000 4194304 5654031 140734320380208 140734320368024 4215200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6046/statm: 4193 3579 141 357 0 3833 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 28560

[startup+6.30032 s]
/proc/loadavg: 2.10 2.04 2.01 3/179 6046
/proc/meminfo: memFree=29534880/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=2640 CPUtime=0.03 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 1244 3086 0 0 2 0 1 0 20 0 1 0 271915841 2703360 358 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 660 358 184 440 0 216 0
[pid=6046] ppid=6038 vsize=21780 CPUtime=6.23 cores=1,3,5,7
/proc/6046/stat : 6046 (glucosInc) R 6038 6037 5385 0 -1 4202496 4601 0 0 0 623 0 0 0 20 0 1 0 271915847 22302720 4602 33554432000 4194304 5654031 140734320380208 140734320368024 4214550 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6046/statm: 5445 4602 141 357 0 5085 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 33568

[startup+12.7004 s]
/proc/loadavg: 2.09 2.04 2.00 3/179 6048
/proc/meminfo: memFree=29458824/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=78628 CPUtime=3.01 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 16768 0 0 0 297 4 0 0 20 0 1 0 271916809 80515072 18894 33554432000 4194304 5654031 140735492259888 140735492257768 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6048/statm: 19657 18894 131 357 0 19297 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 91372

[startup+25.5005 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 6048
/proc/meminfo: memFree=29445544/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=79164 CPUtime=15.81 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 16893 0 0 0 1577 4 0 0 20 0 1 0 271916809 81063936 19019 33554432000 4194304 5654031 140735492259888 140735492257672 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6048/statm: 19791 19019 131 357 0 19431 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 91908

[startup+51.1005 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 6048
/proc/meminfo: memFree=29481092/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=87076 CPUtime=41.4 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 17358 0 0 0 4136 4 0 0 20 0 1 0 271916809 89165824 19474 33554432000 4194304 5654031 140735492259888 140735492257672 4208641 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6048/statm: 21769 19474 131 357 0 21409 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 99820

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 6048
/proc/meminfo: memFree=29433264/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=87996 CPUtime=92.57 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 18403 0 0 0 9252 5 0 0 20 0 1 0 271916809 90107904 20383 33554432000 4194304 5654031 140735492259888 140735492257784 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 21999 20383 132 357 0 21639 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 100740

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 6049
/proc/meminfo: memFree=29430256/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=99800 CPUtime=152.56 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 19107 0 0 0 15250 6 0 0 20 0 1 0 271916809 102195200 23995 33554432000 4194304 5654031 140735492259888 140735492257768 4216105 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 24950 23995 132 357 0 24590 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 112544

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6049
/proc/meminfo: memFree=29421536/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=111292 CPUtime=212.55 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 19458 0 0 0 21248 7 0 0 20 0 1 0 271916809 113963008 27191 33554432000 4194304 5654031 140735492259888 140735492257688 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 27823 27191 132 357 0 27463 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 124036

[startup+282.3 s]

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

/proc/meminfo: memFree=29453464/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=118796 CPUtime=1292.38 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 19871 0 0 0 129231 7 0 0 20 0 1 0 271916809 121647104 28619 33554432000 4194304 5654031 140735492259888 140735492257688 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 29699 28619 138 357 0 29339 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 131540

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6131
/proc/meminfo: memFree=29431436/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=118796 CPUtime=1352.38 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 20185 0 0 0 135230 8 0 0 20 0 1 0 271916809 121647104 28916 33554432000 4194304 5654031 140735492259888 140735492257688 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 29699 28916 138 357 0 29339 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 131540

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6131
/proc/meminfo: memFree=29413932/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=137472 CPUtime=1412.37 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 20405 0 0 0 141229 8 0 0 20 0 1 0 271916809 140771328 33213 33554432000 4194304 5654031 140735492259888 140735492257688 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 34368 33213 138 357 0 34008 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 150216

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 6131
/proc/meminfo: memFree=29411944/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=137472 CPUtime=1472.35 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 20406 0 0 0 147227 8 0 0 20 0 1 0 271916809 140771328 33725 33554432000 4194304 5654031 140735492259888 140735492247704 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 34368 33725 138 357 0 34008 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 150216

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 6134
/proc/meminfo: memFree=29429808/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=118796 CPUtime=1532.35 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 20678 0 0 0 153226 9 0 0 20 0 1 0 271916809 121647104 28618 33554432000 4194304 5654031 140735492259888 140735492247704 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 29699 28618 138 357 0 29339 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 131540

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6134
/proc/meminfo: memFree=29427148/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=118796 CPUtime=1592.33 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 21026 0 0 0 159224 9 0 0 20 0 1 0 271916809 121647104 28953 33554432000 4194304 5654031 140735492259888 140735492247704 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 29699 28953 138 357 0 29339 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 131540

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6135
/proc/meminfo: memFree=29407784/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=149144 CPUtime=1652.33 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 21218 0 0 0 165223 10 0 0 20 0 1 0 271916809 152723456 33738 33554432000 4194304 5654031 140735492259888 140735492257768 4216579 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 37286 33738 138 357 0 36926 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 161888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6135
/proc/meminfo: memFree=29405984/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=149144 CPUtime=1712.32 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 21219 0 0 0 171222 10 0 0 20 0 1 0 271916809 152723456 34250 33554432000 4194304 5654031 140735492259888 140735492257768 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 37286 34250 138 357 0 36926 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 161888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6135
/proc/meminfo: memFree=29402076/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=149144 CPUtime=1772.31 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 21612 0 0 0 177220 11 0 0 20 0 1 0 271916809 152723456 34618 33554432000 4194304 5654031 140735492259888 140735492257768 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 37286 34618 138 357 0 36926 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 161888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6135
/proc/meminfo: memFree=29402136/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=149144 CPUtime=1790.42 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 21612 0 0 0 179031 11 0 0 20 0 1 0 271916809 152723456 34618 33554432000 4194304 5654031 140735492259888 140735492257768 4208659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 37286 34618 138 357 0 36926 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 161888

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6135
/proc/meminfo: memFree=29402136/32873852 swapFree=7624/7624
[pid=6037] ppid=6035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (npSolver-pbo-I.) S 6035 6037 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271915841 9367552 275 33554432000 4194304 5064252 140734878959856 140734878958768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6037/statm: 2287 275 233 213 0 72 0
[pid=6038] ppid=6037 vsize=3596 CPUtime=9.65 cores=1,3,5,7
/proc/6038/stat : 6038 (npSolver-pbo) S 6037 6037 5385 0 -1 4202496 4253 8487 0 0 16 2 946 1 20 0 1 0 271915841 3682304 598 33554432000 4194304 5992684 140737036772080 140737036756984 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6038/statm: 899 598 185 440 0 455 0
[pid=6048] ppid=6038 vsize=149144 CPUtime=1790.42 cores=1,3,5,7
/proc/6048/stat : 6048 (glucosInc) R 6038 6037 5385 0 -1 4202496 21612 0 0 0 179031 11 0 0 20 0 1 0 271916809 152723456 34618 33554432000 4194304 5654031 140735492259888 140735492257768 4208659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6048/statm: 37286 34618 138 357 0 36926 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 161888

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.94
CPU system time (s): 0.163975
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 161892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.163975
maximum resident set size= 154008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34735
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68
involuntary context switches= 1996

runsolver used 3.79542 second user time and 10.0825 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-26 20:45:04
IDJOB=3699580
IDBENCH=2020
IDSOLVER=2276
FILE ID=node131/3699580-1338057904
RUNJOBID= node131-1338049646-5402
PBS_JOBID= 14624376
Free space on /tmp= 71584 MiB

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

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

MD5SUM BENCH= 8aa1aebf70d33d96463ba96014c98682
RANDOM SEED=497807097

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.805
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.92
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.805
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:       32873852 kB
MemFree:        29558612 kB
Buffers:          252980 kB
Cached:          2121824 kB
SwapCached:        10804 kB
Active:           714032 kB
Inactive:        1809444 kB
Active(anon):     139048 kB
Inactive(anon):    12032 kB
Active(file):     574984 kB
Inactive(file):  1797412 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67097852 kB
Dirty:              8156 kB
Writeback:             0 kB
AnonPages:        248908 kB
Mapped:            15668 kB
Shmem:                 8 kB
Slab:             650120 kB
SReclaimable:      92668 kB
SUnreclaim:       557452 kB
KernelStack:        1488 kB
PageTables:         4368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     294232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71564 MiB
End job on node131 at 2012-05-26 21:15:04