Trace number 3746704

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-topDown (fixed)? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir10_trarea_ac.opb
MD5SUM02b8432822ed36c096532b70d73498ae
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark93811
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables26836
Total number of constraints55586
Number of constraints which are clauses55586
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 constraint359
Number of terms in the objective function 13364
Biggest coefficient in the objective function 2444
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 23768999
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2444
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 23768999
Number of bits of the biggest sum of numbers25
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.18	c run inc solver
0.00/0.18	c [INC SYSTEM] run initial solver
0.00/0.18	c [INC SYSTEM] preprocess with white file
0.00/0.52	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.52	c [INC SYSTEM] execute solver
0.00/0.54	c [INC SEARCH] formula is SAT
0.00/0.54	c [INC SYSTEM] solved the initial formula
0.00/0.62	c model valid
0.00/0.62	c current solution ok
0.00/0.68	o 117384
0.00/0.68	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.68	c write failed with 2
0.00/0.68	c [INC SEARCH] iteration: 0
0.00/0.68	c [INC BOUNDS] best value:117384 search for 117383
0.00/0.68	c [INC SYSTEM] create new solver instance
0.00/0.68	c [INC] encode full formula
0.00/0.68	c fallback to adder encoding
1.78/1.89	c set iterative enc to: adder
1.78/1.89	c set iterative enc to: none
1.97/2.03	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.04/1800.40	s UNKNOWN
1800.04/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.04/1800.40	c write failed with -1

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-3746704-1339102501/watcher-3746704-1339102501 -o /tmp/evaluation-result-3746704-1339102501/solver-3746704-1339102501 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746704-1339102501.opb 188671741 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: 1.99 2.00 1.92 3/179 27891
/proc/meminfo: memFree=28934280/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0

[startup+0.0885591 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27891
/proc/meminfo: memFree=28934280/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100324 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27891
/proc/meminfo: memFree=28934280/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300223 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27891
/proc/meminfo: memFree=28934280/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700259 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27891
/proc/meminfo: memFree=28934280/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 1.99 2.00 1.92 3/181 27898
/proc/meminfo: memFree=28868688/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=109020 CPUtime=1.47 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) R 27891 27891 25783 0 -1 4202496 12946 8513 0 0 103 11 27 6 20 0 1 0 376375992 111636480 24507 33554432000 4194304 6004724 140733339064544 140733339057432 4209895 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 27255 24507 176 442 0 26809 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 118168

[startup+3.10033 s]
/proc/loadavg: 1.99 2.00 1.92 3/182 27900
/proc/meminfo: memFree=28784136/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=305040 CPUtime=1.06 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 38064 0 0 0 97 9 0 0 20 0 1 0 376376195 312360960 54034 33554432000 4194304 5654031 140735147830976 140735146780328 4225466 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27900/statm: 76260 54034 128 357 0 75900 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 357672

[startup+6.30022 s]
/proc/loadavg: 1.99 2.00 1.92 3/182 27900
/proc/meminfo: memFree=28592280/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=258828 CPUtime=4.26 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 40162 0 0 0 414 12 0 0 20 0 1 0 376376195 265039872 51076 33554432000 4194304 5654031 140735147830976 140735147818792 4797458 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27900/statm: 64707 51076 142 357 0 64347 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 311460

[startup+12.7003 s]
/proc/loadavg: 2.07 2.01 1.93 3/182 27900
/proc/meminfo: memFree=28588680/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=261068 CPUtime=10.66 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 40747 0 0 0 1054 12 0 0 20 0 1 0 376376195 267333632 53705 33554432000 4194304 5654031 140735147830976 140735147818792 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27900/statm: 65267 53705 142 357 0 64907 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 313700

[startup+25.5004 s]
/proc/loadavg: 2.12 2.03 1.93 3/182 27900
/proc/meminfo: memFree=28578376/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=265320 CPUtime=23.45 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 42675 0 0 0 2331 14 0 0 20 0 1 0 376376195 271687680 55820 33554432000 4194304 5654031 140735147830976 140735147818792 4214996 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27900/statm: 66330 55820 142 357 0 65970 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 317952

