Trace number 3454478

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 Res//CP 2.3.0UNSAT 845.149 426.544

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
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 benchmark87.1617
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454478-1307187634.opb
0.10/0.11	c reading problem ... 
1.53/0.82	c ... done. Wall clock time 0.715s.
1.53/0.82	c #vars     21380
1.53/0.82	c #constraints  60984
1.53/0.82	c constraints type 
1.53/0.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
1.53/0.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
1.53/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2156
1.53/0.82	c constraints type 
1.53/0.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39788
1.53/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19039
1.53/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
7.46/3.21	c cleaning 2476 clauses out of 4998 with flag 5000/5000
11.70/5.22	c cleaning 4259 clauses out of 8525 with flag 11003/11003
16.05/7.49	c cleaning 5620 clauses out of 11267 with flag 18004/18004
18.61/8.74	c cleaning 0 clauses out of 4996 with flag 0/5000
21.55/10.12	c cleaning 6814 clauses out of 13642 with flag 26000/26000
26.87/12.82	c cleaning 7891 clauses out of 15828 with flag 35000/35000
33.18/16.05	c cleaning 8933 clauses out of 17936 with flag 45000/45000
40.74/19.86	c cleaning 9961 clauses out of 20002 with flag 56000/56000
49.19/24.14	c cleaning 10999 clauses out of 22042 with flag 68001/68001
56.66/27.97	c cleaning 12018 clauses out of 24042 with flag 81000/81000
65.36/32.34	c cleaning 12991 clauses out of 26025 with flag 95001/95001
74.44/36.99	c cleaning 14002 clauses out of 28033 with flag 110000/110000
84.12/41.86	c cleaning 15006 clauses out of 30033 with flag 126002/126002
95.40/47.59	c cleaning 15983 clauses out of 32024 with flag 143000/143000
104.47/52.10	c cleaning 17003 clauses out of 34042 with flag 161001/161001
105.58/52.76	c cleaning 0 clauses out of 10996 with flag 0/11000
120.22/60.19	c cleaning 17994 clauses out of 36039 with flag 180001/180001
134.15/67.18	c cleaning 19004 clauses out of 38044 with flag 200000/200000
148.99/74.71	c cleaning 20004 clauses out of 40039 with flag 221000/221000
165.26/82.87	c cleaning 20973 clauses out of 42037 with flag 243002/243002
178.86/89.75	c cleaning 22013 clauses out of 44062 with flag 266000/266000
198.12/99.50	c cleaning 23011 clauses out of 46048 with flag 290001/290001
216.80/108.84	c cleaning 24009 clauses out of 48039 with flag 315003/315003
237.84/119.41	c cleaning 24996 clauses out of 50027 with flag 341001/341001
258.85/130.03	c cleaning 26000 clauses out of 52030 with flag 368000/368000
285.51/143.41	c cleaning 26995 clauses out of 54030 with flag 396000/396000
297.76/149.67	c cleaning 0 clauses out of 17998 with flag 0/18002
305.34/153.56	c cleaning 27973 clauses out of 56036 with flag 425001/425001
326.29/164.13	c cleaning 29002 clauses out of 58061 with flag 455000/455000
351.31/176.75	c cleaning 30017 clauses out of 60061 with flag 486002/486002
374.32/188.39	c cleaning 30995 clauses out of 62043 with flag 518001/518001
394.92/198.77	c cleaning 31999 clauses out of 64049 with flag 551003/551003
417.59/210.22	c cleaning 33001 clauses out of 66048 with flag 585001/585001
445.18/224.13	c cleaning 33999 clauses out of 68046 with flag 620000/620000
471.98/237.64	c cleaning 35022 clauses out of 70047 with flag 656000/656000
493.77/248.68	c cleaning 36009 clauses out of 72025 with flag 693000/693000
518.18/261.00	c cleaning 36989 clauses out of 74018 with flag 731002/731002
558.79/281.45	c cleaning 37990 clauses out of 76027 with flag 770000/770000
599.59/301.93	c cleaning 38992 clauses out of 78037 with flag 810000/810000
631.18/317.87	c cleaning 40011 clauses out of 80047 with flag 851002/851002
655.36/330.10	c cleaning 40998 clauses out of 82034 with flag 893000/893000
687.49/346.30	c cleaning 42002 clauses out of 84036 with flag 936000/936000
720.03/362.76	c cleaning 0 clauses out of 25996 with flag 0/26000
732.94/369.35	c cleaning 43007 clauses out of 86032 with flag 980000/980000
770.96/388.56	c cleaning 44008 clauses out of 88025 with flag 1025000/1025000
809.76/408.07	c cleaning 44982 clauses out of 90016 with flag 1071000/1071000
839.85/423.21	c cleaning 45994 clauses out of 92032 with flag 1118000/1118000
843.77/425.39	c  And the winner is Resolution
844.87/426.37	c starts		: 187
844.87/426.37	c conflicts		: 1122863
844.87/426.37	c decisions		: 2631507
844.87/426.37	c propagations		: 489674797
844.87/426.37	c inspects		: 2852091061
844.87/426.37	c shortcuts		: 0
844.87/426.37	c learnt literals	: 22
844.87/426.37	c learnt binary clauses	: 122
844.87/426.37	c learnt ternary clauses	: 604
844.87/426.37	c learnt constraints	: 1122840
844.87/426.37	c ignored constraints	: 0
844.87/426.37	c root simplifications	: 0
844.87/426.37	c removed literals (reason simplification)	: 31601150
844.87/426.37	c reason swapping (by a shorter reason)	: 0
844.87/426.37	c Calls to reduceDB	: 43
844.87/426.37	c number of reductions to clauses (during analyze)	: 0
844.87/426.37	c number of learned constraints concerned by reduction	: 0
844.87/426.37	c number of learning phase by resolution	: 0
844.87/426.37	c number of learning phase by cutting planes	: 0
844.87/426.37	c speed (assignments/second)	: 1150703.0929821595
844.87/426.37	c non guided choices	4274
844.87/426.39	c learnt constraints type 
844.87/426.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 122
844.87/426.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50773
844.87/426.39	c constraints type 
844.87/426.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
844.87/426.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
844.87/426.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2156
844.87/426.39	c constraints type 
844.87/426.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39788
844.87/426.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19039
844.87/426.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
844.87/426.39	s UNSATISFIABLE
844.87/426.39	c Total wall clock time (in seconds): 426.282

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-3454478-1307187634/watcher-3454478-1307187634 -o /tmp/evaluation-result-3454478-1307187634/solver-3454478-1307187634 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454478-1307187634.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: 1.95 1.30 1.32 3/536 19647
/proc/meminfo: memFree=21640400/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19647 16455 0 -1 4202496 5153 0 1 0 0 0 0 0 25 0 2 0 908994114 10694979584 4854 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 2611079 4869 917 9 0 2602235 0
[pid=19647/tid=19648] ppid=19645 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) R 19645 19647 16455 0 -1 4202560 7545 0 1 0 0 0 0 0 25 0 2 0 908994115 10694979584 8362 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256415085627 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0942331 s]
/proc/loadavg: 1.95 1.30 1.32 3/536 19647
/proc/meminfo: memFree=21640400/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=10540436 CPUtime=0.09 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19647 16455 0 -1 4202496 12980 0 1 0 8 1 0 0 25 0 18 0 908994114 10793406464 12676 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 2635109 12678 2093 9 0 2625843 0
[pid=19647/tid=19648] ppid=19645 vsize=10540436 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) R 19645 19647 16455 0 -1 4202560 11070 0 1 0 7 1 0 0 18 0 18 0 908994115 10793406464 12679 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 47596205992787 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540436

