Trace number 3478803

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.0? (TO) 1800.43 921.199

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-130.opb
MD5SUM1e275a6bfffefd782bc57067ec81c100
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41972
Total number of constraints972388
Number of constraints which are clauses873653
Number of constraints which are cardinality constraints (but not clauses)3080
Number of constraints which are nor clauses,nor cardinality constraints95655
Minimum length of a constraint1
Maximum length of a constraint627
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3478803-1307437810.opb
0.09/0.11	c reading problem ... 
8.05/7.08	c ... done. Wall clock time 6.971s.
8.05/7.08	c #vars     41972
8.05/7.08	c #constraints  961578
8.05/7.08	c constraints type 
8.05/7.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 657090
8.05/7.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 3057
8.05/7.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 205140
8.05/7.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95655
8.05/7.08	c constraints type 
8.05/7.08	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 205140
8.05/7.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 657090
8.05/7.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3057
8.05/7.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95655
16.78/10.97	c cleaning 0 clauses out of 5000 with flag 0/5000
25.42/15.49	c cleaning 2452 clauses out of 5000 with flag 5000/5000
26.98/16.33	c cleaning 0 clauses out of 11001 with flag 0/11001
39.30/22.63	c cleaning 0 clauses out of 18000 with flag 0/18000
44.82/25.71	c cleaning 4224 clauses out of 8548 with flag 11001/11001
56.13/31.68	c cleaning 0 clauses out of 26000 with flag 0/26000
64.44/36.08	c cleaning 5630 clauses out of 11322 with flag 18000/18000
75.36/41.72	c cleaning 0 clauses out of 35004 with flag 0/35004
82.80/45.88	c cleaning 6805 clauses out of 13696 with flag 26004/26004
99.32/54.37	c cleaning 7899 clauses out of 15887 with flag 35001/35001
102.82/56.34	c cleaning 0 clauses out of 45000 with flag 0/45000
118.53/64.50	c cleaning 8965 clauses out of 17987 with flag 45000/45000
137.98/74.57	c cleaning 0 clauses out of 56002 with flag 0/56002
140.30/75.96	c cleaning 9969 clauses out of 20024 with flag 56002/56002
160.37/86.28	c cleaning 10986 clauses out of 22054 with flag 68001/68001
179.28/95.93	c cleaning 0 clauses out of 68000 with flag 0/68000
183.71/98.58	c cleaning 11921 clauses out of 24067 with flag 81001/81001
204.22/109.03	c cleaning 13063 clauses out of 26144 with flag 95000/95000
224.90/119.62	c cleaning 0 clauses out of 81002 with flag 0/81002
229.43/122.16	c cleaning 14011 clauses out of 28081 with flag 110000/110000
255.06/135.31	c cleaning 14944 clauses out of 30071 with flag 126001/126001
279.31/147.77	c cleaning 0 clauses out of 95001 with flag 0/95001
284.37/150.55	c cleaning 16032 clauses out of 32129 with flag 143003/143003
315.44/166.38	c cleaning 17035 clauses out of 34094 with flag 161000/161000
347.07/182.55	c cleaning 18019 clauses out of 36061 with flag 180002/180002
351.73/185.15	c cleaning 0 clauses out of 110004 with flag 0/110004
388.59/203.81	c cleaning 18978 clauses out of 38041 with flag 200001/200001
422.69/221.16	c cleaning 20022 clauses out of 40062 with flag 221001/221001
440.24/230.38	c cleaning 0 clauses out of 126000 with flag 0/126000
456.32/238.66	c cleaning 21010 clauses out of 42038 with flag 243000/243000
482.95/252.23	c cleaning 22009 clauses out of 44031 with flag 266003/266003
522.02/272.01	c cleaning 0 clauses out of 143001 with flag 0/143001
534.20/278.56	c cleaning 22833 clauses out of 46020 with flag 290002/290002
577.67/300.59	c cleaning 24064 clauses out of 48180 with flag 315000/315000
622.33/323.13	c cleaning 0 clauses out of 161000 with flag 0/161000
626.13/325.37	c cleaning 25047 clauses out of 50114 with flag 341000/341000
668.48/346.92	c cleaning 26027 clauses out of 52068 with flag 368001/368001
722.32/374.15	c cleaning 26984 clauses out of 54038 with flag 396000/396000
756.17/391.39	c cleaning 0 clauses out of 180000 with flag 0/180000
773.61/400.37	c cleaning 27996 clauses out of 56051 with flag 425002/425002
819.93/423.92	c cleaning 28969 clauses out of 58049 with flag 455000/455000
869.79/449.11	c cleaning 30033 clauses out of 60080 with flag 486001/486001
878.62/453.88	c cleaning 0 clauses out of 200000 with flag 0/200000
915.63/472.65	c cleaning 31000 clauses out of 62046 with flag 518002/518002
987.38/508.90	c cleaning 32006 clauses out of 64052 with flag 551008/551008
1025.20/528.16	c cleaning 0 clauses out of 221000 with flag 0/221000
1051.81/541.79	c cleaning 32984 clauses out of 66037 with flag 585001/585001
1114.21/573.25	c cleaning 34015 clauses out of 68053 with flag 620001/620001
1167.12/600.17	c cleaning 34967 clauses out of 70034 with flag 656002/656002
1210.13/621.97	c cleaning 0 clauses out of 243000 with flag 0/243000
1228.53/631.46	c cleaning 36023 clauses out of 72063 with flag 693002/693002
1279.90/657.43	c cleaning 36978 clauses out of 74039 with flag 731001/731001
1345.03/690.41	c cleaning 37996 clauses out of 76061 with flag 770001/770001
1403.64/720.05	c cleaning 0 clauses out of 266002 with flag 0/266002
1405.22/721.13	c cleaning 39007 clauses out of 78064 with flag 810001/810001
1476.60/757.17	c cleaning 40023 clauses out of 80056 with flag 851000/851000
1555.89/797.26	c cleaning 41011 clauses out of 82034 with flag 893001/893001
1648.71/843.95	c cleaning 42003 clauses out of 84022 with flag 936000/936000
1652.12/845.95	c cleaning 0 clauses out of 290001 with flag 0/290001
1713.10/876.79	c cleaning 42980 clauses out of 86017 with flag 980000/980000
1780.95/911.18	c cleaning 44006 clauses out of 88038 with flag 1025001/1025001
1800.15/921.02	c starts		: 186
1800.15/921.02	c conflicts		: 1037541
1800.15/921.02	c decisions		: 21212320
1800.15/921.02	c propagations		: 1422036850
1800.15/921.02	c inspects		: 8038712039
1800.15/921.02	c shortcuts		: 0
1800.15/921.02	c learnt literals	: 43
1800.15/921.02	c learnt binary clauses	: 730
1800.15/921.02	c learnt ternary clauses	: 1984
1800.15/921.02	c learnt constraints	: 1037498
1800.15/921.02	c ignored constraints	: 0
1800.15/921.02	c root simplifications	: 0
1800.15/921.02	c removed literals (reason simplification)	: 12522545
1800.15/921.02	c reason swapping (by a shorter reason)	: 0
1800.15/921.02	c Calls to reduceDB	: 41
1800.15/921.02	c number of reductions to clauses (during analyze)	: 0
1800.15/921.02	c number of learned constraints concerned by reduction	: 0
1800.15/921.02	c number of learning phase by resolution	: 0
1800.15/921.02	c number of learning phase by cutting planes	: 0
1800.15/921.02	c speed (assignments/second)	: 1555949.6692872033
1800.15/921.02	c non guided choices	5471078
1800.15/921.05	c learnt constraints type 
1800.15/921.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 730
1800.15/921.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55883
1800.15/921.05	c constraints type 
1800.15/921.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 657090
1800.15/921.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 3057
1800.15/921.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 205140
1800.15/921.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95655
1800.15/921.05	c constraints type 
1800.15/921.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 205140
1800.15/921.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 657090
1800.15/921.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3057
1800.15/921.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95655
1800.15/921.05	s UNKNOWN
1800.15/921.05	c Total wall clock time (in seconds): 920.939

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-3478803-1307437810/watcher-3478803-1307437810 -o /tmp/evaluation-result-3478803-1307437810/solver-3478803-1307437810 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478803-1307437810.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: 3.81 3.68 2.51 3/482 15316
/proc/meminfo: memFree=25644140/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/15316/stat : 15316 (java) S 15314 15316 15115 0 -1 4202496 1363 0 1 0 0 0 0 0 23 0 2 0 855379028 36679680 1066 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 8955 1066 828 9 0 386 0
[pid=15316/tid=15317] ppid=15314 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 15115 0 -1 4202560 3849 0 1 0 0 0 0 0 24 0 2 0 855379029 10694979584 4665 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.097432 s]
/proc/loadavg: 3.81 3.68 2.51 3/482 15316
/proc/meminfo: memFree=25644140/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=10539840 CPUtime=0.09 cores=1,3,5,7
/proc/15316/stat : 15316 (java) S 15314 15316 15115 0 -1 4202496 12981 0 1 0 8 1 0 0 23 0 18 0 855379028 10792796160 12652 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 2634960 12653 2093 9 0 2625694 0
[pid=15316/tid=15317] ppid=15314 vsize=10539840 CPUtime=0.07 cores=1,3,5,7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 15115 0 -1 4202560 11039 0 1 0 6 1 0 0 18 0 18 0 855379029 10792796160 12653 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 47466577220661 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539840

