Trace number 3752187

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 (fixed)? (TO) 1800.43 1800.87

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir08_area_opers.opb
MD5SUM47194cf421cbddfd6c2831e71c8b2458
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark48
Best CPU time to get the best result obtained on this benchmark718.519
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 53
Optimality of the best value was proved NO
Number of variables203287
Total number of constraints469077
Number of constraints which are clauses469077
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 constraint1023
Number of terms in the objective function 101248
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 101248
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 101248
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.48/1.55	c run inc solver
1.48/1.55	c [INC SYSTEM] run initial solver
1.48/1.55	c [INC SYSTEM] preprocess with white file
3.48/3.58	c [INC SYSTEM] finished preprocessing in 2 s
3.48/3.58	c [INC SYSTEM] execute solver
3.56/3.82	c [INC SEARCH] formula is SAT
3.56/3.83	c [INC SYSTEM] solved the initial formula
4.36/4.46	c model valid
4.36/4.46	c current solution ok
5.09/5.36	o 57
5.09/5.36	c starting approximation
5.09/5.36	c factor = 1
5.09/5.36	c can not find a suitable factor, leaving approximation
5.09/5.36	c finished approximation
5.09/5.36	c [INC SYSTEM] there exists a inc, kill it!
5.09/5.36	c write failed with 2
5.09/5.37	c [INC SEARCH] iteration: 0
5.09/5.37	c [INC BOUNDS] best value:57 search for 56
5.09/5.37	c [INC SYSTEM] create new solver instance
5.09/5.37	c [INC] encode full formula
5.09/5.37	c fallback to adder encoding
8.31/8.50	c set iterative enc to: cardAdder
8.31/8.50	c set iterative enc to: none
8.71/8.94	c [INC SEARCH] isOptimum variable: 0
1800.36/1800.86	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.36/1800.86	s UNKNOWN
1800.36/1800.86	c [INC SYSTEM] there exists a inc, kill it!
1800.36/1800.86	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-3752187-1339130766/watcher-3752187-1339130766 -o /tmp/evaluation-result-3752187-1339130766/solver-3752187-1339130766 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752187-1339130766.opb 913258112 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.16 2.12 2.05 3/178 25899
/proc/meminfo: memFree=24956236/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0

[startup+0.0166291 s]
/proc/loadavg: 2.16 2.12 2.05 3/178 25899
/proc/meminfo: memFree=24956236/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 2.16 2.12 2.05 3/178 25899
/proc/meminfo: memFree=24956236/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300301 s]
/proc/loadavg: 2.16 2.12 2.05 3/178 25899
/proc/meminfo: memFree=24956236/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700308 s]
/proc/loadavg: 2.16 2.12 2.05 3/178 25899
/proc/meminfo: memFree=24956236/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.15 2.12 2.05 3/180 25901
/proc/meminfo: memFree=24850072/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=180368 CPUtime=1.48 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) R 25899 25899 22322 0 -1 4202496 34516 0 0 0 141 7 0 0 20 0 1 0 379202743 184696832 44638 33554432000 4194304 6004724 140736421027440 140736421024248 5055504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25900/statm: 45092 44638 139 442 0 44646 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 189516

[startup+3.10049 s]
/proc/loadavg: 2.15 2.12 2.05 3/182 25903
/proc/meminfo: memFree=24669108/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=196804 CPUtime=1.71 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 34683 0 0 0 148 23 0 0 20 0 1 0 379202743 201527296 46848 33554432000 4194304 6004724 140736421027440 140736421021904 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25900/statm: 49201 46848 148 442 0 48755 0
[pid=25902] ppid=25900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25902/stat : 25902 (cp2_pre.sh) S 25900 25899 22322 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 379202914 9367552 277 33554432000 4194304 5064252 140735406011328 140735406010032 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25902/statm: 2287 277 234 213 0 72 0
[pid=25903] ppid=25902 vsize=131548 CPUtime=1.37 cores=1,3,5,7
/proc/25903/stat : 25903 (coprocessor) R 25902 25899 22322 0 -1 4202496 24115 0 0 0 132 5 0 0 20 0 1 0 379202915 134705152 32071 33554432000 4194304 6586260 140734362101024 140734362097288 4556770 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/25903/statm: 32887 32071 201 584 0 32299 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 346648