[startup+0.10124 s]
/proc/loadavg: 1.95 1.30 1.32 3/536 19647
/proc/meminfo: memFree=21640400/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=10540436 CPUtime=0.1 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19647 16455 0 -1 4202496 13110 0 1 0 9 1 0 0 25 0 18 0 908994114 10793406464 12806 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 2635109 12806 2093 9 0 2625843 0
[pid=19647/tid=19648] ppid=19645 vsize=10540436 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) R 19645 19647 16455 0 -1 4202560 11197 0 1 0 7 1 0 0 18 0 18 0 908994115 10793406464 12806 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 47596202355651 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540436

[startup+0.30119 s]
/proc/loadavg: 1.95 1.30 1.32 3/536 19647
/proc/meminfo: memFree=21640400/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=10542388 CPUtime=0.49 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19647 16455 0 -1 4202496 16341 0 1 0 47 2 0 0 25 0 18 0 908994114 10795405312 15797 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 2635597 15798 2201 9 0 2626331 0
[pid=19647/tid=19648] ppid=19645 vsize=10542388 CPUtime=0.28 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) R 19645 19647 16455 0 -1 4202560 13363 0 1 0 27 1 0 0 18 0 18 0 908994115 10795405312 15798 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912505529340 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542388

[startup+0.701124 s]
/proc/loadavg: 1.95 1.30 1.32 3/536 19647
/proc/meminfo: memFree=21640400/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=10551628 CPUtime=1.32 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19647 16455 0 -1 4202496 53586 0 1 0 125 7 0 0 25 0 18 0 908994114 10804867072 49991 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 2637907 49997 2217 9 0 2628641 0
[pid=19647/tid=19648] ppid=19645 vsize=10551628 CPUtime=0.68 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) R 19645 19647 16455 0 -1 4202560 43208 0 1 0 63 5 0 0 18 0 18 0 908994115 10804867072 49999 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912505576438 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10551628

