Trace number 3455447

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.4 910.915

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12033_3-sat.opb
MD5SUM5c357873a81db98d0c84cf88eebfbda4
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 variables26136
Total number of constraints86824
Number of constraints which are clauses86396
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints428
Minimum length of a constraint1
Maximum length of a constraint95
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 582
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.01/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.10	c See www.sat4j.org for details.
0.01/0.10	c version 2.3.1.v20110525
0.01/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.10	c java.vm.version	19.1-b02
0.01/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.10	c sun.arch.data.model	64
0.01/0.10	c java.version		1.6.0_24
0.01/0.10	c os.name		Linux
0.01/0.10	c os.version		2.6.18-164.el5
0.01/0.10	c os.arch		amd64
0.01/0.10	c Free memory 		9996466904
0.01/0.10	c Max memory 		10048897024
0.01/0.10	c Total memory 		10048897024
0.01/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3455447-1307196946.opb
0.07/0.13	c reading problem ... 
2.19/1.13	c ... done. Wall clock time 1.0s.
2.19/1.13	c #vars     26136
2.19/1.13	c #constraints  75711
2.19/1.13	c constraints type 
2.19/1.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9404
2.19/1.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61458
2.19/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 428
2.19/1.13	c constraints type 
2.19/1.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 61458
2.19/1.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9404
2.19/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 428
7.11/3.08	c cleaning 2487 clauses out of 5003 with flag 5003/5003
10.86/4.87	c cleaning 4251 clauses out of 8514 with flag 11001/11001
15.19/7.06	c cleaning 5619 clauses out of 11262 with flag 18000/18000
20.14/9.55	c cleaning 6815 clauses out of 13643 with flag 26000/26000
25.34/12.12	c cleaning 7905 clauses out of 15831 with flag 35003/35003
31.21/15.19	c cleaning 8959 clauses out of 17925 with flag 45002/45002
38.50/18.87	c cleaning 9965 clauses out of 19964 with flag 56000/56000
46.58/22.97	c cleaning 10997 clauses out of 22001 with flag 68002/68002
57.02/28.21	c cleaning 11978 clauses out of 24002 with flag 81000/81000
66.68/33.14	c cleaning 13009 clauses out of 26024 with flag 95000/95000
78.53/39.10	c cleaning 13981 clauses out of 28016 with flag 110001/110001
90.56/45.24	c cleaning 14993 clauses out of 30036 with flag 126002/126002
101.92/51.07	c cleaning 16014 clauses out of 32042 with flag 143001/143001
115.96/58.16	c cleaning 16990 clauses out of 34028 with flag 161001/161001
125.16/62.87	c cleaning 0 clauses out of 5001 with flag 0/5001
130.63/65.52	c cleaning 18012 clauses out of 36037 with flag 180000/180000
145.92/73.30	c cleaning 18998 clauses out of 38025 with flag 200000/200000
162.13/81.56	c cleaning 20004 clauses out of 40027 with flag 221000/221000
177.51/89.35	c cleaning 20999 clauses out of 42024 with flag 243001/243001
193.90/97.61	c cleaning 21994 clauses out of 44023 with flag 266000/266000
212.94/107.36	c cleaning 23003 clauses out of 46030 with flag 290001/290001
231.68/116.86	c cleaning 23997 clauses out of 48028 with flag 315002/315002
250.62/126.50	c cleaning 24990 clauses out of 50029 with flag 341000/341000
277.33/140.00	c cleaning 26010 clauses out of 52039 with flag 368000/368000
303.91/153.46	c cleaning 26993 clauses out of 54029 with flag 396000/396000
327.98/165.65	c cleaning 27998 clauses out of 56036 with flag 425000/425000
352.90/178.24	c cleaning 29010 clauses out of 58041 with flag 455003/455003
381.57/192.79	c cleaning 29991 clauses out of 60028 with flag 486000/486000
412.27/208.33	c cleaning 30992 clauses out of 62039 with flag 518002/518002
442.51/223.69	c cleaning 31997 clauses out of 64045 with flag 551000/551000
465.36/235.26	c cleaning 0 clauses out of 11000 with flag 0/11000
485.85/245.63	c cleaning 32997 clauses out of 66048 with flag 585000/585000
520.26/263.17	c cleaning 34015 clauses out of 68051 with flag 620000/620000
553.08/279.70	c cleaning 35001 clauses out of 70036 with flag 656000/656000
584.26/295.52	c cleaning 36004 clauses out of 72036 with flag 693001/693001
622.26/314.75	c cleaning 36990 clauses out of 74032 with flag 731001/731001
660.03/333.93	c cleaning 37992 clauses out of 76041 with flag 770000/770000
708.19/358.28	c cleaning 38993 clauses out of 78049 with flag 810000/810000
758.97/383.90	c cleaning 40015 clauses out of 80057 with flag 851001/851001
813.28/411.27	c cleaning 40994 clauses out of 82042 with flag 893001/893001
853.55/431.78	c cleaning 42013 clauses out of 84047 with flag 936000/936000
901.66/456.02	c cleaning 42993 clauses out of 86034 with flag 980000/980000
948.17/479.61	c cleaning 44010 clauses out of 88041 with flag 1025000/1025000
1006.21/508.88	c cleaning 45003 clauses out of 90031 with flag 1071000/1071000
1057.04/534.62	c cleaning 45990 clauses out of 92028 with flag 1118000/1118000
1111.06/561.97	c cleaning 46976 clauses out of 94038 with flag 1166000/1166000
1165.92/589.68	c cleaning 48002 clauses out of 96062 with flag 1215000/1215000
1218.50/616.21	c cleaning 0 clauses out of 18001 with flag 0/18001
1226.34/620.62	c cleaning 49005 clauses out of 98061 with flag 1265001/1265001
1289.38/652.44	c cleaning 50003 clauses out of 100057 with flag 1316002/1316002
1344.76/680.43	c cleaning 51011 clauses out of 102052 with flag 1368000/1368000
1403.39/710.09	c cleaning 51990 clauses out of 104041 with flag 1421000/1421000
1467.83/742.76	c cleaning 52999 clauses out of 106051 with flag 1475000/1475000
1546.99/782.65	c cleaning 54002 clauses out of 108052 with flag 1530000/1530000
1613.38/816.18	c cleaning 54997 clauses out of 110050 with flag 1586000/1586000
1683.50/851.52	c cleaning 56014 clauses out of 112054 with flag 1643001/1643001
1750.25/885.45	c cleaning 57005 clauses out of 114040 with flag 1701001/1701001
1800.15/910.74	c starts		: 209
1800.15/910.74	c conflicts		: 1746063
1800.15/910.74	c decisions		: 2228131
1800.15/910.74	c propagations		: 1102979608
1800.15/910.74	c inspects		: 4709372379
1800.15/910.74	c shortcuts		: 0
1800.15/910.74	c learnt literals	: 1
1800.15/910.74	c learnt binary clauses	: 3
1800.15/910.74	c learnt ternary clauses	: 1648
1800.15/910.74	c learnt constraints	: 1746062
1800.15/910.74	c ignored constraints	: 0
1800.15/910.74	c root simplifications	: 0
1800.15/910.74	c removed literals (reason simplification)	: 30642703
1800.15/910.74	c reason swapping (by a shorter reason)	: 0
1800.15/910.74	c Calls to reduceDB	: 54
1800.15/910.74	c number of reductions to clauses (during analyze)	: 0
1800.15/910.74	c number of learned constraints concerned by reduction	: 0
1800.15/910.74	c number of learning phase by resolution	: 0
1800.15/910.74	c number of learning phase by cutting planes	: 0
1800.15/910.74	c speed (assignments/second)	: 1212587.9411790574
1800.15/910.74	c non guided choices	242
1800.15/910.76	c learnt constraints type 
1800.15/910.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.15/910.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102108
1800.15/910.76	c constraints type 
1800.15/910.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9404
1800.15/910.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61458
1800.15/910.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 428
1800.15/910.76	c constraints type 
1800.15/910.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 61458
1800.15/910.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9404
1800.15/910.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 428
1800.15/910.76	s UNKNOWN
1800.15/910.76	c Total wall clock time (in seconds): 910.635

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-3455447-1307196946/watcher-3455447-1307196946 -o /tmp/evaluation-result-3455447-1307196946/solver-3455447-1307196946 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455447-1307196946.opb 

