Trace number 3459104

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0UNSAT 16.6485 15.8989

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110969860.opb
MD5SUM9be7288b45f2af67adcc248a2ea928cc
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.644901
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1147
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.18-164.el5
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		12995394264
0.07/0.10	c Max memory 		13063553024
0.07/0.10	c Total memory 		13063553024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3459104-1307134024.opb
0.07/0.13	c reading problem ... 
0.07/0.18	c ... done. Wall clock time 0.051s.
0.07/0.18	c #vars     169
0.07/0.18	c #constraints  101
0.07/0.18	c constraints type 
0.07/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.07/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.07/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.07/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.64/0.49	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.04/0.74	c cleaning 4246 clauses out of 8504 with flag 11001/11001
1.24/0.98	c cleaning 5625 clauses out of 11257 with flag 18000/18000
1.65/1.31	c cleaning 6814 clauses out of 13634 with flag 26002/26002
1.96/1.69	c cleaning 7905 clauses out of 15818 with flag 35000/35000
2.36/2.10	c cleaning 8952 clauses out of 17914 with flag 45001/45001
2.88/2.53	c cleaning 9479 clauses out of 18963 with flag 55002/55002
3.29/2.94	c cleaning 9736 clauses out of 19482 with flag 65000/65000
3.59/3.30	c cleaning 9873 clauses out of 19748 with flag 75002/75002
3.99/3.69	c cleaning 9933 clauses out of 19876 with flag 85003/85003
4.49/4.10	c cleaning 9965 clauses out of 19941 with flag 95001/95001
4.80/4.48	c cleaning 9984 clauses out of 19975 with flag 105000/105000
5.19/4.88	c cleaning 9993 clauses out of 19991 with flag 115000/115000
5.59/5.23	c cleaning 9998 clauses out of 19998 with flag 125000/125000
6.00/5.60	c cleaning 9993 clauses out of 20000 with flag 135000/135000
6.30/5.97	c cleaning 10001 clauses out of 20007 with flag 145000/145000
6.70/6.34	c cleaning 10000 clauses out of 20007 with flag 155001/155001
7.02/6.69	c cleaning 9998 clauses out of 20006 with flag 165000/165000
7.40/7.06	c cleaning 10002 clauses out of 20009 with flag 175001/175001
7.80/7.44	c cleaning 10003 clauses out of 20009 with flag 185003/185003
8.21/7.80	c cleaning 9996 clauses out of 20004 with flag 195001/195001
8.51/8.18	c cleaning 10000 clauses out of 20007 with flag 205000/205000
8.91/8.56	c cleaning 9999 clauses out of 20007 with flag 215000/215000
9.31/8.92	c cleaning 10000 clauses out of 20009 with flag 225001/225001
9.61/9.29	c cleaning 10002 clauses out of 20010 with flag 235002/235002
10.01/9.64	c cleaning 10000 clauses out of 20007 with flag 245001/245001
10.32/10.00	c cleaning 9999 clauses out of 20007 with flag 255001/255001
10.81/10.42	c cleaning 9999 clauses out of 20010 with flag 265003/265003
11.11/10.79	c cleaning 10001 clauses out of 20009 with flag 275001/275001
11.51/11.14	c cleaning 10001 clauses out of 20008 with flag 285001/285001
11.91/11.51	c cleaning 9999 clauses out of 20008 with flag 295002/295002
12.21/11.86	c cleaning 10004 clauses out of 20009 with flag 305002/305002
12.61/12.21	c cleaning 9998 clauses out of 20004 with flag 315001/315001
12.91/12.55	c cleaning 9998 clauses out of 20006 with flag 325001/325001
13.31/12.91	c cleaning 9998 clauses out of 20007 with flag 335000/335000
13.63/13.27	c cleaning 9999 clauses out of 20009 with flag 345000/345000
14.02/13.62	c cleaning 10001 clauses out of 20011 with flag 355001/355001
14.42/14.00	c cleaning 10001 clauses out of 20010 with flag 365001/365001
14.73/14.38	c cleaning 10001 clauses out of 20008 with flag 375000/375000
15.12/14.75	c cleaning 10004 clauses out of 20012 with flag 385005/385005
15.52/15.14	c cleaning 9998 clauses out of 20003 with flag 395000/395000
15.92/15.55	c cleaning 9995 clauses out of 20006 with flag 405001/405001
16.51/15.88	c starts		: 148
16.51/15.88	c conflicts		: 414022
16.51/15.88	c decisions		: 571973
16.51/15.88	c propagations		: 8725604
16.51/15.88	c inspects		: 130491870
16.51/15.88	c shortcuts		: 0
16.51/15.88	c learnt literals	: 7
16.51/15.88	c learnt binary clauses	: 28
16.51/15.88	c learnt ternary clauses	: 82
16.51/15.88	c learnt constraints	: 414014
16.51/15.88	c ignored constraints	: 0
16.51/15.88	c root simplifications	: 0
16.51/15.88	c removed literals (reason simplification)	: 4692922
16.51/15.88	c reason swapping (by a shorter reason)	: 0
16.51/15.88	c Calls to reduceDB	: 42
16.51/15.88	c number of reductions to clauses (during analyze)	: 0
16.51/15.88	c number of learned constraints concerned by reduction	: 0
16.51/15.88	c number of learning phase by resolution	: 0
16.51/15.88	c number of learning phase by cutting planes	: 0
16.51/15.88	c speed (assignments/second)	: 555700.165584002
16.51/15.88	c non guided choices	38
16.51/15.89	c learnt constraints type 
16.51/15.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
16.51/15.89	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18996
16.51/15.89	c constraints type 
16.51/15.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
16.51/15.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
16.51/15.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
16.51/15.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
16.51/15.89	s UNSATISFIABLE
16.51/15.89	c Total wall clock time (in seconds): 15.764

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-3459104-1307134024/watcher-3459104-1307134024 -o /tmp/evaluation-result-3459104-1307134024/solver-3459104-1307134024 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459104-1307134024.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.37 3.38 3.64 3/404 866
/proc/meminfo: memFree=23692956/32951124 swapFree=49244120/67111528
[pid=866] ppid=864 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/866/stat : 866 (java) R 864 866 31984 0 -1 4202496 236 0 0 0 0 0 0 0 25 0 1 0 825005163 9318400 172 33554432000 1073741824 1073778376 140733329466640 18446744073709551615 218370778103 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/866/statm: 1 1 0 0 0 1 0
[pid=866/tid=867] ppid=864 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 31984 0 -1 4202560 829 0 1 0 0 0 0 0 25 0 2 0 825005164 13833195520 1645 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.03492 s]
/proc/loadavg: 2.37 3.38 3.64 3/404 866
/proc/meminfo: memFree=23692956/32951124 swapFree=49244120/67111528
[pid=866] ppid=864 vsize=13536868 CPUtime=0.02 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 31984 0 -1 4202496 13043 0 1 0 1 1 0 0 25 0 10 0 825005163 13861752832 12743 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/866/statm: 3384217 12751 1436 9 0 3374965 0
[pid=866/tid=867] ppid=864 vsize=13536868 CPUtime=0.02 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 31984 0 -1 4202560 11934 0 1 0 1 1 0 0 25 0 10 0 825005164 13861752832 12756 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 46912504011236 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13536868

