Trace number 3478979

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.42 907.709

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-89.opb
MD5SUM5e35cfce24461785d6d1180987ae518e
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 variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	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@48e5855a
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@398020cc
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-3478979-1307440661.opb
0.10/0.11	c reading problem ... 
2.64/2.08	c ... done. Wall clock time 1.964s.
2.64/2.08	c #vars     10086
2.64/2.08	c #constraints  226608
2.64/2.08	c constraints type 
2.64/2.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.64/2.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.64/2.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.64/2.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.64/2.08	c constraints type 
2.64/2.08	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
2.64/2.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
2.64/2.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
2.64/2.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
9.57/5.06	c cleaning 0 clauses out of 5000 with flag 0/5000
11.35/5.92	c cleaning 2467 clauses out of 5000 with flag 5000/5000
14.66/7.68	c cleaning 0 clauses out of 11000 with flag 0/11000
15.70/8.22	c cleaning 4264 clauses out of 8533 with flag 11000/11000
19.95/10.45	c cleaning 5633 clauses out of 11272 with flag 18003/18003
24.61/12.83	c cleaning 6747 clauses out of 13636 with flag 26000/26000
27.87/14.53	c cleaning 0 clauses out of 18000 with flag 0/18000
29.13/15.23	c cleaning 7932 clauses out of 15889 with flag 35000/35000
33.55/17.58	c cleaning 8874 clauses out of 17957 with flag 45000/45000
39.18/20.48	c cleaning 10028 clauses out of 20083 with flag 56000/56000
43.63/22.77	c cleaning 10994 clauses out of 22056 with flag 68001/68001
48.28/25.11	c cleaning 12012 clauses out of 24062 with flag 81002/81002
54.68/28.43	c cleaning 12997 clauses out of 26049 with flag 95002/95002
60.94/31.60	c cleaning 14018 clauses out of 28051 with flag 110001/110001
67.59/35.00	c cleaning 15003 clauses out of 30027 with flag 126001/126001
75.23/38.95	c cleaning 16005 clauses out of 32024 with flag 143001/143001
79.60/41.27	c cleaning 0 clauses out of 26000 with flag 0/26000
82.45/42.81	c cleaning 16996 clauses out of 34017 with flag 161000/161000
89.49/46.34	c cleaning 17929 clauses out of 36021 with flag 180000/180000
97.33/50.32	c cleaning 18933 clauses out of 38091 with flag 200000/200000
106.91/55.23	c cleaning 19959 clauses out of 40159 with flag 221001/221001
118.95/61.39	c cleaning 20978 clauses out of 42198 with flag 243000/243000
132.88/68.35	c cleaning 22103 clauses out of 44220 with flag 266000/266000
151.92/77.91	c cleaning 0 clauses out of 35000 with flag 0/35000
152.67/78.42	c cleaning 23027 clauses out of 46118 with flag 290001/290001
162.10/83.23	c cleaning 24015 clauses out of 48090 with flag 315000/315000
172.72/88.67	c cleaning 24963 clauses out of 50076 with flag 341001/341001
186.57/95.62	c cleaning 26036 clauses out of 52112 with flag 368000/368000
211.91/108.43	c cleaning 27031 clauses out of 54076 with flag 396000/396000
236.35/120.80	c cleaning 27962 clauses out of 56045 with flag 425000/425000
255.17/130.25	c cleaning 29034 clauses out of 58086 with flag 455003/455003
272.59/139.02	c cleaning 29855 clauses out of 60048 with flag 486000/486000
293.95/149.82	c cleaning 30986 clauses out of 62194 with flag 518001/518001
310.76/158.32	c cleaning 0 clauses out of 45000 with flag 0/45000
313.55/159.88	c cleaning 31855 clauses out of 64207 with flag 551000/551000
331.54/168.94	c cleaning 32877 clauses out of 66352 with flag 585000/585000
351.68/179.13	c cleaning 33880 clauses out of 68477 with flag 620002/620002
374.51/190.64	c cleaning 35232 clauses out of 70595 with flag 656000/656000
396.73/201.87	c cleaning 36093 clauses out of 72364 with flag 693002/693002
420.74/213.94	c cleaning 37016 clauses out of 74270 with flag 731001/731001
452.86/230.15	c cleaning 37955 clauses out of 76256 with flag 770003/770003
494.90/251.20	c cleaning 39057 clauses out of 78298 with flag 810000/810000
537.52/272.69	c cleaning 39938 clauses out of 80242 with flag 851002/851002
590.37/299.12	c cleaning 41041 clauses out of 82302 with flag 893000/893000
629.06/318.66	c cleaning 42124 clauses out of 84261 with flag 936000/936000
653.26/330.83	c cleaning 43020 clauses out of 86137 with flag 980000/980000
654.64/331.69	c cleaning 0 clauses out of 56001 with flag 0/56001
679.85/344.34	c cleaning 43910 clauses out of 88117 with flag 1025000/1025000
702.52/355.87	c cleaning 45068 clauses out of 90208 with flag 1071001/1071001
736.55/372.94	c cleaning 46018 clauses out of 92142 with flag 1118003/1118003
764.11/386.85	c cleaning 47008 clauses out of 94121 with flag 1166000/1166000
790.71/400.26	c cleaning 47944 clauses out of 96113 with flag 1215000/1215000
841.23/425.67	c cleaning 48787 clauses out of 98167 with flag 1265000/1265000
911.86/461.06	c cleaning 50086 clauses out of 100382 with flag 1316002/1316002
966.33/488.37	c cleaning 51007 clauses out of 102294 with flag 1368000/1368000
1026.74/518.64	c cleaning 51931 clauses out of 104287 with flag 1421000/1421000
1062.59/536.73	c cleaning 53166 clauses out of 106358 with flag 1475002/1475002
1095.35/553.22	c cleaning 53982 clauses out of 108189 with flag 1530000/1530000
1128.91/570.19	c cleaning 0 clauses out of 68002 with flag 0/68002
1135.05/573.31	c cleaning 55036 clauses out of 110207 with flag 1586000/1586000
1168.89/590.43	c cleaning 55924 clauses out of 112173 with flag 1643002/1643002
1214.09/613.15	c cleaning 56859 clauses out of 114248 with flag 1701001/1701001
1256.48/634.44	c cleaning 58056 clauses out of 116389 with flag 1760002/1760002
1293.87/653.24	c cleaning 58989 clauses out of 118331 with flag 1820000/1820000
1377.60/695.29	c cleaning 60102 clauses out of 120343 with flag 1881002/1881002
1468.22/740.69	c cleaning 61078 clauses out of 122239 with flag 1943000/1943000
1508.78/761.10	c cleaning 62000 clauses out of 124162 with flag 2006001/2006001
1554.76/784.16	c cleaning 62948 clauses out of 126160 with flag 2070001/2070001
1607.00/810.47	c cleaning 63948 clauses out of 128213 with flag 2135002/2135002
1662.00/838.05	c cleaning 65019 clauses out of 130264 with flag 2201001/2201001
1682.12/848.21	c cleaning 0 clauses out of 81000 with flag 0/81000
1725.24/870.01	c cleaning 65987 clauses out of 132244 with flag 2268000/2268000
1800.15/907.54	c starts		: 225
1800.15/907.54	c conflicts		: 2328998
1800.15/907.54	c decisions		: 11010262
1800.15/907.54	c propagations		: 728579760
1800.15/907.54	c inspects		: 8330071795
1800.15/907.54	c shortcuts		: 0
1800.15/907.54	c learnt literals	: 21
1800.15/907.54	c learnt binary clauses	: 799
1800.15/907.54	c learnt ternary clauses	: 2035
1800.15/907.54	c learnt constraints	: 2328977
1800.15/907.54	c ignored constraints	: 0
1800.15/907.54	c root simplifications	: 0
1800.15/907.54	c removed literals (reason simplification)	: 80365778
1800.15/907.54	c reason swapping (by a shorter reason)	: 0
1800.15/907.54	c Calls to reduceDB	: 63
1800.15/907.54	c number of reductions to clauses (during analyze)	: 0
1800.15/907.54	c number of learned constraints concerned by reduction	: 0
1800.15/907.54	c number of learning phase by resolution	: 0
1800.15/907.54	c number of learning phase by cutting planes	: 0
1800.15/907.54	c speed (assignments/second)	: 804650.6343177675
1800.15/907.54	c non guided choices	612206
1800.15/907.57	c learnt constraints type 
1800.15/907.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 799
1800.15/907.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126483
1800.15/907.57	c constraints type 
1800.15/907.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.15/907.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.15/907.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.15/907.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.15/907.57	c constraints type 
1800.15/907.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
1800.15/907.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
1800.15/907.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
1800.15/907.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.15/907.57	s UNKNOWN
1800.15/907.57	c Total wall clock time (in seconds): 907.456

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-3478979-1307440661/watcher-3478979-1307440661 -o /tmp/evaluation-result-3478979-1307440661/solver-3478979-1307440661 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478979-1307440661.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.75 3.87 3.79 3/482 15696
/proc/meminfo: memFree=24698816/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/15696/stat : 15696 (java) S 15694 15696 15115 0 -1 4202496 1370 0 1 0 0 0 0 0 21 0 2 0 855664104 37810176 1072 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 9231 1072 832 9 0 387 0
[pid=15696/tid=15697] ppid=15694 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15697/stat : 15697 (java) R 15694 15696 15115 0 -1 4202560 4016 0 1 0 0 0 0 0 18 0 2 0 855664105 10694979584 4832 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.05039 s]
/proc/loadavg: 3.75 3.87 3.79 3/482 15696
/proc/meminfo: memFree=24698816/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/15696/stat : 15696 (java) S 15694 15696 15115 0 -1 4202496 11337 0 1 0 2 1 0 0 21 0 13 0 855664104 10718699520 11033 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 2616870 11033 1679 9 0 2607618 0
[pid=15696/tid=15697] ppid=15694 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/15696/task/15697/stat : 15697 (java) R 15694 15696 15115 0 -1 4202560 10189 0 1 0 2 1 0 0 24 0 13 0 855664105 10718699520 11034 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 47314211881731 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100378 s]
/proc/loadavg: 3.75 3.87 3.79 3/482 15696
/proc/meminfo: memFree=24698816/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=10539912 CPUtime=0.1 cores=1,3,5,7
/proc/15696/stat : 15696 (java) S 15694 15696 15115 0 -1 4202496 12995 0 1 0 8 2 0 0 21 0 18 0 855664104 10792869888 12691 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 2634978 12692 2092 9 0 2625712 0
[pid=15696/tid=15697] ppid=15694 vsize=10539912 CPUtime=0.08 cores=1,3,5,7
/proc/15696/task/15697/stat : 15697 (java) R 15694 15696 15115 0 -1 4202560 11088 0 1 0 6 2 0 0 18 0 18 0 855664105 10792869888 12692 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 47314216377171 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539912

