Trace number 3699606

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_18.opb.PB06.opb
MD5SUM7db364152f2aec17f16cb8adef9dc3c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark1796.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables470
Total number of constraints469
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints469
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 470
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 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
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.41	c run inc solver
0.00/0.41	c [INC SYSTEM] run initial solver
0.00/0.41	c [INC SYSTEM] preprocess with white file
0.00/0.71	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.71	c [INC SYSTEM] execute solver
0.00/0.77	c [INC SEARCH] formula is SAT
0.00/0.77	c [INC SYSTEM] solved the initial formula
0.00/0.77	c model valid
0.00/0.77	c current solution ok
0.00/0.92	o 267
0.00/0.92	c execute binary inc search
0.00/0.92	c [INC SEARCH] current bound: 133
0.00/0.92	c [INC SEARCH] iteration: 0
0.00/0.92	c [INC SEARCH] lower bound: 0 upperbound 267 current bound: 133 best value:267
0.00/0.92	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.92	c write failed with 2
0.00/0.92	c [INC SYSTEM] create new solver instance
0.00/0.92	c [INC] encode full formula
0.00/0.92	c (debug) using card networks
0.00/0.93	c set iterative enc to: card
0.00/0.93	c set iterative enc to: none
0.00/0.93	c [INC SEARCH] isOptimum variable: 0
1800.00/1800.40	c an unexpexted return value has been received, exit
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.00/1800.40	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3699606-1338052924/watcher-3699606-1338052924 -o /tmp/evaluation-result-3699606-1338052924/solver-3699606-1338052924 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699606-1338052924.opb 948319481 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.12 2.07 2.01 3/177 8517
/proc/meminfo: memFree=28689600/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (runsolver) D 8513 8517 8474 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 271417737 12095488 50 33554432000 4194304 5436572 140736291323552 140736291319848 4883175 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 2953 50 31 304 0 2645 0

[startup+0.021725 s]
/proc/loadavg: 2.12 2.07 2.01 3/177 8517
/proc/meminfo: memFree=28689600/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100211 s]
/proc/loadavg: 2.12 2.07 2.01 3/177 8517
/proc/meminfo: memFree=28689600/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300182 s]
/proc/loadavg: 2.12 2.07 2.01 3/177 8517
/proc/meminfo: memFree=28689600/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 2.12 2.07 2.01 3/177 8517
/proc/meminfo: memFree=28689600/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 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.11 2.06 2.01 4/183 8535
/proc/meminfo: memFree=28643088/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=16684 CPUtime=0.55 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 3061 0 0 0 55 0 0 0 20 0 1 0 271417831 17084416 3479 33554432000 4194304 5654031 140735402533280 140735402521096 4233194 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8535/statm: 4171 3479 141 357 0 3811 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 34696

[startup+3.10031 s]
/proc/loadavg: 2.11 2.06 2.01 4/183 8535
/proc/meminfo: memFree=28638064/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=19872 CPUtime=2.15 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 3867 0 0 0 215 0 0 0 20 0 1 0 271417831 20348928 3775 33554432000 4194304 5654031 140735402533280 140735402521096 4215251 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8535/statm: 4968 3775 142 357 0 4608 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 37884

[startup+6.30033 s]
/proc/loadavg: 2.10 2.06 2.01 4/183 8535
/proc/meminfo: memFree=28615664/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=28792 CPUtime=5.35 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 5708 0 0 0 534 1 0 0 20 0 1 0 271417831 29483008 6409 33554432000 4194304 5654031 140735402533280 140735402521096 4232688 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8535/statm: 7198 6409 142 357 0 6838 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 46804

[startup+12.7004 s]
/proc/loadavg: 2.10 2.06 2.01 4/183 8535
/proc/meminfo: memFree=28604648/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=33212 CPUtime=11.75 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 6556 0 0 0 1174 1 0 0 20 0 1 0 271417831 34009088 7716 33554432000 4194304 5654031 140735402533280 140735402521096 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8535/statm: 8303 7716 142 357 0 7943 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 51224

