Trace number 3709737

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 PB specific settings 2.3.2 snapshot? (TO) 1800.05 1775.46

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga45_45_sat_pb.cnf.cr.opb
MD5SUMa63a973ffa65f76728fc6c6327196255
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.073988
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3038
Total number of constraints2160
Number of constraints which are clauses2070
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint22
Maximum length of a constraint45
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.08/0.12	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.08/0.12	c version 2.3.2.v20120418
0.08/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.12	c java.vm.version	19.1-b02
0.08/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.12	c sun.arch.data.model	64
0.08/0.12	c java.version		1.6.0_24
0.08/0.12	c os.name		Linux
0.08/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.12	c os.arch		amd64
0.08/0.12	c Free memory 		501472288
0.08/0.12	c Max memory 		7480803328
0.08/0.12	c Total memory 		504102912
0.08/0.12	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.14	c Expensive reason simplification
0.08/0.14	c Armin Biere (Picosat) restarts strategy
0.08/0.14	c Glucose learned constraints deletion strategy
0.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=true
0.08/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c solving HOME/instance-3709737-1338128046.opb
0.08/0.14	c reading problem ... 
0.73/0.40	c ... done. Wall clock time 0.261s.
0.73/0.40	c declared #vars     3038
0.73/0.40	c #constraints  2160
0.73/0.40	c constraints type 
0.73/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2070
0.73/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.73/0.40	c 2160 constraints processed.
3.20/2.65	c cleaning 2500 clauses out of 5000 with flag 5000/5000
6.11/5.43	c cleaning 4224 clauses out of 8500 with flag 11000/11000
9.26/8.58	c cleaning 5637 clauses out of 11276 with flag 18000/18000
12.55/11.71	c cleaning 6823 clauses out of 13647 with flag 26008/26008
16.54/15.61	c cleaning 7906 clauses out of 15816 with flag 35000/35000
20.60/19.69	c cleaning 8956 clauses out of 17912 with flag 45002/45002
25.04/24.05	c cleaning 9972 clauses out of 19956 with flag 56002/56002
29.70/28.64	c cleaning 10987 clauses out of 21986 with flag 68004/68004
35.77/34.61	c cleaning 11996 clauses out of 23995 with flag 81000/81000
41.75/40.56	c cleaning 12996 clauses out of 26000 with flag 95001/95001
48.46/47.15	c cleaning 13998 clauses out of 28004 with flag 110001/110001
55.52/54.19	c cleaning 14995 clauses out of 30006 with flag 126001/126001
63.00/61.53	c cleaning 16000 clauses out of 32013 with flag 143003/143003
71.66/70.17	c cleaning 17001 clauses out of 34010 with flag 161000/161000
80.87/79.22	c cleaning 17999 clauses out of 36010 with flag 180001/180001
91.16/89.41	c cleaning 19003 clauses out of 38010 with flag 200000/200000
101.33/99.56	c cleaning 19996 clauses out of 40007 with flag 221000/221000
111.60/109.78	c cleaning 20999 clauses out of 42011 with flag 243000/243000
123.41/121.45	c cleaning 21999 clauses out of 44013 with flag 266001/266001
136.32/134.23	c cleaning 23003 clauses out of 46015 with flag 290002/290002
148.31/146.10	c cleaning 24003 clauses out of 48012 with flag 315002/315002
163.34/161.08	c cleaning 24999 clauses out of 50008 with flag 341001/341001
176.70/174.21	c cleaning 25999 clauses out of 52008 with flag 368000/368000
192.48/189.92	c cleaning 27004 clauses out of 54009 with flag 396000/396000
208.85/206.03	c cleaning 27999 clauses out of 56005 with flag 425000/425000
229.52/226.60	c cleaning 28999 clauses out of 58007 with flag 455001/455001
246.68/243.62	c cleaning 29999 clauses out of 60007 with flag 486000/486000
270.85/267.59	c cleaning 31001 clauses out of 62010 with flag 518002/518002
292.36/288.82	c cleaning 32000 clauses out of 64010 with flag 551003/551003
311.94/307.93	c cleaning 32998 clauses out of 66008 with flag 585001/585001
336.26/331.78	c cleaning 34000 clauses out of 68009 with flag 620000/620000
359.09/354.19	c cleaning 35001 clauses out of 70010 with flag 656001/656001
381.43/376.15	c cleaning 35995 clauses out of 72011 with flag 693003/693003
404.93/399.21	c cleaning 37000 clauses out of 74013 with flag 731000/731000
428.84/422.80	c cleaning 38006 clauses out of 76015 with flag 770002/770002
454.97/448.54	c cleaning 38997 clauses out of 78009 with flag 810002/810002
482.61/475.87	c cleaning 39997 clauses out of 80010 with flag 851000/851000
513.68/506.47	c cleaning 41003 clauses out of 82014 with flag 893001/893001
542.83/535.15	c cleaning 41997 clauses out of 84012 with flag 936002/936002
569.62/561.56	c cleaning 43003 clauses out of 86014 with flag 980001/980001
602.27/593.75	c cleaning 44003 clauses out of 88013 with flag 1025003/1025003
637.00/627.91	c cleaning 45001 clauses out of 90007 with flag 1071000/1071000
670.27/660.68	c cleaning 46001 clauses out of 92008 with flag 1118002/1118002
705.11/694.94	c cleaning 47000 clauses out of 94005 with flag 1166000/1166000
739.27/728.56	c cleaning 47994 clauses out of 96005 with flag 1215000/1215000
777.48/766.29	c cleaning 49000 clauses out of 98012 with flag 1265001/1265001
820.12/808.15	c cleaning 49989 clauses out of 100012 with flag 1316001/1316001
856.05/843.53	c cleaning 51009 clauses out of 102023 with flag 1368001/1368001
892.92/879.84	c cleaning 51998 clauses out of 104014 with flag 1421001/1421001
934.20/920.57	c cleaning 53005 clauses out of 106017 with flag 1475002/1475002
980.03/965.88	c cleaning 54003 clauses out of 108011 with flag 1530001/1530001
1030.79/1015.96	c cleaning 55001 clauses out of 110008 with flag 1586001/1586001
1074.74/1059.18	c cleaning 55997 clauses out of 112013 with flag 1643007/1643007
1138.21/1121.94	c cleaning 56994 clauses out of 114010 with flag 1701001/1701001
1188.34/1171.48	c cleaning 58005 clauses out of 116018 with flag 1760003/1760003
1248.39/1230.85	c cleaning 58933 clauses out of 118010 with flag 1820000/1820000
1300.89/1282.56	c cleaning 60031 clauses out of 120079 with flag 1881002/1881002
1334.05/1315.38	c cleaning 61016 clauses out of 122046 with flag 1943000/1943000
1366.52/1347.38	c cleaning 62004 clauses out of 124030 with flag 2006000/2006000
1411.31/1391.50	c cleaning 63006 clauses out of 126027 with flag 2070001/2070001
1462.29/1441.95	c cleaning 64008 clauses out of 128025 with flag 2135005/2135005
1521.64/1500.59	c cleaning 65003 clauses out of 130014 with flag 2201002/2201002
1592.37/1570.42	c cleaning 65996 clauses out of 132009 with flag 2268000/2268000
1643.83/1621.12	c cleaning 67000 clauses out of 134016 with flag 2336003/2336003
1699.91/1676.54	c cleaning 68004 clauses out of 136017 with flag 2405004/2405004
1749.43/1725.39	c cleaning 69001 clauses out of 138010 with flag 2475001/2475001
1800.05/1775.42	c starts		: 230
1800.05/1775.42	c conflicts		: 2537514
1800.05/1775.42	c decisions		: 3087139
1800.05/1775.42	c propagations		: 129242233
1800.05/1775.42	c inspects		: 12025282953
1800.05/1775.42	c shortcuts		: 0
1800.05/1775.42	c learnt literals	: 0
1800.05/1775.42	c learnt binary clauses	: 0
1800.05/1775.42	c learnt ternary clauses	: 0
1800.05/1775.42	c learnt constraints	: 2537514
1800.05/1775.42	c ignored constraints	: 0
1800.05/1775.42	c root simplifications	: 230
1800.05/1775.42	c removed literals (reason simplification)	: 1912980
1800.05/1775.42	c reason swapping (by a shorter reason)	: 0
1800.05/1775.42	c Calls to reduceDB	: 66
1800.05/1775.42	c number of reductions to clauses (during analyze)	: 0
1800.05/1775.42	c number of learned constraints concerned by reduction	: 0
1800.05/1775.42	c number of learning phase by resolution	: 0
1800.05/1775.42	c number of learning phase by cutting planes	: 0
1800.05/1775.42	c speed (assignments/second)	: 72811.95134235562
1800.05/1775.42	c non guided choices	971
1800.05/1775.45	c learnt constraints type 
1800.05/1775.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 131530
1800.05/1775.45	c constraints type 
1800.05/1775.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2070
1800.05/1775.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1800.05/1775.45	c 2160 constraints processed.
1800.05/1775.45	s UNKNOWN
1800.05/1775.45	c Total wall clock time (in seconds): 1775.314

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3709737-1338128046/watcher-3709737-1338128046 -o /tmp/evaluation-result-3709737-1338128046/solver-3709737-1338128046 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709737-1338128046.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 21803
/proc/meminfo: memFree=30073248/32873844 swapFree=7116/7116
[pid=21803] ppid=21801 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21803/stat : 21803 (java) D 21801 21803 19004 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 278929576 9515008 182 33554432000 1073741824 1073778376 140734831620272 140734831611304 240565173941 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/21803/statm: 2323 182 140 9 0 71 0