[startup+0.10038 s]
/proc/loadavg: 3.81 3.68 2.51 3/482 15316
/proc/meminfo: memFree=25644140/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=10539840 CPUtime=0.09 cores=1,3,5,7
/proc/15316/stat : 15316 (java) S 15314 15316 15115 0 -1 4202496 13016 0 1 0 8 1 0 0 23 0 18 0 855379028 10792796160 12687 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 2634960 12687 2093 9 0 2625694 0
[pid=15316/tid=15317] ppid=15314 vsize=10539840 CPUtime=0.08 cores=1,3,5,7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 15115 0 -1 4202560 11073 0 1 0 7 1 0 0 18 0 18 0 855379029 10792796160 12687 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 47466576582542 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539840

[startup+0.300313 s]
/proc/loadavg: 3.81 3.68 2.51 3/482 15316
/proc/meminfo: memFree=25644140/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=10540860 CPUtime=0.47 cores=1,3,5,7
/proc/15316/stat : 15316 (java) S 15314 15316 15115 0 -1 4202496 17028 0 1 0 44 3 0 0 23 0 18 0 855379028 10793840640 16316 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 2635215 16316 2199 9 0 2625949 0
[pid=15316/tid=15317] ppid=15314 vsize=10540860 CPUtime=0.27 cores=1,3,5,7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 15115 0 -1 4202560 13915 0 1 0 25 2 0 0 18 0 18 0 855379029 10793840640 16316 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 46912505179136 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10540860

