Trace number 3459807

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
Sat4j Resolution 2.3.0? (TO) 1800.35 1774.11

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUMd5fa369dda5ecc7dd4bdafa11362a969
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.18-164.el5
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		12995394264
0.09/0.10	c Max memory 		13063553024
0.09/0.10	c Total memory 		13063553024
0.09/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3459807-1307167880.opb
0.10/0.12	c reading problem ... 
122.88/100.02	c ... done. Wall clock time 99.899s.
122.88/100.02	c #vars     5121998
122.88/100.02	c #constraints  14000
122.88/100.02	c constraints type 
122.88/100.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
122.88/100.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
122.88/100.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3996
685.34/661.90	c cleaning 2815 clauses out of 5630 with flag 5630/5630
1045.41/1021.00	c cleaning 4189 clauses out of 8378 with flag 11193/11193
1655.54/1630.23	c cleaning 5555 clauses out of 11110 with flag 18114/18114
1800.05/1773.84	c starts		: 28
1800.05/1773.84	c conflicts		: 20638
1800.05/1773.84	c decisions		: 125573315
1800.05/1773.84	c propagations		: 134119687
1800.05/1773.84	c inspects		: 281299601
1800.05/1773.84	c shortcuts		: 0
1800.05/1773.84	c learnt literals	: 0
1800.05/1773.84	c learnt binary clauses	: 0
1800.05/1773.84	c learnt ternary clauses	: 0
1800.05/1773.84	c learnt constraints	: 20638
1800.05/1773.84	c ignored constraints	: 0
1800.05/1773.84	c root simplifications	: 0
1800.05/1773.84	c removed literals (reason simplification)	: 33
1800.05/1773.84	c reason swapping (by a shorter reason)	: 0
1800.05/1773.84	c Calls to reduceDB	: 3
1800.05/1773.84	c number of reductions to clauses (during analyze)	: 0
1800.05/1773.84	c number of learned constraints concerned by reduction	: 0
1800.05/1773.84	c number of learning phase by resolution	: 0
1800.05/1773.84	c number of learning phase by cutting planes	: 0
1800.05/1773.84	c speed (assignments/second)	: 80128.90854875646
1800.05/1773.84	c non guided choices	86189368
1800.05/1773.84	c learnt constraints type 
1800.05/1773.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8079
1800.05/1773.84	c constraints type 
1800.05/1773.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.05/1773.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
1800.05/1773.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3996
1800.05/1773.84	s UNKNOWN
1800.05/1773.84	c Total wall clock time (in seconds): 1773.724

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459807-1307167880/watcher-3459807-1307167880 -o /tmp/evaluation-result-3459807-1307167880/solver-3459807-1307167880 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459807-1307167880.opb 

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.14 2.07 2.01 2/447 970
/proc/meminfo: memFree=24188632/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=9020 CPUtime=0 cores=1,3,5,7
/proc/970/stat : 970 (java) R 968 970 585 0 -1 4194304 324 0 0 0 0 0 0 0 22 0 1 0 828389095 9236480 88 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244441982513 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/970/statm: 2255 91 71 9 0 34 0
[pid=970/tid=971] ppid=968 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/970/task/971/stat : 971 (java) R 968 970 585 0 -1 4202560 3978 0 1 0 0 0 0 0 23 0 2 0 828389095 13850947584 4794 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.090685 s]
/proc/loadavg: 2.14 2.07 2.01 2/447 970
/proc/meminfo: memFree=24188632/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=13622052 CPUtime=0.09 cores=1,3,5,7
/proc/970/stat : 970 (java) S 968 970 585 0 -1 4202496 15352 0 1 0 8 1 0 0 22 0 18 0 828389095 13948981248 15011 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 3405513 15011 2082 9 0 3396247 0
[pid=970/tid=971] ppid=968 vsize=13622052 CPUtime=0.07 cores=1,3,5,7
/proc/970/task/971/stat : 971 (java) R 968 970 585 0 -1 4202560 13395 0 1 0 6 1 0 0 22 0 18 0 828389095 13948981248 15011 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 46912505121138 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13622052