[startup+0.059298 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 21803
/proc/meminfo: memFree=30073248/32873844 swapFree=7116/7116
[pid=21803] ppid=21801 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21801 21803 19004 0 -1 4202496 3084 0 1 0 3 0 0 0 20 0 13 0 278929576 9446973440 3780 33554432000 1073741824 1073778376 140735347792224 140735347783360 240568533053 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21803/statm: 2306390 3780 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.102433 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 21803
/proc/meminfo: memFree=30073248/32873844 swapFree=7116/7116
[pid=21803] ppid=21801 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21801 21803 19004 0 -1 4202496 3904 0 1 0 7 1 0 0 20 0 18 0 278929576 9787842560 5110 33554432000 1073741824 1073778376 140735347792224 140735347783360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21803/statm: 2389610 5116 2065 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.30019 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 21803
/proc/meminfo: memFree=30073248/32873844 swapFree=7116/7116
[pid=21803] ppid=21801 vsize=9558440 CPUtime=0.48 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21801 21803 19004 0 -1 4202496 7505 0 1 0 46 2 0 0 20 0 18 0 278929576 9787842560 9538 33554432000 1073741824 1073778376 140735347792224 140735347783360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21803/statm: 2389610 9538 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.700299 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 21803
/proc/meminfo: memFree=30073248/32873844 swapFree=7116/7116
[pid=21803] ppid=21801 vsize=9625004 CPUtime=1.26 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21801 21803 19004 0 -1 4202496 9386 0 1 0 123 3 0 0 20 0 19 0 278929576 9856004096 16699 33554432000 1073741824 1073778376 140735347792224 140735347783360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21803/statm: 2406251 16699 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625004

[startup+1.50081 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 21822
/proc/meminfo: memFree=30008196/32873844 swapFree=7116/7116
[pid=21803] ppid=21801 vsize=9625004 CPUtime=2.07 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21801 21803 19004 0 -1 4202496 9394 0 1 0 204 3 0 0 20 0 19 0 278929576 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140735347783360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21803/statm: 2406251 19772 2256 9 0 2396937 0
[pid=21803/tid=21805] ppid=21801 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/21803/task/21805/stat : 21805 (java) R 21801 21803 19004 0 -1 4202560 2551 0 1 0 144 2 0 0 20 0 19 0 278929577 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442954070584 140442958830358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21806] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21806/stat : 21806 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442798074536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21807] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21807/stat : 21807 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442797021992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21808] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21808/stat : 21808 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442795969448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21809] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21809/stat : 21809 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442794916904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21810] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21810/stat : 21810 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442793863336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21811] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21811/stat : 21811 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442792810792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21812] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21812/stat : 21812 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442791758248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21813] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21813/stat : 21813 (java) S 21801 21803 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442790705704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21814] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21814/stat : 21814 (java) S 21801 21803 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278929579 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442778294888 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21815] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21815/stat : 21815 (java) S 21801 21803 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442777241208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21816] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21816/stat : 21816 (java) S 21801 21803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442776188552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21817] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21817/stat : 21817 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442775137296 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21818] ppid=21801 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21803/task/21818/stat : 21818 (java) S 21801 21803 19004 0 -1 4202560 2649 0 0 0 27 0 0 0 20 0 19 0 278929583 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442774083640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21819] ppid=21801 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/21803/task/21819/stat : 21819 (java) S 21801 21803 19004 0 -1 4202560 2997 0 0 0 28 2 0 0 20 0 19 0 278929583 9856004096 19772 33554432000 1073741824 1073778376 140735347792224 140442773031096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21820] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21820/stat : 21820 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 20284 33554432000 1073741824 1073778376 140735347792224 140442771978744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21821] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21821/stat : 21821 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 20284 33554432000 1073741824 1073778376 140735347792224 140442770926408 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21822] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21822/stat : 21822 (java) S 21801 21803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278929616 9856004096 20284 33554432000 1073741824 1073778376 140735347792224 140442769872168 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625004