[startup+0.700242 s]
/proc/loadavg: 3.81 3.68 2.51 3/482 15316
/proc/meminfo: memFree=25644140/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=10543852 CPUtime=1.23 cores=1,3,5,7
/proc/15316/stat : 15316 (java) S 15314 15316 15115 0 -1 4202496 58791 0 1 0 116 7 0 0 23 0 18 0 855379028 10796904448 56436 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 2635963 56436 2215 9 0 2626697 0
[pid=15316/tid=15317] ppid=15314 vsize=10543852 CPUtime=0.67 cores=1,3,5,7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 15115 0 -1 4202560 52247 0 1 0 61 6 0 0 18 0 18 0 855379029 10796904448 56436 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 46912505616646 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 10543852

[startup+1.50113 s]
/proc/loadavg: 3.74 3.67 2.52 4/500 15334
/proc/meminfo: memFree=25257000/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=10543852 CPUtime=2.11 cores=1,3,5,7
/proc/15316/stat : 15316 (java) S 15314 15316 15115 0 -1 4202496 171563 0 1 0 189 22 0 0 23 0 18 0 855379028 10796904448 169207 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 2635963 169212 2216 9 0 2626697 0
[pid=15316/tid=15317] ppid=15314 vsize=10543852 CPUtime=1.47 cores=1,3,5,7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 15115 0 -1 4202560 165017 0 1 0 127 20 0 0 18 0 18 0 855379029 10796904448 169215 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 46912505655060 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15316/tid=15319] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 169218 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 169220 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15321] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 169223 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 169226 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 169229 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 169231 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 169234 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 169237 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 15115 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 855379032 10796904448 169240 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 0 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855379032 10796904448 169243 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15329] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15329/stat : 15329 (java) S 15314 15316 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855379032 10796904448 169246 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15330] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15330/stat : 15330 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379034 10796904448 169249 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134537649 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15331] ppid=15314 vsize=10543852 CPUtime=0.3 cores=1,3,5,7
/proc/15316/task/15331/stat : 15331 (java) S 15314 15316 15115 0 -1 4202560 1865 0 0 0 30 0 0 0 19 0 18 0 855379034 10796904448 169251 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15332] ppid=15314 vsize=10543852 CPUtime=0.31 cores=1,3,5,7
/proc/15316/task/15332/stat : 15332 (java) S 15314 15316 15115 0 -1 4202560 3537 0 0 0 31 0 0 0 15 0 18 0 855379034 10796904448 169254 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15333] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15333/stat : 15333 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379034 10796904448 169256 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15334] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855379034 10796904448 169256 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 10543852

