Trace number 3699840

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir10_area_opers.opb
MD5SUMcca2bc3212eb56e1c6b2ae84ca292ee3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark151.57
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51
Optimality of the best value was proved YES
Number of variables79024
Total number of constraints176988
Number of constraints which are clauses176988
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 39323
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 39323
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 39323
Number of bits of the biggest sum of numbers16
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.61	c run inc solver
0.00/0.61	c [INC SYSTEM] run initial solver
0.00/0.61	c [INC SYSTEM] preprocess with white file
1.58/1.64	c [INC SYSTEM] finished preprocessing in 1 s
1.58/1.64	c [INC SYSTEM] execute solver
1.63/1.77	c [INC SEARCH] formula is SAT
1.63/1.77	c [INC SYSTEM] solved the initial formula
1.86/2.01	c model valid
1.86/2.01	c current solution ok
2.27/2.36	o 1324
2.27/2.36	c execute binary inc search
2.27/2.36	c [INC SEARCH] current bound: 662
2.27/2.36	c [INC SEARCH] iteration: 0
2.27/2.36	c [INC SEARCH] lower bound: 0 upperbound 1324 current bound: 662 best value:1324
2.27/2.36	c [INC SYSTEM] there exists a inc, kill it!
2.27/2.36	c write failed with 2
2.27/2.36	c [INC SYSTEM] create new solver instance
2.27/2.36	c [INC] encode full formula
2.27/2.36	c fallback to adder encoding
4.28/4.40	c set iterative enc to: cardAdder
4.28/4.40	c set iterative enc to: none
4.57/4.65	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

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-3699840-1338073344/watcher-3699840-1338073344 -o /tmp/evaluation-result-3699840-1338073344/solver-3699840-1338073344 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699840-1338073344.opb 2087515946 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.04 2.07 2.02 3/179 12091
/proc/meminfo: memFree=30403852/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0

[startup+0.084924 s]
/proc/loadavg: 2.04 2.07 2.02 3/179 12091
/proc/meminfo: memFree=30403852/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100224 s]
/proc/loadavg: 2.04 2.07 2.02 3/179 12091
/proc/meminfo: memFree=30403852/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300187 s]
/proc/loadavg: 2.04 2.07 2.02 3/179 12091
/proc/meminfo: memFree=30403852/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700248 s]
/proc/loadavg: 2.04 2.07 2.02 3/179 12091
/proc/meminfo: memFree=30403852/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.04 2.07 2.02 3/183 12095
/proc/meminfo: memFree=30327464/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=16788 CPUtime=0.67 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 4672 0 0 0 60 7 0 0 20 0 1 0 273460301 17190912 3190 33554432000 4194304 5992684 140736264818160 140736264812608 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 4197 3190 164 440 0 3753 0
[pid=12094] ppid=12092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12094/stat : 12094 (cp2_pre.sh) S 12092 12091 10532 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 273460369 9367552 276 33554432000 4194304 5064252 140736953495616 140736953494320 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12094/statm: 2287 276 234 213 0 72 0
[pid=12095] ppid=12094 vsize=79432 CPUtime=0.81 cores=1,3,5,7
/proc/12095/stat : 12095 (coprocessor) R 12094 12091 10532 0 -1 4202496 15631 0 0 0 77 4 0 0 20 0 1 0 273460369 81338368 18973 33554432000 4194304 6586260 140737315929392 140736953494344 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/12095/statm: 19858 18973 199 584 0 19270 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 114516

[startup+3.10021 s]
/proc/loadavg: 2.04 2.07 2.02 3/182 12097
/proc/meminfo: memFree=30356424/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=113976 CPUtime=3.07 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) R 12091 12091 10532 0 -1 4202496 14511 23700 0 0 162 37 101 7 20 0 1 0 273460301 116711424 23605 33554432000 4194304 5992684 140736264818160 140736264809944 4524785 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 28494 23605 182 440 0 28050 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 123124

[startup+6.30034 s]
/proc/loadavg: 2.04 2.07 2.02 3/182 12100
/proc/meminfo: memFree=30024284/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=421308 CPUtime=1.63 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 59924 0 0 0 149 14 0 0 20 0 1 0 273460767 431419392 96094 33554432000 4194304 5654031 140737271309344 140737270258696 4797458 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 105327 96095 109 357 0 104967 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 478896