[startup+51.1003 s]
/proc/loadavg: 2.08 2.03 1.93 3/182 27900
/proc/meminfo: memFree=28576156/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=269008 CPUtime=49.05 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 44829 0 0 0 4887 18 0 0 20 0 1 0 376376195 275464192 55752 33554432000 4194304 5654031 140735147830976 140735147828760 4215104 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27900/statm: 67252 55752 142 357 0 66892 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 321640

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 1.93 3/181 27901
/proc/meminfo: memFree=28537860/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=274388 CPUtime=100.23 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 46763 0 0 0 10002 21 0 0 20 0 1 0 376376195 280973312 56567 33554432000 4194304 5654031 140735147830976 140735147818792 4215366 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27900/statm: 68597 56567 142 357 0 68237 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 327020

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/181 27903
/proc/meminfo: memFree=28604572/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=280896 CPUtime=160.22 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 49166 0 0 0 15997 25 0 0 20 0 1 0 376376195 287637504 59344 33554432000 4194304 5654031 140735147830976 140735147818792 4214494 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 70224 59344 142 357 0 69864 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 333528

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/181 27903
/proc/meminfo: memFree=28581184/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=284340 CPUtime=220.2 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 50174 0 0 0 21993 27 0 0 20 0 1 0 376376195 291164160 64617 33554432000 4194304 5654031 140735147830976 140735147818792 4215344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 71085 64617 142 357 0 70725 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 336972

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 27903
/proc/meminfo: memFree=28545048/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=28555504/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=354332 CPUtime=1240.04 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 66600 0 0 0 123947 57 0 0 20 0 1 0 376376195 362835968 72641 33554432000 4194304 5654031 140735147830976 140735147818792 4214632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 88583 72641 142 357 0 88223 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 406964

[startup+1302.3 s]
/proc/loadavg: 2.03 2.02 1.98 3/181 27992
/proc/meminfo: memFree=28524604/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=354768 CPUtime=1300.03 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 66719 0 0 0 129946 57 0 0 20 0 1 0 376376195 363282432 76326 33554432000 4194304 5654031 140735147830976 140735147818792 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 88692 76326 142 357 0 88332 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 407400

[startup+1362.3 s]
/proc/loadavg: 2.05 2.03 1.99 3/181 27992
/proc/meminfo: memFree=28502620/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=355468 CPUtime=1360.02 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 66901 0 0 0 135945 57 0 0 20 0 1 0 376376195 363999232 79574 33554432000 4194304 5654031 140735147830976 140735147818792 4214180 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 88867 79574 142 357 0 88507 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 408100

