Trace number 3710417

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.04 1796.04

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_8_ic.opb
MD5SUMc59785e6f20fb8a9ed43144b528a9d33
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 8863945089
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 8863945089
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710417-1338256302.opb
0.09/0.12	c reading problem ... 
1.01/0.56	c ... done. Wall clock time 0.442s.
1.01/0.56	c declared #vars     15725
1.01/0.56	c #constraints  33136
1.01/0.56	c constraints type 
1.01/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.01/0.56	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.01/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.01/0.56	c ignored satisfied constraints => 3
1.01/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.01/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.01/0.56	c 33139 constraints processed.
4.60/3.64	c cleaning 2501 clauses out of 5001 with flag 5001/5001
7.98/6.73	c cleaning 4251 clauses out of 8501 with flag 11002/11002
11.78/10.59	c cleaning 5621 clauses out of 11248 with flag 18000/18000
16.60/15.36	c cleaning 6812 clauses out of 13627 with flag 26000/26000
21.55/20.26	c cleaning 7901 clauses out of 15815 with flag 35000/35000
25.87/24.53	c cleaning 8952 clauses out of 17914 with flag 45000/45000
31.77/30.40	c cleaning 9973 clauses out of 19963 with flag 56001/56001
37.70/36.31	c cleaning 10991 clauses out of 21990 with flag 68001/68001
44.60/43.21	c cleaning 11995 clauses out of 24002 with flag 81004/81004
52.61/51.28	c cleaning 12999 clauses out of 26003 with flag 95000/95000
61.21/59.82	c cleaning 13997 clauses out of 28005 with flag 110001/110001
68.62/67.27	c cleaning 14993 clauses out of 30007 with flag 126000/126000
76.52/75.16	c cleaning 15997 clauses out of 32014 with flag 143000/143000
85.75/84.36	c cleaning 17006 clauses out of 34017 with flag 161000/161000
96.37/94.91	c cleaning 18003 clauses out of 36011 with flag 180000/180000
107.99/106.55	c cleaning 18994 clauses out of 38008 with flag 200000/200000
119.00/117.58	c cleaning 20005 clauses out of 40014 with flag 221000/221000
128.82/127.31	c cleaning 20995 clauses out of 42010 with flag 243001/243001
138.93/137.44	c cleaning 22001 clauses out of 44014 with flag 266000/266000
151.85/150.31	c cleaning 23000 clauses out of 46014 with flag 290001/290001
164.87/163.39	c cleaning 24001 clauses out of 48013 with flag 315000/315000
181.22/179.68	c cleaning 24994 clauses out of 50012 with flag 341000/341000
193.75/192.19	c cleaning 25995 clauses out of 52019 with flag 368001/368001
208.39/206.70	c cleaning 27007 clauses out of 54026 with flag 396003/396003
224.61/222.99	c cleaning 27998 clauses out of 56017 with flag 425001/425001
243.04/241.33	c cleaning 29007 clauses out of 58021 with flag 455003/455003
259.76/258.02	c cleaning 30001 clauses out of 60011 with flag 486000/486000
277.91/276.11	c cleaning 30999 clauses out of 62011 with flag 518001/518001
296.93/295.12	c cleaning 32002 clauses out of 64014 with flag 551003/551003
313.88/312.00	c cleaning 32998 clauses out of 66012 with flag 585003/585003
333.52/331.69	c cleaning 33996 clauses out of 68011 with flag 620000/620000
351.05/349.16	c cleaning 34999 clauses out of 70015 with flag 656000/656000
370.07/368.13	c cleaning 36006 clauses out of 72016 with flag 693000/693000
388.42/386.45	c cleaning 36999 clauses out of 74010 with flag 731000/731000
405.94/403.93	c cleaning 38003 clauses out of 76013 with flag 770002/770002
425.79/423.71	c cleaning 39000 clauses out of 78011 with flag 810003/810003
452.61/450.57	c cleaning 39999 clauses out of 80011 with flag 851003/851003
475.22/473.20	c cleaning 40988 clauses out of 82009 with flag 893000/893000
499.28/497.13	c cleaning 41999 clauses out of 84022 with flag 936001/936001
524.11/521.95	c cleaning 43007 clauses out of 86024 with flag 980002/980002
546.64/544.44	c cleaning 43991 clauses out of 88015 with flag 1025000/1025000
568.85/566.69	c cleaning 44992 clauses out of 90024 with flag 1071000/1071000
599.52/597.26	c cleaning 46010 clauses out of 92032 with flag 1118000/1118000
628.14/625.86	c cleaning 47004 clauses out of 94022 with flag 1166000/1166000
651.06/648.73	c cleaning 48003 clauses out of 96020 with flag 1215002/1215002
673.04/670.65	c cleaning 48999 clauses out of 98015 with flag 1265000/1265000
697.90/695.42	c cleaning 50002 clauses out of 100019 with flag 1316003/1316003
725.19/722.69	c cleaning 50999 clauses out of 102014 with flag 1368000/1368000
753.12/750.55	c cleaning 51999 clauses out of 104016 with flag 1421001/1421001
785.66/783.01	c cleaning 53002 clauses out of 106017 with flag 1475001/1475001
821.91/819.26	c cleaning 54006 clauses out of 108015 with flag 1530001/1530001
861.75/859.04	c cleaning 54998 clauses out of 110009 with flag 1586001/1586001
894.57/891.83	c cleaning 56001 clauses out of 112010 with flag 1643000/1643000
928.53/925.72	c cleaning 56999 clauses out of 114009 with flag 1701000/1701000
962.07/959.25	c cleaning 57992 clauses out of 116012 with flag 1760002/1760002
998.80/995.99	c cleaning 58996 clauses out of 118018 with flag 1820000/1820000
1039.76/1036.85	c cleaning 60006 clauses out of 120022 with flag 1881000/1881000
1077.01/1074.07	c cleaning 61001 clauses out of 122016 with flag 1943000/1943000
1111.75/1108.79	c cleaning 62006 clauses out of 124015 with flag 2006000/2006000
1145.39/1142.37	c cleaning 62995 clauses out of 126009 with flag 2070000/2070000
1188.63/1185.50	c cleaning 64001 clauses out of 128015 with flag 2135001/2135001
1231.06/1227.92	c cleaning 65004 clauses out of 130015 with flag 2201002/2201002
1272.91/1269.71	c cleaning 65990 clauses out of 132010 with flag 2268001/2268001
1316.26/1313.05	c cleaning 66998 clauses out of 134024 with flag 2336005/2336005
1358.73/1355.41	c cleaning 67994 clauses out of 136023 with flag 2405002/2405002
1405.57/1402.25	c cleaning 68998 clauses out of 138028 with flag 2475001/2475001
1450.12/1446.74	c cleaning 70009 clauses out of 140029 with flag 2546000/2546000
1497.16/1493.78	c cleaning 70970 clauses out of 142020 with flag 2618000/2618000
1534.74/1531.29	c cleaning 72022 clauses out of 144051 with flag 2691001/2691001
1575.11/1571.59	c cleaning 72997 clauses out of 146030 with flag 2765002/2765002
1610.47/1606.85	c cleaning 74009 clauses out of 148033 with flag 2840002/2840002
1650.56/1646.85	c cleaning 75002 clauses out of 150023 with flag 2916001/2916001
1692.44/1688.62	c cleaning 76008 clauses out of 152022 with flag 2993002/2993002
1738.42/1734.59	c cleaning 76996 clauses out of 154012 with flag 3071000/3071000
1791.28/1787.39	c cleaning 78003 clauses out of 156016 with flag 3150000/3150000
1800.04/1796.01	c starts		: 248
1800.04/1796.01	c conflicts		: 3165661
1800.04/1796.01	c decisions		: 5298591
1800.04/1796.01	c propagations		: 2258377217
1800.04/1796.01	c inspects		: 15944886449
1800.04/1796.01	c shortcuts		: 0
1800.04/1796.01	c learnt literals	: 0
1800.04/1796.01	c learnt binary clauses	: 0
1800.04/1796.01	c learnt ternary clauses	: 0
1800.04/1796.01	c learnt constraints	: 3165661
1800.04/1796.01	c ignored constraints	: 0
1800.04/1796.01	c root simplifications	: 248
1800.04/1796.01	c removed literals (reason simplification)	: 106456737
1800.04/1796.01	c reason swapping (by a shorter reason)	: 0
1800.04/1796.01	c Calls to reduceDB	: 75
1800.04/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.01	c number of learned constraints concerned by reduction	: 0
1800.04/1796.01	c number of learning phase by resolution	: 0
1800.04/1796.01	c number of learning phase by cutting planes	: 0
1800.04/1796.01	c speed (assignments/second)	: 1257850.4132166964
1800.04/1796.01	c non guided choices	312
1800.04/1796.03	c learnt constraints type 
1800.04/1796.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93720
1800.04/1796.03	c constraints type 
1800.04/1796.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.04/1796.03	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.04/1796.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.04/1796.03	c ignored satisfied constraints => 3
1800.04/1796.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.04/1796.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.04/1796.03	c 33139 constraints processed.
1800.04/1796.04	s UNKNOWN
1800.04/1796.04	c Total wall clock time (in seconds): 1795.914

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

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

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