[startup+3.10084 s]
/proc/loadavg: 3.74 3.67 2.52 4/500 15334
/proc/meminfo: memFree=24624600/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=10543852 CPUtime=3.76 cores=1,3,5,7
/proc/15316/stat : 15316 (java) S 15314 15316 15115 0 -1 4202496 398970 0 1 0 329 47 0 0 23 0 18 0 855379028 10796904448 396615 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 2635963 396619 2216 9 0 2626697 0
[pid=15316/tid=15317] ppid=15314 vsize=10543852 CPUtime=3.07 cores=1,3,5,7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 15115 0 -1 4202560 392419 0 1 0 262 45 0 0 21 0 18 0 855379029 10796904448 396622 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 46912505592537 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15316/tid=15319] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 396624 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 396627 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15321] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 396630 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 396633 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 396635 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 396638 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 396641 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379031 10796904448 396644 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 15115 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 855379032 10796904448 396646 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 0 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855379032 10796904448 396649 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15329] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15329/stat : 15329 (java) S 15314 15316 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855379032 10796904448 396652 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15330] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15330/stat : 15330 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379034 10796904448 396653 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134537649 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15331] ppid=15314 vsize=10543852 CPUtime=0.31 cores=1,3,5,7
/proc/15316/task/15331/stat : 15331 (java) S 15314 15316 15115 0 -1 4202560 1868 0 0 0 31 0 0 0 15 0 18 0 855379034 10796904448 396654 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15332] ppid=15314 vsize=10543852 CPUtime=0.35 cores=1,3,5,7
/proc/15316/task/15332/stat : 15332 (java) S 15314 15316 15115 0 -1 4202560 3539 0 0 0 35 0 0 0 15 0 18 0 855379034 10796904448 396656 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15333] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15333/stat : 15333 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379034 10796904448 396659 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15334] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855379034 10796904448 396662 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 10543852