[startup+25.5004 s]
/proc/loadavg: 2.08 2.06 2.01 4/183 8535
/proc/meminfo: memFree=28611152/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=35932 CPUtime=24.54 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 8186 0 0 0 2453 1 0 0 20 0 1 0 271417831 36794368 6857 33554432000 4194304 5654031 140735402533280 140735402521096 4976752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8535/statm: 8983 6857 142 357 0 8623 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 53944

[startup+51.1004 s]
/proc/loadavg: 2.05 2.05 2.01 4/183 8535
/proc/meminfo: memFree=28571424/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=47556 CPUtime=50.13 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 9276 0 0 0 5011 2 0 0 20 0 1 0 271417831 48697344 10960 33554432000 4194304 5654031 140735402533280 140735402521096 4225778 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8535/statm: 11889 10960 142 357 0 11529 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 65568

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.00 4/183 8535
/proc/meminfo: memFree=28530024/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=77908 CPUtime=101.32 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 10046 0 0 0 10129 3 0 0 20 0 1 0 271417831 79777792 16679 33554432000 4194304 5654031 140735402533280 140735402521096 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8535/statm: 19477 16679 142 357 0 19117 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 95920

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/183 8535
/proc/meminfo: memFree=28516608/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=77908 CPUtime=161.3 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 11844 0 0 0 16125 5 0 0 20 0 1 0 271417831 79777792 18401 33554432000 4194304 5654031 140735402533280 140735402521096 4232767 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8535/statm: 19477 18401 142 357 0 19117 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 95920

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/183 8536
/proc/meminfo: memFree=28497620/32873844 swapFree=7100/7100
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=78996 CPUtime=221.28 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 13381 0 0 0 22122 6 0 0 20 0 1 0 271417831 80891904 19185 33554432000 4194304 5654031 140735402533280 140735402521096 4232544 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8535/statm: 19749 19185 142 357 0 19389 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 97008

[startup+282.3 s]

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