running on 4 cores: 0,2,4,6

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.82 3.88 3.70 3/482 27204
/proc/meminfo: memFree=25013184/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=36924 CPUtime=0 cores=0,2,4,6
/proc/27204/stat : 27204 (java) S 27202 27204 26110 0 -1 4202496 1371 0 1 0 0 0 0 0 25 0 2 0 831292622 37810176 1073 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 9231 1073 833 9 0 387 0
[pid=27204/tid=27205] ppid=27202 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27205/stat : 27205 (java) R 27202 27204 26110 0 -1 4202560 733 0 1 0 0 0 0 0 25 0 2 0 831292623 10681323520 1549 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.031043 s]
/proc/loadavg: 3.82 3.88 3.70 3/482 27204
/proc/meminfo: memFree=25013184/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/27204/stat : 27204 (java) S 27202 27204 26110 0 -1 4202496 9918 0 1 0 0 1 0 0 25 0 10 0 831292622 10703900672 9619 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 2613257 9632 940 9 0 2604413 0
[pid=27204/tid=27205] ppid=27202 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/27204/task/27205/stat : 27205 (java) R 27202 27204 26110 0 -1 4202560 8812 0 1 0 0 1 0 0 25 0 10 0 831292623 10703900672 9637 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 47709397389649 0 4 0 16784584 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.102369 s]
/proc/loadavg: 3.82 3.88 3.70 3/482 27204
/proc/meminfo: memFree=25013184/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=10538496 CPUtime=0.07 cores=0,2,4,6
/proc/27204/stat : 27204 (java) S 27202 27204 26110 0 -1 4202496 12306 0 1 0 6 1 0 0 25 0 18 0 831292622 10791419904 12002 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 2634882 12677 2092 9 0 2625616 0
[pid=27204/tid=27205] ppid=27202 vsize=10539528 CPUtime=0.08 cores=0,2,4,6
/proc/27204/task/27205/stat : 27205 (java) R 27202 27204 26110 0 -1 4202560 11084 0 1 0 7 1 0 0 18 0 18 0 831292623 10792476672 12677 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 47709393174435 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10538496