[startup+6.30034 s]
/proc/loadavg: 2.15 2.12 2.05 3/180 25906
/proc/meminfo: memFree=24751216/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=286920 CPUtime=6.12 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) R 25899 25899 22322 0 -1 4202496 49581 36863 0 0 316 85 199 12 20 0 1 0 379202743 293806080 68983 33554432000 4194304 6004724 140736421027440 140736421020232 4579824 0 0 4096 0 0 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 71730 68983 189 442 0 71284 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 296068

[startup+12.7004 s]
/proc/loadavg: 2.28 2.15 2.06 3/181 25908
/proc/meminfo: memFree=23821536/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=580128 CPUtime=3.74 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 87373 0 0 0 345 29 0 0 20 0 1 0 379203638 594051072 129585 33554432000 4194304 5654031 140734920947504 140734920935320 4232581 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 145032 129585 141 357 0 144672 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 810660

[startup+25.5005 s]
/proc/loadavg: 2.31 2.16 2.06 3/181 25908
/proc/meminfo: memFree=23978820/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=581956 CPUtime=16.54 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 88208 0 0 0 1625 29 0 0 20 0 1 0 379203638 595922944 130420 33554432000 4194304 5654031 140734920947504 140734920935320 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 145489 130420 141 357 0 145129 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 812488

[startup+51.1005 s]
/proc/loadavg: 2.20 2.15 2.06 3/181 25908
/proc/meminfo: memFree=23974240/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=581956 CPUtime=42.13 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 88208 0 0 0 4184 29 0 0 20 0 1 0 379203638 595922944 130420 33554432000 4194304 5654031 140734920947504 140734920935320 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 145489 130420 141 357 0 145129 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 812488

[startup+102.3 s]
/proc/loadavg: 2.08 2.12 2.05 3/181 25908
/proc/meminfo: memFree=23969052/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=581956 CPUtime=93.32 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 88208 0 0 0 9303 29 0 0 20 0 1 0 379203638 595922944 130420 33554432000 4194304 5654031 140734920947504 140734920935320 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 145489 130420 141 357 0 145129 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 812488

[startup+162.3 s]
/proc/loadavg: 2.03 2.10 2.05 3/181 25909
/proc/meminfo: memFree=23964112/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=581956 CPUtime=153.32 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 88208 0 0 0 15303 29 0 0 20 0 1 0 379203638 595922944 130420 33554432000 4194304 5654031 140734920947504 140734920935320 4232916 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 145489 130420 141 357 0 145129 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 812488

[startup+222.3 s]
/proc/loadavg: 2.01 2.08 2.04 3/181 25909
/proc/meminfo: memFree=23959580/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=581956 CPUtime=213.31 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 88208 0 0 0 21302 29 0 0 20 0 1 0 379203638 595922944 130420 33554432000 4194304 5654031 140734920947504 140734920935320 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 145489 130420 141 357 0 145129 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 812488