[startup+0.100905 s]
/proc/loadavg: 2.37 3.38 3.64 3/404 866
/proc/meminfo: memFree=23692956/32951124 swapFree=49244120/67111528
[pid=866] ppid=864 vsize=13555512 CPUtime=0.07 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 31984 0 -1 4202496 14764 0 1 0 6 1 0 0 25 0 18 0 825005163 13880844288 14461 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/866/statm: 3388878 14465 1920 9 0 3379612 0
[pid=866/tid=867] ppid=864 vsize=13555512 CPUtime=0.06 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 31984 0 -1 4202560 13366 0 1 0 5 1 0 0 22 0 18 0 825005164 13880844288 14474 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382783947 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13555512

[startup+0.300868 s]
/proc/loadavg: 2.37 3.38 3.64 3/404 866
/proc/meminfo: memFree=23692956/32951124 swapFree=49244120/67111528
[pid=866] ppid=864 vsize=13626416 CPUtime=0.52 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 31984 0 -1 4202496 18869 0 1 0 50 2 0 0 25 0 19 0 825005163 13953449984 17301 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/866/statm: 3406604 17301 2214 9 0 3397338 0
[pid=866/tid=867] ppid=864 vsize=13626416 CPUtime=0.27 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 31984 0 -1 4202560 14157 0 1 0 25 2 0 0 23 0 19 0 825005164 13953449984 17301 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 46912505164251 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13626416