[startup+3.10081 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 21822
/proc/meminfo: memFree=29993604/32873844 swapFree=7116/7116
[pid=21803] ppid=21801 vsize=9625004 CPUtime=3.78 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21801 21803 19004 0 -1 4202496 9712 0 1 0 371 7 0 0 20 0 19 0 278929576 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140735347783360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21803/statm: 2406251 33132 2287 9 0 2396937 0
[pid=21803/tid=21805] ppid=21801 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/21803/task/21805/stat : 21805 (java) R 21801 21803 19004 0 -1 4202560 2563 0 1 0 300 2 0 0 20 0 19 0 278929577 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442954072456 140442826418086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21806] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21806/stat : 21806 (java) S 21801 21803 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442798074536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21807] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21807/stat : 21807 (java) S 21801 21803 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442797021992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21808] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21808/stat : 21808 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442795969448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21809] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21809/stat : 21809 (java) S 21801 21803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442794916904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21810] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21810/stat : 21810 (java) S 21801 21803 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442793863336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21811] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21811/stat : 21811 (java) S 21801 21803 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442792810792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21812] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21812/stat : 21812 (java) S 21801 21803 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442791758248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21813] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21813/stat : 21813 (java) S 21801 21803 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442790705704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21814] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21814/stat : 21814 (java) S 21801 21803 19004 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 278929579 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442778294888 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21815] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21815/stat : 21815 (java) S 21801 21803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442777241208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21816] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21816/stat : 21816 (java) S 21801 21803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442776188552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21817] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21817/stat : 21817 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442775137296 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21818] ppid=21801 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/21803/task/21818/stat : 21818 (java) S 21801 21803 19004 0 -1 4202560 2653 0 0 0 29 0 0 0 20 0 19 0 278929583 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442774083640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21819] ppid=21801 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/21803/task/21819/stat : 21819 (java) S 21801 21803 19004 0 -1 4202560 3221 0 0 0 33 2 0 0 20 0 19 0 278929583 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442773031096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21820] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21820/stat : 21820 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442771978744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21821] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21821/stat : 21821 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442770926408 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21822] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21822/stat : 21822 (java) S 21801 21803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278929616 9856004096 33132 33554432000 1073741824 1073778376 140735347792224 140442769872168 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625004

