Trace number 3703022

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir10_area_delay.opb
MD5SUM5d0340a340565eda2e94c9f5d1d814a1
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark71.8701
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables49757
Total number of constraints199672
Number of constraints which are clauses199672
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 constraint511
Number of terms in the objective function 24319
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 24319
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 24319
Number of bits of the biggest sum of numbers15
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.68	c run inc solver
0.00/0.68	c [INC SYSTEM] run initial solver
0.00/0.68	c [INC SYSTEM] preprocess with white file
1.77/1.84	c [INC SYSTEM] finished preprocessing in 1 s
1.77/1.84	c [INC SYSTEM] execute solver
1.81/1.96	c [INC SEARCH] formula is SAT
1.81/1.97	c [INC SYSTEM] solved the initial formula
2.16/2.23	c model valid
2.16/2.23	c current solution ok
2.54/2.60	o 903
2.54/2.60	c starting approximation
2.54/2.60	c factor = 1
2.54/2.60	c can not find a suitable factor, leaving approximation
2.54/2.60	c finished approximation
2.54/2.60	c [INC SYSTEM] there exists a inc, kill it!
2.54/2.60	c write failed with 2
2.54/2.60	c [INC SEARCH] iteration: 0
2.54/2.60	c [INC BOUNDS] best value:903 search for 902
2.54/2.60	c [INC SYSTEM] create new solver instance
2.54/2.60	c [INC] encode full formula
2.54/2.60	c fallback to adder encoding
3.77/3.87	c set iterative enc to: cardAdder
3.77/3.87	c set iterative enc to: none
3.98/4.03	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.06/1800.41	s UNKNOWN
1800.06/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.06/1800.41	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-3703022-1338073729/watcher-3703022-1338073729 -o /tmp/evaluation-result-3703022-1338073729/solver-3703022-1338073729 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703022-1338073729.opb 1183246133 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 8988
/proc/meminfo: memFree=31435128/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0

[startup+0.102771 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 8988
/proc/meminfo: memFree=31435128/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200232 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 8988
/proc/meminfo: memFree=31435128/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300208 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 8988
/proc/meminfo: memFree=31435128/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700214 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 8988
/proc/meminfo: memFree=31435128/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8992
/proc/meminfo: memFree=31361240/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=16132 CPUtime=0.71 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 4121 0 0 0 67 4 0 0 20 0 1 0 273498633 16519168 3596 33554432000 4194304 5992684 140737391276176 140737391270624 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 4033 3596 164 440 0 3589 0
[pid=8991] ppid=8989 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8991/stat : 8991 (cp2_pre.sh) S 8989 8988 3390 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 273498705 9367552 277 33554432000 4194304 5064252 140736168470544 140736168469248 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8991/statm: 2287 277 234 213 0 72 0
[pid=8992] ppid=8991 vsize=68984 CPUtime=0.76 cores=0,2,4,6
/proc/8992/stat : 8992 (coprocessor) R 8991 8988 3390 0 -1 4202496 13487 0 0 0 73 3 0 0 20 0 1 0 273498705 70639616 16442 33554432000 4194304 6586260 140733420286560 140733420281928 5599168 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/8992/statm: 17246 16442 192 584 0 16658 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 103412

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8994
/proc/meminfo: memFree=31389440/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=137224 CPUtime=3.07 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) R 8988 8988 3390 0 -1 4202496 11481 21433 0 0 148 35 117 7 20 0 1 0 273498633 140517376 17518 33554432000 4194304 5992684 140737391276176 140737391272240 4614182 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 34306 17518 196 440 0 33862 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 146372

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8997
/proc/meminfo: memFree=31071444/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=246508 CPUtime=2.26 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 43880 0 0 0 216 10 0 0 20 0 1 0 273499036 252424192 56058 33554432000 4194304 5654031 140734980350672 140734980348568 4215130 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8997/statm: 61627 56058 131 357 0 61267 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 294576

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 8997
/proc/meminfo: memFree=31079564/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=246508 CPUtime=8.65 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 43880 0 0 0 855 10 0 0 20 0 1 0 273499036 252424192 56058 33554432000 4194304 5654031 140734980350672 140734980348568 4232791 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 61627 56058 131 357 0 61267 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 294576

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 8997
/proc/meminfo: memFree=31079680/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=246508 CPUtime=21.45 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 43880 0 0 0 2135 10 0 0 20 0 1 0 273499036 252424192 56058 33554432000 4194304 5654031 140734980350672 140734980348568 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 61627 56058 131 357 0 61267 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 294576

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 8997
/proc/meminfo: memFree=31076912/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=246508 CPUtime=47.05 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 43880 0 0 0 4695 10 0 0 20 0 1 0 273499036 252424192 56058 33554432000 4194304 5654031 140734980350672 140734980348568 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 61627 56058 131 357 0 61267 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 294576

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 9000
/proc/meminfo: memFree=31065956/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=250560 CPUtime=98.24 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 44439 0 0 0 9814 10 0 0 20 0 1 0 273499036 256573440 56607 33554432000 4194304 5654031 140734980350672 140734980338488 4214616 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 62640 56607 141 357 0 62280 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 298628

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9001
/proc/meminfo: memFree=31066604/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=250560 CPUtime=158.21 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 44451 0 0 0 15811 10 0 0 20 0 1 0 273499036 256573440 57152 33554432000 4194304 5654031 140734980350672 140734980338488 4208595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 62640 57152 141 357 0 62280 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 298628

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9001
/proc/meminfo: memFree=31057856/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=250560 CPUtime=218.2 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 44773 0 0 0 21810 10 0 0 20 0 1 0 273499036 256573440 57655 33554432000 4194304 5654031 140734980350672 140734980338488 4214432 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 62640 57655 141 357 0 62280 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 298628