[startup+1422.31 s]
/proc/loadavg: 2.05 2.03 1.99 3/181 27992
/proc/meminfo: memFree=28516252/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=356032 CPUtime=1420.02 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 67771 0 0 0 141943 59 0 0 20 0 1 0 376376195 364576768 70649 33554432000 4194304 5654031 140735147830976 140735147818792 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 89008 70649 142 357 0 88648 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 408664

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 1.99 3/181 27992
/proc/meminfo: memFree=28499932/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=356456 CPUtime=1480 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 68246 0 0 0 147941 59 0 0 20 0 1 0 376376195 365010944 74696 33554432000 4194304 5654031 140735147830976 140735147818792 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 89114 74696 142 357 0 88754 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 409088

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/182 27995
/proc/meminfo: memFree=28481984/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=357000 CPUtime=1539.97 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 68419 0 0 0 153938 59 0 0 20 0 1 0 376376195 365568000 78432 33554432000 4194304 5654031 140735147830976 140735147818792 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 89250 78432 142 357 0 88890 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 409632

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/181 27996
/proc/meminfo: memFree=28472284/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=357548 CPUtime=1599.97 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 68557 0 0 0 159937 60 0 0 20 0 1 0 376376195 366129152 81124 33554432000 4194304 5654031 140735147830976 140735147818792 4215372 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 89387 81124 142 357 0 89027 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 410180

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/181 27996
/proc/meminfo: memFree=28496240/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=358272 CPUtime=1659.96 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 69851 0 0 0 165934 62 0 0 20 0 1 0 376376195 366870528 74640 33554432000 4194304 5654031 140735147830976 140735147818792 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 89568 74640 142 357 0 89208 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 410904

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/181 27996
/proc/meminfo: memFree=28476200/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=358984 CPUtime=1719.95 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 70052 0 0 0 171932 63 0 0 20 0 1 0 376376195 367599616 79440 33554432000 4194304 5654031 140735147830976 140735147818792 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 89746 79440 142 357 0 89386 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 411616

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/181 27996
/proc/meminfo: memFree=28452972/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=360004 CPUtime=1779.94 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 70656 0 0 0 177928 66 0 0 20 0 1 0 376376195 368644096 73316 33554432000 4194304 5654031 140735147830976 140735147818792 4215061 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 90001 73316 142 357 0 89641 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 412636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.12 2.05 2.01 3/181 27996
/proc/meminfo: memFree=28482884/32873648 swapFree=7112/7112
[pid=27891] ppid=27889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (npSolver-pbo-It) S 27889 27891 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376375992 9367552 274 33554432000 4194304 5064252 140737440738048 140737440736960 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27891/statm: 2287 274 233 213 0 72 0
[pid=27892] ppid=27891 vsize=43484 CPUtime=2 cores=1,3,5,7
/proc/27892/stat : 27892 (npSolver-pbo) S 27891 27891 25783 0 -1 4202496 14139 9029 0 0 142 25 27 6 20 0 1 0 376375992 44527616 10545 33554432000 4194304 6004724 140733339064544 140733339050392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27892/statm: 10871 10545 177 442 0 10425 0
[pid=27900] ppid=27892 vsize=360004 CPUtime=1798.04 cores=1,3,5,7
/proc/27900/stat : 27900 (glucosInc) R 27892 27891 25783 0 -1 4202496 70682 0 0 0 179738 66 0 0 20 0 1 0 376376195 368644096 74875 33554432000 4194304 5654031 140735147830976 140735147818792 4214977 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27900/statm: 90001 74875 142 357 0 89641 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 412636

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.09
CPU system time (s): 0.997848
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 542576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 0.997848
maximum resident set size= 415900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94230
page faults= 0
swaps= 0
block input operations= 0
block output operations= 172064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122
involuntary context switches= 2115

runsolver used 2.85656 second user time and 7.31389 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-07 22:55:01
IDJOB=3746704
IDBENCH=25049
IDSOLVER=2332
FILE ID=node126/3746704-1339102501
RUNJOBID= node126-1339098177-25800
PBS_JOBID= 14643727
Free space on /tmp= 71068 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir10_trarea_ac.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746704-1339102501/watcher-3746704-1339102501 -o /tmp/evaluation-result-3746704-1339102501/solver-3746704-1339102501 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746704-1339102501.opb 188671741 HOME HOME

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

MD5SUM BENCH= 02b8432822ed36c096532b70d73498ae
RANDOM SEED=188671741

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:        28934924 kB
Buffers:          404596 kB
Cached:          2571360 kB
SwapCached:         9380 kB
Active:          1536344 kB
Inactive:        1518904 kB
Active(anon):      69008 kB
Inactive(anon):    12108 kB
Active(file):    1467336 kB
Inactive(file):  1506796 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:             10584 kB
Writeback:            40 kB
AnonPages:         91164 kB
Mapped:            10840 kB
Shmem:                 0 kB
Slab:             731532 kB
SReclaimable:     174800 kB
SUnreclaim:       556732 kB
KernelStack:        1472 kB
PageTables:         4236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     217300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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= 70980 MiB
End job on node126 at 2012-06-07 23:25:01