[startup+0.301046 s]
/proc/loadavg: 3.82 3.88 3.70 3/482 27204
/proc/meminfo: memFree=25013184/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=10541692 CPUtime=0.45 cores=0,2,4,6
/proc/27204/stat : 27204 (java) S 27202 27204 26110 0 -1 4202496 15696 0 1 0 43 2 0 0 25 0 18 0 831292622 10794692608 15295 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 2635423 15296 2198 9 0 2626157 0
[pid=27204/tid=27205] ppid=27202 vsize=10541692 CPUtime=0.26 cores=0,2,4,6
/proc/27204/task/27205/stat : 27205 (java) R 27202 27204 26110 0 -1 4202560 13058 0 1 0 25 1 0 0 18 0 18 0 831292623 10794692608 15296 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10541692

[startup+0.70091 s]
/proc/loadavg: 3.82 3.88 3.70 3/482 27204
/proc/meminfo: memFree=25013184/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=10548704 CPUtime=1.3 cores=0,2,4,6
/proc/27204/stat : 27204 (java) S 27202 27204 26110 0 -1 4202496 44255 0 1 0 123 7 0 0 25 0 18 0 831292622 10801872896 41659 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 2637176 41662 2221 9 0 2627910 0
[pid=27204/tid=27205] ppid=27202 vsize=10548704 CPUtime=0.67 cores=0,2,4,6
/proc/27204/task/27205/stat : 27205 (java) R 27202 27204 26110 0 -1 4202560 37368 0 1 0 61 6 0 0 18 0 18 0 831292623 10801872896 41664 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 46912505552897 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 10548704

[startup+1.50073 s]
/proc/loadavg: 3.82 3.88 3.70 6/500 27222
/proc/meminfo: memFree=24746452/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=10557292 CPUtime=3.68 cores=0,2,4,6
/proc/27204/stat : 27204 (java) S 27202 27204 26110 0 -1 4202496 92103 0 1 0 355 13 0 0 25 0 22 0 831292622 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 2639323 85620 2237 9 0 2630057 0
[pid=27204/tid=27205] ppid=27202 vsize=10557292 CPUtime=1.1 cores=0,2,4,6
/proc/27204/task/27205/stat : 27205 (java) S 27202 27204 26110 0 -1 4202560 66599 0 1 0 100 10 0 0 19 0 22 0 831292623 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27207] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27207/stat : 27207 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292625 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27208] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27208/stat : 27208 (java) S 27202 27204 26110 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831292625 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27209] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27209/stat : 27209 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292625 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27210] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27210/stat : 27210 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292625 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27211] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27211/stat : 27211 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292625 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27212] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27212/stat : 27212 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292625 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27213] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27213/stat : 27213 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292625 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27214] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27214/stat : 27214 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292625 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27215] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27215/stat : 27215 (java) S 27202 27204 26110 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831292626 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 0 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27216] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27216/stat : 27216 (java) S 27202 27204 26110 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831292626 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27217] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27217/stat : 27217 (java) S 27202 27204 26110 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831292627 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27218] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27218/stat : 27218 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292630 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134537649 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27219] ppid=27202 vsize=10557292 CPUtime=0.99 cores=0,2,4,6
/proc/27204/task/27219/stat : 27219 (java) R 27202 27204 26110 0 -1 4202560 5077 0 0 0 99 0 0 0 25 0 22 0 831292630 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 47709392479565 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27204/tid=27220] ppid=27202 vsize=10557292 CPUtime=0.84 cores=0,2,4,6
/proc/27204/task/27220/stat : 27220 (java) R 27202 27204 26110 0 -1 4202560 7989 0 0 0 83 1 0 0 16 0 22 0 831292630 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 47709392912267 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27204/tid=27221] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27221/stat : 27221 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292630 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27222] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27222/stat : 27222 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831292630 10810667008 85620 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 10557292