[startup+0.300343 s]
/proc/loadavg: 3.75 3.87 3.79 3/482 15696
/proc/meminfo: memFree=24698816/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=10541100 CPUtime=0.47 cores=1,3,5,7
/proc/15696/stat : 15696 (java) S 15694 15696 15115 0 -1 4202496 16101 0 1 0 44 3 0 0 21 0 18 0 855664104 10794086400 15495 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 2635275 15496 2199 9 0 2626009 0
[pid=15696/tid=15697] ppid=15694 vsize=10541100 CPUtime=0.28 cores=1,3,5,7
/proc/15696/task/15697/stat : 15697 (java) R 15694 15696 15115 0 -1 4202560 13259 0 1 0 26 2 0 0 18 0 18 0 855664105 10794086400 15496 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541100

[startup+0.70028 s]
/proc/loadavg: 3.75 3.87 3.79 3/482 15696
/proc/meminfo: memFree=24698816/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=10545696 CPUtime=1.22 cores=1,3,5,7
/proc/15696/stat : 15696 (java) S 15694 15696 15115 0 -1 4202496 53065 0 1 0 113 9 0 0 21 0 18 0 855664104 10798792704 50950 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 2636424 50955 2215 9 0 2627158 0
[pid=15696/tid=15697] ppid=15694 vsize=10545696 CPUtime=0.68 cores=1,3,5,7
/proc/15696/task/15697/stat : 15697 (java) R 15694 15696 15115 0 -1 4202560 46807 0 1 0 60 8 0 0 18 0 18 0 855664105 10798792704 50958 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 46912505607268 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 10545696