[startup+0.700798 s]
/proc/loadavg: 2.37 3.38 3.64 3/404 866
/proc/meminfo: memFree=23692956/32951124 swapFree=49244120/67111528
[pid=866] ppid=864 vsize=13626416 CPUtime=1.04 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 31984 0 -1 4202496 20144 0 1 0 101 3 0 0 25 0 19 0 825005163 13953449984 18085 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/866/statm: 3406604 18085 2246 9 0 3397338 0
[pid=866/tid=867] ppid=864 vsize=13626416 CPUtime=0.65 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 31984 0 -1 4202560 14385 0 1 0 63 2 0 0 25 0 19 0 825005164 13953449984 18085 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 46912505616039 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13626416

[startup+1.50067 s]
/proc/loadavg: 2.37 3.38 3.64 3/423 886
/proc/meminfo: memFree=23626800/32951124 swapFree=49244120/67111528
[pid=866] ppid=864 vsize=13626416 CPUtime=1.86 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 31984 0 -1 4202496 20869 0 1 0 183 3 0 0 25 0 19 0 825005163 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/866/statm: 3406604 18713 2247 9 0 3397338 0
[pid=866/tid=867] ppid=864 vsize=13626416 CPUtime=1.41 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 31984 0 -1 4202560 14387 0 1 0 139 2 0 0 18 0 19 0 825005164 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 46912505616108 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=866/tid=869] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 31984 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=870] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=871] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 31984 0 -1 4202560 134 0 0 0 0 0 0 0 16 0 19 0 825005166 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=872] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 31984 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=873] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=874] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 31984 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=875] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 31984 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=877] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 31984 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=878] ppid=864 vsize=13626416 CPUtime=0.05 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 31984 0 -1 4202560 410 0 0 0 5 0 0 0 15 0 19 0 825005167 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 0 0 16800975 18446604466208869376 0 0 -1 3 0 0 0
[pid=866/tid=879] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 31984 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825005167 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=880] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 31984 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825005167 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=881] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825005171 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382780849 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=882] ppid=864 vsize=13626416 CPUtime=0.23 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) S 864 866 31984 0 -1 4202560 2268 0 0 0 23 0 0 0 15 0 19 0 825005171 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=883] ppid=864 vsize=13626416 CPUtime=0.15 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 31984 0 -1 4202560 2042 0 0 0 15 0 0 0 15 0 19 0 825005171 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=884] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/884/stat : 884 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 825005171 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=885] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/885/stat : 885 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825005171 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=886] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/886/stat : 886 (java) S 864 866 31984 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 825005181 13953449984 18713 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13626416