[startup+3.10144 s]
/proc/loadavg: 3.82 3.88 3.70 5/504 27226
/proc/meminfo: memFree=24430964/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=10557292 CPUtime=7.38 cores=0,2,4,6
/proc/27204/stat : 27204 (java) S 27202 27204 26110 0 -1 4202496 273123 0 1 0 706 32 0 0 25 0 22 0 831292622 10810667008 266324 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 2639323 266330 2253 9 0 2630057 0
[pid=27204/tid=27205] ppid=27202 vsize=10557292 CPUtime=1.1 cores=0,2,4,6
/proc/27204/task/27205/stat : 27205 (java) S 27202 27204 26110 0 -1 4202560 66599 0 1 0 100 10 0 0 15 0 22 0 831292623 10810667008 266334 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27207] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27207/stat : 27207 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292625 10810667008 266337 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27208] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27208/stat : 27208 (java) S 27202 27204 26110 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831292625 10810667008 266340 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27209] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27209/stat : 27209 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292625 10810667008 266344 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27210] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27210/stat : 27210 (java) R 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831292625 10810667008 266348 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27204/tid=27211] ppid=27202 vsize=10557292 CPUtime=0.01 cores=0,2,4,6
/proc/27204/task/27211/stat : 27211 (java) R 27202 27204 26110 0 -1 4202560 1376 0 0 0 1 0 0 0 18 0 22 0 831292625 10810667008 266351 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 47709392348873 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27204/tid=27212] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27212/stat : 27212 (java) R 27202 27204 26110 0 -1 4202560 736 0 0 0 0 0 0 0 17 0 22 0 831292625 10810667008 266354 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 47709392348865 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27204/tid=27213] ppid=27202 vsize=10557292 CPUtime=0.01 cores=0,2,4,6
/proc/27204/task/27213/stat : 27213 (java) R 27202 27204 26110 0 -1 4202560 1084 0 0 0 1 0 0 0 18 0 22 0 831292625 10810667008 266358 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 47709392348849 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27204/tid=27214] ppid=27202 vsize=10557292 CPUtime=0.01 cores=0,2,4,6
/proc/27204/task/27214/stat : 27214 (java) R 27202 27204 26110 0 -1 4202560 1402 0 0 0 1 0 0 0 18 0 22 0 831292625 10810667008 266362 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 47709394039425 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27204/tid=27215] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27215/stat : 27215 (java) S 27202 27204 26110 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 831292626 10810667008 266366 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 0 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27216] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27216/stat : 27216 (java) S 27202 27204 26110 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831292626 10810667008 266368 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27217] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27217/stat : 27217 (java) S 27202 27204 26110 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831292627 10810667008 266372 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27218] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27218/stat : 27218 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292630 10810667008 266376 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134537649 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27219] ppid=27202 vsize=10557292 CPUtime=1.28 cores=0,2,4,6
/proc/27204/task/27219/stat : 27219 (java) S 27202 27204 26110 0 -1 4202560 5121 0 0 0 128 0 0 0 16 0 22 0 831292630 10810667008 266380 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27220] ppid=27202 vsize=10557292 CPUtime=1.02 cores=0,2,4,6
/proc/27204/task/27220/stat : 27220 (java) S 27202 27204 26110 0 -1 4202560 8328 0 0 0 101 1 0 0 15 0 22 0 831292630 10810667008 266384 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27221] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27221/stat : 27221 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292630 10810667008 266387 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27222] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27222/stat : 27222 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831292630 10810667008 266391 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27223] ppid=27202 vsize=10557292 CPUtime=1.94 cores=0,2,4,6
/proc/27204/task/27223/stat : 27223 (java) S 27202 27204 26110 0 -1 4202560 847 0 0 0 194 0 0 0 19 0 22 0 831292735 10810667008 266394 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27224] ppid=27202 vsize=10557292 CPUtime=1.93 cores=0,2,4,6
/proc/27204/task/27224/stat : 27224 (java) S 27202 27204 26110 0 -1 4202560 186494 0 0 0 174 19 0 0 25 0 22 0 831292735 10810667008 266398 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27225] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27225/stat : 27225 (java) S 27202 27204 26110 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831292742 10810667008 266401 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27226] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27226/stat : 27226 (java) S 27202 27204 26110 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831292742 10810667008 266405 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 10557292