[startup+6.30126 s]
/proc/loadavg: 3.74 3.67 2.52 4/500 15334
/proc/meminfo: memFree=22895140/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=10543852 CPUtime=7.32 cores=1,3,5,7
/proc/15316/stat : 15316 (java) S 15314 15316 15115 0 -1 4202496 690168 0 1 0 652 80 0 0 23 0 18 0 855379028 10796904448 687763 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 2635963 687769 2231 9 0 2626697 0
[pid=15316/tid=15317] ppid=15314 vsize=10543852 CPUtime=6.08 cores=1,3,5,7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 15115 0 -1 4202560 650596 0 1 0 532 76 0 0 25 0 18 0 855379029 10796904448 687771 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 46912505557737 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15316/tid=15319] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855379031 10796904448 687775 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855379031 10796904448 687778 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15321] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855379031 10796904448 687781 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=10543852 CPUtime=0.01 cores=1,3,5,7
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 15115 0 -1 4202560 774 0 0 0 1 0 0 0 18 0 18 0 855379031 10796904448 687784 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=10543852 CPUtime=0.02 cores=1,3,5,7
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 15115 0 -1 4202560 1177 0 0 0 2 0 0 0 18 0 18 0 855379031 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=10543852 CPUtime=0.14 cores=1,3,5,7
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 15115 0 -1 4202560 8154 0 0 0 13 1 0 0 18 0 18 0 855379031 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=10543852 CPUtime=0.17 cores=1,3,5,7
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 15115 0 -1 4202560 10925 0 0 0 16 1 0 0 18 0 18 0 855379031 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=10543852 CPUtime=0.16 cores=1,3,5,7
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 15115 0 -1 4202560 11988 0 0 0 16 0 0 0 18 0 18 0 855379031 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 15115 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 855379032 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 0 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 855379032 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15329] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15329/stat : 15329 (java) S 15314 15316 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 855379032 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15330] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15330/stat : 15330 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379034 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134537649 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15331] ppid=15314 vsize=10543852 CPUtime=0.31 cores=1,3,5,7
/proc/15316/task/15331/stat : 15331 (java) S 15314 15316 15115 0 -1 4202560 1868 0 0 0 31 0 0 0 15 0 18 0 855379034 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15332] ppid=15314 vsize=10543852 CPUtime=0.35 cores=1,3,5,7
/proc/15316/task/15332/stat : 15332 (java) S 15314 15316 15115 0 -1 4202560 3539 0 0 0 35 0 0 0 15 0 18 0 855379034 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15333] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15333/stat : 15333 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855379034 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15334] ppid=15314 vsize=10543852 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15316 15115 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 855379034 10796904448 687785 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0

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

/proc/meminfo: memFree=21429948/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=10557436 CPUtime=1605.47 cores=1,3,5,7
/proc/15316/stat : 15316 (java) S 15314 15316 15115 0 -1 4202496 991256 0 1 0 160428 119 0 0 23 0 22 0 855379028 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 2639359 984443 2267 9 0 2630093 0
[pid=15316/tid=15317] ppid=15314 vsize=10557436 CPUtime=6.87 cores=1,3,5,7
/proc/15316/task/15317/stat : 15317 (java) S 15314 15316 15115 0 -1 4202560 650803 0 1 0 611 76 0 0 15 0 22 0 855379029 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15319] ppid=15314 vsize=10557436 CPUtime=0.35 cores=1,3,5,7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 15115 0 -1 4202560 6592 0 0 0 35 0 0 0 16 0 22 0 855379031 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=10557436 CPUtime=0.61 cores=1,3,5,7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 15115 0 -1 4202560 20350 0 0 0 59 2 0 0 16 0 22 0 855379031 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15321] ppid=15314 vsize=10557436 CPUtime=0.34 cores=1,3,5,7
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 15115 0 -1 4202560 5125 0 0 0 34 0 0 0 16 0 22 0 855379031 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=10557436 CPUtime=0.5 cores=1,3,5,7
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 15115 0 -1 4202560 10144 0 0 0 49 1 0 0 15 0 22 0 855379031 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=10557436 CPUtime=0.54 cores=1,3,5,7
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 15115 0 -1 4202560 18350 0 0 0 52 2 0 0 16 0 22 0 855379031 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=10557436 CPUtime=0.56 cores=1,3,5,7
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 15115 0 -1 4202560 23417 0 0 0 53 3 0 0 15 0 22 0 855379031 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=10557436 CPUtime=0.55 cores=1,3,5,7
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 15115 0 -1 4202560 19972 0 0 0 53 2 0 0 16 0 22 0 855379031 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=10557436 CPUtime=0.79 cores=1,3,5,7
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 15115 0 -1 4202560 29182 0 0 0 76 3 0 0 15 0 22 0 855379031 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=10557436 CPUtime=36.13 cores=1,3,5,7
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 15115 0 -1 4202560 144344 0 0 0 3596 17 0 0 15 0 22 0 855379032 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 0 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855379032 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15329] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15329/stat : 15329 (java) S 15314 15316 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855379032 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15330] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15330/stat : 15330 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855379034 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134537649 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15331] ppid=15314 vsize=10557436 CPUtime=1.27 cores=1,3,5,7
/proc/15316/task/15331/stat : 15331 (java) S 15314 15316 15115 0 -1 4202560 8132 0 0 0 126 1 0 0 16 0 22 0 855379034 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15332] ppid=15314 vsize=10557436 CPUtime=0.87 cores=1,3,5,7
/proc/15316/task/15332/stat : 15332 (java) S 15314 15316 15115 0 -1 4202560 3626 0 0 0 87 0 0 0 15 0 22 0 855379034 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15333] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15333/stat : 15333 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855379034 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15334] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15316 15115 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 855379034 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15335] ppid=15314 vsize=10557436 CPUtime=778.04 cores=1,3,5,7
/proc/15316/task/15335/stat : 15335 (java) R 15314 15316 15115 0 -1 4202560 272 0 0 0 77804 0 0 0 25 0 22 0 855379737 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 46912505912814 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15316/tid=15336] ppid=15314 vsize=10557436 CPUtime=777.91 cores=1,3,5,7
/proc/15316/task/15336/stat : 15336 (java) R 15314 15316 15115 0 -1 4202560 49741 0 0 0 77786 5 0 0 25 0 22 0 855379737 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 46912505960940 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15316/tid=15337] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15337/stat : 15337 (java) S 15314 15316 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 855379740 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
[pid=15316/tid=15338] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15338/stat : 15338 (java) S 15314 15316 15115 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 855379743 10810814464 984443 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1605.47
Current children cumulated vsize (KiB) 10557436