[startup+1.50091 s]
/proc/loadavg: 1.95 1.30 1.32 7/558 19670
/proc/meminfo: memFree=21408788/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=10559696 CPUtime=3.92 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19647 16455 0 -1 4202496 99099 0 1 0 379 13 0 0 25 0 22 0 908994114 10813128704 92449 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 2639924 92449 2241 9 0 2630658 0
[pid=19647/tid=19648] ppid=19645 vsize=10559696 CPUtime=0.81 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) S 19645 19647 16455 0 -1 4202560 51173 0 1 0 75 6 0 0 15 0 22 0 908994115 10813128704 92449 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19651] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10813128704 92449 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19652] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19647 16455 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 908994116 10813128704 92449 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19653] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19653/stat : 19653 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10813128704 92449 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19654] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10813128704 92450 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19655] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10813128704 92452 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19656] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10813128704 92453 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19657] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10813128704 92454 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19658] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10813128704 92455 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19659] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19659/stat : 19659 (java) S 19645 19647 16455 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 22 0 908994117 10813128704 92456 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 0 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19660] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19660/stat : 19660 (java) S 19645 19647 16455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 908994118 10813128704 92457 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19661] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19661/stat : 19661 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908994118 10813128704 92457 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19662] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19662/stat : 19662 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994120 10813128704 92457 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427215281 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19663] ppid=19645 vsize=10559696 CPUtime=0.92 cores=1,3,5,7
/proc/19647/task/19663/stat : 19663 (java) R 19645 19647 16455 0 -1 4202560 6280 0 0 0 91 1 0 0 16 0 22 0 908994120 10813128704 92457 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 47596202315982 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19647/tid=19664] ppid=19645 vsize=10559696 CPUtime=0.82 cores=1,3,5,7
/proc/19647/task/19664/stat : 19664 (java) R 19645 19647 16455 0 -1 4202560 6908 0 0 0 82 0 0 0 25 0 22 0 908994120 10813128704 92457 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 47596205203127 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19647/tid=19665] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19665/stat : 19665 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994120 10813128704 92458 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19666] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19666/stat : 19666 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908994120 10813128704 92458 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19667] ppid=19645 vsize=10559696 CPUtime=0.66 cores=1,3,5,7
/proc/19647/task/19667/stat : 19667 (java) R 19645 19647 16455 0 -1 4202560 451 0 0 0 66 0 0 0 22 0 22 0 908994197 10813128704 92459 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912506060057 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19647/tid=19668] ppid=19645 vsize=10559696 CPUtime=0.65 cores=1,3,5,7
/proc/19647/task/19668/stat : 19668 (java) R 19645 19647 16455 0 -1 4202560 33128 0 0 0 62 3 0 0 24 0 22 0 908994197 10813128704 92459 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912506061886 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19647/tid=19669] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19669/stat : 19669 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908994200 10813128704 92459 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19670] ppid=19645 vsize=10559696 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19670/stat : 19670 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 908994200 10813128704 92459 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 10559696