[startup+0 s]
/proc/loadavg: 1.78 1.95 1.84 3/173 8314
/proc/meminfo: memFree=31320572/32873648 swapFree=7116/7116
[pid=8314] ppid=8312 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8314/stat : 8314 (java) D 8312 8314 4099 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291755665 9515008 182 33554432000 1073741824 1073778376 140736498819360 140736498810392 260190322357 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/8314/statm: 2323 182 140 9 0 71 0

[startup+0.017494 s]
/proc/loadavg: 1.78 1.95 1.84 3/173 8314
/proc/meminfo: memFree=31320572/32873648 swapFree=7116/7116
[pid=8314] ppid=8312 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/8314/stat : 8314 (java) S 8312 8314 4099 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 291755665 103964672 1053 33554432000 1073741824 1073778376 140735161969920 140735161961056 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8314/statm: 25382 1053 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.10024 s]
/proc/loadavg: 1.78 1.95 1.84 3/173 8314
/proc/meminfo: memFree=31320572/32873648 swapFree=7116/7116
[pid=8314] ppid=8312 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/8314/stat : 8314 (java) S 8312 8314 4099 0 -1 4202496 4282 0 1 0 8 1 0 0 20 0 18 0 291755665 9787842560 5487 33554432000 1073741824 1073778376 140735161969920 140735161961056 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8314/statm: 2389610 5487 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300234 s]
/proc/loadavg: 1.78 1.95 1.84 3/173 8314
/proc/meminfo: memFree=31320572/32873648 swapFree=7116/7116
[pid=8314] ppid=8312 vsize=9558440 CPUtime=0.5 cores=1,3,5,7
/proc/8314/stat : 8314 (java) S 8312 8314 4099 0 -1 4202496 5794 0 1 0 49 1 0 0 20 0 18 0 291755665 9787842560 9361 33554432000 1073741824 1073778376 140735161969920 140735161961056 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8314/statm: 2389610 9361 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.700184 s]
/proc/loadavg: 1.78 1.95 1.84 3/173 8314
/proc/meminfo: memFree=31320572/32873648 swapFree=7116/7116
[pid=8314] ppid=8312 vsize=9625004 CPUtime=1.5 cores=1,3,5,7
/proc/8314/stat : 8314 (java) S 8312 8314 4099 0 -1 4202496 12070 0 1 0 147 3 0 0 20 0 19 0 291755665 9856004096 33471 33554432000 1073741824 1073778376 140735161969920 140735161961056 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8314/statm: 2406251 33471 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9625004