[startup+882.301 s]
/proc/loadavg: 3.87 3.93 3.37 5/504 15412
/proc/meminfo: memFree=21053000/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=10557436 CPUtime=1723.35 cores=1,3,5,7
/proc/15316/stat : 15316 (java) S 15314 15316 15115 0 -1 4202496 992976 0 1 0 172215 120 0 0 23 0 22 0 855379028 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 2639359 986073 2267 9 0 2630093 0
[pid=15316/tid=15317] ppid=15314 vsize=10557436 CPUtime=6.87 cores=1,3,5,7
/proc/15316/task/15317/stat : 15317 (java) S 15314 15316 15115 0 -1 4202560 650805 0 1 0 611 76 0 0 15 0 22 0 855379029 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15319] ppid=15314 vsize=10557436 CPUtime=0.36 cores=1,3,5,7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 15115 0 -1 4202560 6592 0 0 0 36 0 0 0 16 0 22 0 855379031 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=10557436 CPUtime=0.62 cores=1,3,5,7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 15115 0 -1 4202560 20350 0 0 0 60 2 0 0 15 0 22 0 855379031 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15321] ppid=15314 vsize=10557436 CPUtime=0.36 cores=1,3,5,7
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 15115 0 -1 4202560 5157 0 0 0 36 0 0 0 15 0 22 0 855379031 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=10557436 CPUtime=0.52 cores=1,3,5,7
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 15115 0 -1 4202560 10422 0 0 0 51 1 0 0 15 0 22 0 855379031 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=10557436 CPUtime=0.57 cores=1,3,5,7
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 15115 0 -1 4202560 18537 0 0 0 55 2 0 0 16 0 22 0 855379031 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=10557436 CPUtime=0.59 cores=1,3,5,7
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 15115 0 -1 4202560 23845 0 0 0 56 3 0 0 15 0 22 0 855379031 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=10557436 CPUtime=0.57 cores=1,3,5,7
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 15115 0 -1 4202560 19972 0 0 0 55 2 0 0 16 0 22 0 855379031 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=10557436 CPUtime=0.82 cores=1,3,5,7
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 15115 0 -1 4202560 29727 0 0 0 79 3 0 0 15 0 22 0 855379031 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=10557436 CPUtime=38.35 cores=1,3,5,7
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 15115 0 -1 4202560 144588 0 0 0 3818 17 0 0 15 0 22 0 855379032 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 0 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855379032 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15329] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15329/stat : 15329 (java) S 15314 15316 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855379032 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15330] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15330/stat : 15330 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855379034 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134537649 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15331] ppid=15314 vsize=10557436 CPUtime=1.27 cores=1,3,5,7
/proc/15316/task/15331/stat : 15331 (java) S 15314 15316 15115 0 -1 4202560 8132 0 0 0 126 1 0 0 16 0 22 0 855379034 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15332] ppid=15314 vsize=10557436 CPUtime=0.87 cores=1,3,5,7
/proc/15316/task/15332/stat : 15332 (java) S 15314 15316 15115 0 -1 4202560 3626 0 0 0 87 0 0 0 15 0 22 0 855379034 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15333] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15333/stat : 15333 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855379034 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15334] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15316 15115 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 855379034 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15335] ppid=15314 vsize=10557436 CPUtime=835.77 cores=1,3,5,7
/proc/15316/task/15335/stat : 15335 (java) R 15314 15316 15115 0 -1 4202560 273 0 0 0 83577 0 0 0 25 0 22 0 855379737 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 46912505879030 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15316/tid=15336] ppid=15314 vsize=10557436 CPUtime=835.65 cores=1,3,5,7
/proc/15316/task/15336/stat : 15336 (java) R 15314 15316 15115 0 -1 4202560 49742 0 0 0 83560 5 0 0 25 0 22 0 855379737 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 46912505960940 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15316/tid=15337] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15337/stat : 15337 (java) S 15314 15316 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 855379740 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
[pid=15316/tid=15338] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15338/stat : 15338 (java) S 15314 15316 15115 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 855379743 10810814464 986073 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1723.35
Current children cumulated vsize (KiB) 10557436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.001 s]
/proc/loadavg: 3.93 3.93 3.40 5/504 15413
/proc/meminfo: memFree=21033752/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=10557436 CPUtime=1800.15 cores=1,3,5,7
/proc/15316/stat : 15316 (java) S 15314 15316 15115 0 -1 4202496 992987 0 1 0 179895 120 0 0 23 0 22 0 855379028 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 2639359 986079 2267 9 0 2630093 0
[pid=15316/tid=15317] ppid=15314 vsize=10557436 CPUtime=6.87 cores=1,3,5,7
/proc/15316/task/15317/stat : 15317 (java) S 15314 15316 15115 0 -1 4202560 650805 0 1 0 611 76 0 0 15 0 22 0 855379029 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15319] ppid=15314 vsize=10557436 CPUtime=0.38 cores=1,3,5,7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 15115 0 -1 4202560 6593 0 0 0 38 0 0 0 16 0 22 0 855379031 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15320] ppid=15314 vsize=10557436 CPUtime=0.62 cores=1,3,5,7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15316 15115 0 -1 4202560 20350 0 0 0 60 2 0 0 15 0 22 0 855379031 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15321] ppid=15314 vsize=10557436 CPUtime=0.36 cores=1,3,5,7
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 15115 0 -1 4202560 5157 0 0 0 36 0 0 0 15 0 22 0 855379031 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=10557436 CPUtime=0.52 cores=1,3,5,7
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 15115 0 -1 4202560 10422 0 0 0 51 1 0 0 15 0 22 0 855379031 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=10557436 CPUtime=0.59 cores=1,3,5,7
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 15115 0 -1 4202560 18537 0 0 0 57 2 0 0 16 0 22 0 855379031 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=10557436 CPUtime=0.59 cores=1,3,5,7
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 15115 0 -1 4202560 23845 0 0 0 56 3 0 0 16 0 22 0 855379031 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15325] ppid=15314 vsize=10557436 CPUtime=0.59 cores=1,3,5,7
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 15115 0 -1 4202560 19977 0 0 0 57 2 0 0 16 0 22 0 855379031 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=10557436 CPUtime=0.84 cores=1,3,5,7
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 15115 0 -1 4202560 29727 0 0 0 81 3 0 0 16 0 22 0 855379031 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=10557436 CPUtime=38.99 cores=1,3,5,7
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 15115 0 -1 4202560 144590 0 0 0 3882 17 0 0 15 0 22 0 855379032 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 0 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
[pid=15316/tid=15328] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855379032 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15329] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15329/stat : 15329 (java) S 15314 15316 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855379032 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15330] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15330/stat : 15330 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855379034 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134537649 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15331] ppid=15314 vsize=10557436 CPUtime=1.27 cores=1,3,5,7
/proc/15316/task/15331/stat : 15331 (java) S 15314 15316 15115 0 -1 4202560 8132 0 0 0 126 1 0 0 16 0 22 0 855379034 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15332] ppid=15314 vsize=10557436 CPUtime=0.87 cores=1,3,5,7
/proc/15316/task/15332/stat : 15332 (java) S 15314 15316 15115 0 -1 4202560 3626 0 0 0 87 0 0 0 15 0 22 0 855379034 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
[pid=15316/tid=15333] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15333/stat : 15333 (java) S 15314 15316 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855379034 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134529945 0 4 0 16800975 18446604462593151360 0 0 -1 7 0 0 0
[pid=15316/tid=15334] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15316 15115 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 855379034 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 1 0 0 0
[pid=15316/tid=15335] ppid=15314 vsize=10557436 CPUtime=873.83 cores=1,3,5,7
/proc/15316/task/15335/stat : 15335 (java) R 15314 15316 15115 0 -1 4202560 274 0 0 0 87383 0 0 0 25 0 22 0 855379737 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 46912506211978 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15316/tid=15336] ppid=15314 vsize=10557436 CPUtime=873.7 cores=1,3,5,7
/proc/15316/task/15336/stat : 15336 (java) R 15314 15316 15115 0 -1 4202560 49742 0 0 0 87365 5 0 0 25 0 22 0 855379737 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 46912505960940 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15316/tid=15337] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15337/stat : 15337 (java) S 15314 15316 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 855379740 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 5 0 0 0
[pid=15316/tid=15338] ppid=15314 vsize=10557436 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15338/stat : 15338 (java) S 15314 15316 15115 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 855379743 10810814464 986079 33554432000 1073741824 1073778376 140736650767728 18446744073709551615 228134530560 0 4 0 16800975 18446604462593151360 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 10557436

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

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