[startup+0.109545 s]
/proc/loadavg: 2.14 2.07 2.01 2/447 970
/proc/meminfo: memFree=24188632/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=13622052 CPUtime=0.1 cores=1,3,5,7
/proc/970/stat : 970 (java) S 968 970 585 0 -1 4202496 15507 0 1 0 9 1 0 0 22 0 18 0 828389095 13948981248 15166 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 3405513 15166 2092 9 0 3396247 0
[pid=970/tid=971] ppid=968 vsize=13622052 CPUtime=0.08 cores=1,3,5,7
/proc/970/task/971/stat : 971 (java) R 968 970 585 0 -1 4202560 13537 0 1 0 7 1 0 0 22 0 18 0 828389095 13948981248 15166 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622052

[startup+0.300485 s]
/proc/loadavg: 2.14 2.07 2.01 2/447 970
/proc/meminfo: memFree=24188632/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=13622236 CPUtime=0.38 cores=1,3,5,7
/proc/970/stat : 970 (java) S 968 970 585 0 -1 4202496 46108 0 1 0 33 5 0 0 22 0 18 0 828389095 13949169664 45307 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 3405559 45308 2194 9 0 3396293 0
[pid=970/tid=971] ppid=968 vsize=13622236 CPUtime=0.24 cores=1,3,5,7
/proc/970/task/971/stat : 971 (java) R 968 970 585 0 -1 4202560 43465 0 1 0 20 4 0 0 22 0 18 0 828389095 13949169664 45308 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 46912505576122 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13622236

[startup+0.700407 s]
/proc/loadavg: 2.14 2.07 2.01 2/447 970
/proc/meminfo: memFree=24188632/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=13623148 CPUtime=0.82 cores=1,3,5,7
/proc/970/stat : 970 (java) S 968 970 585 0 -1 4202496 76609 0 1 0 73 9 0 0 22 0 18 0 828389095 13950103552 75809 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 3405787 75812 2199 9 0 3396521 0
[pid=970/tid=971] ppid=968 vsize=13623148 CPUtime=0.64 cores=1,3,5,7
/proc/970/task/971/stat : 971 (java) R 968 970 585 0 -1 4202560 73700 0 1 0 56 8 0 0 23 0 18 0 828389095 13950103552 75813 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 46912505551515 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 13623148

[startup+1.50126 s]
/proc/loadavg: 2.14 2.07 2.01 3/465 989
/proc/meminfo: memFree=23799928/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=13623148 CPUtime=1.62 cores=1,3,5,7
/proc/970/stat : 970 (java) S 968 970 585 0 -1 4202496 137442 0 1 0 146 16 0 0 22 0 18 0 828389095 13950103552 136641 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 3405787 136644 2199 9 0 3396521 0
[pid=970/tid=971] ppid=968 vsize=13623148 CPUtime=1.45 cores=1,3,5,7
/proc/970/task/971/stat : 971 (java) R 968 970 585 0 -1 4202560 134533 0 1 0 129 16 0 0 25 0 18 0 828389095 13950103552 136646 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=970/tid=973] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/973/stat : 973 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 828389097 13950103552 136648 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=974] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/974/stat : 974 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 136650 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=975] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/975/stat : 975 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 136652 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=977] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/977/stat : 977 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 136653 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=978] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/978/stat : 978 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 136655 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=979] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/979/stat : 979 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 136657 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=980] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/980/stat : 980 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 136659 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=981] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/981/stat : 981 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 136661 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=982] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/982/stat : 982 (java) S 968 970 585 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 828389098 13950103552 136663 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 0 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=983] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/983/stat : 983 (java) S 968 970 585 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828389099 13950103552 136665 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=984] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/984/stat : 984 (java) S 968 970 585 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 828389099 13950103552 136667 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=985] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/985/stat : 985 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 828389101 13950103552 136669 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458768817 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=986] ppid=968 vsize=13623148 CPUtime=0.07 cores=1,3,5,7
/proc/970/task/986/stat : 986 (java) S 968 970 585 0 -1 4202560 700 0 0 0 7 0 0 0 17 0 18 0 828389101 13950103552 136670 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=987] ppid=968 vsize=13623148 CPUtime=0.09 cores=1,3,5,7
/proc/970/task/987/stat : 987 (java) S 968 970 585 0 -1 4202560 1064 0 0 0 9 0 0 0 15 0 18 0 828389101 13950103552 136672 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=988] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/988/stat : 988 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 828389101 13950103552 136674 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=989] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/989/stat : 989 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 828389101 13950103552 136676 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 13623148