[startup+3.10166 s]
/proc/loadavg: 2.12 1.34 1.34 5/558 19670
/proc/meminfo: memFree=21035424/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=10558084 CPUtime=7.46 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19647 16455 0 -1 4202496 267918 0 1 0 712 34 0 0 25 0 22 0 908994114 10811478016 260212 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 2639521 260246 2243 9 0 2630255 0
[pid=19647/tid=19648] ppid=19645 vsize=10558084 CPUtime=0.81 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) S 19645 19647 16455 0 -1 4202560 51173 0 1 0 75 6 0 0 15 0 22 0 908994115 10811478016 260253 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19651] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10811478016 260256 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19652] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19647 16455 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 908994116 10811478016 260259 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19653] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19653/stat : 19653 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10811478016 260263 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19654] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10811478016 260266 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19655] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10811478016 260268 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19656] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10811478016 260271 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19657] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10811478016 260273 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19658] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994116 10811478016 260276 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19659] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19659/stat : 19659 (java) S 19645 19647 16455 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 908994117 10811478016 260278 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 0 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19660] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19660/stat : 19660 (java) S 19645 19647 16455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 908994118 10811478016 260281 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19661] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19661/stat : 19661 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908994118 10811478016 260283 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19662] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19662/stat : 19662 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994120 10811478016 260286 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427215281 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19663] ppid=19645 vsize=10558084 CPUtime=0.99 cores=1,3,5,7
/proc/19647/task/19663/stat : 19663 (java) S 19645 19647 16455 0 -1 4202560 6423 0 0 0 98 1 0 0 16 0 22 0 908994120 10811478016 260289 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19664] ppid=19645 vsize=10558084 CPUtime=1.09 cores=1,3,5,7
/proc/19647/task/19664/stat : 19664 (java) S 19645 19647 16455 0 -1 4202560 7731 0 0 0 109 0 0 0 15 0 22 0 908994120 10811478016 260292 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19665] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19665/stat : 19665 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994120 10811478016 260295 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19666] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19666/stat : 19666 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908994120 10811478016 260299 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19667] ppid=19645 vsize=10558084 CPUtime=2.26 cores=1,3,5,7
/proc/19647/task/19667/stat : 19667 (java) R 19645 19647 16455 0 -1 4202560 759 0 0 0 226 0 0 0 25 0 22 0 908994197 10811478016 260302 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912506118856 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19647/tid=19668] ppid=19645 vsize=10558084 CPUtime=2.26 cores=1,3,5,7
/proc/19647/task/19668/stat : 19668 (java) R 19645 19647 16455 0 -1 4202560 200756 0 0 0 202 24 0 0 25 0 22 0 908994197 10811478016 260305 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912506061646 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19647/tid=19669] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19669/stat : 19669 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908994200 10811478016 260308 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19670] ppid=19645 vsize=10558084 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19670/stat : 19670 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 908994200 10811478016 260311 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 10558084