[startup+1.50072 s]
/proc/loadavg: 1.78 1.95 1.84 3/212 8360
/proc/meminfo: memFree=31010584/32873648 swapFree=7116/7116
[pid=8314] ppid=8312 vsize=9625004 CPUtime=2.44 cores=1,3,5,7
/proc/8314/stat : 8314 (java) S 8312 8314 4099 0 -1 4202496 12706 0 1 0 241 3 0 0 20 0 19 0 291755665 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140735161961056 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8314/statm: 2406251 33985 2258 9 0 2396937 0
[pid=8314/tid=8316] ppid=8312 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/8314/task/8316/stat : 8316 (java) R 8312 8314 4099 0 -1 4202560 2559 0 1 0 144 2 0 0 20 0 19 0 291755666 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140621624668600 140621474511735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8317] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8317/stat : 8317 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140621597121320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8318] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8318/stat : 8318 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140621596068520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8319] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8319/stat : 8319 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140621595016232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8314/tid=8320] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8320/stat : 8320 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140621593963432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8321] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8321/stat : 8321 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140621592910120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8322] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8322/stat : 8322 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140621462939816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8323] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8323/stat : 8323 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140621461887528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8324] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8324/stat : 8324 (java) S 8312 8314 4099 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140621460834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8325] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8325/stat : 8325 (java) S 8312 8314 4099 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291755668 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140620977887976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8326] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8326/stat : 8326 (java) S 8312 8314 4099 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140620976834040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8327] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8327/stat : 8327 (java) S 8312 8314 4099 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140620975781640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8328] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8328/stat : 8328 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140620974730128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8329] ppid=8312 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/8314/task/8329/stat : 8329 (java) S 8312 8314 4099 0 -1 4202560 3997 0 0 0 47 0 0 0 20 0 19 0 291755671 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140620973676728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8330] ppid=8312 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/8314/task/8330/stat : 8330 (java) S 8312 8314 4099 0 -1 4202560 4950 0 0 0 48 0 0 0 20 0 19 0 291755671 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140620972623928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8331] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8331/stat : 8331 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140620971571832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8332] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8332/stat : 8332 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140620970519240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8360] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8360/stat : 8360 (java) S 8312 8314 4099 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291755724 9856004096 33985 33554432000 1073741824 1073778376 140735161969920 140620969465256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 1.80 1.95 1.84 3/212 8360
/proc/meminfo: memFree=30821728/32873648 swapFree=7116/7116
[pid=8314] ppid=8312 vsize=9625004 CPUtime=4.1 cores=1,3,5,7
/proc/8314/stat : 8314 (java) S 8312 8314 4099 0 -1 4202496 12900 0 1 0 406 4 0 0 20 0 19 0 291755665 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140735161961056 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8314/statm: 2406251 34506 2264 9 0 2396937 0
[pid=8314/tid=8316] ppid=8312 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/8314/task/8316/stat : 8316 (java) R 8312 8314 4099 0 -1 4202560 2561 0 1 0 303 2 0 0 20 0 19 0 291755666 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140621624668904 140621474659952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8317] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8317/stat : 8317 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140621597121320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8318] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8318/stat : 8318 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140621596068520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8319] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8319/stat : 8319 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140621595016232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8314/tid=8320] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8320/stat : 8320 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140621593963432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8321] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8321/stat : 8321 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140621592910120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8322] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8322/stat : 8322 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140621462939816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8323] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8323/stat : 8323 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140621461887528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8324] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8324/stat : 8324 (java) S 8312 8314 4099 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140621460834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8325] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8325/stat : 8325 (java) S 8312 8314 4099 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291755668 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140620977887976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8326] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8326/stat : 8326 (java) S 8312 8314 4099 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140620976834040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8327] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8327/stat : 8327 (java) S 8312 8314 4099 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140620975781640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8328] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8328/stat : 8328 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140620974730128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8329] ppid=8312 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/8314/task/8329/stat : 8329 (java) S 8312 8314 4099 0 -1 4202560 4188 0 0 0 51 0 0 0 20 0 19 0 291755671 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140620973676728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8330] ppid=8312 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/8314/task/8330/stat : 8330 (java) S 8312 8314 4099 0 -1 4202560 4950 0 0 0 49 0 0 0 20 0 19 0 291755671 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140620972623928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8331] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8331/stat : 8331 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140620971571832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8332] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8332/stat : 8332 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140620970519240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8360] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8360/stat : 8360 (java) S 8312 8314 4099 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291755724 9856004096 34506 33554432000 1073741824 1073778376 140735161969920 140620969465256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625004