[startup+1.50113 s]
/proc/loadavg: 3.75 3.87 3.79 4/500 15714
/proc/meminfo: memFree=24358116/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=10545696 CPUtime=2.09 cores=1,3,5,7
/proc/15696/stat : 15696 (java) S 15694 15696 15115 0 -1 4202496 150265 0 1 0 188 21 0 0 21 0 18 0 855664104 10798792704 148150 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 2636424 148152 2215 9 0 2627158 0
[pid=15696/tid=15697] ppid=15694 vsize=10545696 CPUtime=1.48 cores=1,3,5,7
/proc/15696/task/15697/stat : 15697 (java) R 15694 15696 15115 0 -1 4202560 143990 0 1 0 128 20 0 0 19 0 18 0 855664105 10798792704 148154 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 46912505609680 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15696/tid=15699] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15699/stat : 15699 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 855664106 10798792704 148157 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15700] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15700/stat : 15700 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 855664106 10798792704 148160 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15701] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15701/stat : 15701 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 855664106 10798792704 148163 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15702] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15702/stat : 15702 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 855664106 10798792704 148166 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15703] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15703/stat : 15703 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 855664106 10798792704 148168 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15704] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15704/stat : 15704 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 855664106 10798792704 148171 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15705] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15705/stat : 15705 (java) S 15694 15696 15115 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 18 0 855664106 10798792704 148174 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15706] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15706/stat : 15706 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 855664106 10798792704 148177 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15707] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15707/stat : 15707 (java) S 15694 15696 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855664107 10798792704 148180 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 0 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15708] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15708/stat : 15708 (java) S 15694 15696 15115 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 855664108 10798792704 148183 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15709] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15709/stat : 15709 (java) S 15694 15696 15115 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 855664108 10798792704 148186 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15710] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15710/stat : 15710 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855664110 10798792704 148189 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134537649 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15711] ppid=15694 vsize=10545696 CPUtime=0.28 cores=1,3,5,7
/proc/15696/task/15711/stat : 15711 (java) S 15694 15696 15115 0 -1 4202560 1675 0 0 0 28 0 0 0 15 0 18 0 855664110 10798792704 148192 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15712] ppid=15694 vsize=10545696 CPUtime=0.3 cores=1,3,5,7
/proc/15696/task/15712/stat : 15712 (java) S 15694 15696 15115 0 -1 4202560 3452 0 0 0 30 0 0 0 19 0 18 0 855664110 10798792704 148195 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15713] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15713/stat : 15713 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855664110 10798792704 148198 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15714] ppid=15694 vsize=10545696 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15714/stat : 15714 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855664110 10798792704 148201 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 10545696