[startup+3.10096 s]
/proc/loadavg: 2.14 2.07 2.01 3/465 989
/proc/meminfo: memFree=23467732/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=13623148 CPUtime=3.22 cores=1,3,5,7
/proc/970/stat : 970 (java) S 968 970 585 0 -1 4202496 260207 0 1 0 292 30 0 0 22 0 18 0 828389095 13950103552 259406 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 3405787 259409 2203 9 0 3396521 0
[pid=970/tid=971] ppid=968 vsize=13623148 CPUtime=3.04 cores=1,3,5,7
/proc/970/task/971/stat : 971 (java) R 968 970 585 0 -1 4202560 257293 0 1 0 275 29 0 0 25 0 18 0 828389095 13950103552 259410 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 46912505551529 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=970/tid=973] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/973/stat : 973 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 828389097 13950103552 259412 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=974] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/974/stat : 974 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 259414 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=975] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/975/stat : 975 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 259416 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=977] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/977/stat : 977 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 259418 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=978] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/978/stat : 978 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 259419 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=979] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/979/stat : 979 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 259421 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=980] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/980/stat : 980 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 259423 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=981] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/981/stat : 981 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 259425 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=982] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/982/stat : 982 (java) S 968 970 585 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 828389098 13950103552 259427 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 0 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=983] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/983/stat : 983 (java) S 968 970 585 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828389099 13950103552 259429 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=984] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/984/stat : 984 (java) S 968 970 585 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 828389099 13950103552 259431 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=985] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/985/stat : 985 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 828389101 13950103552 259433 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458768817 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=986] ppid=968 vsize=13623148 CPUtime=0.07 cores=1,3,5,7
/proc/970/task/986/stat : 986 (java) S 968 970 585 0 -1 4202560 700 0 0 0 7 0 0 0 17 0 18 0 828389101 13950103552 259434 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=987] ppid=968 vsize=13623148 CPUtime=0.09 cores=1,3,5,7
/proc/970/task/987/stat : 987 (java) S 968 970 585 0 -1 4202560 1068 0 0 0 9 0 0 0 15 0 18 0 828389101 13950103552 259436 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=988] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/988/stat : 988 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 828389101 13950103552 259438 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=989] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/989/stat : 989 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 828389101 13950103552 259440 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 13623148

