Trace number 3694363

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
pb2satCp2 2012-05-19? (TO) 1800.11 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__64.opb
MD5SUM5aed6138edeb8c25258479e857e113ee
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72709
Best CPU time to get the best result obtained on this benchmark1800.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19298
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint64
Maximum length of a constraint1089
Number of terms in the objective function 19200
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 692922048
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 692922048
Number of bits of the biggest sum of numbers30
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.33	c model valid
0.00/0.33	c current solution ok
0.00/0.95	o 86903
0.00/0.95	c fallback to adder encoding
1800.07/1800.71	./satsolver.sh: line 5:  6997 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.71	c error: unexpected solver exit code
1800.07/1800.71	s UNKNOWN

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-3694363-1338093138/watcher-3694363-1338093138 -o /tmp/evaluation-result-3694363-1338093138/solver-3694363-1338093138 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694363-1338093138.opb 1224590404 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.08 2.01 3/179 6990
/proc/meminfo: memFree=26841952/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0

[startup+0.00875799 s]
/proc/loadavg: 2.08 2.08 2.01 3/179 6990
/proc/meminfo: memFree=26841952/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100281 s]
/proc/loadavg: 2.08 2.08 2.01 3/179 6990
/proc/meminfo: memFree=26841952/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300284 s]
/proc/loadavg: 2.08 2.08 2.01 3/179 6990
/proc/meminfo: memFree=26841952/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 2.08 2.08 2.01 3/179 6990
/proc/meminfo: memFree=26841952/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.08 2.08 2.01 3/181 6995
/proc/meminfo: memFree=26799520/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=105548 CPUtime=1.48 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) R 6990 6990 6267 0 -1 4202496 11436 9637 0 0 81 53 11 3 20 0 1 0 275440778 108081152 18032 33554432000 4194304 5873084 140733784161760 140733784157096 4391086 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6991/statm: 26387 18032 180 410 0 25969 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 114696

[startup+3.10034 s]
/proc/loadavg: 2.08 2.08 2.01 3/181 6995
/proc/meminfo: memFree=26714256/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=290604 CPUtime=2.76 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) R 6990 6990 6267 0 -1 4202496 12774 9637 0 0 200 62 11 3 20 0 1 0 275440778 297578496 69415 33554432000 4194304 5873084 140733784161760 140733784156216 5129975 0 0 4096 0 0 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 72651 69415 180 410 0 72233 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 299752

[startup+6.30031 s]
/proc/loadavg: 2.15 2.09 2.01 3/183 6997
/proc/meminfo: memFree=26227824/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=354188 CPUtime=3.09 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 59121 0 0 0 294 15 0 0 20 0 1 0 275441098 362688512 79746 33554432000 4194304 4896791 140734283643344 140734283640552 4203098 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6997/statm: 88547 79746 77 172 0 88373 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 543568

[startup+12.7004 s]
/proc/loadavg: 2.22 2.11 2.02 3/183 6997
/proc/meminfo: memFree=26227336/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=356976 CPUtime=9.48 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 59807 0 0 0 933 15 0 0 20 0 1 0 275441098 365543424 80432 33554432000 4194304 4896791 140734283643344 140734283640552 4225212 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 89244 80432 77 172 0 89070 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 546356

[startup+25.5004 s]
/proc/loadavg: 2.25 2.12 2.02 3/183 6997
/proc/meminfo: memFree=26220452/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=360052 CPUtime=22.28 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 60558 0 0 0 2213 15 0 0 20 0 1 0 275441098 368693248 81694 33554432000 4194304 4896791 140734283643344 140734283640552 4204115 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 90013 81694 78 172 0 89839 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 549432

[startup+51.1004 s]
/proc/loadavg: 2.16 2.11 2.02 3/183 6998
/proc/meminfo: memFree=26204140/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=415376 CPUtime=47.88 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 62354 0 0 0 4772 16 0 0 20 0 1 0 275441098 425345024 84507 33554432000 4194304 4896791 140734283643344 140734283640552 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 103844 84507 78 172 0 103670 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 604756

[startup+102.307 s]
/proc/loadavg: 2.07 2.09 2.01 3/183 6998
/proc/meminfo: memFree=26181808/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=419172 CPUtime=99.07 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 64724 0 0 0 9891 16 0 0 20 0 1 0 275441098 429232128 88022 33554432000 4194304 4896791 140734283643344 140734283640488 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 104793 88022 78 172 0 104619 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 608552

[startup+162.3 s]
/proc/loadavg: 2.02 2.07 2.01 3/183 6998
/proc/meminfo: memFree=26170020/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=420684 CPUtime=159.06 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 66536 0 0 0 15889 17 0 0 20 0 1 0 275441098 430780416 89964 33554432000 4194304 4896791 140734283643344 140734283640552 4204062 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 105171 89964 78 172 0 104997 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 610064