[startup+3.10137 s]
/proc/loadavg: 2.34 3.36 3.63 3/423 886
/proc/meminfo: memFree=23624444/32951124 swapFree=49244120/67111528
[pid=866] ppid=864 vsize=13626416 CPUtime=3.49 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 31984 0 -1 4202496 21161 0 1 0 346 3 0 0 25 0 19 0 825005163 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/866/statm: 3406604 19001 2247 9 0 3397338 0
[pid=866/tid=867] ppid=864 vsize=13626416 CPUtime=2.93 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 31984 0 -1 4202560 14391 0 1 0 291 2 0 0 17 0 19 0 825005164 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 46912505633436 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=866/tid=869] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 31984 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=870] ppid=864 vsize=13626416 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 31984 0 -1 4202560 3 0 0 0 1 0 0 0 16 0 19 0 825005166 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=871] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 31984 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=872] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 31984 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=873] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 31984 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 825005166 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=874] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 31984 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=875] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 31984 0 -1 4202560 95 0 0 0 0 0 0 0 16 0 19 0 825005166 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=877] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 31984 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 825005166 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=878] ppid=864 vsize=13626416 CPUtime=0.1 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 31984 0 -1 4202560 647 0 0 0 10 0 0 0 16 0 19 0 825005167 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 0 0 16800975 18446604466208869376 0 0 -1 3 0 0 0
[pid=866/tid=879] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 31984 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825005167 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=880] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 31984 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825005167 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=881] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825005171 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382780849 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=882] ppid=864 vsize=13626416 CPUtime=0.23 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) S 864 866 31984 0 -1 4202560 2268 0 0 0 23 0 0 0 15 0 19 0 825005171 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=883] ppid=864 vsize=13626416 CPUtime=0.15 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 31984 0 -1 4202560 2042 0 0 0 15 0 0 0 15 0 19 0 825005171 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=884] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/884/stat : 884 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 825005171 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=885] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/885/stat : 885 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825005171 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=886] ppid=864 vsize=13626416 CPUtime=0 cores=1,3,5,7
/proc/866/task/886/stat : 886 (java) S 864 866 31984 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 825005181 13953449984 19001 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 13626416

[startup+6.30081 s]
/proc/loadavg: 2.34 3.36 3.63 3/423 886
/proc/meminfo: memFree=23623564/32951124 swapFree=49244120/67111528
[pid=866] ppid=864 vsize=13625892 CPUtime=6.7 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 31984 0 -1 4202496 21197 0 1 0 666 4 0 0 25 0 19 0 825005163 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/866/statm: 3406473 18944 2247 9 0 3397207 0
[pid=866/tid=867] ppid=864 vsize=13625892 CPUtime=6 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 31984 0 -1 4202560 14400 0 1 0 598 2 0 0 22 0 19 0 825005164 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 46912505549856 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=866/tid=869] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 31984 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=870] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 31984 0 -1 4202560 5 0 0 0 1 0 0 0 16 0 19 0 825005166 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=871] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 31984 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=872] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 31984 0 -1 4202560 44 0 0 0 1 0 0 0 16 0 19 0 825005166 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=873] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 31984 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 825005166 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=874] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 31984 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=875] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 31984 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=877] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 31984 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=878] ppid=864 vsize=13625892 CPUtime=0.22 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 31984 0 -1 4202560 669 0 0 0 22 0 0 0 16 0 19 0 825005167 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 0 0 16800975 18446604466208869376 0 0 -1 3 0 0 0
[pid=866/tid=879] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 31984 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825005167 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=880] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 31984 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825005167 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=881] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825005171 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382780849 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=882] ppid=864 vsize=13625892 CPUtime=0.23 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) S 864 866 31984 0 -1 4202560 2268 0 0 0 23 0 0 0 15 0 19 0 825005171 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=883] ppid=864 vsize=13625892 CPUtime=0.15 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 31984 0 -1 4202560 2042 0 0 0 15 0 0 0 15 0 19 0 825005171 13952913408 18944 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0

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

/proc/866/task/869/stat : 869 (java) S 864 866 31984 0 -1 4202560 170 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=870] ppid=864 vsize=13625892 CPUtime=0.02 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 31984 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=871] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 31984 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=872] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 31984 0 -1 4202560 44 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=873] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 31984 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=874] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 31984 0 -1 4202560 90 0 0 0 1 0 0 0 16 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=875] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 31984 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=877] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 31984 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=878] ppid=864 vsize=13625892 CPUtime=0.56 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 31984 0 -1 4202560 763 0 0 0 56 0 0 0 16 0 19 0 825005167 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 0 0 16800975 18446604466208869376 0 0 -1 3 0 0 0
[pid=866/tid=879] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 31984 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825005167 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=880] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 31984 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825005167 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=881] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825005171 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382780849 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=882] ppid=864 vsize=13625892 CPUtime=0.23 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) S 864 866 31984 0 -1 4202560 2272 0 0 0 23 0 0 0 15 0 19 0 825005171 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=883] ppid=864 vsize=13625892 CPUtime=0.15 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 31984 0 -1 4202560 2042 0 0 0 15 0 0 0 15 0 19 0 825005171 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=884] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/884/stat : 884 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 825005171 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=885] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/885/stat : 885 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825005171 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=886] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/886/stat : 886 (java) S 864 866 31984 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 825005181 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.52
Current children cumulated vsize (KiB) 13625892