[startup+6.30137 s]
/proc/loadavg: 2.21 2.08 2.02 3/465 989
/proc/meminfo: memFree=22419388/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=13623148 CPUtime=6.44 cores=1,3,5,7
/proc/970/stat : 970 (java) S 968 970 585 0 -1 4202496 519513 0 1 0 583 61 0 0 22 0 18 0 828389095 13950103552 518645 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 3405787 518647 2205 9 0 3396521 0
[pid=970/tid=971] ppid=968 vsize=13623148 CPUtime=6.24 cores=1,3,5,7
/proc/970/task/971/stat : 971 (java) R 968 970 585 0 -1 4202560 516566 0 1 0 564 60 0 0 19 0 18 0 828389095 13950103552 518648 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=970/tid=973] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/973/stat : 973 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 828389097 13950103552 518650 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=974] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/974/stat : 974 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 518652 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=975] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/975/stat : 975 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 518655 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=977] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/977/stat : 977 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 518657 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=978] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/978/stat : 978 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 518659 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=979] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/979/stat : 979 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 518661 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=980] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/980/stat : 980 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 518663 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=981] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/981/stat : 981 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828389097 13950103552 518665 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=982] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/982/stat : 982 (java) S 968 970 585 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 828389098 13950103552 518667 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 0 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=983] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/983/stat : 983 (java) S 968 970 585 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828389099 13950103552 518669 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=984] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/984/stat : 984 (java) S 968 970 585 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 828389099 13950103552 518671 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=985] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/985/stat : 985 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 828389101 13950103552 518673 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458768817 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=986] ppid=968 vsize=13623148 CPUtime=0.07 cores=1,3,5,7
/proc/970/task/986/stat : 986 (java) S 968 970 585 0 -1 4202560 700 0 0 0 7 0 0 0 16 0 18 0 828389101 13950103552 518675 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=987] ppid=968 vsize=13623148 CPUtime=0.1 cores=1,3,5,7
/proc/970/task/987/stat : 987 (java) S 968 970 585 0 -1 4202560 1098 0 0 0 10 0 0 0 15 0 18 0 828389101 13950103552 518677 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=988] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/988/stat : 988 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 828389101 13950103552 518680 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=989] ppid=968 vsize=13623148 CPUtime=0 cores=1,3,5,7
/proc/970/task/989/stat : 989 (java) S 968 970 585 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 828389101 13950103552 518682 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0

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