[startup+3.10081 s]
/proc/loadavg: 3.75 3.87 3.79 8/503 15717
/proc/meminfo: memFree=23823732/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=10554848 CPUtime=5.68 cores=1,3,5,7
/proc/15696/stat : 15696 (java) S 15694 15696 15115 0 -1 4202496 290025 0 1 0 531 37 0 0 21 0 22 0 855664104 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 2638712 283655 2238 9 0 2629446 0
[pid=15696/tid=15697] ppid=15694 vsize=10554848 CPUtime=2.06 cores=1,3,5,7
/proc/15696/task/15697/stat : 15697 (java) S 15694 15696 15115 0 -1 4202560 215721 0 1 0 178 28 0 0 15 0 22 0 855664105 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15699] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15699/stat : 15699 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 855664106 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15700] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15700/stat : 15700 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 855664106 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15701] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15701/stat : 15701 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 855664106 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15702] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15702/stat : 15702 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 855664106 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15703] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15703/stat : 15703 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 855664106 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15704] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15704/stat : 15704 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 855664106 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15705] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15705/stat : 15705 (java) S 15694 15696 15115 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 855664106 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15706] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15706/stat : 15706 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 855664106 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15707] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15707/stat : 15707 (java) S 15694 15696 15115 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 855664107 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 0 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15708] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15708/stat : 15708 (java) S 15694 15696 15115 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 22 0 855664108 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15709] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15709/stat : 15709 (java) S 15694 15696 15115 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 855664108 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15710] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15710/stat : 15710 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855664110 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134537649 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15711] ppid=15694 vsize=10554848 CPUtime=0.83 cores=1,3,5,7
/proc/15696/task/15711/stat : 15711 (java) R 15694 15696 15115 0 -1 4202560 7047 0 0 0 82 1 0 0 15 0 22 0 855664110 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 47314210660320 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15696/tid=15712] ppid=15694 vsize=10554848 CPUtime=0.76 cores=1,3,5,7
/proc/15696/task/15712/stat : 15712 (java) S 15694 15696 15115 0 -1 4202560 5338 0 0 0 76 0 0 0 15 0 22 0 855664110 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15713] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15713/stat : 15713 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855664110 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15714] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15714/stat : 15714 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855664110 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15715] ppid=15694 vsize=10554848 CPUtime=1.01 cores=1,3,5,7
/proc/15696/task/15715/stat : 15715 (java) R 15694 15696 15115 0 -1 4202560 1083 0 0 0 101 0 0 0 25 0 22 0 855664312 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 46912506122011 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15696/tid=15716] ppid=15694 vsize=10554848 CPUtime=0.98 cores=1,3,5,7
/proc/15696/task/15716/stat : 15716 (java) R 15694 15696 15115 0 -1 4202560 59666 0 0 0 92 6 0 0 25 0 22 0 855664312 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 46912505829769 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15696/tid=15717] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15717/stat : 15717 (java) S 15694 15696 15115 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 855664314 10808164352 283655 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 10554848