[startup+12.7004 s]
/proc/loadavg: 2.11 2.08 2.03 3/182 12100
/proc/meminfo: memFree=29860340/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=378984 CPUtime=8.03 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 63406 0 0 0 785 18 0 0 20 0 1 0 273460767 388079616 86505 33554432000 4194304 5654031 140737271309344 140737271307128 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 94746 86505 141 357 0 94386 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 436572

[startup+25.5003 s]
/proc/loadavg: 2.16 2.10 2.03 3/182 12100
/proc/meminfo: memFree=29859528/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=379384 CPUtime=20.82 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 63523 0 0 0 2064 18 0 0 20 0 1 0 273460767 388489216 87133 33554432000 4194304 5654031 140737271309344 140737271306952 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 94846 87133 141 357 0 94486 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 436972

[startup+51.1002 s]
/proc/loadavg: 2.17 2.10 2.04 3/182 12100
/proc/meminfo: memFree=29859744/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=379772 CPUtime=46.42 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 63594 0 0 0 4624 18 0 0 20 0 1 0 273460767 388886528 87204 33554432000 4194304 5654031 140737271309344 140737271307240 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 94943 87204 141 357 0 94583 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 437360

[startup+102.307 s]
/proc/loadavg: 2.07 2.08 2.03 3/181 12100
/proc/meminfo: memFree=29860100/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=379772 CPUtime=97.62 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 63599 0 0 0 9744 18 0 0 20 0 1 0 273460767 388886528 87209 33554432000 4194304 5654031 140737271309344 140737271307240 4214475 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 94943 87209 141 357 0 94583 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 437360

[startup+162.3 s]
/proc/loadavg: 2.06 2.08 2.03 3/181 12101
/proc/meminfo: memFree=29856684/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=379772 CPUtime=157.6 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 63603 0 0 0 15742 18 0 0 20 0 1 0 273460767 388886528 87213 33554432000 4194304 5654031 140737271309344 140737271297160 4214616 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 94943 87213 141 357 0 94583 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 437360