[startup+6.30106 s]
/proc/loadavg: 2.12 1.34 1.34 5/558 19670
/proc/meminfo: memFree=20408968/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=10555616 CPUtime=13.85 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19647 16455 0 -1 4202496 314559 0 1 0 1345 40 0 0 25 0 22 0 908994114 10808950784 306209 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 2638904 306209 2267 9 0 2629638 0
[pid=19647/tid=19648] ppid=19645 vsize=10555616 CPUtime=0.81 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) S 19645 19647 16455 0 -1 4202560 51173 0 1 0 75 6 0 0 15 0 22 0 908994115 10808950784 306209 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19651] ppid=19645 vsize=10555616 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19647 16455 0 -1 4202560 258 0 0 0 0 0 0 0 16 0 22 0 908994116 10808950784 306209 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19652] ppid=19645 vsize=10555616 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19647 16455 0 -1 4202560 284 0 0 0 0 0 0 0 16 0 22 0 908994116 10808950784 306209 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19653] ppid=19645 vsize=10555616 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19653/stat : 19653 (java) S 19645 19647 16455 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 22 0 908994116 10808950784 306209 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19654] ppid=19645 vsize=10555616 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19647 16455 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 908994116 10808950784 306209 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19655] ppid=19645 vsize=10555616 CPUtime=0.02 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19647 16455 0 -1 4202560 1554 0 0 0 2 0 0 0 18 0 22 0 908994116 10808950784 306209 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19656] ppid=19645 vsize=10555616 CPUtime=0.01 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19647 16455 0 -1 4202560 1707 0 0 0 1 0 0 0 18 0 22 0 908994116 10808950784 306209 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19657] ppid=19645 vsize=10555616 CPUtime=0.02 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) S 19645 19647 16455 0 -1 4202560 1413 0 0 0 2 0 0 0 18 0 22 0 908994116 10808950784 306209 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19658] ppid=19645 vsize=10555616 CPUtime=0.02 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) S 19645 19647 16455 0 -1 4202560 1662 0 0 0 2 0 0 0 18 0 22 0 908994116 10808950784 306209 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0

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

[pid=19647/tid=19664] ppid=19645 vsize=10553876 CPUtime=1.43 cores=1,3,5,7
/proc/19647/task/19664/stat : 19664 (java) S 19645 19647 16455 0 -1 4202560 10935 0 0 0 143 0 0 0 15 0 22 0 908994120 10807169024 908956 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19665] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19665/stat : 19665 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994120 10807169024 908956 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19666] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19666/stat : 19666 (java) S 19645 19647 16455 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 908994120 10807169024 908956 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19667] ppid=19645 vsize=10553876 CPUtime=411.38 cores=1,3,5,7
/proc/19647/task/19667/stat : 19667 (java) R 19645 19647 16455 0 -1 4202560 1590 0 0 0 41138 0 0 0 25 0 22 0 908994197 10807169024 908956 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912505972295 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19647/tid=19668] ppid=19645 vsize=10553876 CPUtime=411.4 cores=1,3,5,7
/proc/19647/task/19668/stat : 19668 (java) R 19645 19647 16455 0 -1 4202560 791495 0 0 0 41055 85 0 0 25 0 22 0 908994197 10807169024 908956 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912506109478 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19647/tid=19669] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19669/stat : 19669 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908994200 10807169024 908956 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19670] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19670/stat : 19670 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 908994200 10807169024 908956 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 838.08
Current children cumulated vsize (KiB) 10553876