[startup+6.30122 s]
/proc/loadavg: 3.77 3.87 3.79 5/504 15718
/proc/meminfo: memFree=22763572/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=10554848 CPUtime=12.02 cores=1,3,5,7
/proc/15696/stat : 15696 (java) S 15694 15696 15115 0 -1 4202496 491284 0 1 0 1144 58 0 0 21 0 22 0 855664104 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 2638712 484894 2265 9 0 2629446 0
[pid=15696/tid=15697] ppid=15694 vsize=10554848 CPUtime=2.06 cores=1,3,5,7
/proc/15696/task/15697/stat : 15697 (java) S 15694 15696 15115 0 -1 4202560 215721 0 1 0 178 28 0 0 15 0 22 0 855664105 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15699] ppid=15694 vsize=10554848 CPUtime=0.05 cores=1,3,5,7
/proc/15696/task/15699/stat : 15699 (java) S 15694 15696 15115 0 -1 4202560 3399 0 0 0 5 0 0 0 18 0 22 0 855664106 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15700] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15700/stat : 15700 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855664106 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15701] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15701/stat : 15701 (java) S 15694 15696 15115 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 855664106 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15702] ppid=15694 vsize=10554848 CPUtime=0.05 cores=1,3,5,7
/proc/15696/task/15702/stat : 15702 (java) S 15694 15696 15115 0 -1 4202560 3906 0 0 0 5 0 0 0 18 0 22 0 855664106 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15703] ppid=15694 vsize=10554848 CPUtime=0.04 cores=1,3,5,7
/proc/15696/task/15703/stat : 15703 (java) S 15694 15696 15115 0 -1 4202560 3408 0 0 0 4 0 0 0 18 0 22 0 855664106 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15704] ppid=15694 vsize=10554848 CPUtime=0.04 cores=1,3,5,7
/proc/15696/task/15704/stat : 15704 (java) S 15694 15696 15115 0 -1 4202560 3692 0 0 0 4 0 0 0 18 0 22 0 855664106 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15705] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15705/stat : 15705 (java) S 15694 15696 15115 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 855664106 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15706] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15706/stat : 15706 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855664106 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15707] ppid=15694 vsize=10554848 CPUtime=0.35 cores=1,3,5,7
/proc/15696/task/15707/stat : 15707 (java) S 15694 15696 15115 0 -1 4202560 17230 0 0 0 34 1 0 0 15 0 22 0 855664107 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 0 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15708] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15708/stat : 15708 (java) S 15694 15696 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855664108 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15709] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15709/stat : 15709 (java) S 15694 15696 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855664108 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15710] ppid=15694 vsize=10554848 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15710/stat : 15710 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855664110 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134537649 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15711] ppid=15694 vsize=10554848 CPUtime=0.97 cores=1,3,5,7
/proc/15696/task/15711/stat : 15711 (java) S 15694 15696 15115 0 -1 4202560 7060 0 0 0 96 1 0 0 15 0 22 0 855664110 10808164352 484894 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0

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

/proc/15696/task/15701/stat : 15701 (java) S 15694 15696 15115 0 -1 4202560 2923 0 0 0 57 0 0 0 16 0 22 0 855664106 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15702] ppid=15694 vsize=10554348 CPUtime=0.74 cores=1,3,5,7
/proc/15696/task/15702/stat : 15702 (java) S 15694 15696 15115 0 -1 4202560 8113 0 0 0 73 1 0 0 16 0 22 0 855664106 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15703] ppid=15694 vsize=10554348 CPUtime=0.75 cores=1,3,5,7
/proc/15696/task/15703/stat : 15703 (java) S 15694 15696 15115 0 -1 4202560 9801 0 0 0 74 1 0 0 15 0 22 0 855664106 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15704] ppid=15694 vsize=10554348 CPUtime=0.74 cores=1,3,5,7
/proc/15696/task/15704/stat : 15704 (java) S 15694 15696 15115 0 -1 4202560 7830 0 0 0 74 0 0 0 15 0 22 0 855664106 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15705] ppid=15694 vsize=10554348 CPUtime=0.57 cores=1,3,5,7
/proc/15696/task/15705/stat : 15705 (java) S 15694 15696 15115 0 -1 4202560 1885 0 0 0 57 0 0 0 16 0 22 0 855664106 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15706] ppid=15694 vsize=10554348 CPUtime=0.68 cores=1,3,5,7
/proc/15696/task/15706/stat : 15706 (java) S 15694 15696 15115 0 -1 4202560 2030 0 0 0 68 0 0 0 15 0 22 0 855664106 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15707] ppid=15694 vsize=10554348 CPUtime=16.35 cores=1,3,5,7
/proc/15696/task/15707/stat : 15707 (java) S 15694 15696 15115 0 -1 4202560 37678 0 0 0 1631 4 0 0 15 0 22 0 855664107 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 0 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15708] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15708/stat : 15708 (java) S 15694 15696 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855664108 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15709] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15709/stat : 15709 (java) S 15694 15696 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855664108 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15710] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15710/stat : 15710 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855664110 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134537649 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15711] ppid=15694 vsize=10554348 CPUtime=1.05 cores=1,3,5,7
/proc/15696/task/15711/stat : 15711 (java) S 15694 15696 15115 0 -1 4202560 7068 0 0 0 104 1 0 0 16 0 22 0 855664110 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15712] ppid=15694 vsize=10554348 CPUtime=1.06 cores=1,3,5,7
/proc/15696/task/15712/stat : 15712 (java) S 15694 15696 15115 0 -1 4202560 6015 0 0 0 105 1 0 0 16 0 22 0 855664110 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15713] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15713/stat : 15713 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855664110 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15714] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15714/stat : 15714 (java) S 15694 15696 15115 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 855664110 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15715] ppid=15694 vsize=10554348 CPUtime=802.29 cores=1,3,5,7
/proc/15696/task/15715/stat : 15715 (java) R 15694 15696 15115 0 -1 4202560 2182 0 0 0 80229 0 0 0 25 0 22 0 855664312 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 46912505951088 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15696/tid=15716] ppid=15694 vsize=10554348 CPUtime=802.24 cores=1,3,5,7
/proc/15696/task/15716/stat : 15716 (java) R 15694 15696 15115 0 -1 4202560 619720 0 0 0 80160 64 0 0 25 0 22 0 855664312 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 46912505830134 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15696/tid=15717] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15717/stat : 15717 (java) S 15694 15696 15115 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 855664314 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15718] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15718/stat : 15718 (java) S 15694 15696 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855664316 10807652352 925765 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1630.56
Current children cumulated vsize (KiB) 10554348