[startup+15.5012 s]
/proc/loadavg: 2.29 3.31 3.61 3/423 886
/proc/meminfo: memFree=23621960/32951124 swapFree=49244120/67111528
[pid=866] ppid=864 vsize=13625892 CPUtime=15.92 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 31984 0 -1 4202496 21335 0 1 0 1588 4 0 0 25 0 19 0 825005163 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/866/statm: 3406473 19057 2247 9 0 3397207 0
[pid=866/tid=867] ppid=864 vsize=13625892 CPUtime=14.82 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 31984 0 -1 4202560 14425 0 1 0 1480 2 0 0 25 0 19 0 825005164 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 46912505616039 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=866/tid=869] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 31984 0 -1 4202560 170 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=870] ppid=864 vsize=13625892 CPUtime=0.02 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 31984 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=871] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 31984 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=872] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 31984 0 -1 4202560 44 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=873] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 31984 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=874] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 31984 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=875] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 31984 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=877] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 31984 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=878] ppid=864 vsize=13625892 CPUtime=0.57 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 31984 0 -1 4202560 763 0 0 0 57 0 0 0 16 0 19 0 825005167 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 0 0 16800975 18446604466208869376 0 0 -1 3 0 0 0
[pid=866/tid=879] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 31984 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825005167 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=880] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 31984 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825005167 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=881] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825005171 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382780849 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=882] ppid=864 vsize=13625892 CPUtime=0.23 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) S 864 866 31984 0 -1 4202560 2272 0 0 0 23 0 0 0 15 0 19 0 825005171 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=883] ppid=864 vsize=13625892 CPUtime=0.15 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 31984 0 -1 4202560 2042 0 0 0 15 0 0 0 15 0 19 0 825005171 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=884] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/884/stat : 884 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 825005171 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=885] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/885/stat : 885 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825005171 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=886] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/886/stat : 886 (java) S 864 866 31984 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 825005181 13952913408 19057 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.92
Current children cumulated vsize (KiB) 13625892

[startup+15.7011 s]
/proc/loadavg: 2.29 3.31 3.61 3/423 886
/proc/meminfo: memFree=23621960/32951124 swapFree=49244120/67111528
[pid=866] ppid=864 vsize=13625892 CPUtime=16.32 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 31984 0 -1 4202496 28104 0 1 0 1627 5 0 0 25 0 19 0 825005163 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/866/statm: 3406473 23729 2248 9 0 3397207 0
[pid=866/tid=867] ppid=864 vsize=13625892 CPUtime=15 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 31984 0 -1 4202560 14426 0 1 0 1498 2 0 0 25 0 19 0 825005164 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 46912505550140 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=866/tid=869] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 31984 0 -1 4202560 170 0 0 0 1 0 0 0 16 0 19 0 825005166 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=870] ppid=864 vsize=13625892 CPUtime=0.02 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 31984 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 825005166 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=871] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 31984 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=872] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 31984 0 -1 4202560 44 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=873] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 31984 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=874] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 31984 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=875] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 31984 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=877] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 31984 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=878] ppid=864 vsize=13625892 CPUtime=0.59 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 31984 0 -1 4202560 763 0 0 0 59 0 0 0 16 0 19 0 825005167 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 0 0 16800975 18446604466208869376 0 0 -1 3 0 0 0
[pid=866/tid=879] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 31984 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825005167 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=880] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 31984 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825005167 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=881] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825005171 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382780849 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=882] ppid=864 vsize=13625892 CPUtime=0.4 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) R 864 866 31984 0 -1 4202560 9021 0 0 0 39 1 0 0 15 0 19 0 825005171 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 47599215722697 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=866/tid=883] ppid=864 vsize=13625892 CPUtime=0.17 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 31984 0 -1 4202560 2061 0 0 0 17 0 0 0 15 0 19 0 825005171 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=884] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/884/stat : 884 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 825005171 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=885] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/885/stat : 885 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825005171 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=886] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/886/stat : 886 (java) S 864 866 31984 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 825005181 13952913408 23729 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.32
Current children cumulated vsize (KiB) 13625892