[pid=970/tid=988] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/988/stat : 988 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828389101 13951729664 1792404 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=989] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/989/stat : 989 (java) S 968 970 585 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 828389101 13951729664 1792404 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=993] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/993/stat : 993 (java) S 968 970 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828399211 13951729664 1792404 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1627.63
Current children cumulated vsize (KiB) 13624736

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/466 1973
/proc/meminfo: memFree=21315596/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=13624736 CPUtime=1688.53 cores=1,3,5,7
/proc/970/stat : 970 (java) S 968 970 585 0 -1 4202496 1805995 0 1 0 168606 247 0 0 22 0 19 0 828389095 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 3406184 1792408 2253 9 0 3396918 0
[pid=970/tid=971] ppid=968 vsize=13624736 CPUtime=1644.52 cores=1,3,5,7
/proc/970/task/971/stat : 971 (java) R 968 970 585 0 -1 4202560 845647 0 1 0 164341 111 0 0 25 0 19 0 828389095 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 46912506018642 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=970/tid=973] ppid=968 vsize=13624736 CPUtime=3.78 cores=1,3,5,7
/proc/970/task/973/stat : 973 (java) S 968 970 585 0 -1 4202560 99967 0 0 0 364 14 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 3 0 0 0
[pid=970/tid=974] ppid=968 vsize=13624736 CPUtime=4.08 cores=1,3,5,7
/proc/970/task/974/stat : 974 (java) S 968 970 585 0 -1 4202560 131097 0 0 0 391 17 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=975] ppid=968 vsize=13624736 CPUtime=4.22 cores=1,3,5,7
/proc/970/task/975/stat : 975 (java) S 968 970 585 0 -1 4202560 127146 0 0 0 404 18 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=977] ppid=968 vsize=13624736 CPUtime=4.85 cores=1,3,5,7
/proc/970/task/977/stat : 977 (java) S 968 970 585 0 -1 4202560 145122 0 0 0 468 17 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=978] ppid=968 vsize=13624736 CPUtime=3.29 cores=1,3,5,7
/proc/970/task/978/stat : 978 (java) S 968 970 585 0 -1 4202560 63700 0 0 0 319 10 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=979] ppid=968 vsize=13624736 CPUtime=4.47 cores=1,3,5,7
/proc/970/task/979/stat : 979 (java) S 968 970 585 0 -1 4202560 128933 0 0 0 429 18 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=980] ppid=968 vsize=13624736 CPUtime=4.26 cores=1,3,5,7
/proc/970/task/980/stat : 980 (java) S 968 970 585 0 -1 4202560 93741 0 0 0 413 13 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=981] ppid=968 vsize=13624736 CPUtime=5.03 cores=1,3,5,7
/proc/970/task/981/stat : 981 (java) S 968 970 585 0 -1 4202560 155613 0 0 0 483 20 0 0 15 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=982] ppid=968 vsize=13624736 CPUtime=8.86 cores=1,3,5,7
/proc/970/task/982/stat : 982 (java) S 968 970 585 0 -1 4202560 8622 0 0 0 884 2 0 0 18 0 19 0 828389098 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 0 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=983] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/983/stat : 983 (java) S 968 970 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828389099 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=984] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/984/stat : 984 (java) S 968 970 585 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 828389099 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=985] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/985/stat : 985 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458768817 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=986] ppid=968 vsize=13624736 CPUtime=0.39 cores=1,3,5,7
/proc/970/task/986/stat : 986 (java) S 968 970 585 0 -1 4202560 3527 0 0 0 39 0 0 0 15 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=987] ppid=968 vsize=13624736 CPUtime=0.67 cores=1,3,5,7
/proc/970/task/987/stat : 987 (java) S 968 970 585 0 -1 4202560 1634 0 0 0 67 0 0 0 15 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=988] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/988/stat : 988 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=989] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/989/stat : 989 (java) S 968 970 585 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=993] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/993/stat : 993 (java) S 968 970 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828399211 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1688.53
Current children cumulated vsize (KiB) 13624736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.01 4/466 1975
/proc/meminfo: memFree=21304508/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=13624736 CPUtime=1748.53 cores=1,3,5,7
/proc/970/stat : 970 (java) S 968 970 585 0 -1 4202496 1805999 0 1 0 174606 247 0 0 22 0 19 0 828389095 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 3406184 1792408 2253 9 0 3396918 0
[pid=970/tid=971] ppid=968 vsize=13624736 CPUtime=1704.52 cores=1,3,5,7
/proc/970/task/971/stat : 971 (java) R 968 970 585 0 -1 4202560 845647 0 1 0 170341 111 0 0 25 0 19 0 828389095 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 46912506018582 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=970/tid=973] ppid=968 vsize=13624736 CPUtime=3.78 cores=1,3,5,7
/proc/970/task/973/stat : 973 (java) S 968 970 585 0 -1 4202560 99967 0 0 0 364 14 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 3 0 0 0
[pid=970/tid=974] ppid=968 vsize=13624736 CPUtime=4.08 cores=1,3,5,7
/proc/970/task/974/stat : 974 (java) S 968 970 585 0 -1 4202560 131097 0 0 0 391 17 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=975] ppid=968 vsize=13624736 CPUtime=4.22 cores=1,3,5,7
/proc/970/task/975/stat : 975 (java) S 968 970 585 0 -1 4202560 127146 0 0 0 404 18 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=977] ppid=968 vsize=13624736 CPUtime=4.85 cores=1,3,5,7
/proc/970/task/977/stat : 977 (java) S 968 970 585 0 -1 4202560 145122 0 0 0 468 17 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=978] ppid=968 vsize=13624736 CPUtime=3.29 cores=1,3,5,7
/proc/970/task/978/stat : 978 (java) S 968 970 585 0 -1 4202560 63700 0 0 0 319 10 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=979] ppid=968 vsize=13624736 CPUtime=4.47 cores=1,3,5,7
/proc/970/task/979/stat : 979 (java) S 968 970 585 0 -1 4202560 128933 0 0 0 429 18 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=980] ppid=968 vsize=13624736 CPUtime=4.26 cores=1,3,5,7
/proc/970/task/980/stat : 980 (java) S 968 970 585 0 -1 4202560 93741 0 0 0 413 13 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=981] ppid=968 vsize=13624736 CPUtime=5.03 cores=1,3,5,7
/proc/970/task/981/stat : 981 (java) S 968 970 585 0 -1 4202560 155613 0 0 0 483 20 0 0 15 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=982] ppid=968 vsize=13624736 CPUtime=8.86 cores=1,3,5,7
/proc/970/task/982/stat : 982 (java) S 968 970 585 0 -1 4202560 8622 0 0 0 884 2 0 0 18 0 19 0 828389098 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 0 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=983] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/983/stat : 983 (java) S 968 970 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828389099 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=984] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/984/stat : 984 (java) S 968 970 585 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 828389099 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=985] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/985/stat : 985 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458768817 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=986] ppid=968 vsize=13624736 CPUtime=0.39 cores=1,3,5,7
/proc/970/task/986/stat : 986 (java) S 968 970 585 0 -1 4202560 3527 0 0 0 39 0 0 0 15 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=987] ppid=968 vsize=13624736 CPUtime=0.67 cores=1,3,5,7
/proc/970/task/987/stat : 987 (java) S 968 970 585 0 -1 4202560 1634 0 0 0 67 0 0 0 15 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=988] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/988/stat : 988 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=989] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/989/stat : 989 (java) S 968 970 585 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=993] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/993/stat : 993 (java) S 968 970 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828399211 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1748.53
Current children cumulated vsize (KiB) 13624736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.82 s]
/proc/loadavg: 2.00 2.02 2.01 3/466 1976
/proc/meminfo: memFree=21303484/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=13624736 CPUtime=1800.05 cores=1,3,5,7
/proc/970/stat : 970 (java) S 968 970 585 0 -1 4202496 1806003 0 1 0 179758 247 0 0 22 0 19 0 828389095 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 3406184 1792408 2253 9 0 3396918 0
[pid=970/tid=971] ppid=968 vsize=13624736 CPUtime=1756.05 cores=1,3,5,7
/proc/970/task/971/stat : 971 (java) R 968 970 585 0 -1 4202560 845647 0 1 0 175494 111 0 0 25 0 19 0 828389095 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 46912506018576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=970/tid=973] ppid=968 vsize=13624736 CPUtime=3.78 cores=1,3,5,7
/proc/970/task/973/stat : 973 (java) S 968 970 585 0 -1 4202560 99967 0 0 0 364 14 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 3 0 0 0
[pid=970/tid=974] ppid=968 vsize=13624736 CPUtime=4.08 cores=1,3,5,7
/proc/970/task/974/stat : 974 (java) S 968 970 585 0 -1 4202560 131097 0 0 0 391 17 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=975] ppid=968 vsize=13624736 CPUtime=4.22 cores=1,3,5,7
/proc/970/task/975/stat : 975 (java) S 968 970 585 0 -1 4202560 127146 0 0 0 404 18 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=977] ppid=968 vsize=13624736 CPUtime=4.85 cores=1,3,5,7
/proc/970/task/977/stat : 977 (java) S 968 970 585 0 -1 4202560 145122 0 0 0 468 17 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=978] ppid=968 vsize=13624736 CPUtime=3.29 cores=1,3,5,7
/proc/970/task/978/stat : 978 (java) S 968 970 585 0 -1 4202560 63700 0 0 0 319 10 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=979] ppid=968 vsize=13624736 CPUtime=4.47 cores=1,3,5,7
/proc/970/task/979/stat : 979 (java) S 968 970 585 0 -1 4202560 128933 0 0 0 429 18 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=980] ppid=968 vsize=13624736 CPUtime=4.26 cores=1,3,5,7
/proc/970/task/980/stat : 980 (java) S 968 970 585 0 -1 4202560 93741 0 0 0 413 13 0 0 16 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=981] ppid=968 vsize=13624736 CPUtime=5.03 cores=1,3,5,7
/proc/970/task/981/stat : 981 (java) S 968 970 585 0 -1 4202560 155613 0 0 0 483 20 0 0 15 0 19 0 828389097 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=982] ppid=968 vsize=13624736 CPUtime=8.86 cores=1,3,5,7
/proc/970/task/982/stat : 982 (java) S 968 970 585 0 -1 4202560 8622 0 0 0 884 2 0 0 18 0 19 0 828389098 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 0 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=983] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/983/stat : 983 (java) S 968 970 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828389099 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=984] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/984/stat : 984 (java) S 968 970 585 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 828389099 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=985] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/985/stat : 985 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458768817 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=986] ppid=968 vsize=13624736 CPUtime=0.39 cores=1,3,5,7
/proc/970/task/986/stat : 986 (java) S 968 970 585 0 -1 4202560 3527 0 0 0 39 0 0 0 15 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
[pid=970/tid=987] ppid=968 vsize=13624736 CPUtime=0.67 cores=1,3,5,7
/proc/970/task/987/stat : 987 (java) S 968 970 585 0 -1 4202560 1634 0 0 0 67 0 0 0 15 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=988] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/988/stat : 988 (java) S 968 970 585 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761113 0 4 0 16800975 18446604467965153728 0 0 -1 7 0 0 0
[pid=970/tid=989] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/989/stat : 989 (java) S 968 970 585 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 828389101 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 4 0 16800975 18446604467965153728 0 0 -1 5 0 0 0
[pid=970/tid=993] ppid=968 vsize=13624736 CPUtime=0 cores=1,3,5,7
/proc/970/task/993/stat : 993 (java) S 968 970 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828399211 13951729664 1792408 33554432000 1073741824 1073778376 140733423993184 18446744073709551615 244458761728 0 4 0 16800975 18446604467965153728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13624736

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1774 s]
/proc/loadavg: 2.00 2.02 2.01 3/466 1976
/proc/meminfo: memFree=21303484/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=0 CPUtime=1800.24 cores=1,3,5,7
/proc/970/stat : 970 (java) Z 968 970 585 0 -1 4203548 1806043 0 1 0 179762 262 0 0 17 0 2 0 828389095 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