[startup+882.301 s]
/proc/loadavg: 4.02 3.94 3.85 4/504 15804
/proc/meminfo: memFree=18741436/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=10554348 CPUtime=1749.63 cores=1,3,5,7
/proc/15696/stat : 15696 (java) S 15694 15696 15115 0 -1 4202496 933903 0 1 0 174857 106 0 0 21 0 22 0 855664104 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 2638587 925777 2267 9 0 2629321 0
[pid=15696/tid=15697] ppid=15694 vsize=10554348 CPUtime=2.07 cores=1,3,5,7
/proc/15696/task/15697/stat : 15697 (java) S 15694 15696 15115 0 -1 4202560 215748 0 1 0 179 28 0 0 15 0 22 0 855664105 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15699] ppid=15694 vsize=10554348 CPUtime=0.74 cores=1,3,5,7
/proc/15696/task/15699/stat : 15699 (java) S 15694 15696 15115 0 -1 4202560 7722 0 0 0 73 1 0 0 16 0 22 0 855664106 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15700] ppid=15694 vsize=10554348 CPUtime=0.72 cores=1,3,5,7
/proc/15696/task/15700/stat : 15700 (java) S 15694 15696 15115 0 -1 4202560 3961 0 0 0 72 0 0 0 15 0 22 0 855664106 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15701] ppid=15694 vsize=10554348 CPUtime=0.59 cores=1,3,5,7
/proc/15696/task/15701/stat : 15701 (java) S 15694 15696 15115 0 -1 4202560 2923 0 0 0 59 0 0 0 16 0 22 0 855664106 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15702] ppid=15694 vsize=10554348 CPUtime=0.81 cores=1,3,5,7
/proc/15696/task/15702/stat : 15702 (java) S 15694 15696 15115 0 -1 4202560 8120 0 0 0 80 1 0 0 15 0 22 0 855664106 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15703] ppid=15694 vsize=10554348 CPUtime=0.78 cores=1,3,5,7
/proc/15696/task/15703/stat : 15703 (java) S 15694 15696 15115 0 -1 4202560 9804 0 0 0 77 1 0 0 15 0 22 0 855664106 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15704] ppid=15694 vsize=10554348 CPUtime=0.78 cores=1,3,5,7
/proc/15696/task/15704/stat : 15704 (java) S 15694 15696 15115 0 -1 4202560 7830 0 0 0 78 0 0 0 16 0 22 0 855664106 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15705] ppid=15694 vsize=10554348 CPUtime=0.6 cores=1,3,5,7
/proc/15696/task/15705/stat : 15705 (java) S 15694 15696 15115 0 -1 4202560 1885 0 0 0 60 0 0 0 16 0 22 0 855664106 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15706] ppid=15694 vsize=10554348 CPUtime=0.69 cores=1,3,5,7
/proc/15696/task/15706/stat : 15706 (java) S 15694 15696 15115 0 -1 4202560 2030 0 0 0 69 0 0 0 15 0 22 0 855664106 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15707] ppid=15694 vsize=10554348 CPUtime=17.41 cores=1,3,5,7
/proc/15696/task/15707/stat : 15707 (java) S 15694 15696 15115 0 -1 4202560 37682 0 0 0 1737 4 0 0 15 0 22 0 855664107 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 0 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15708] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15708/stat : 15708 (java) S 15694 15696 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855664108 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15709] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15709/stat : 15709 (java) S 15694 15696 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855664108 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15710] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15710/stat : 15710 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855664110 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134537649 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15711] ppid=15694 vsize=10554348 CPUtime=1.05 cores=1,3,5,7
/proc/15696/task/15711/stat : 15711 (java) S 15694 15696 15115 0 -1 4202560 7068 0 0 0 104 1 0 0 16 0 22 0 855664110 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15712] ppid=15694 vsize=10554348 CPUtime=1.06 cores=1,3,5,7
/proc/15696/task/15712/stat : 15712 (java) S 15694 15696 15115 0 -1 4202560 6015 0 0 0 105 1 0 0 16 0 22 0 855664110 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15713] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15713/stat : 15713 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855664110 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15714] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15714/stat : 15714 (java) S 15694 15696 15115 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 855664110 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15715] ppid=15694 vsize=10554348 CPUtime=861.12 cores=1,3,5,7
/proc/15696/task/15715/stat : 15715 (java) R 15694 15696 15115 0 -1 4202560 2185 0 0 0 86112 0 0 0 25 0 22 0 855664312 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 46912505950915 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15696/tid=15716] ppid=15694 vsize=10554348 CPUtime=861.07 cores=1,3,5,7
/proc/15696/task/15716/stat : 15716 (java) R 15694 15696 15115 0 -1 4202560 619722 0 0 0 86043 64 0 0 25 0 22 0 855664312 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 46912505943432 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15696/tid=15717] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15717/stat : 15717 (java) S 15694 15696 15115 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 855664314 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15718] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15718/stat : 15718 (java) S 15694 15696 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855664316 10807652352 925777 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1749.63
Current children cumulated vsize (KiB) 10554348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.518 s]
/proc/loadavg: 4.01 3.95 3.85 5/504 15805
/proc/meminfo: memFree=18741440/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=10554348 CPUtime=1800.15 cores=1,3,5,7
/proc/15696/stat : 15696 (java) S 15694 15696 15115 0 -1 4202496 933912 0 1 0 179909 106 0 0 21 0 22 0 855664104 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 2638587 925780 2267 9 0 2629321 0
[pid=15696/tid=15697] ppid=15694 vsize=10554348 CPUtime=2.07 cores=1,3,5,7
/proc/15696/task/15697/stat : 15697 (java) S 15694 15696 15115 0 -1 4202560 215748 0 1 0 179 28 0 0 15 0 22 0 855664105 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15699] ppid=15694 vsize=10554348 CPUtime=0.77 cores=1,3,5,7
/proc/15696/task/15699/stat : 15699 (java) S 15694 15696 15115 0 -1 4202560 7723 0 0 0 76 1 0 0 16 0 22 0 855664106 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15700] ppid=15694 vsize=10554348 CPUtime=0.72 cores=1,3,5,7
/proc/15696/task/15700/stat : 15700 (java) S 15694 15696 15115 0 -1 4202560 3961 0 0 0 72 0 0 0 15 0 22 0 855664106 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15701] ppid=15694 vsize=10554348 CPUtime=0.59 cores=1,3,5,7
/proc/15696/task/15701/stat : 15701 (java) S 15694 15696 15115 0 -1 4202560 2923 0 0 0 59 0 0 0 15 0 22 0 855664106 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15702] ppid=15694 vsize=10554348 CPUtime=0.84 cores=1,3,5,7
/proc/15696/task/15702/stat : 15702 (java) S 15694 15696 15115 0 -1 4202560 8122 0 0 0 83 1 0 0 16 0 22 0 855664106 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15703] ppid=15694 vsize=10554348 CPUtime=0.8 cores=1,3,5,7
/proc/15696/task/15703/stat : 15703 (java) S 15694 15696 15115 0 -1 4202560 9804 0 0 0 79 1 0 0 16 0 22 0 855664106 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15704] ppid=15694 vsize=10554348 CPUtime=0.78 cores=1,3,5,7
/proc/15696/task/15704/stat : 15704 (java) S 15694 15696 15115 0 -1 4202560 7830 0 0 0 78 0 0 0 15 0 22 0 855664106 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15705] ppid=15694 vsize=10554348 CPUtime=0.62 cores=1,3,5,7
/proc/15696/task/15705/stat : 15705 (java) S 15694 15696 15115 0 -1 4202560 1885 0 0 0 62 0 0 0 15 0 22 0 855664106 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15706] ppid=15694 vsize=10554348 CPUtime=0.73 cores=1,3,5,7
/proc/15696/task/15706/stat : 15706 (java) S 15694 15696 15115 0 -1 4202560 2030 0 0 0 73 0 0 0 16 0 22 0 855664106 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15707] ppid=15694 vsize=10554348 CPUtime=17.41 cores=1,3,5,7
/proc/15696/task/15707/stat : 15707 (java) S 15694 15696 15115 0 -1 4202560 37684 0 0 0 1737 4 0 0 15 0 22 0 855664107 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 0 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15708] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15708/stat : 15708 (java) S 15694 15696 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855664108 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15709] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15709/stat : 15709 (java) S 15694 15696 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855664108 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
[pid=15696/tid=15710] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15710/stat : 15710 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855664110 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134537649 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15711] ppid=15694 vsize=10554348 CPUtime=1.05 cores=1,3,5,7
/proc/15696/task/15711/stat : 15711 (java) S 15694 15696 15115 0 -1 4202560 7068 0 0 0 104 1 0 0 16 0 22 0 855664110 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15712] ppid=15694 vsize=10554348 CPUtime=1.06 cores=1,3,5,7
/proc/15696/task/15712/stat : 15712 (java) S 15694 15696 15115 0 -1 4202560 6015 0 0 0 105 1 0 0 16 0 22 0 855664110 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 5 0 0 0
[pid=15696/tid=15713] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15713/stat : 15713 (java) S 15694 15696 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855664110 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134529945 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15714] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15714/stat : 15714 (java) S 15694 15696 15115 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 855664110 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 3 0 0 0
[pid=15696/tid=15715] ppid=15694 vsize=10554348 CPUtime=886.32 cores=1,3,5,7
/proc/15696/task/15715/stat : 15715 (java) R 15694 15696 15115 0 -1 4202560 2186 0 0 0 88632 0 0 0 25 0 22 0 855664312 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 46912505980814 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15696/tid=15716] ppid=15694 vsize=10554348 CPUtime=886.27 cores=1,3,5,7
/proc/15696/task/15716/stat : 15716 (java) R 15694 15696 15115 0 -1 4202560 619723 0 0 0 88563 64 0 0 25 0 22 0 855664312 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 46912505942467 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15696/tid=15717] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15717/stat : 15717 (java) S 15694 15696 15115 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 855664314 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 1 0 0 0
[pid=15696/tid=15718] ppid=15694 vsize=10554348 CPUtime=0 cores=1,3,5,7
/proc/15696/task/15718/stat : 15718 (java) S 15694 15696 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855664316 10807652352 925780 33554432000 1073741824 1073778376 140735954434832 18446744073709551615 228134530560 0 4 0 16800975 18446604466705528832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 10554348

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

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