[startup+423.901 s]
/proc/loadavg: 4.10 3.35 2.29 4/558 19683
/proc/meminfo: memFree=15792948/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=10553876 CPUtime=840.97 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19647 16455 0 -1 4202496 921910 0 1 0 83994 103 0 0 25 0 22 0 908994114 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 2638469 909760 2267 9 0 2629203 0
[pid=19647/tid=19648] ppid=19645 vsize=10553876 CPUtime=0.81 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) S 19645 19647 16455 0 -1 4202560 51178 0 1 0 75 6 0 0 15 0 22 0 908994115 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19651] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19647 16455 0 -1 4202560 2457 0 0 0 29 0 0 0 15 0 22 0 908994116 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19652] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19647 16455 0 -1 4202560 1778 0 0 0 29 0 0 0 16 0 22 0 908994116 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19653] ppid=19645 vsize=10553876 CPUtime=0.28 cores=1,3,5,7
/proc/19647/task/19653/stat : 19653 (java) S 19645 19647 16455 0 -1 4202560 1200 0 0 0 28 0 0 0 16 0 22 0 908994116 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19654] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19647 16455 0 -1 4202560 2307 0 0 0 29 0 0 0 15 0 22 0 908994116 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19655] ppid=19645 vsize=10553876 CPUtime=0.34 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19647 16455 0 -1 4202560 3093 0 0 0 34 0 0 0 15 0 22 0 908994116 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19656] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19647 16455 0 -1 4202560 2588 0 0 0 29 0 0 0 16 0 22 0 908994116 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19657] ppid=19645 vsize=10553876 CPUtime=0.3 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) S 19645 19647 16455 0 -1 4202560 4478 0 0 0 30 0 0 0 15 0 22 0 908994116 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19658] ppid=19645 vsize=10553876 CPUtime=0.32 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) S 19645 19647 16455 0 -1 4202560 2689 0 0 0 32 0 0 0 16 0 22 0 908994116 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19659] ppid=19645 vsize=10553876 CPUtime=9.65 cores=1,3,5,7
/proc/19647/task/19659/stat : 19659 (java) S 19645 19647 16455 0 -1 4202560 38506 0 0 0 961 4 0 0 16 0 22 0 908994117 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 0 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19660] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19660/stat : 19660 (java) S 19645 19647 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908994118 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19661] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19661/stat : 19661 (java) S 19645 19647 16455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908994118 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19662] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19662/stat : 19662 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994120 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427215281 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19663] ppid=19645 vsize=10553876 CPUtime=1.24 cores=1,3,5,7
/proc/19647/task/19663/stat : 19663 (java) S 19645 19647 16455 0 -1 4202560 6434 0 0 0 123 1 0 0 15 0 22 0 908994120 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19664] ppid=19645 vsize=10553876 CPUtime=1.43 cores=1,3,5,7
/proc/19647/task/19664/stat : 19664 (java) S 19645 19647 16455 0 -1 4202560 10935 0 0 0 143 0 0 0 15 0 22 0 908994120 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19665] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19665/stat : 19665 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908994120 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19666] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19666/stat : 19666 (java) S 19645 19647 16455 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 908994120 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19667] ppid=19645 vsize=10553876 CPUtime=412.64 cores=1,3,5,7
/proc/19647/task/19667/stat : 19667 (java) R 19645 19647 16455 0 -1 4202560 1590 0 0 0 41264 0 0 0 23 0 22 0 908994197 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912506017758 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19647/tid=19668] ppid=19645 vsize=10553876 CPUtime=412.66 cores=1,3,5,7
/proc/19647/task/19668/stat : 19668 (java) R 19645 19647 16455 0 -1 4202560 791495 0 0 0 41181 85 0 0 23 0 22 0 908994197 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912506039208 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19647/tid=19669] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19669/stat : 19669 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908994200 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19670] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19670/stat : 19670 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 908994200 10807169024 909760 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 840.97
Current children cumulated vsize (KiB) 10553876