[startup+6.30094 s]
/proc/loadavg: 3.83 3.88 3.70 5/504 27226
/proc/meminfo: memFree=23821924/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=10557292 CPUtime=13.78 cores=0,2,4,6
/proc/27204/stat : 27204 (java) S 27202 27204 26110 0 -1 4202496 304610 0 1 0 1343 35 0 0 25 0 22 0 831292622 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 2639323 297712 2267 9 0 2630057 0
[pid=27204/tid=27205] ppid=27202 vsize=10557292 CPUtime=1.1 cores=0,2,4,6
/proc/27204/task/27205/stat : 27205 (java) S 27202 27204 26110 0 -1 4202560 66599 0 1 0 100 10 0 0 15 0 22 0 831292623 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27207] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27207/stat : 27207 (java) S 27202 27204 26110 0 -1 4202560 367 0 0 0 0 0 0 0 15 0 22 0 831292625 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27208] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27208/stat : 27208 (java) S 27202 27204 26110 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831292625 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27209] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27209/stat : 27209 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831292625 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27210] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27210/stat : 27210 (java) S 27202 27204 26110 0 -1 4202560 470 0 0 0 0 0 0 0 16 0 22 0 831292625 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27211] ppid=27202 vsize=10557292 CPUtime=0.02 cores=0,2,4,6
/proc/27204/task/27211/stat : 27211 (java) S 27202 27204 26110 0 -1 4202560 1704 0 0 0 2 0 0 0 18 0 22 0 831292625 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27212] ppid=27202 vsize=10557292 CPUtime=0.02 cores=0,2,4,6
/proc/27204/task/27212/stat : 27212 (java) S 27202 27204 26110 0 -1 4202560 1516 0 0 0 2 0 0 0 15 0 22 0 831292625 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27213] ppid=27202 vsize=10557292 CPUtime=0.02 cores=0,2,4,6
/proc/27204/task/27213/stat : 27213 (java) S 27202 27204 26110 0 -1 4202560 1552 0 0 0 2 0 0 0 18 0 22 0 831292625 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27214] ppid=27202 vsize=10557292 CPUtime=0.03 cores=0,2,4,6
/proc/27204/task/27214/stat : 27214 (java) S 27202 27204 26110 0 -1 4202560 2342 0 0 0 3 0 0 0 18 0 22 0 831292625 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27215] ppid=27202 vsize=10557292 CPUtime=0.16 cores=0,2,4,6
/proc/27204/task/27215/stat : 27215 (java) S 27202 27204 26110 0 -1 4202560 7693 0 0 0 16 0 0 0 15 0 22 0 831292626 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 0 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27216] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27216/stat : 27216 (java) S 27202 27204 26110 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831292626 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27217] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27217/stat : 27217 (java) S 27202 27204 26110 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831292627 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27218] ppid=27202 vsize=10557292 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27218/stat : 27218 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292630 10810667008 297712 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134537649 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0

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

/proc/27204/task/27209/stat : 27209 (java) S 27202 27204 26110 0 -1 4202560 7697 0 0 0 64 1 0 0 16 0 22 0 831292625 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27210] ppid=27202 vsize=10557732 CPUtime=0.69 cores=0,2,4,6
/proc/27204/task/27210/stat : 27210 (java) S 27202 27204 26110 0 -1 4202560 7226 0 0 0 68 1 0 0 15 0 22 0 831292625 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27211] ppid=27202 vsize=10557732 CPUtime=0.76 cores=0,2,4,6
/proc/27204/task/27211/stat : 27211 (java) S 27202 27204 26110 0 -1 4202560 10969 0 0 0 75 1 0 0 16 0 22 0 831292625 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27212] ppid=27202 vsize=10557732 CPUtime=0.89 cores=0,2,4,6
/proc/27204/task/27212/stat : 27212 (java) S 27202 27204 26110 0 -1 4202560 12791 0 0 0 87 2 0 0 15 0 22 0 831292625 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27213] ppid=27202 vsize=10557732 CPUtime=0.74 cores=0,2,4,6
/proc/27204/task/27213/stat : 27213 (java) S 27202 27204 26110 0 -1 4202560 8751 0 0 0 74 0 0 0 16 0 22 0 831292625 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27214] ppid=27202 vsize=10557732 CPUtime=0.86 cores=0,2,4,6
/proc/27204/task/27214/stat : 27214 (java) S 27202 27204 26110 0 -1 4202560 10326 0 0 0 85 1 0 0 15 0 22 0 831292625 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27215] ppid=27202 vsize=10557732 CPUtime=24.13 cores=0,2,4,6
/proc/27204/task/27215/stat : 27215 (java) S 27202 27204 26110 0 -1 4202560 62025 0 0 0 2406 7 0 0 15 0 22 0 831292626 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 0 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27216] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27216/stat : 27216 (java) S 27202 27204 26110 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831292626 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27217] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27217/stat : 27217 (java) S 27202 27204 26110 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831292627 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27218] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27218/stat : 27218 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292630 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134537649 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27219] ppid=27202 vsize=10557732 CPUtime=1.82 cores=0,2,4,6
/proc/27204/task/27219/stat : 27219 (java) S 27202 27204 26110 0 -1 4202560 5251 0 0 0 182 0 0 0 15 0 22 0 831292630 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27220] ppid=27202 vsize=10557732 CPUtime=1.23 cores=0,2,4,6
/proc/27204/task/27220/stat : 27220 (java) S 27202 27204 26110 0 -1 4202560 8345 0 0 0 122 1 0 0 15 0 22 0 831292630 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27221] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27221/stat : 27221 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292630 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27222] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27222/stat : 27222 (java) S 27202 27204 26110 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831292630 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27223] ppid=27202 vsize=10557732 CPUtime=795.2 cores=0,2,4,6
/proc/27204/task/27223/stat : 27223 (java) R 27202 27204 26110 0 -1 4202560 1465 0 0 0 79520 0 0 0 25 0 22 0 831292735 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 46912506100135 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27204/tid=27224] ppid=27202 vsize=10557732 CPUtime=795.17 cores=0,2,4,6
/proc/27204/task/27224/stat : 27224 (java) R 27202 27204 26110 0 -1 4202560 772088 0 0 0 79437 80 0 0 25 0 22 0 831292735 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 46912506137454 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27204/tid=27225] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27225/stat : 27225 (java) S 27202 27204 26110 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831292742 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27226] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27226/stat : 27226 (java) S 27202 27204 26110 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831292742 10811117568 989984 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1625.01
Current children cumulated vsize (KiB) 10557732