[startup+907.624 s]
/proc/loadavg: 4.01 3.95 3.85 5/504 15805
/proc/meminfo: memFree=18741440/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=0 CPUtime=1800.33 cores=1,3,5,7
/proc/15696/stat : 15696 (java) Z 15694 15696 15115 0 -1 4203548 933945 0 1 0 179921 112 0 0 17 0 2 0 855664104 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 0 0 0 0 0 0 0
[pid=15696/tid=15715] ppid=15694 vsize=0 CPUtime=886.4 cores=1,3,5,7
/proc/15696/task/15715/stat : 15715 (java) R 15694 15696 15115 0 -1 4203588 2186 0 0 0 88635 5 0 0 25 0 2 0 855664312 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

[startup+907.701 s]
/proc/loadavg: 4.01 3.95 3.85 5/504 15805
/proc/meminfo: memFree=18741440/32951124 swapFree=41830676/67111528
[pid=15696] ppid=15694 vsize=0 CPUtime=1800.4 cores=1,3,5,7
/proc/15696/stat : 15696 (java) Z 15694 15696 15115 0 -1 4203548 933945 0 1 0 179921 119 0 0 17 0 2 0 855664104 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15696/statm: 0 0 0 0 0 0 0
[pid=15696/tid=15715] ppid=15694 vsize=0 CPUtime=886.47 cores=1,3,5,7
/proc/15696/task/15715/stat : 15715 (java) R 15694 15696 15115 0 -1 4203588 2186 0 0 0 88635 12 0 0 25 0 2 0 855664312 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 907.709
CPU time (s): 1800.42
CPU user time (s): 1799.21
CPU system time (s): 1.20482
CPU usage (%): 198.348
Max. virtual memory (cumulated for all children) (KiB): 10557724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.20482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 933945
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= 24708
involuntary context switches= 15992

runsolver used 4.24635 second user time and 9.8355 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-07 11:57:41
IDJOB=3478979
IDBENCH=89814
IDSOLVER=1950
FILE ID=node138/3478979-1307440661
RUNJOBID= node138-1307436783-15134
PBS_JOBID= 13519950
Free space on /tmp= 73872 MiB

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

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

MD5SUM BENCH= 5e35cfce24461785d6d1180987ae518e
RANDOM SEED=687975901

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:      24699096 kB
Buffers:        342204 kB
Cached:        1292756 kB
SwapCached:      44568 kB
Active:        6094384 kB
Inactive:      1852292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24699096 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:            9608 kB
Writeback:           0 kB
AnonPages:     6278452 kB
Mapped:          24800 kB
Slab:           136768 kB
PageTables:      99636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141012856 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= 73520 MiB
End job on node138 at 2011-06-07 12:12:51