[startup+425.502 s]
/proc/loadavg: 4.10 3.35 2.29 5/558 19683
/proc/meminfo: memFree=15789844/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=10553876 CPUtime=844.06 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19647 16455 0 -1 4202496 921911 0 1 0 84303 103 0 0 25 0 20 0 908994114 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 2638469 909761 2268 9 0 2629203 0
[pid=19647/tid=19648] ppid=19645 vsize=10553876 CPUtime=0.81 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) S 19645 19647 16455 0 -1 4202560 51178 0 1 0 75 6 0 0 15 0 20 0 908994115 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19651] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19647 16455 0 -1 4202560 2457 0 0 0 29 0 0 0 15 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19652] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19647 16455 0 -1 4202560 1778 0 0 0 29 0 0 0 16 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19653] ppid=19645 vsize=10553876 CPUtime=0.28 cores=1,3,5,7
/proc/19647/task/19653/stat : 19653 (java) S 19645 19647 16455 0 -1 4202560 1200 0 0 0 28 0 0 0 16 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19654] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19647 16455 0 -1 4202560 2307 0 0 0 29 0 0 0 15 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19655] ppid=19645 vsize=10553876 CPUtime=0.34 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19647 16455 0 -1 4202560 3093 0 0 0 34 0 0 0 15 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19656] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19647 16455 0 -1 4202560 2588 0 0 0 29 0 0 0 16 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19657] ppid=19645 vsize=10553876 CPUtime=0.3 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) S 19645 19647 16455 0 -1 4202560 4478 0 0 0 30 0 0 0 15 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19658] ppid=19645 vsize=10553876 CPUtime=0.32 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) S 19645 19647 16455 0 -1 4202560 2689 0 0 0 32 0 0 0 16 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19659] ppid=19645 vsize=10553876 CPUtime=9.65 cores=1,3,5,7
/proc/19647/task/19659/stat : 19659 (java) S 19645 19647 16455 0 -1 4202560 38506 0 0 0 961 4 0 0 15 0 20 0 908994117 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 0 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19660] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19660/stat : 19660 (java) S 19645 19647 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 908994118 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19661] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19661/stat : 19661 (java) S 19645 19647 16455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 908994118 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19662] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19662/stat : 19662 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 908994120 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427215281 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19663] ppid=19645 vsize=10553876 CPUtime=1.24 cores=1,3,5,7
/proc/19647/task/19663/stat : 19663 (java) S 19645 19647 16455 0 -1 4202560 6434 0 0 0 123 1 0 0 15 0 20 0 908994120 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19664] ppid=19645 vsize=10553876 CPUtime=1.43 cores=1,3,5,7
/proc/19647/task/19664/stat : 19664 (java) S 19645 19647 16455 0 -1 4202560 10935 0 0 0 143 0 0 0 15 0 20 0 908994120 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19665] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19665/stat : 19665 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 908994120 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19666] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19666/stat : 19666 (java) S 19645 19647 16455 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 20 0 908994120 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19668] ppid=19645 vsize=10553876 CPUtime=414.26 cores=1,3,5,7
/proc/19647/task/19668/stat : 19668 (java) R 19645 19647 16455 0 -1 4202560 791495 0 0 0 41341 85 0 0 25 0 20 0 908994197 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912506039200 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19647/tid=19669] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19669/stat : 19669 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 20 0 908994200 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 844.06
Current children cumulated vsize (KiB) 10553876