[startup+282.3 s]

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

/proc/meminfo: memFree=30674048/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=305884 CPUtime=1298.02 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 51374 0 0 0 129786 16 0 0 20 0 1 0 273499036 313225216 67000 33554432000 4194304 5654031 140734980350672 140734980338488 4214618 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 76471 67000 141 357 0 76111 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 353952

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9112
/proc/meminfo: memFree=30662516/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=305884 CPUtime=1358.01 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 51377 0 0 0 135785 16 0 0 20 0 1 0 273499036 313225216 67003 33554432000 4194304 5654031 140734980350672 140734980338488 4214616 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 76471 67003 141 357 0 76111 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 353952

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9113
/proc/meminfo: memFree=30642716/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=305884 CPUtime=1418 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 51420 0 0 0 141784 16 0 0 20 0 1 0 273499036 313225216 68226 33554432000 4194304 5654031 140734980350672 140734980338488 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 76471 68226 141 357 0 76111 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 353952

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9113
/proc/meminfo: memFree=30631116/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=305884 CPUtime=1477.99 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 51723 0 0 0 147783 16 0 0 20 0 1 0 273499036 313225216 69040 33554432000 4194304 5654031 140734980350672 140734980338488 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 76471 69040 141 357 0 76111 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 353952

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9113
/proc/meminfo: memFree=30626840/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=308708 CPUtime=1537.99 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 52361 0 0 0 153782 17 0 0 20 0 1 0 273499036 316116992 70189 33554432000 4194304 5654031 140734980350672 140734980338488 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 77177 70189 141 357 0 76817 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 356776

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9113
/proc/meminfo: memFree=30605928/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=308708 CPUtime=1597.98 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 52366 0 0 0 159781 17 0 0 20 0 1 0 273499036 316116992 71727 33554432000 4194304 5654031 140734980350672 140734980338488 4214638 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 77177 71727 141 357 0 76817 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 356776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9113
/proc/meminfo: memFree=30598084/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=308708 CPUtime=1657.96 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 52591 0 0 0 165779 17 0 0 20 0 1 0 273499036 316116992 72459 33554432000 4194304 5654031 140734980350672 140734980338488 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 77177 72459 141 357 0 76817 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 356776

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9114
/proc/meminfo: memFree=30614156/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=309236 CPUtime=1717.96 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 53565 0 0 0 171777 19 0 0 20 0 1 0 273499036 316657664 68524 33554432000 4194304 5654031 140734980350672 140734980348360 4214483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 77309 68524 141 357 0 76949 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 357304

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9114
/proc/meminfo: memFree=30615032/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=313308 CPUtime=1777.95 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 54349 0 0 0 177776 19 0 0 20 0 1 0 273499036 320827392 69819 33554432000 4194304 5654031 140734980350672 140734980338488 4209070 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 78327 69819 141 357 0 77967 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 361376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9114
/proc/meminfo: memFree=30608764/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=313308 CPUtime=1796.05 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 54363 0 0 0 179586 19 0 0 20 0 1 0 273499036 320827392 70344 33554432000 4194304 5654031 140734980350672 140734980338488 4232939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 78327 70344 141 357 0 77967 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 361376

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/181 9114
/proc/meminfo: memFree=30608764/32873844 swapFree=7112/7112
[pid=8988] ppid=8986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8988/stat : 8988 (npSolver-pbo-It) S 8986 8988 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273498633 9367552 275 33554432000 4194304 5064252 140735530597952 140735530596864 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8988/statm: 2287 275 233 213 0 72 0
[pid=8989] ppid=8988 vsize=38920 CPUtime=4.01 cores=0,2,4,6
/proc/8989/stat : 8989 (npSolver-pbo) S 8988 8988 3390 0 -1 4202496 12877 21949 0 0 226 50 117 8 20 0 1 0 273498633 39854080 9326 33554432000 4194304 5992684 140737391276176 140737391262008 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8989/statm: 9730 9326 197 440 0 9286 0
[pid=8997] ppid=8989 vsize=313308 CPUtime=1796.05 cores=0,2,4,6
/proc/8997/stat : 8997 (glucosInc) R 8989 8988 3390 0 -1 4202496 54363 0 0 0 179586 19 0 0 20 0 1 0 273499036 320827392 70344 33554432000 4194304 5654031 140734980350672 140734980338488 4232939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8997/statm: 78327 70344 141 357 0 77967 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 361376

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.790879
maximum resident set size= 352128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89569
page faults= 0
swaps= 0
block input operations= 0
block output operations= 218656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 212
involuntary context switches= 2053