[startup+6.3008 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 21822
/proc/meminfo: memFree=29949168/32873844 swapFree=7116/7116
[pid=21803] ppid=21801 vsize=9625004 CPUtime=7.05 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21801 21803 19004 0 -1 4202496 10207 0 1 0 696 9 0 0 20 0 19 0 278929576 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140735347783360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21803/statm: 2406251 42419 2287 9 0 2396937 0
[pid=21803/tid=21805] ppid=21801 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/21803/task/21805/stat : 21805 (java) R 21801 21803 19004 0 -1 4202560 2566 0 1 0 615 2 0 0 20 0 19 0 278929577 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442954072368 140442826418094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21806] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21806/stat : 21806 (java) S 21801 21803 19004 0 -1 4202560 167 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442798074536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21807] ppid=21801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21803/task/21807/stat : 21807 (java) S 21801 21803 19004 0 -1 4202560 168 0 0 0 1 0 0 0 20 0 19 0 278929578 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442797021992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21808] ppid=21801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21803/task/21808/stat : 21808 (java) S 21801 21803 19004 0 -1 4202560 160 0 0 0 1 0 0 0 20 0 19 0 278929578 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442795969448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21809] ppid=21801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21803/task/21809/stat : 21809 (java) S 21801 21803 19004 0 -1 4202560 22 0 0 0 0 1 0 0 20 0 19 0 278929578 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442794916904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21810] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21810/stat : 21810 (java) S 21801 21803 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442793863336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21811] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21811/stat : 21811 (java) S 21801 21803 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442792810792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21812] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21812/stat : 21812 (java) S 21801 21803 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442791758248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21813] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21813/stat : 21813 (java) S 21801 21803 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278929578 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442790705704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21814] ppid=21801 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21803/task/21814/stat : 21814 (java) S 21801 21803 19004 0 -1 4202560 41 0 0 0 2 0 0 0 20 0 19 0 278929579 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442778294888 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21815] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21815/stat : 21815 (java) S 21801 21803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442777241208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21816] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21816/stat : 21816 (java) S 21801 21803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442776188552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21817] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21817/stat : 21817 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442775137296 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21818] ppid=21801 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21803/task/21818/stat : 21818 (java) S 21801 21803 19004 0 -1 4202560 2653 0 0 0 31 0 0 0 20 0 19 0 278929583 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442774083640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21819] ppid=21801 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/21803/task/21819/stat : 21819 (java) S 21801 21803 19004 0 -1 4202560 3221 0 0 0 34 2 0 0 20 0 19 0 278929583 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442773031096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21820] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21820/stat : 21820 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442771978744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21821] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21821/stat : 21821 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442770926408 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21822] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21822/stat : 21822 (java) S 21801 21803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278929616 9856004096 42419 33554432000 1073741824 1073778376 140735347792224 140442769872168 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=21803/tid=21818] ppid=21801 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21803/task/21818/stat : 21818 (java) S 21801 21803 19004 0 -1 4202560 2653 0 0 0 31 0 0 0 20 0 19 0 278929583 9856004096 204383 33554432000 1073741824 1073778376 140735347792224 140442774083640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21819] ppid=21801 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/21803/task/21819/stat : 21819 (java) S 21801 21803 19004 0 -1 4202560 3334 0 0 0 38 2 0 0 20 0 19 0 278929583 9856004096 204383 33554432000 1073741824 1073778376 140735347792224 140442773031096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21820] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21820/stat : 21820 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 204383 33554432000 1073741824 1073778376 140735347792224 140442771978744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21821] ppid=21801 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/21803/task/21821/stat : 21821 (java) S 21801 21803 19004 0 -1 4202560 93 0 0 0 51 36 0 0 20 0 19 0 278929583 9856004096 204383 33554432000 1073741824 1073778376 140735347792224 140442770926408 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21822] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21822/stat : 21822 (java) S 21801 21803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278929616 9856004096 204383 33554432000 1073741824 1073778376 140735347792224 140442769872168 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1624.88
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.02 2.07 2.02 3/213 21897
/proc/meminfo: memFree=29356660/32873844 swapFree=7116/7116
[pid=21803] ppid=21801 vsize=9625004 CPUtime=1685.6 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21801 21803 19004 0 -1 4202496 20712 0 1 0 168355 205 0 0 20 0 19 0 278929576 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140735347783360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21803/statm: 2406251 201794 2287 9 0 2396937 0
[pid=21803/tid=21805] ppid=21801 vsize=9625004 CPUtime=1644.77 cores=1,3,5,7
/proc/21803/task/21805/stat : 21805 (java) R 21801 21803 19004 0 -1 4202560 2898 0 1 0 164448 29 0 0 20 0 19 0 278929577 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442954071424 140442826481420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21806] ppid=21801 vsize=9625004 CPUtime=3.85 cores=1,3,5,7
/proc/21803/task/21806/stat : 21806 (java) S 21801 21803 19004 0 -1 4202560 1417 0 0 0 367 18 0 0 20 0 19 0 278929578 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442798074536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21807] ppid=21801 vsize=9625004 CPUtime=3.69 cores=1,3,5,7
/proc/21803/task/21807/stat : 21807 (java) S 21801 21803 19004 0 -1 4202560 1296 0 0 0 348 21 0 0 20 0 19 0 278929578 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442797021992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21808] ppid=21801 vsize=9625004 CPUtime=3.73 cores=1,3,5,7
/proc/21803/task/21808/stat : 21808 (java) S 21801 21803 19004 0 -1 4202560 1037 0 0 0 354 19 0 0 20 0 19 0 278929578 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442795969448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21809] ppid=21801 vsize=9625004 CPUtime=3.81 cores=1,3,5,7
/proc/21803/task/21809/stat : 21809 (java) S 21801 21803 19004 0 -1 4202560 854 0 0 0 365 16 0 0 20 0 19 0 278929578 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442794916904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21810] ppid=21801 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/21803/task/21810/stat : 21810 (java) S 21801 21803 19004 0 -1 4202560 1047 0 0 0 359 17 0 0 20 0 19 0 278929578 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442793863336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21811] ppid=21801 vsize=9625004 CPUtime=3.69 cores=1,3,5,7
/proc/21803/task/21811/stat : 21811 (java) S 21801 21803 19004 0 -1 4202560 1072 0 0 0 352 17 0 0 20 0 19 0 278929578 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442792810792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21812] ppid=21801 vsize=9625004 CPUtime=3.64 cores=1,3,5,7
/proc/21803/task/21812/stat : 21812 (java) S 21801 21803 19004 0 -1 4202560 1309 0 0 0 347 17 0 0 20 0 19 0 278929578 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442791758248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21813] ppid=21801 vsize=9625004 CPUtime=3.77 cores=1,3,5,7
/proc/21803/task/21813/stat : 21813 (java) S 21801 21803 19004 0 -1 4202560 1567 0 0 0 358 19 0 0 20 0 19 0 278929578 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442790705704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21814] ppid=21801 vsize=9625004 CPUtime=4.81 cores=1,3,5,7
/proc/21803/task/21814/stat : 21814 (java) S 21801 21803 19004 0 -1 4202560 949 0 0 0 475 6 0 0 20 0 19 0 278929579 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442778294888 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21815] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21815/stat : 21815 (java) S 21801 21803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442777241208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21816] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21816/stat : 21816 (java) S 21801 21803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442776188552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21817] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21817/stat : 21817 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442775137296 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21818] ppid=21801 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21803/task/21818/stat : 21818 (java) S 21801 21803 19004 0 -1 4202560 2653 0 0 0 31 0 0 0 20 0 19 0 278929583 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442774083640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21819] ppid=21801 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/21803/task/21819/stat : 21819 (java) S 21801 21803 19004 0 -1 4202560 3334 0 0 0 38 2 0 0 20 0 19 0 278929583 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442773031096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21820] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21820/stat : 21820 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442771978744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21821] ppid=21801 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/21803/task/21821/stat : 21821 (java) S 21801 21803 19004 0 -1 4202560 97 0 0 0 52 38 0 0 20 0 19 0 278929583 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442770926408 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21822] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21822/stat : 21822 (java) S 21801 21803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278929616 9856004096 201794 33554432000 1073741824 1073778376 140735347792224 140442769872168 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1685.6
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.07 2.08 2.03 3/213 21897
/proc/meminfo: memFree=29368184/32873844 swapFree=7116/7116
[pid=21803] ppid=21801 vsize=9625004 CPUtime=1746.32 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21801 21803 19004 0 -1 4202496 21419 0 1 0 174424 208 0 0 20 0 19 0 278929576 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140735347783360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21803/statm: 2406251 203845 2287 9 0 2396937 0
[pid=21803/tid=21805] ppid=21801 vsize=9625004 CPUtime=1704.21 cores=1,3,5,7
/proc/21803/task/21805/stat : 21805 (java) R 21801 21803 19004 0 -1 4202560 2907 0 1 0 170391 30 0 0 20 0 19 0 278929577 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442954071424 140442826459586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21806] ppid=21801 vsize=9625004 CPUtime=4.01 cores=1,3,5,7
/proc/21803/task/21806/stat : 21806 (java) S 21801 21803 19004 0 -1 4202560 1490 0 0 0 382 19 0 0 20 0 19 0 278929578 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442798074536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21807] ppid=21801 vsize=9625004 CPUtime=3.81 cores=1,3,5,7
/proc/21803/task/21807/stat : 21807 (java) S 21801 21803 19004 0 -1 4202560 1306 0 0 0 360 21 0 0 20 0 19 0 278929578 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442797021992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21808] ppid=21801 vsize=9625004 CPUtime=3.85 cores=1,3,5,7
/proc/21803/task/21808/stat : 21808 (java) S 21801 21803 19004 0 -1 4202560 1219 0 0 0 366 19 0 0 20 0 19 0 278929578 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442795969448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21809] ppid=21801 vsize=9625004 CPUtime=3.91 cores=1,3,5,7
/proc/21803/task/21809/stat : 21809 (java) S 21801 21803 19004 0 -1 4202560 968 0 0 0 375 16 0 0 20 0 19 0 278929578 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442794916904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21810] ppid=21801 vsize=9625004 CPUtime=3.9 cores=1,3,5,7
/proc/21803/task/21810/stat : 21810 (java) S 21801 21803 19004 0 -1 4202560 1151 0 0 0 373 17 0 0 20 0 19 0 278929578 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442793863336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21811] ppid=21801 vsize=9625004 CPUtime=3.79 cores=1,3,5,7
/proc/21803/task/21811/stat : 21811 (java) S 21801 21803 19004 0 -1 4202560 1112 0 0 0 362 17 0 0 20 0 19 0 278929578 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442792810792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21812] ppid=21801 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/21803/task/21812/stat : 21812 (java) S 21801 21803 19004 0 -1 4202560 1465 0 0 0 359 17 0 0 20 0 19 0 278929578 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442791758248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21813] ppid=21801 vsize=9625004 CPUtime=3.92 cores=1,3,5,7
/proc/21803/task/21813/stat : 21813 (java) S 21801 21803 19004 0 -1 4202560 1568 0 0 0 373 19 0 0 20 0 19 0 278929578 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442790705704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21814] ppid=21801 vsize=9625004 CPUtime=4.9 cores=1,3,5,7
/proc/21803/task/21814/stat : 21814 (java) S 21801 21803 19004 0 -1 4202560 964 0 0 0 483 7 0 0 20 0 19 0 278929579 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442778294888 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21815] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21815/stat : 21815 (java) S 21801 21803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442777241208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21816] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21816/stat : 21816 (java) S 21801 21803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442776188552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21817] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21817/stat : 21817 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442775137296 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21818] ppid=21801 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21803/task/21818/stat : 21818 (java) S 21801 21803 19004 0 -1 4202560 2653 0 0 0 31 0 0 0 20 0 19 0 278929583 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442774083640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21819] ppid=21801 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/21803/task/21819/stat : 21819 (java) S 21801 21803 19004 0 -1 4202560 3334 0 0 0 38 2 0 0 20 0 19 0 278929583 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442773031096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21820] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21820/stat : 21820 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442771978744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21821] ppid=21801 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/21803/task/21821/stat : 21821 (java) S 21801 21803 19004 0 -1 4202560 100 0 0 0 55 39 0 0 20 0 19 0 278929583 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442770926408 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21822] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21822/stat : 21822 (java) S 21801 21803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278929616 9856004096 203845 33554432000 1073741824 1073778376 140735347792224 140442769872168 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1746.32
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.41 s]
/proc/loadavg: 2.03 2.06 2.02 3/213 21897
/proc/meminfo: memFree=29291300/32873844 swapFree=7116/7116
[pid=21803] ppid=21801 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21801 21803 19004 0 -1 4202496 22092 0 1 0 179793 212 0 0 20 0 19 0 278929576 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140735347783360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21803/statm: 2406251 206533 2288 9 0 2396937 0
[pid=21803/tid=21805] ppid=21801 vsize=9625004 CPUtime=1756.71 cores=1,3,5,7
/proc/21803/task/21805/stat : 21805 (java) R 21801 21803 19004 0 -1 4202560 2913 0 1 0 175640 31 0 0 20 0 19 0 278929577 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442954071424 140442826418766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21806] ppid=21801 vsize=9625004 CPUtime=4.13 cores=1,3,5,7
/proc/21803/task/21806/stat : 21806 (java) S 21801 21803 19004 0 -1 4202560 1491 0 0 0 394 19 0 0 20 0 19 0 278929578 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442798074536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21807] ppid=21801 vsize=9625004 CPUtime=3.94 cores=1,3,5,7
/proc/21803/task/21807/stat : 21807 (java) S 21801 21803 19004 0 -1 4202560 1458 0 0 0 373 21 0 0 20 0 19 0 278929578 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442797021992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21808] ppid=21801 vsize=9625004 CPUtime=3.94 cores=1,3,5,7
/proc/21803/task/21808/stat : 21808 (java) S 21801 21803 19004 0 -1 4202560 1260 0 0 0 375 19 0 0 20 0 19 0 278929578 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442795969448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21809] ppid=21801 vsize=9625004 CPUtime=4.02 cores=1,3,5,7
/proc/21803/task/21809/stat : 21809 (java) S 21801 21803 19004 0 -1 4202560 973 0 0 0 386 16 0 0 20 0 19 0 278929578 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442794916904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21810] ppid=21801 vsize=9625004 CPUtime=3.97 cores=1,3,5,7
/proc/21803/task/21810/stat : 21810 (java) S 21801 21803 19004 0 -1 4202560 1339 0 0 0 380 17 0 0 20 0 19 0 278929578 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442793863336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21811] ppid=21801 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/21803/task/21811/stat : 21811 (java) S 21801 21803 19004 0 -1 4202560 1115 0 0 0 372 17 0 0 20 0 19 0 278929578 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442792810792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21812] ppid=21801 vsize=9625004 CPUtime=3.87 cores=1,3,5,7
/proc/21803/task/21812/stat : 21812 (java) S 21801 21803 19004 0 -1 4202560 1586 0 0 0 369 18 0 0 20 0 19 0 278929578 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442791758248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21803/tid=21813] ppid=21801 vsize=9625004 CPUtime=4 cores=1,3,5,7
/proc/21803/task/21813/stat : 21813 (java) S 21801 21803 19004 0 -1 4202560 1706 0 0 0 381 19 0 0 20 0 19 0 278929578 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442790705704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21814] ppid=21801 vsize=9625004 CPUtime=5.14 cores=1,3,5,7
/proc/21803/task/21814/stat : 21814 (java) S 21801 21803 19004 0 -1 4202560 977 0 0 0 507 7 0 0 20 0 19 0 278929579 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442778294888 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21815] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21815/stat : 21815 (java) S 21801 21803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442777241208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21816] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21816/stat : 21816 (java) S 21801 21803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278929580 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442776188552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21817] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21817/stat : 21817 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442775137296 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21818] ppid=21801 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21803/task/21818/stat : 21818 (java) S 21801 21803 19004 0 -1 4202560 2653 0 0 0 31 0 0 0 20 0 19 0 278929583 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442774083640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21803/tid=21819] ppid=21801 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/21803/task/21819/stat : 21819 (java) S 21801 21803 19004 0 -1 4202560 3337 0 0 0 39 2 0 0 20 0 19 0 278929583 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442773031096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21820] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21820/stat : 21820 (java) S 21801 21803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278929583 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442771978744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21803/tid=21821] ppid=21801 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/21803/task/21821/stat : 21821 (java) S 21801 21803 19004 0 -1 4202560 102 0 0 0 56 40 0 0 20 0 19 0 278929583 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442770926408 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21803/tid=21822] ppid=21801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21803/task/21822/stat : 21822 (java) S 21801 21803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278929616 9856004096 206533 33554432000 1073741824 1073778376 140735347792224 140442769872168 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21803 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=239386
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=401634
# CPU time returned by wait4() is 1795.64
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1775.46
CPU time (s): 1800.05
CPU user time (s): 1797.93
CPU system time (s): 2.12
CPU usage (%): 101.385
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.24
system time used= 2.40163
maximum resident set size= 832060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22126
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47173
involuntary context switches= 48503

runsolver used 7.55985 second user time and 14.8827 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 16:14:07
IDJOB=3709737
IDBENCH=1401
IDSOLVER=2289
FILE ID=node146/3709737-1338128046
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71164 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga45_45_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709737-1338128046/watcher-3709737-1338128046 -o /tmp/evaluation-result-3709737-1338128046/solver-3709737-1338128046 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709737-1338128046.opb

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

MD5SUM BENCH= a63a973ffa65f76728fc6c6327196255
RANDOM SEED=767296953

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30073404 kB
Buffers:          304456 kB
Cached:           771908 kB
SwapCached:         2184 kB
Active:          1803288 kB
Inactive:         160712 kB
Active(anon):     886864 kB
Inactive(anon):     2668 kB
Active(file):     916424 kB
Inactive(file):   158044 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:        897352 kB
Mapped:            17412 kB
Shmem:                 0 kB
Slab:             691304 kB
SReclaimable:     132504 kB
SUnreclaim:       558800 kB
KernelStack:        1632 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1750948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    870400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71184 MiB
End job on node146 at 2012-05-27 16:43:44