[startup+426.301 s]
/proc/loadavg: 4.10 3.35 2.29 4/556 19683
/proc/meminfo: memFree=15789860/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=10553876 CPUtime=844.87 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19645 19647 16455 0 -1 4202496 921912 0 1 0 84384 103 0 0 25 0 20 0 908994114 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 2638469 909761 2268 9 0 2629203 0
[pid=19647/tid=19648] ppid=19645 vsize=10553876 CPUtime=0.81 cores=1,3,5,7
/proc/19647/task/19648/stat : 19648 (java) S 19645 19647 16455 0 -1 4202560 51178 0 1 0 75 6 0 0 15 0 20 0 908994115 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19651] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19651/stat : 19651 (java) S 19645 19647 16455 0 -1 4202560 2457 0 0 0 29 0 0 0 15 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19652] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19652/stat : 19652 (java) S 19645 19647 16455 0 -1 4202560 1778 0 0 0 29 0 0 0 16 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19653] ppid=19645 vsize=10553876 CPUtime=0.28 cores=1,3,5,7
/proc/19647/task/19653/stat : 19653 (java) S 19645 19647 16455 0 -1 4202560 1200 0 0 0 28 0 0 0 16 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19654] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19654/stat : 19654 (java) S 19645 19647 16455 0 -1 4202560 2307 0 0 0 29 0 0 0 15 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19655] ppid=19645 vsize=10553876 CPUtime=0.34 cores=1,3,5,7
/proc/19647/task/19655/stat : 19655 (java) S 19645 19647 16455 0 -1 4202560 3093 0 0 0 34 0 0 0 15 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19656] ppid=19645 vsize=10553876 CPUtime=0.29 cores=1,3,5,7
/proc/19647/task/19656/stat : 19656 (java) S 19645 19647 16455 0 -1 4202560 2588 0 0 0 29 0 0 0 16 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19657] ppid=19645 vsize=10553876 CPUtime=0.3 cores=1,3,5,7
/proc/19647/task/19657/stat : 19657 (java) S 19645 19647 16455 0 -1 4202560 4478 0 0 0 30 0 0 0 15 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19658] ppid=19645 vsize=10553876 CPUtime=0.32 cores=1,3,5,7
/proc/19647/task/19658/stat : 19658 (java) S 19645 19647 16455 0 -1 4202560 2689 0 0 0 32 0 0 0 16 0 20 0 908994116 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19659] ppid=19645 vsize=10553876 CPUtime=9.65 cores=1,3,5,7
/proc/19647/task/19659/stat : 19659 (java) S 19645 19647 16455 0 -1 4202560 38506 0 0 0 961 4 0 0 15 0 20 0 908994117 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 0 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19660] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19660/stat : 19660 (java) S 19645 19647 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 908994118 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19661] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19661/stat : 19661 (java) S 19645 19647 16455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 908994118 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 7 0 0 0
[pid=19647/tid=19662] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19662/stat : 19662 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 908994120 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427215281 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19663] ppid=19645 vsize=10553876 CPUtime=1.25 cores=1,3,5,7
/proc/19647/task/19663/stat : 19663 (java) S 19645 19647 16455 0 -1 4202560 6435 0 0 0 124 1 0 0 15 0 20 0 908994120 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 1 0 0 0
[pid=19647/tid=19664] ppid=19645 vsize=10553876 CPUtime=1.43 cores=1,3,5,7
/proc/19647/task/19664/stat : 19664 (java) S 19645 19647 16455 0 -1 4202560 10935 0 0 0 143 0 0 0 15 0 20 0 908994120 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19665] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19665/stat : 19665 (java) S 19645 19647 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 908994120 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427207577 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
[pid=19647/tid=19666] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19666/stat : 19666 (java) S 19645 19647 16455 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 20 0 908994120 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 3 0 0 0
[pid=19647/tid=19668] ppid=19645 vsize=10553876 CPUtime=415.06 cores=1,3,5,7
/proc/19647/task/19668/stat : 19668 (java) R 19645 19647 16455 0 -1 4202560 791495 0 0 0 41421 85 0 0 25 0 20 0 908994197 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 46912506039208 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19647/tid=19669] ppid=19645 vsize=10553876 CPUtime=0 cores=1,3,5,7
/proc/19647/task/19669/stat : 19669 (java) S 19645 19647 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 20 0 908994200 10807169024 909761 33554432000 1073741824 1073778376 140736579328736 18446744073709551615 256427208192 0 4 0 16800975 18446604458402755712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 844.87
Current children cumulated vsize (KiB) 10553876

[startup+426.501 s]
/proc/loadavg: 4.10 3.35 2.29 4/556 19683
/proc/meminfo: memFree=15789860/32950928 swapFree=58671692/67111528
[pid=19647] ppid=19645 vsize=0 CPUtime=845.1 cores=1,3,5,7
/proc/19647/stat : 19647 (java) R 19645 19647 16455 0 -1 4203524 921918 0 1 0 84397 113 0 0 18 0 1 0 908994114 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19647/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 845.1
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 426.544
CPU time (s): 845.149
CPU user time (s): 843.975
CPU system time (s): 1.17382
CPU usage (%): 198.138
Max. virtual memory (cumulated for all children) (KiB): 10565308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 843.975
system time used= 1.17382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 921918
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= 11715
involuntary context switches= 4148

runsolver used 2.18767 second user time and 5.58415 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-04 13:40:34
IDJOB=3454478
IDBENCH=1488
IDSOLVER=1950
FILE ID=node115/3454478-1307187634
RUNJOBID= node115-1307187576-18740
PBS_JOBID= 13508831
Free space on /tmp= 73836 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454478-1307187634/watcher-3454478-1307187634 -o /tmp/evaluation-result-3454478-1307187634/solver-3454478-1307187634 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454478-1307187634.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=1969730002

node115.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.811
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.62
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.811
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.811
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.75
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.811
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21640556 kB
Buffers:        199716 kB
Cached:         326372 kB
SwapCached:      65828 kB
Active:        2551168 kB
Inactive:      8514020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21640556 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:            5320 kB
Writeback:           0 kB
AnonPages:    10477064 kB
Mapped:          35820 kB
Slab:            98376 kB
PageTables:      78368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 162183288 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= 73836 MiB
End job on node115 at 2011-06-04 13:47:41