[startup+6.30343 s]
/proc/loadavg: 1.80 1.95 1.84 3/213 8361
/proc/meminfo: memFree=30789168/32873648 swapFree=7116/7116
[pid=8314] ppid=8312 vsize=9625004 CPUtime=7.58 cores=1,3,5,7
/proc/8314/stat : 8314 (java) S 8312 8314 4099 0 -1 4202496 16790 0 1 0 752 6 0 0 20 0 19 0 291755665 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140735161961056 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8314/statm: 2406251 41728 2289 9 0 2396937 0
[pid=8314/tid=8316] ppid=8312 vsize=9625004 CPUtime=6.18 cores=1,3,5,7
/proc/8314/task/8316/stat : 8316 (java) R 8312 8314 4099 0 -1 4202560 2567 0 1 0 616 2 0 0 20 0 19 0 291755666 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140621624668808 140621474660354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8317] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8317/stat : 8317 (java) S 8312 8314 4099 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140621597121320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8318] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8318/stat : 8318 (java) S 8312 8314 4099 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140621596068520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8319] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8319/stat : 8319 (java) S 8312 8314 4099 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140621595016232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8320] ppid=8312 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/8314/task/8320/stat : 8320 (java) S 8312 8314 4099 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291755667 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140621593963432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8321] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8321/stat : 8321 (java) S 8312 8314 4099 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140621592910120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8314/tid=8322] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8322/stat : 8322 (java) S 8312 8314 4099 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140621462939816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8323] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8323/stat : 8323 (java) S 8312 8314 4099 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140621461887528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8324] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8324/stat : 8324 (java) S 8312 8314 4099 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291755667 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140621460834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8325] ppid=8312 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/8314/task/8325/stat : 8325 (java) S 8312 8314 4099 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 291755668 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140620977887976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8326] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8326/stat : 8326 (java) S 8312 8314 4099 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140620976834040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8327] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8327/stat : 8327 (java) S 8312 8314 4099 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140620975781640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8328] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8328/stat : 8328 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140620974730128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8329] ppid=8312 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/8314/task/8329/stat : 8329 (java) S 8312 8314 4099 0 -1 4202560 7998 0 0 0 66 1 0 0 20 0 19 0 291755671 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140620973676728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8314/tid=8330] ppid=8312 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/8314/task/8330/stat : 8330 (java) S 8312 8314 4099 0 -1 4202560 4955 0 0 0 51 0 0 0 20 0 19 0 291755671 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140620972623928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8331] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8331/stat : 8331 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140620971571832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8332] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8332/stat : 8332 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140620970519240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8360] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8360/stat : 8360 (java) S 8312 8314 4099 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291755724 9856004096 41728 33554432000 1073741824 1073778376 140735161969920 140620969465256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=8314/tid=8329] ppid=8312 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/8314/task/8329/stat : 8329 (java) S 8312 8314 4099 0 -1 4202560 8008 0 0 0 74 1 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620973676728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8330] ppid=8312 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/8314/task/8330/stat : 8330 (java) S 8312 8314 4099 0 -1 4202560 4955 0 0 0 51 0 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620972623928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8331] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8331/stat : 8331 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620971571832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8332] ppid=8312 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/8314/task/8332/stat : 8332 (java) S 8312 8314 4099 0 -1 4202560 95 0 0 0 23 27 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620970519240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8360] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8360/stat : 8360 (java) S 8312 8314 4099 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291755724 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620969465256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.13
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 1.94 3/214 8399
/proc/meminfo: memFree=30505844/32873648 swapFree=7116/7116
[pid=8314] ppid=8312 vsize=9625004 CPUtime=1726.22 cores=1,3,5,7
/proc/8314/stat : 8314 (java) S 8312 8314 4099 0 -1 4202496 17964 0 1 0 172568 54 0 0 20 0 19 0 291755665 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140735161961056 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8314/statm: 2406251 72070 2290 9 0 2396937 0
[pid=8314/tid=8316] ppid=8312 vsize=9625004 CPUtime=1713.37 cores=1,3,5,7
/proc/8314/task/8316/stat : 8316 (java) R 8312 8314 4099 0 -1 4202560 2637 0 1 0 171308 29 0 0 20 0 19 0 291755666 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621624668464 140621474660589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8317] ppid=8312 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/8314/task/8317/stat : 8317 (java) S 8312 8314 4099 0 -1 4202560 251 0 0 0 45 3 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621597121320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8318] ppid=8312 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/8314/task/8318/stat : 8318 (java) S 8312 8314 4099 0 -1 4202560 85 0 0 0 37 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621596068520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8319] ppid=8312 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/8314/task/8319/stat : 8319 (java) S 8312 8314 4099 0 -1 4202560 191 0 0 0 37 1 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621595016232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8320] ppid=8312 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/8314/task/8320/stat : 8320 (java) S 8312 8314 4099 0 -1 4202560 51 0 0 0 45 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621593963432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8321] ppid=8312 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/8314/task/8321/stat : 8321 (java) S 8312 8314 4099 0 -1 4202560 52 0 0 0 37 3 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621592910120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8322] ppid=8312 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/8314/task/8322/stat : 8322 (java) S 8312 8314 4099 0 -1 4202560 56 0 0 0 42 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621462939816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8314/tid=8323] ppid=8312 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/8314/task/8323/stat : 8323 (java) S 8312 8314 4099 0 -1 4202560 142 0 0 0 35 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621461887528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8314/tid=8324] ppid=8312 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/8314/task/8324/stat : 8324 (java) S 8312 8314 4099 0 -1 4202560 99 0 0 0 39 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621460834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8325] ppid=8312 vsize=9625004 CPUtime=3.33 cores=1,3,5,7
/proc/8314/task/8325/stat : 8325 (java) S 8312 8314 4099 0 -1 4202560 152 0 0 0 332 1 0 0 20 0 19 0 291755668 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620977887976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8326] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8326/stat : 8326 (java) S 8312 8314 4099 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620976834040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8327] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8327/stat : 8327 (java) S 8312 8314 4099 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620975781640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8328] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8328/stat : 8328 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620974730128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8329] ppid=8312 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/8314/task/8329/stat : 8329 (java) S 8312 8314 4099 0 -1 4202560 8008 0 0 0 74 1 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620973676728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8330] ppid=8312 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/8314/task/8330/stat : 8330 (java) S 8312 8314 4099 0 -1 4202560 4955 0 0 0 51 0 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620972623928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8331] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8331/stat : 8331 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620971571832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8332] ppid=8312 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/8314/task/8332/stat : 8332 (java) S 8312 8314 4099 0 -1 4202560 99 0 0 0 24 28 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620970519240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8360] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8360/stat : 8360 (java) S 8312 8314 4099 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291755724 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620969465256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.22
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 1.94 3/213 8399
/proc/meminfo: memFree=30485128/32873648 swapFree=7116/7116
[pid=8314] ppid=8312 vsize=9625004 CPUtime=1786.28 cores=1,3,5,7
/proc/8314/stat : 8314 (java) S 8312 8314 4099 0 -1 4202496 17971 0 1 0 178573 55 0 0 20 0 19 0 291755665 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140735161961056 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8314/statm: 2406251 72070 2290 9 0 2396937 0
[pid=8314/tid=8316] ppid=8312 vsize=9625004 CPUtime=1773.14 cores=1,3,5,7
/proc/8314/task/8316/stat : 8316 (java) R 8312 8314 4099 0 -1 4202560 2638 0 1 0 177285 29 0 0 20 0 19 0 291755666 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621624668464 140621474654926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8317] ppid=8312 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/8314/task/8317/stat : 8317 (java) S 8312 8314 4099 0 -1 4202560 251 0 0 0 46 3 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621597121320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8318] ppid=8312 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/8314/task/8318/stat : 8318 (java) S 8312 8314 4099 0 -1 4202560 85 0 0 0 38 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621596068520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8319] ppid=8312 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/8314/task/8319/stat : 8319 (java) S 8312 8314 4099 0 -1 4202560 191 0 0 0 38 1 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621595016232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8320] ppid=8312 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/8314/task/8320/stat : 8320 (java) S 8312 8314 4099 0 -1 4202560 51 0 0 0 46 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621593963432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8321] ppid=8312 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/8314/task/8321/stat : 8321 (java) S 8312 8314 4099 0 -1 4202560 52 0 0 0 38 3 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621592910120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8322] ppid=8312 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/8314/task/8322/stat : 8322 (java) S 8312 8314 4099 0 -1 4202560 56 0 0 0 42 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621462939816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8314/tid=8323] ppid=8312 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/8314/task/8323/stat : 8323 (java) S 8312 8314 4099 0 -1 4202560 142 0 0 0 35 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621461887528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8314/tid=8324] ppid=8312 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/8314/task/8324/stat : 8324 (java) S 8312 8314 4099 0 -1 4202560 99 0 0 0 40 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621460834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8325] ppid=8312 vsize=9625004 CPUtime=3.39 cores=1,3,5,7
/proc/8314/task/8325/stat : 8325 (java) S 8312 8314 4099 0 -1 4202560 154 0 0 0 338 1 0 0 20 0 19 0 291755668 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620977887976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8326] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8326/stat : 8326 (java) S 8312 8314 4099 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620976834040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8327] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8327/stat : 8327 (java) S 8312 8314 4099 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620975781640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8328] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8328/stat : 8328 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620974730128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8329] ppid=8312 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/8314/task/8329/stat : 8329 (java) S 8312 8314 4099 0 -1 4202560 8008 0 0 0 74 1 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620973676728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8330] ppid=8312 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/8314/task/8330/stat : 8330 (java) S 8312 8314 4099 0 -1 4202560 4955 0 0 0 51 0 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620972623928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8331] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8331/stat : 8331 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620971571832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8332] ppid=8312 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/8314/task/8332/stat : 8332 (java) S 8312 8314 4099 0 -1 4202560 103 0 0 0 25 30 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620970519240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8360] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8360/stat : 8360 (java) S 8312 8314 4099 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291755724 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620969465256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.28
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.14 2.05 1.95 3/213 8399
/proc/meminfo: memFree=30485256/32873648 swapFree=7116/7116
[pid=8314] ppid=8312 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/8314/stat : 8314 (java) S 8312 8314 4099 0 -1 4202496 17974 0 1 0 179949 55 0 0 20 0 19 0 291755665 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140735161961056 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8314/statm: 2406251 72070 2290 9 0 2396937 0
[pid=8314/tid=8316] ppid=8312 vsize=9625004 CPUtime=1786.74 cores=1,3,5,7
/proc/8314/task/8316/stat : 8316 (java) R 8312 8314 4099 0 -1 4202560 2639 0 1 0 178644 30 0 0 20 0 19 0 291755666 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621624668464 140621474654926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8317] ppid=8312 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/8314/task/8317/stat : 8317 (java) S 8312 8314 4099 0 -1 4202560 251 0 0 0 46 3 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621597121320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8318] ppid=8312 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/8314/task/8318/stat : 8318 (java) S 8312 8314 4099 0 -1 4202560 85 0 0 0 39 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621596068520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8319] ppid=8312 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/8314/task/8319/stat : 8319 (java) S 8312 8314 4099 0 -1 4202560 191 0 0 0 39 1 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621595016232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8320] ppid=8312 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/8314/task/8320/stat : 8320 (java) S 8312 8314 4099 0 -1 4202560 51 0 0 0 48 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621593963432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8321] ppid=8312 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/8314/task/8321/stat : 8321 (java) S 8312 8314 4099 0 -1 4202560 52 0 0 0 38 3 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621592910120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8322] ppid=8312 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/8314/task/8322/stat : 8322 (java) S 8312 8314 4099 0 -1 4202560 56 0 0 0 43 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621462939816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8323] ppid=8312 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/8314/task/8323/stat : 8323 (java) S 8312 8314 4099 0 -1 4202560 142 0 0 0 36 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621461887528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8314/tid=8324] ppid=8312 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/8314/task/8324/stat : 8324 (java) S 8312 8314 4099 0 -1 4202560 99 0 0 0 41 2 0 0 20 0 19 0 291755667 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140621460834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8325] ppid=8312 vsize=9625004 CPUtime=3.46 cores=1,3,5,7
/proc/8314/task/8325/stat : 8325 (java) S 8312 8314 4099 0 -1 4202560 156 0 0 0 344 2 0 0 20 0 19 0 291755668 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620977887976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8326] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8326/stat : 8326 (java) S 8312 8314 4099 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620976834040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8327] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8327/stat : 8327 (java) S 8312 8314 4099 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291755669 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620975781640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8328] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8328/stat : 8328 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620974730128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8329] ppid=8312 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/8314/task/8329/stat : 8329 (java) S 8312 8314 4099 0 -1 4202560 8008 0 0 0 74 1 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620973676728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8314/tid=8330] ppid=8312 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/8314/task/8330/stat : 8330 (java) S 8312 8314 4099 0 -1 4202560 4955 0 0 0 51 0 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620972623928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8331] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8331/stat : 8331 (java) S 8312 8314 4099 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620971571832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8314/tid=8332] ppid=8312 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/8314/task/8332/stat : 8332 (java) S 8312 8314 4099 0 -1 4202560 103 0 0 0 25 30 0 0 20 0 19 0 291755671 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620970519240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8314/tid=8360] ppid=8312 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/8314/task/8360/stat : 8360 (java) S 8312 8314 4099 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291755724 9856004096 72070 33554432000 1073741824 1073778376 140735161969920 140620969465256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 8314 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=878137
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=940856
# CPU time returned by wait4() is 1795.82
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.04
CPU time (s): 1800.04
CPU user time (s): 1799.49
CPU system time (s): 0.55
CPU usage (%): 100.223
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 0.940856
maximum resident set size= 288400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18006
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40186
involuntary context switches= 16320