[startup+1774.1 s]
/proc/loadavg: 2.00 2.02 2.01 3/466 1976
/proc/meminfo: memFree=21303484/32951124 swapFree=43324008/67111528
[pid=970] ppid=968 vsize=0 CPUtime=1800.34 cores=1,3,5,7
/proc/970/stat : 970 (java) Z 968 970 585 0 -1 4203548 1806043 0 1 0 179762 272 0 0 17 0 2 0 828389095 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/970/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1774.11
CPU time (s): 1800.35
CPU user time (s): 1797.63
CPU system time (s): 2.72758
CPU usage (%): 101.48
Max. virtual memory (cumulated for all children) (KiB): 13659292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.63
system time used= 2.72758
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1806043
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40149
involuntary context switches= 128416

runsolver used 7.54585 second user time and 18.4562 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 08:11:27
IDJOB=3459807
IDBENCH=71913
IDSOLVER=1952
FILE ID=node105/3459807-1307167880
RUNJOBID= node105-1307164280-614
PBS_JOBID= 13508836
Free space on /tmp= 73508 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__512.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459807-1307167880/watcher-3459807-1307167880 -o /tmp/evaluation-result-3459807-1307167880/solver-3459807-1307167880 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459807-1307167880.opb

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

MD5SUM BENCH= d5fa369dda5ecc7dd4bdafa11362a969
RANDOM SEED=996210844

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24188664 kB
Buffers:        330740 kB
Cached:        1104860 kB
SwapCached:      20984 kB
Active:        7729844 kB
Inactive:       699660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24188664 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:          255700 kB
Writeback:          44 kB
AnonPages:     6991116 kB
Mapped:          27548 kB
Slab:           175184 kB
PageTables:      90352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128311984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73516 MiB
End job on node105 at 2011-06-04 08:41:02