[startup+222.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/181 12101
/proc/meminfo: memFree=29855444/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=379772 CPUtime=217.59 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 63605 0 0 0 21741 18 0 0 20 0 1 0 273460767 388886528 87215 33554432000 4194304 5654031 140737271309344 140737271297160 4214638 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 94943 87215 141 357 0 94583 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 437360

[startup+282.3 s]

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

/proc/meminfo: memFree=29829752/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=439656 CPUtime=1237.42 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 66425 0 0 0 123721 21 0 0 20 0 1 0 273460767 450207744 92864 33554432000 4194304 5654031 140737271309344 140737271297160 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 109914 92864 142 357 0 109554 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 497244

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12110
/proc/meminfo: memFree=29828516/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=441400 CPUtime=1297.42 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 66698 0 0 0 129721 21 0 0 20 0 1 0 273460767 451993600 93137 33554432000 4194304 5654031 140737271309344 140737271307240 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 110350 93137 142 357 0 109990 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 498988

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12111
/proc/meminfo: memFree=29828516/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=441400 CPUtime=1357.4 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 66710 0 0 0 135719 21 0 0 20 0 1 0 273460767 451993600 93149 33554432000 4194304 5654031 140737271309344 140737271307240 4214560 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 110350 93149 142 357 0 109990 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 498988

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12111
/proc/meminfo: memFree=29824980/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=442592 CPUtime=1417.4 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 67046 0 0 0 141719 21 0 0 20 0 1 0 273460767 453214208 93996 33554432000 4194304 5654031 140737271309344 140737271307128 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 110648 93996 142 357 0 110288 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 500180

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12111
/proc/meminfo: memFree=29822564/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=442856 CPUtime=1477.38 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 67132 0 0 0 147717 21 0 0 20 0 1 0 273460767 453484544 94593 33554432000 4194304 5654031 140737271309344 140737271307128 4209128 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 110714 94593 142 357 0 110354 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 500444

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 12111
/proc/meminfo: memFree=29821944/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=442988 CPUtime=1537.37 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 67160 0 0 0 153716 21 0 0 20 0 1 0 273460767 453619712 94621 33554432000 4194304 5654031 140737271309344 140737271297160 4214469 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 110747 94621 142 357 0 110387 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 500576

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 12111
/proc/meminfo: memFree=29817476/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=443336 CPUtime=1597.36 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 67243 0 0 0 159715 21 0 0 20 0 1 0 273460767 453976064 95215 33554432000 4194304 5654031 140737271309344 140737271297160 4232386 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 110834 95215 142 357 0 110474 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 500924

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 12115
/proc/meminfo: memFree=29816072/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=443732 CPUtime=1657.35 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 67366 0 0 0 165714 21 0 0 20 0 1 0 273460767 454381568 95338 33554432000 4194304 5654031 140737271309344 140737271307176 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 110933 95338 142 357 0 110573 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 501320

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 12159
/proc/meminfo: memFree=29989000/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=444540 CPUtime=1717.35 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 67610 0 0 0 171713 22 0 0 20 0 1 0 273460767 455208960 96093 33554432000 4194304 5654031 140737271309344 140737271297160 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 111135 96093 142 357 0 110775 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 502128

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 12162
/proc/meminfo: memFree=29813228/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=445396 CPUtime=1777.34 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 67832 0 0 0 177712 22 0 0 20 0 1 0 273460767 456085504 96315 33554432000 4194304 5654031 140737271309344 140737271297160 4976752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 111349 96315 142 357 0 110989 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 502984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.20 2.05 2.01 3/181 12162
/proc/meminfo: memFree=29778008/32873648 swapFree=7112/7112
[pid=12091] ppid=12089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12091/stat : 12091 (npSolver-pbo-I.) S 12089 12091 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273460301 9367552 275 33554432000 4194304 5064252 140735656896240 140735656895152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12091/statm: 2287 275 233 213 0 72 0
[pid=12092] ppid=12091 vsize=48440 CPUtime=4.63 cores=1,3,5,7
/proc/12092/stat : 12092 (npSolver-pbo) S 12091 12091 10532 0 -1 4202496 15898 24216 0 0 291 63 101 8 20 0 1 0 273460301 49602560 10923 33554432000 4194304 5992684 140736264818160 140736264803064 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12092/statm: 12110 10923 182 440 0 11666 0
[pid=12100] ppid=12092 vsize=445924 CPUtime=1795.44 cores=1,3,5,7
/proc/12100/stat : 12100 (glucosInc) R 12092 12091 10532 0 -1 4202496 67980 0 0 0 179522 22 0 0 20 0 1 0 273460767 456626176 96974 33554432000 4194304 5654031 140737271309344 140737271297160 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12100/statm: 111481 96974 142 357 0 111121 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 503512

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.11
CPU user time (s): 1799.16
CPU system time (s): 0.949855
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 564868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 0.949855
maximum resident set size= 457660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108475
page faults= 0
swaps= 0
block input operations= 0
block output operations= 331152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 264
involuntary context switches= 2285

runsolver used 3.21551 second user time and 8.42672 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 01:02:24
IDJOB=3699840
IDBENCH=25033
IDSOLVER=2276
FILE ID=node126/3699840-1338073344
RUNJOBID= node126-1338071287-10549
PBS_JOBID= 14624419
Free space on /tmp= 71036 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_opers/normalized-fir10_area_opers.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699840-1338073344/watcher-3699840-1338073344 -o /tmp/evaluation-result-3699840-1338073344/solver-3699840-1338073344 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699840-1338073344.opb 2087515946 HOME HOME

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

MD5SUM BENCH= cca2bc3212eb56e1c6b2ae84ca292ee3
RANDOM SEED=2087515946

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:        30404008 kB
Buffers:          239524 kB
Cached:           808892 kB
SwapCached:        17756 kB
Active:          1633280 kB
Inactive:          39484 kB
Active(anon):     605180 kB
Inactive(anon):    20464 kB
Active(file):    1028100 kB
Inactive(file):    19020 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:             14732 kB
Writeback:             0 kB
AnonPages:        617548 kB
Mapped:            11140 kB
Shmem:                 0 kB
Slab:             651676 kB
SReclaimable:      94796 kB
SUnreclaim:       556880 kB
KernelStack:        1528 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     788848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 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= 70812 MiB
End job on node126 at 2012-05-27 01:32:24