[startup+882.301 s]
/proc/loadavg: 2.46 3.48 3.67 3/477 27269
/proc/meminfo: memFree=24624256/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=10557732 CPUtime=1744.02 cores=0,2,4,6
/proc/27204/stat : 27204 (java) S 27202 27204 26110 0 -1 4202496 1006413 0 1 0 174287 115 0 0 25 0 22 0 831292622 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 2639433 997176 2268 9 0 2630167 0
[pid=27204/tid=27205] ppid=27202 vsize=10557732 CPUtime=1.1 cores=0,2,4,6
/proc/27204/task/27205/stat : 27205 (java) S 27202 27204 26110 0 -1 4202560 66617 0 1 0 100 10 0 0 15 0 22 0 831292623 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27207] ppid=27202 vsize=10557732 CPUtime=0.89 cores=0,2,4,6
/proc/27204/task/27207/stat : 27207 (java) S 27202 27204 26110 0 -1 4202560 12891 0 0 0 87 2 0 0 16 0 22 0 831292625 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27208] ppid=27202 vsize=10557732 CPUtime=0.89 cores=0,2,4,6
/proc/27204/task/27208/stat : 27208 (java) S 27202 27204 26110 0 -1 4202560 14616 0 0 0 88 1 0 0 16 0 22 0 831292625 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27209] ppid=27202 vsize=10557732 CPUtime=0.68 cores=0,2,4,6
/proc/27204/task/27209/stat : 27209 (java) S 27202 27204 26110 0 -1 4202560 7697 0 0 0 67 1 0 0 15 0 22 0 831292625 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27210] ppid=27202 vsize=10557732 CPUtime=0.74 cores=0,2,4,6
/proc/27204/task/27210/stat : 27210 (java) S 27202 27204 26110 0 -1 4202560 7821 0 0 0 73 1 0 0 15 0 22 0 831292625 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27211] ppid=27202 vsize=10557732 CPUtime=0.86 cores=0,2,4,6
/proc/27204/task/27211/stat : 27211 (java) S 27202 27204 26110 0 -1 4202560 13003 0 0 0 84 2 0 0 16 0 22 0 831292625 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27212] ppid=27202 vsize=10557732 CPUtime=0.94 cores=0,2,4,6
/proc/27204/task/27212/stat : 27212 (java) S 27202 27204 26110 0 -1 4202560 13714 0 0 0 92 2 0 0 16 0 22 0 831292625 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27213] ppid=27202 vsize=10557732 CPUtime=0.74 cores=0,2,4,6
/proc/27204/task/27213/stat : 27213 (java) S 27202 27204 26110 0 -1 4202560 8751 0 0 0 74 0 0 0 15 0 22 0 831292625 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27214] ppid=27202 vsize=10557732 CPUtime=0.92 cores=0,2,4,6
/proc/27204/task/27214/stat : 27214 (java) S 27202 27204 26110 0 -1 4202560 10914 0 0 0 91 1 0 0 15 0 22 0 831292625 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27215] ppid=27202 vsize=10557732 CPUtime=25.31 cores=0,2,4,6
/proc/27204/task/27215/stat : 27215 (java) S 27202 27204 26110 0 -1 4202560 62027 0 0 0 2524 7 0 0 15 0 22 0 831292626 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 0 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27216] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27216/stat : 27216 (java) S 27202 27204 26110 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831292626 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27217] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27217/stat : 27217 (java) S 27202 27204 26110 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831292627 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27218] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27218/stat : 27218 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292630 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134537649 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27219] ppid=27202 vsize=10557732 CPUtime=1.82 cores=0,2,4,6
/proc/27204/task/27219/stat : 27219 (java) S 27202 27204 26110 0 -1 4202560 5251 0 0 0 182 0 0 0 15 0 22 0 831292630 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27220] ppid=27202 vsize=10557732 CPUtime=1.23 cores=0,2,4,6
/proc/27204/task/27220/stat : 27220 (java) S 27202 27204 26110 0 -1 4202560 8345 0 0 0 122 1 0 0 15 0 22 0 831292630 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27221] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27221/stat : 27221 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292630 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27222] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27222/stat : 27222 (java) S 27202 27204 26110 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831292630 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27223] ppid=27202 vsize=10557732 CPUtime=853.9 cores=0,2,4,6
/proc/27204/task/27223/stat : 27223 (java) R 27202 27204 26110 0 -1 4202560 1469 0 0 0 85390 0 0 0 25 0 22 0 831292735 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 46912506497568 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27204/tid=27224] ppid=27202 vsize=10557732 CPUtime=853.87 cores=0,2,4,6
/proc/27204/task/27224/stat : 27224 (java) R 27202 27204 26110 0 -1 4202560 772088 0 0 0 85307 80 0 0 25 0 22 0 831292735 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 46912506137705 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27204/tid=27225] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27225/stat : 27225 (java) S 27202 27204 26110 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831292742 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27226] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27226/stat : 27226 (java) S 27202 27204 26110 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831292742 10811117568 997176 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1744.02
Current children cumulated vsize (KiB) 10557732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.701 s]
/proc/loadavg: 2.28 3.34 3.62 4/477 27270
/proc/meminfo: memFree=24624228/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=10557732 CPUtime=1800.15 cores=0,2,4,6
/proc/27204/stat : 27204 (java) S 27202 27204 26110 0 -1 4202496 1006421 0 1 0 179900 115 0 0 25 0 22 0 831292622 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 2639433 997178 2268 9 0 2630167 0
[pid=27204/tid=27205] ppid=27202 vsize=10557732 CPUtime=1.1 cores=0,2,4,6
/proc/27204/task/27205/stat : 27205 (java) S 27202 27204 26110 0 -1 4202560 66617 0 1 0 100 10 0 0 15 0 22 0 831292623 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27207] ppid=27202 vsize=10557732 CPUtime=0.93 cores=0,2,4,6
/proc/27204/task/27207/stat : 27207 (java) S 27202 27204 26110 0 -1 4202560 12891 0 0 0 91 2 0 0 16 0 22 0 831292625 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27208] ppid=27202 vsize=10557732 CPUtime=0.89 cores=0,2,4,6
/proc/27204/task/27208/stat : 27208 (java) S 27202 27204 26110 0 -1 4202560 14616 0 0 0 88 1 0 0 15 0 22 0 831292625 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27209] ppid=27202 vsize=10557732 CPUtime=0.68 cores=0,2,4,6
/proc/27204/task/27209/stat : 27209 (java) S 27202 27204 26110 0 -1 4202560 7697 0 0 0 67 1 0 0 15 0 22 0 831292625 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27210] ppid=27202 vsize=10557732 CPUtime=0.76 cores=0,2,4,6
/proc/27204/task/27210/stat : 27210 (java) S 27202 27204 26110 0 -1 4202560 7821 0 0 0 75 1 0 0 16 0 22 0 831292625 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27211] ppid=27202 vsize=10557732 CPUtime=0.88 cores=0,2,4,6
/proc/27204/task/27211/stat : 27211 (java) S 27202 27204 26110 0 -1 4202560 13003 0 0 0 86 2 0 0 15 0 22 0 831292625 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27212] ppid=27202 vsize=10557732 CPUtime=0.96 cores=0,2,4,6
/proc/27204/task/27212/stat : 27212 (java) S 27202 27204 26110 0 -1 4202560 13714 0 0 0 94 2 0 0 15 0 22 0 831292625 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27213] ppid=27202 vsize=10557732 CPUtime=0.76 cores=0,2,4,6
/proc/27204/task/27213/stat : 27213 (java) S 27202 27204 26110 0 -1 4202560 8753 0 0 0 76 0 0 0 16 0 22 0 831292625 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27214] ppid=27202 vsize=10557732 CPUtime=0.97 cores=0,2,4,6
/proc/27204/task/27214/stat : 27214 (java) S 27202 27204 26110 0 -1 4202560 10914 0 0 0 96 1 0 0 16 0 22 0 831292625 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27215] ppid=27202 vsize=10557732 CPUtime=26.14 cores=0,2,4,6
/proc/27204/task/27215/stat : 27215 (java) S 27202 27204 26110 0 -1 4202560 62029 0 0 0 2607 7 0 0 15 0 22 0 831292626 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 0 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27216] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27216/stat : 27216 (java) S 27202 27204 26110 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831292626 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27217] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27217/stat : 27217 (java) S 27202 27204 26110 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831292627 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27218] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27218/stat : 27218 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292630 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134537649 0 4 0 16800975 18446604446340680704 0 0 -1 6 0 0 0
[pid=27204/tid=27219] ppid=27202 vsize=10557732 CPUtime=1.82 cores=0,2,4,6
/proc/27204/task/27219/stat : 27219 (java) S 27202 27204 26110 0 -1 4202560 5251 0 0 0 182 0 0 0 15 0 22 0 831292630 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27220] ppid=27202 vsize=10557732 CPUtime=1.23 cores=0,2,4,6
/proc/27204/task/27220/stat : 27220 (java) S 27202 27204 26110 0 -1 4202560 8345 0 0 0 122 1 0 0 15 0 22 0 831292630 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27221] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27221/stat : 27221 (java) S 27202 27204 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292630 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134529945 0 4 0 16800975 18446604446340680704 0 0 -1 4 0 0 0
[pid=27204/tid=27222] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27222/stat : 27222 (java) S 27202 27204 26110 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831292630 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
[pid=27204/tid=27223] ppid=27202 vsize=10557732 CPUtime=881.45 cores=0,2,4,6
/proc/27204/task/27223/stat : 27223 (java) R 27202 27204 26110 0 -1 4202560 1471 0 0 0 88145 0 0 0 25 0 22 0 831292735 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 46912506132070 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27204/tid=27224] ppid=27202 vsize=10557732 CPUtime=881.44 cores=0,2,4,6
/proc/27204/task/27224/stat : 27224 (java) R 27202 27204 26110 0 -1 4202560 772088 0 0 0 88064 80 0 0 25 0 22 0 831292735 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 46912505549845 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27204/tid=27225] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27225/stat : 27225 (java) S 27202 27204 26110 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831292742 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 0 0 0 0
[pid=27204/tid=27226] ppid=27202 vsize=10557732 CPUtime=0 cores=0,2,4,6
/proc/27204/task/27226/stat : 27226 (java) S 27202 27204 26110 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831292742 10811117568 997178 33554432000 1073741824 1073778376 140736660500576 18446744073709551615 228134530560 0 4 0 16800975 18446604446340680704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 10557732

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

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