[startup+15.8011 s]
/proc/loadavg: 2.29 3.31 3.61 3/423 886
/proc/meminfo: memFree=23621960/32951124 swapFree=49244120/67111528
[pid=866] ppid=864 vsize=13625892 CPUtime=16.51 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 31984 0 -1 4202496 28258 0 1 0 1646 5 0 0 25 0 19 0 825005163 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/866/statm: 3406473 23882 2248 9 0 3397207 0
[pid=866/tid=867] ppid=864 vsize=13625892 CPUtime=15.1 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 31984 0 -1 4202560 14426 0 1 0 1508 2 0 0 25 0 19 0 825005164 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 46912505524051 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=866/tid=869] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 31984 0 -1 4202560 170 0 0 0 1 0 0 0 16 0 19 0 825005166 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=870] ppid=864 vsize=13625892 CPUtime=0.02 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 31984 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 825005166 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=871] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 31984 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=872] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 31984 0 -1 4202560 44 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=873] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 31984 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=874] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 31984 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=875] ppid=864 vsize=13625892 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 31984 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 19 0 825005166 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=877] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 31984 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 825005166 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=878] ppid=864 vsize=13625892 CPUtime=0.59 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 31984 0 -1 4202560 763 0 0 0 59 0 0 0 16 0 19 0 825005167 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 0 0 16800975 18446604466208869376 0 0 -1 3 0 0 0
[pid=866/tid=879] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 31984 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825005167 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=880] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 31984 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825005167 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=881] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825005171 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382780849 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=882] ppid=864 vsize=13625892 CPUtime=0.49 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) S 864 866 31984 0 -1 4202560 9175 0 0 0 48 1 0 0 16 0 19 0 825005171 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 1 0 0 0
[pid=866/tid=883] ppid=864 vsize=13625892 CPUtime=0.17 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 31984 0 -1 4202560 2061 0 0 0 17 0 0 0 15 0 19 0 825005171 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=884] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/884/stat : 884 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 825005171 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773145 0 4 0 16800975 18446604466208869376 0 0 -1 5 0 0 0
[pid=866/tid=885] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/885/stat : 885 (java) S 864 866 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825005171 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
[pid=866/tid=886] ppid=864 vsize=13625892 CPUtime=0 cores=1,3,5,7
/proc/866/task/886/stat : 886 (java) S 864 866 31984 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 825005181 13952913408 23882 33554432000 1073741824 1073778376 140736758809632 18446744073709551615 218382773760 0 4 0 16800975 18446604466208869376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.51
Current children cumulated vsize (KiB) 13625892

Child status: 20
Real time (s): 15.8989
CPU time (s): 16.6485
CPU user time (s): 16.5845
CPU system time (s): 0.06399
CPU usage (%): 104.715
Max. virtual memory (cumulated for all children) (KiB): 13626416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5845
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28285
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= 1755
involuntary context switches= 909

runsolver used 0.056991 second user time and 0.155976 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-03 22:47:04
IDJOB=3459104
IDBENCH=1173
IDSOLVER=1952
FILE ID=node101/3459104-1307134024
RUNJOBID= node101-1307133981-627
PBS_JOBID= 13508815
Free space on /tmp= 73956 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969860.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459104-1307134024/watcher-3459104-1307134024 -o /tmp/evaluation-result-3459104-1307134024/solver-3459104-1307134024 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459104-1307134024.opb

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

MD5SUM BENCH= 9be7288b45f2af67adcc248a2ea928cc
RANDOM SEED=52883281

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.83
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.841
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	: 5332.74
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.841
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.83
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.841
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.75
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23693220 kB
Buffers:        253064 kB
Cached:         501008 kB
SwapCached:      27120 kB
Active:        8541796 kB
Inactive:       439132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23693220 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:             228 kB
Writeback:           0 kB
AnonPages:     8221648 kB
Mapped:          26148 kB
Slab:           135608 kB
PageTables:      74528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92025920 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= 73952 MiB
End job on node101 at 2011-06-03 22:47:20