[startup+921.124 s]
/proc/loadavg: 3.93 3.93 3.40 5/504 15413
/proc/meminfo: memFree=21033752/32951124 swapFree=41830676/67111528
[pid=15316] ppid=15314 vsize=0 CPUtime=1800.34 cores=1,3,5,7
/proc/15316/stat : 15316 (java) Z 15314 15316 15115 0 -1 4203548 993016 0 1 0 179907 127 0 0 17 0 2 0 855379028 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15316/statm: 0 0 0 0 0 0 0
[pid=15316/tid=15336] ppid=15314 vsize=0 CPUtime=873.8 cores=1,3,5,7
/proc/15316/task/15336/stat : 15336 (java) R 15314 15316 15115 0 -1 4203588 49742 0 0 0 87368 12 0 0 25 0 2 0 855379737 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 921.199
CPU time (s): 1800.43
CPU user time (s): 1799.08
CPU system time (s): 1.3478
CPU usage (%): 195.444
Max. virtual memory (cumulated for all children) (KiB): 10566080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.3478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 993016
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= 23184
involuntary context switches= 8993

runsolver used 4.34634 second user time and 9.92949 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-07 11:10:11
IDJOB=3478803
IDBENCH=89692
IDSOLVER=1950
FILE ID=node138/3478803-1307437810
RUNJOBID= node138-1307436783-15134
PBS_JOBID= 13519950
Free space on /tmp= 73844 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-130.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478803-1307437810/watcher-3478803-1307437810 -o /tmp/evaluation-result-3478803-1307437810/solver-3478803-1307437810 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478803-1307437810.opb

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

MD5SUM BENCH= 1e275a6bfffefd782bc57067ec81c100
RANDOM SEED=1939655852

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.80
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.854
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.75
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25644420 kB
Buffers:        341096 kB
Cached:        1288692 kB
SwapCached:      44568 kB
Active:        5182752 kB
Inactive:      1819284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25644420 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:           43412 kB
Writeback:           0 kB
AnonPages:     5339444 kB
Mapped:          24796 kB
Slab:           137448 kB
PageTables:      97800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141008724 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= 73808 MiB
End job on node138 at 2011-06-07 11:25:34