[startup+282.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/182 25912
/proc/meminfo: memFree=23948364/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=23887788/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=594020 CPUtime=1233.15 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 90927 0 0 0 123278 37 0 0 20 0 1 0 379203638 608276480 135278 33554432000 4194304 5654031 140734920947504 140734920935320 4215200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 148505 135278 142 357 0 148145 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 824552

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 25940
/proc/meminfo: memFree=23881392/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=594020 CPUtime=1293.14 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 91395 0 0 0 129277 37 0 0 20 0 1 0 379203638 608276480 136768 33554432000 4194304 5654031 140734920947504 140734920935320 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 148505 136768 142 357 0 148145 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 824552

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25941
/proc/meminfo: memFree=23878248/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=594020 CPUtime=1353.13 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 91396 0 0 0 135276 37 0 0 20 0 1 0 379203638 608276480 137280 33554432000 4194304 5654031 140734920947504 140734920935320 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 148505 137280 142 357 0 148145 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 824552

[startup+1422.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 25941
/proc/meminfo: memFree=23877772/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=594020 CPUtime=1413.12 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 91396 0 0 0 141275 37 0 0 20 0 1 0 379203638 608276480 137280 33554432000 4194304 5654031 140734920947504 140734920935320 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 148505 137280 142 357 0 148145 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 824552

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 25944
/proc/meminfo: memFree=23877324/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=594020 CPUtime=1473.11 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 91396 0 0 0 147274 37 0 0 20 0 1 0 379203638 608276480 137280 33554432000 4194304 5654031 140734920947504 140734920935320 4208717 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 148505 137280 142 357 0 148145 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 824552

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25944
/proc/meminfo: memFree=23876732/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=594020 CPUtime=1533.1 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 91396 0 0 0 153273 37 0 0 20 0 1 0 379203638 608276480 137280 33554432000 4194304 5654031 140734920947504 140734920935320 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 148505 137280 142 357 0 148145 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 824552

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25944
/proc/meminfo: memFree=23876232/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=594020 CPUtime=1593.1 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 91396 0 0 0 159273 37 0 0 20 0 1 0 379203638 608276480 137280 33554432000 4194304 5654031 140734920947504 140734920935320 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 148505 137280 142 357 0 148145 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 824552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26264
/proc/meminfo: memFree=30788500/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=594020 CPUtime=1653.09 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 91396 0 0 0 165272 37 0 0 20 0 1 0 379203638 608276480 137280 33554432000 4194304 5654031 140734920947504 140734920935320 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 148505 137280 142 357 0 148145 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 824552

[startup+1723.18 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 27112
/proc/meminfo: memFree=30790132/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=594020 CPUtime=1713.95 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 91396 0 0 0 171358 37 0 0 20 0 1 0 379203638 608276480 137280 33554432000 4194304 5654031 140734920947504 140734920935320 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 148505 137280 142 357 0 148145 0
Current children cumulated CPU time (s) 1722.71
Current children cumulated vsize (KiB) 824552

[startup+1782.49 s]
/proc/loadavg: 1.95 1.98 1.99 4/182 27995
/proc/meminfo: memFree=30790772/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=594020 CPUtime=1773.26 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 91396 0 0 0 177289 37 0 0 20 0 1 0 379203638 608276480 137280 33554432000 4194304 5654031 140734920947504 140734920935320 4232581 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 148505 137280 142 357 0 148145 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 824552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.83 s]
/proc/loadavg: 1.96 1.98 1.99 3/182 28314
/proc/meminfo: memFree=30790316/32873844 swapFree=7380/7380
[pid=25899] ppid=25897 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25899/stat : 25899 (npSolver-pbo-It) S 25897 25899 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379202743 9367552 274 33554432000 4194304 5064252 140734965215808 140734965214720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25899/statm: 2287 274 233 213 0 72 0
[pid=25900] ppid=25899 vsize=221384 CPUtime=8.76 cores=1,3,5,7
/proc/25900/stat : 25900 (npSolver-pbo) S 25899 25899 22322 0 -1 4202496 51527 37378 0 0 537 126 199 14 20 0 1 0 379202743 226697216 53035 33554432000 4194304 6004724 140736421027440 140736421013288 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/25900/statm: 55346 53035 190 442 0 54900 0
[pid=25908] ppid=25900 vsize=594020 CPUtime=1791.6 cores=1,3,5,7
/proc/25908/stat : 25908 (glucosInc) R 25900 25899 22322 0 -1 4202496 91399 0 0 0 179123 37 0 0 20 0 1 0 379203638 608276480 137289 33554432000 4194304 5654031 140734920947504 140734920935320 4209087 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25908/statm: 148505 137289 142 357 0 148145 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 824552

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.87
CPU time (s): 1800.43
CPU user time (s): 1798.61
CPU system time (s): 1.81972
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 1159312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.81972
maximum resident set size= 761520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 529584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 390
involuntary context switches= 1904

runsolver used 5.66014 second user time and 17.0434 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-08 06:46:06
IDJOB=3752187
IDBENCH=25040
IDSOLVER=2335
FILE ID=node118/3752187-1339130766
RUNJOBID= node118-1339110918-23913
PBS_JOBID= 14643735
Free space on /tmp= 69808 MiB

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

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

MD5SUM BENCH= 47194cf421cbddfd6c2831e71c8b2458
RANDOM SEED=913258112

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.91
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.212
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:       32873844 kB
MemFree:        24956492 kB
Buffers:          101280 kB
Cached:          1196056 kB
SwapCached:         6484 kB
Active:          6925528 kB
Inactive:         166432 kB
Active(anon):    5790656 kB
Inactive(anon):     6596 kB
Active(file):    1134872 kB
Inactive(file):   159836 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67095448 kB
Dirty:             24444 kB
Writeback:             0 kB
AnonPages:       5796212 kB
Mapped:            10076 kB
Shmem:                 0 kB
Slab:             671716 kB
SReclaimable:     110992 kB
SUnreclaim:       560724 kB
KernelStack:        1472 kB
PageTables:        15336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6997664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2811904 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= 70568 MiB
End job on node118 at 2012-06-08 07:16:07