runsolver used 2.71359 second user time and 7.12692 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 01:08:50
IDJOB=3703022
IDBENCH=25011
IDSOLVER=2278
FILE ID=node119/3703022-1338073729
RUNJOBID= node119-1338050630-3406
PBS_JOBID= 14624379
Free space on /tmp= 71520 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir10_area_delay.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703022-1338073729/watcher-3703022-1338073729 -o /tmp/evaluation-result-3703022-1338073729/solver-3703022-1338073729 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703022-1338073729.opb 1183246133 HOME HOME

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

MD5SUM BENCH= 5d0340a340565eda2e94c9f5d1d814a1
RANDOM SEED=1183246133

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31435492 kB
Buffers:          217948 kB
Cached:           323240 kB
SwapCached:         1896 kB
Active:           637960 kB
Inactive:          18544 kB
Active(anon):     115276 kB
Inactive(anon):     2404 kB
Active(file):     522684 kB
Inactive(file):    16140 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67099240 kB
Dirty:             14764 kB
Writeback:             0 kB
AnonPages:        291028 kB
Mapped:            13252 kB
Shmem:                 8 kB
Slab:             638436 kB
SReclaimable:      80732 kB
SUnreclaim:       557704 kB
KernelStack:        1520 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     249304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 71356 MiB
End job on node119 at 2012-05-27 01:38:50