runsolver used 6.00009 second user time and 14.8827 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-29 03:51:42
IDJOB=3710417
IDBENCH=92785
IDSOLVER=2289
FILE ID=node123/3710417-1338256302
RUNJOBID= node123-1338256302-8297
PBS_JOBID= 14624628
Free space on /tmp= 71680 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_8_ic.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-3710417-1338256302/watcher-3710417-1338256302 -o /tmp/evaluation-result-3710417-1338256302/solver-3710417-1338256302 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710417-1338256302.opb

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

MD5SUM BENCH= c59785e6f20fb8a9ed43144b528a9d33
RANDOM SEED=2118538389

node123.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.217
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.43
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.217
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.91
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.217
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.92
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.217
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.217
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.217
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.217
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.217
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31321960 kB
Buffers:          378296 kB
Cached:           319136 kB
SwapCached:          980 kB
Active:           369648 kB
Inactive:         341792 kB
Active(anon):       5844 kB
Inactive(anon):     8368 kB
Active(file):     363804 kB
Inactive(file):   333424 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102964 kB
Dirty:              3544 kB
Writeback:             4 kB
AnonPages:         16372 kB
Mapped:             9520 kB
Shmem:                 0 kB
Slab:             703292 kB
SReclaimable:     147304 kB
SUnreclaim:       555988 kB
KernelStack:        1384 kB
PageTables:         4352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node123 at 2012-05-29 04:21:40