/proc/meminfo: memFree=28394192/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=159780 CPUtime=1241.09 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 24316 0 0 0 124080 29 0 0 20 0 1 0 271417831 163614720 37558 33554432000 4194304 5654031 140735402533280 140735402521096 4216412 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8535/statm: 39945 37558 142 357 0 39585 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 177792

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 4/183 8545
/proc/meminfo: memFree=28344932/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=159780 CPUtime=1301.09 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 25201 0 0 0 130078 31 0 0 20 0 1 0 271417831 163614720 39094 33554432000 4194304 5654031 140735402533280 140735402521096 4233438 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8535/statm: 39945 39094 142 357 0 39585 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 177792

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/183 8545
/proc/meminfo: memFree=28336648/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=191036 CPUtime=1361.07 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 26617 0 0 0 136073 34 0 0 20 0 1 0 271417831 195620864 39621 33554432000 4194304 5654031 140735402533280 140735402521096 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8535/statm: 47759 39621 142 357 0 47399 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 209048

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 4/183 8545
/proc/meminfo: memFree=28348052/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=221468 CPUtime=1421.07 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 28117 0 0 0 142070 37 0 0 20 0 1 0 271417831 226783232 48918 33554432000 4194304 5654031 140735402533280 140735402521096 4232939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8535/statm: 55367 48918 142 357 0 55007 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 239480

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 8546
/proc/meminfo: memFree=28350192/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=221468 CPUtime=1481.06 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 29003 0 0 0 148066 40 0 0 20 0 1 0 271417831 226783232 48406 33554432000 4194304 5654031 140735402533280 140735402521096 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8535/statm: 55367 48406 142 357 0 55007 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 239480

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/184 8547
/proc/meminfo: memFree=28315148/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=221468 CPUtime=1541.05 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 29888 0 0 0 154063 42 0 0 20 0 1 0 271417831 226783232 47902 33554432000 4194304 5654031 140735402533280 140735402531368 4232997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8535/statm: 55367 47902 142 357 0 55007 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 239480

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 8547
/proc/meminfo: memFree=28311896/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=221468 CPUtime=1601.03 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 30744 0 0 0 160060 43 0 0 20 0 1 0 271417831 226783232 47365 33554432000 4194304 5654031 140735402533280 140735402521096 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8535/statm: 55367 47365 142 357 0 55007 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 239480

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 8547
/proc/meminfo: memFree=28298768/32873844 swapFree=7100/7100
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=221468 CPUtime=1661.02 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 31655 0 0 0 166057 45 0 0 20 0 1 0 271417831 226783232 48926 33554432000 4194304 5654031 140735402533280 140735402521096 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8535/statm: 55367 48926 142 357 0 55007 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 239480

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/184 8550
/proc/meminfo: memFree=28309400/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=190648 CPUtime=1721.02 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 31953 0 0 0 172055 47 0 0 20 0 1 0 271417831 195223552 46299 33554432000 4194304 5654031 140735402533280 140735402531208 4233005 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8535/statm: 47662 46299 142 357 0 47302 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 208660

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 8551
/proc/meminfo: memFree=28277232/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=190648 CPUtime=1781.01 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 32838 0 0 0 178052 49 0 0 20 0 1 0 271417831 195223552 46811 33554432000 4194304 5654031 140735402533280 140735402531208 4232960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8535/statm: 47662 46811 142 357 0 47302 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 208660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 8551
/proc/meminfo: memFree=28371764/32873844 swapFree=7096/7096
[pid=8517] ppid=8513 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (npSolver-pbo-I.) S 8513 8517 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 274 33554432000 4194304 5064252 140736795290624 140736795289536 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/8517/statm: 2287 274 233 213 0 72 0
[pid=8521] ppid=8517 vsize=8864 CPUtime=0.89 cores=1,3,5,7
/proc/8521/stat : 8521 (npSolver-pbo) S 8517 8517 8474 0 -1 4202496 2549 7162 0 0 41 13 33 2 20 0 1 0 271417739 9076736 1803 33554432000 4194304 5992684 140737003866912 140737003851816 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8521/statm: 2216 1803 180 440 0 1772 0
[pid=8535] ppid=8521 vsize=141328 CPUtime=1799.11 cores=1,3,5,7
/proc/8535/stat : 8535 (glucosInc) R 8521 8517 8474 0 -1 4202496 32883 0 0 0 179862 49 0 0 20 0 1 0 271417831 144719872 34768 33554432000 4194304 5654031 140735402533280 140735402531304 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8535/statm: 35332 34768 142 357 0 34972 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 159340

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.04
CPU user time (s): 1799.39
CPU system time (s): 0.6549
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 239480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.6549
maximum resident set size= 214136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42976
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50
involuntary context switches= 2447

runsolver used 4.13637 second user time and 12.3681 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-26 19:22:04
IDJOB=3699606
IDBENCH=1958
IDSOLVER=2276
FILE ID=node132/3699606-1338052924
RUNJOBID= node132-1338052924-8491
PBS_JOBID= 14624394
Free space on /tmp= 71548 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_18.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699606-1338052924/watcher-3699606-1338052924 -o /tmp/evaluation-result-3699606-1338052924/solver-3699606-1338052924 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699606-1338052924.opb 948319481 HOME HOME

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

MD5SUM BENCH= 7db364152f2aec17f16cb8adef9dc3c7
RANDOM SEED=948319481

node132.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.832
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.66
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.832
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	: 5332.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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28690368 kB
Buffers:          288968 kB
Cached:          3096080 kB
SwapCached:            0 kB
Active:           863780 kB
Inactive:        2531716 kB
Active(anon):      13108 kB
Inactive(anon):        0 kB
Active(file):     850672 kB
Inactive(file):  2531716 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16412 kB
Writeback:             0 kB
AnonPages:         17396 kB
Mapped:            13724 kB
Shmem:               212 kB
Slab:             650592 kB
SReclaimable:      92372 kB
SUnreclaim:       558220 kB
KernelStack:        1400 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71520 MiB
End job on node132 at 2012-05-26 19:52:05