[startup+910.839 s]
/proc/loadavg: 2.28 3.34 3.62 4/477 27270
/proc/meminfo: memFree=24624228/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/27204/stat : 27204 (java) Z 27202 27204 26110 0 -1 4203548 1006450 0 1 0 179909 122 0 0 17 0 2 0 831292622 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 0 0 0 0 0 0 0
[pid=27204/tid=27223] ppid=27202 vsize=0 CPUtime=881.54 cores=0,2,4,6
/proc/27204/task/27223/stat : 27223 (java) R 27202 27204 26110 0 -1 4203588 1471 0 0 0 88147 7 0 0 25 0 2 0 831292735 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

[startup+910.901 s]
/proc/loadavg: 2.28 3.34 3.62 4/477 27270
/proc/meminfo: memFree=24624228/32951124 swapFree=41830676/67111528
[pid=27204] ppid=27202 vsize=0 CPUtime=1800.37 cores=0,2,4,6
/proc/27204/stat : 27204 (java) Z 27202 27204 26110 0 -1 4203548 1006450 0 1 0 179909 128 0 0 17 0 2 0 831292622 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27204/statm: 0 0 0 0 0 0 0
[pid=27204/tid=27223] ppid=27202 vsize=0 CPUtime=881.61 cores=0,2,4,6
/proc/27204/task/27223/stat : 27223 (java) R 27202 27204 26110 0 -1 4203588 1471 0 0 0 88147 14 0 0 25 0 2 0 831292735 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 910.915
CPU time (s): 1800.4
CPU user time (s): 1799.1
CPU system time (s): 1.3008
CPU usage (%): 197.647
Max. virtual memory (cumulated for all children) (KiB): 10557732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.3008
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1006450
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= 23868
involuntary context switches= 33057

runsolver used 4.5723 second user time and 9.55255 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-04 16:15:47
IDJOB=3455447
IDBENCH=73786
IDSOLVER=1950
FILE ID=node138/3455447-1307196946
RUNJOBID= node138-1307195851-26128
PBS_JOBID= 13508881
Free space on /tmp= 73660 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12033_3-sat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455447-1307196946/watcher-3455447-1307196946 -o /tmp/evaluation-result-3455447-1307196946/solver-3455447-1307196946 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455447-1307196946.opb

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

MD5SUM BENCH= 5c357873a81db98d0c84cf88eebfbda4
RANDOM SEED=888392837

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:      25013348 kB
Buffers:        321904 kB
Cached:        1109588 kB
SwapCached:      44568 kB
Active:        5838256 kB
Inactive:      1802628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25013348 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:            2808 kB
Writeback:           0 kB
AnonPages:     6176360 kB
Mapped:          24864 kB
Slab:           128944 kB
PageTables:      99964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141002692 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= 73664 MiB
End job on node138 at 2011-06-04 16:30:59