[startup+222.3 s]
/proc/loadavg: 2.01 2.06 2.00 3/184 6999
/proc/meminfo: memFree=26180692/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7010
/proc/meminfo: memFree=26072064/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=437144 CPUtime=1418.85 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 81345 0 0 0 141859 26 0 0 20 0 1 0 275441098 447635456 99437 33554432000 4194304 4896791 140734283643344 140734283640536 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 109286 99437 78 172 0 109112 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 626524

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7010
/proc/meminfo: memFree=26067348/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=437216 CPUtime=1478.84 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 81366 0 0 0 147858 26 0 0 20 0 1 0 275441098 447709184 99969 33554432000 4194304 4896791 140734283643344 140734283640712 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 109304 99969 78 172 0 109130 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 626596

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 7010
/proc/meminfo: memFree=26064928/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=437216 CPUtime=1538.83 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 81370 0 0 0 153857 26 0 0 20 0 1 0 275441098 447709184 100484 33554432000 4194304 4896791 140734283643344 140734283640712 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 109304 100484 78 172 0 109130 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 626596

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7011
/proc/meminfo: memFree=26058040/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=437324 CPUtime=1598.82 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 81386 0 0 0 159856 26 0 0 20 0 1 0 275441098 447819776 101011 33554432000 4194304 4896791 140734283643344 140734283640712 4203956 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 109331 101011 78 172 0 109157 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 626704

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 7011
/proc/meminfo: memFree=26050036/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=437324 CPUtime=1658.81 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 81388 0 0 0 165855 26 0 0 20 0 1 0 275441098 447819776 101524 33554432000 4194304 4896791 140734283643344 140734283640712 4203968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 109331 101524 78 172 0 109157 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 626704

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/184 7059
/proc/meminfo: memFree=27326404/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=437324 CPUtime=1718.8 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 81856 0 0 0 171852 28 0 0 20 0 1 0 275441098 447819776 91948 33554432000 4194304 4896791 140734283643344 140734283640920 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 109331 91948 78 172 0 109157 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 626704

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/184 7082
/proc/meminfo: memFree=27313512/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=437456 CPUtime=1778.79 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 81861 0 0 0 177851 28 0 0 20 0 1 0 275441098 447954944 92464 33554432000 4194304 4896791 140734283643344 140734283640552 4203862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 109364 92464 78 172 0 109190 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 626836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 7082
/proc/meminfo: memFree=27318920/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=437456 CPUtime=1797.2 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 81862 0 0 0 179692 28 0 0 20 0 1 0 275441098 447954944 92976 33554432000 4194304 4896791 140734283643344 140734283640552 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 109364 92976 78 172 0 109190 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 626836

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 7082
/proc/meminfo: memFree=27318920/32873844 swapFree=7100/7100
[pid=6990] ppid=6988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6990/stat : 6990 (runPb2satCp2.sh) S 6988 6990 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275440778 9367552 274 33554432000 4194304 5064252 140736754578208 140736754577120 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6990/statm: 2287 274 233 213 0 72 0
[pid=6991] ppid=6990 vsize=171084 CPUtime=2.87 cores=0,2,4,6
/proc/6991/stat : 6991 (pb2sat) S 6990 6990 6267 0 -1 4202496 12775 9637 0 0 200 73 11 3 20 0 1 0 275440778 175190016 39536 33554432000 4194304 5873084 140733784161760 140733784155576 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 30 0 0
/proc/6991/statm: 42771 39536 180 410 0 42353 0
[pid=6996] ppid=6991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6996/stat : 6996 (satsolver.sh) S 6991 6990 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275441098 9367552 267 33554432000 4194304 5064252 140734857787808 140734857786720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6996/statm: 2287 267 226 213 0 72 0
[pid=6997] ppid=6996 vsize=437456 CPUtime=1797.2 cores=0,2,4,6
/proc/6997/stat : 6997 (glucose_static) R 6996 6990 6267 0 -1 4202496 81862 0 0 0 179692 28 0 0 20 0 1 0 275441098 447954944 92976 33554432000 4194304 4896791 140734283643344 140734283640552 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6997/statm: 109364 92976 78 172 0 109190 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 626836

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.11
CPU user time (s): 1799.05
CPU system time (s): 1.05784
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 756932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.05784
maximum resident set size= 495596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 277288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 2097

runsolver used 6.02708 second user time and 19.929 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 06:32:18
IDJOB=3694363
IDBENCH=71885
IDSOLVER=2273
FILE ID=node111/3694363-1338093138
RUNJOBID= node111-1338087406-6283
PBS_JOBID= 14624442
Free space on /tmp= 71256 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__64.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694363-1338093138/watcher-3694363-1338093138 -o /tmp/evaluation-result-3694363-1338093138/solver-3694363-1338093138 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694363-1338093138.opb 1224590404 HOME HOME

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

MD5SUM BENCH= 5aed6138edeb8c25258479e857e113ee
RANDOM SEED=1224590404

node111.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.152
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.30
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.152
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.152
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.152
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.152
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.91
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26842216 kB
Buffers:          308868 kB
Cached:          3705132 kB
SwapCached:            0 kB
Active:          2532344 kB
Inactive:        2677076 kB
Active(anon):    1197560 kB
Inactive(anon):        0 kB
Active(file):    1334784 kB
Inactive(file):  2677076 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9120 kB
Writeback:            16 kB
AnonPages:       1208048 kB
Mapped:            15316 kB
Shmem:               200 kB
Slab:             677220 kB
SReclaimable:     119600 kB
SUnreclaim:       557620 kB
KernelStack:        1496 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1831244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 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= 71448 MiB
End job on node111 at 2012-05-27 07:02:19