Trace number 3709978

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.02 1796.26

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-31.opb
MD5SUM1231d9e508dc821e38b22e6db3fd2b2f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark203.957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9310
Total number of constraints199239
Number of constraints which are clauses178407
Number of constraints which are cardinality constraints (but not clauses)730
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint1
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.13	c --- Begin Solver configuration ---
0.10/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.13	c Learn all clauses as in MiniSAT
0.10/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.13	c Expensive reason simplification
0.10/0.13	c Armin Biere (Picosat) restarts strategy
0.10/0.13	c Glucose learned constraints deletion strategy
0.10/0.13	c timeout=2147483s
0.10/0.13	c DB Simplification allowed=true
0.10/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.13	c --- End Solver configuration ---
0.10/0.13	c solving HOME/instance-3709978-1338195771.opb
0.10/0.13	c reading problem ... 
2.33/1.62	c ... done. Wall clock time 1.491s.
2.33/1.62	c declared #vars     9310
2.33/1.62	c #constraints  197032
2.33/1.62	c constraints type 
2.33/1.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 136037
2.33/1.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
2.33/1.62	c ignored satisfied constraints => 2585
2.33/1.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40073
2.33/1.62	c org.sat4j.minisat.constraints.cnf.UnitClause => 99
2.33/1.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
2.33/1.62	c 199617 constraints processed.
4.30/3.15	c cleaning 2492 clauses out of 5000 with flag 5000/5000
5.67/4.37	c cleaning 4250 clauses out of 8508 with flag 11000/11000
7.37/6.00	c cleaning 5619 clauses out of 11259 with flag 18001/18001
8.89/7.57	c cleaning 6807 clauses out of 13640 with flag 26001/26001
10.73/9.36	c cleaning 7886 clauses out of 15832 with flag 35000/35000
12.75/11.30	c cleaning 8966 clauses out of 17946 with flag 45000/45000
14.87/13.47	c cleaning 9940 clauses out of 19980 with flag 56000/56000
17.08/15.70	c cleaning 10988 clauses out of 22040 with flag 68000/68000
19.88/18.48	c cleaning 11978 clauses out of 24052 with flag 81000/81000
22.89/21.46	c cleaning 13008 clauses out of 26074 with flag 95000/95000
26.00/24.50	c cleaning 13990 clauses out of 28066 with flag 110000/110000
29.41/27.96	c cleaning 15026 clauses out of 30076 with flag 126000/126000
32.92/31.49	c cleaning 16008 clauses out of 32051 with flag 143001/143001
37.15/35.65	c cleaning 16968 clauses out of 34045 with flag 161003/161003
41.46/39.96	c cleaning 17993 clauses out of 36075 with flag 180001/180001
45.88/44.35	c cleaning 19019 clauses out of 38081 with flag 200000/200000
50.79/49.25	c cleaning 20015 clauses out of 40062 with flag 221000/221000
56.70/55.12	c cleaning 21004 clauses out of 42050 with flag 243003/243003
62.84/61.28	c cleaning 21884 clauses out of 43804 with flag 266002/266002
68.27/66.69	c cleaning 22890 clauses out of 45845 with flag 290001/290001
74.39/72.72	c cleaning 23889 clauses out of 47900 with flag 315001/315001
81.31/79.69	c cleaning 24926 clauses out of 49987 with flag 341003/341003
87.83/86.13	c cleaning 25971 clauses out of 52060 with flag 368002/368002
94.84/93.16	c cleaning 27036 clauses out of 54087 with flag 396000/396000
102.06/100.33	c cleaning 27986 clauses out of 56051 with flag 425000/425000
111.38/109.60	c cleaning 29016 clauses out of 58065 with flag 455000/455000
120.31/118.55	c cleaning 30008 clauses out of 60050 with flag 486001/486001
128.42/126.61	c cleaning 30961 clauses out of 62041 with flag 518000/518000
137.53/135.79	c cleaning 31974 clauses out of 64081 with flag 551001/551001
150.55/148.77	c cleaning 33008 clauses out of 66106 with flag 585000/585000
159.87/158.00	c cleaning 34041 clauses out of 68099 with flag 620001/620001
170.01/168.16	c cleaning 34983 clauses out of 70057 with flag 656000/656000
179.24/177.39	c cleaning 35897 clauses out of 72074 with flag 693000/693000
187.05/185.17	c cleaning 37056 clauses out of 74177 with flag 731000/731000
203.88/201.99	c cleaning 38043 clauses out of 76123 with flag 770002/770002
216.60/214.67	c cleaning 39011 clauses out of 78080 with flag 810002/810002
230.72/228.71	c cleaning 40014 clauses out of 80068 with flag 851001/851001
244.34/242.32	c cleaning 41020 clauses out of 82053 with flag 893000/893000
255.68/253.68	c cleaning 42002 clauses out of 84033 with flag 936000/936000
264.72/262.67	c cleaning 43007 clauses out of 86032 with flag 980001/980001
277.53/275.49	c cleaning 43988 clauses out of 88024 with flag 1025000/1025000
291.06/288.96	c cleaning 44996 clauses out of 90037 with flag 1071001/1071001
305.70/303.59	c cleaning 45705 clauses out of 91527 with flag 1118000/1118000
320.12/317.99	c cleaning 46803 clauses out of 93735 with flag 1166000/1166000
340.43/338.26	c cleaning 47927 clauses out of 95933 with flag 1215001/1215001
359.76/357.51	c cleaning 48988 clauses out of 98005 with flag 1265000/1265000
378.88/376.62	c cleaning 49965 clauses out of 100017 with flag 1316000/1316000
397.74/395.45	c cleaning 50997 clauses out of 102053 with flag 1368001/1368001
414.67/412.37	c cleaning 52005 clauses out of 104055 with flag 1421000/1421000
429.38/427.04	c cleaning 52969 clauses out of 106050 with flag 1475000/1475000
450.78/448.46	c cleaning 54035 clauses out of 108081 with flag 1530000/1530000
468.72/466.37	c cleaning 54974 clauses out of 110048 with flag 1586002/1586002
484.87/482.44	c cleaning 55986 clauses out of 112072 with flag 1643000/1643000
504.01/501.54	c cleaning 57005 clauses out of 114087 with flag 1701001/1701001
525.43/522.98	c cleaning 57930 clauses out of 116081 with flag 1760000/1760000
545.95/543.45	c cleaning 59050 clauses out of 118151 with flag 1820000/1820000
564.99/562.45	c cleaning 60018 clauses out of 120101 with flag 1881000/1881000
585.42/582.82	c cleaning 60953 clauses out of 122083 with flag 1943000/1943000
605.36/602.76	c cleaning 62033 clauses out of 124131 with flag 2006001/2006001
628.99/626.32	c cleaning 63009 clauses out of 126098 with flag 2070001/2070001
650.42/647.71	c cleaning 64017 clauses out of 128089 with flag 2135001/2135001
677.57/674.87	c cleaning 64919 clauses out of 130072 with flag 2201001/2201001
703.00/700.28	c cleaning 66009 clauses out of 132152 with flag 2268000/2268000
725.23/722.48	c cleaning 66878 clauses out of 134143 with flag 2336000/2336000
752.38/749.53	c cleaning 67904 clauses out of 136265 with flag 2405000/2405000
779.69/776.85	c cleaning 68961 clauses out of 138361 with flag 2475000/2475000
807.82/804.91	c cleaning 70093 clauses out of 140401 with flag 2546001/2546001
837.87/834.95	c cleaning 71076 clauses out of 142308 with flag 2618001/2618001
866.60/863.60	c cleaning 72023 clauses out of 144231 with flag 2691000/2691000
891.11/888.14	c cleaning 72968 clauses out of 146208 with flag 2765000/2765000
929.23/926.25	c cleaning 73952 clauses out of 148240 with flag 2840000/2840000
978.87/975.82	c cleaning 75063 clauses out of 150288 with flag 2916000/2916000
1027.20/1024.18	c cleaning 75994 clauses out of 152225 with flag 2993000/2993000
1069.73/1066.68	c cleaning 77076 clauses out of 154232 with flag 3071001/3071001
1100.24/1097.15	c cleaning 78016 clauses out of 156155 with flag 3150000/3150000
1127.38/1124.29	c cleaning 78922 clauses out of 158141 with flag 3230002/3230002
1161.43/1158.23	c cleaning 80077 clauses out of 160217 with flag 3311000/3311000
1199.35/1196.17	c cleaning 81024 clauses out of 162142 with flag 3393002/3393002
1232.88/1229.66	c cleaning 81972 clauses out of 164117 with flag 3476001/3476001
1258.92/1255.68	c cleaning 82972 clauses out of 166144 with flag 3560000/3560000
1292.93/1289.69	c cleaning 83844 clauses out of 168174 with flag 3645002/3645002
1324.95/1321.64	c cleaning 85109 clauses out of 170329 with flag 3731001/3731001
1365.08/1361.74	c cleaning 86034 clauses out of 172219 with flag 3818000/3818000
1391.94/1388.55	c cleaning 87003 clauses out of 174185 with flag 3906000/3906000
1434.17/1430.74	c cleaning 88011 clauses out of 176184 with flag 3995002/3995002
1456.90/1453.40	c cleaning 88806 clauses out of 178171 with flag 4085000/4085000
1492.62/1489.11	c cleaning 89785 clauses out of 180365 with flag 4176000/4176000
1529.75/1526.27	c cleaning 91180 clauses out of 182580 with flag 4268000/4268000
1569.58/1566.04	c cleaning 91975 clauses out of 184400 with flag 4361000/4361000
1610.21/1606.62	c cleaning 93120 clauses out of 186427 with flag 4455002/4455002
1642.18/1638.51	c cleaning 94106 clauses out of 188305 with flag 4550000/4550000
1676.00/1672.36	c cleaning 94982 clauses out of 190199 with flag 4646000/4646000
1701.43/1697.78	c cleaning 96079 clauses out of 192217 with flag 4743000/4743000
1734.55/1730.88	c cleaning 96976 clauses out of 194138 with flag 4841000/4841000
1775.18/1771.47	c cleaning 97888 clauses out of 196165 with flag 4940003/4940003
1800.02/1796.22	c starts		: 273
1800.02/1796.22	c conflicts		: 5009029
1800.02/1796.22	c decisions		: 12548377
1800.02/1796.22	c propagations		: 1648572043
1800.02/1796.22	c inspects		: 21258324729
1800.02/1796.22	c shortcuts		: 0
1800.02/1796.22	c learnt literals	: 11
1800.02/1796.22	c learnt binary clauses	: 1211
1800.02/1796.22	c learnt ternary clauses	: 4005
1800.02/1796.22	c learnt constraints	: 5009018
1800.02/1796.22	c ignored constraints	: 0
1800.02/1796.22	c root simplifications	: 284
1800.02/1796.22	c removed literals (reason simplification)	: 193484216
1800.02/1796.22	c reason swapping (by a shorter reason)	: 0
1800.02/1796.22	c Calls to reduceDB	: 95
1800.02/1796.22	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.22	c number of learned constraints concerned by reduction	: 0
1800.02/1796.22	c number of learning phase by resolution	: 0
1800.02/1796.22	c number of learning phase by cutting planes	: 0
1800.02/1796.22	c speed (assignments/second)	: 918639.5502011613
1800.02/1796.22	c non guided choices	342763
1800.02/1796.25	c learnt constraints type 
1800.02/1796.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1168
1800.02/1796.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 166157
1800.02/1796.25	c constraints type 
1800.02/1796.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 136037
1800.02/1796.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
1800.02/1796.25	c ignored satisfied constraints => 2585
1800.02/1796.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40073
1800.02/1796.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 99
1800.02/1796.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
1800.02/1796.25	c 199617 constraints processed.
1800.02/1796.25	s UNKNOWN
1800.02/1796.25	c Total wall clock time (in seconds): 1796.119

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

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

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


[startup+0 s]
/proc/loadavg: 1.49 1.37 1.67 3/194 10091
/proc/meminfo: memFree=30437272/32873844 swapFree=6872/6872
[pid=10091] ppid=10089 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/10091/stat : 10091 (java) R 10089 10091 9972 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 285705560 9547776 183 33554432000 1073741824 1073778376 140734374187184 140734374169912 270117904864 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10091/statm: 2323 183 140 9 0 71 0

[startup+0.0103511 s]
/proc/loadavg: 1.49 1.37 1.67 3/194 10091
/proc/meminfo: memFree=30437272/32873844 swapFree=6872/6872
[pid=10091] ppid=10089 vsize=23172 CPUtime=0 cores=0,2,4,6
/proc/10091/stat : 10091 (java) R 10089 10091 9972 0 -1 4202496 1137 0 0 0 0 0 0 0 20 0 1 0 285705560 23728128 857 33554432000 1073741824 1073778376 140734693739408 140734693728472 270109077335 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10091/statm: 6050 867 654 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23172

[startup+0.100238 s]
/proc/loadavg: 1.49 1.37 1.67 3/194 10091
/proc/meminfo: memFree=30437272/32873844 swapFree=6872/6872
[pid=10091] ppid=10089 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/10091/stat : 10091 (java) S 10089 10091 9972 0 -1 4202496 4238 0 1 0 9 1 0 0 20 0 18 0 285705560 9787842560 4934 33554432000 1073741824 1073778376 140734693739408 140734693730544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10091/statm: 2389610 4934 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300244 s]
/proc/loadavg: 1.49 1.37 1.67 3/194 10091
/proc/meminfo: memFree=30437272/32873844 swapFree=6872/6872
[pid=10091] ppid=10089 vsize=9558440 CPUtime=0.44 cores=0,2,4,6
/proc/10091/stat : 10091 (java) S 10089 10091 9972 0 -1 4202496 5239 0 1 0 43 1 0 0 20 0 18 0 285705560 9787842560 7561 33554432000 1073741824 1073778376 140734693739408 140734693730544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10091/statm: 2389610 7561 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700251 s]
/proc/loadavg: 1.49 1.37 1.67 3/194 10091
/proc/meminfo: memFree=30437272/32873844 swapFree=6872/6872
[pid=10091] ppid=10089 vsize=9558440 CPUtime=1.14 cores=0,2,4,6
/proc/10091/stat : 10091 (java) S 10089 10091 9972 0 -1 4202496 6840 0 1 0 110 4 0 0 20 0 18 0 285705560 9787842560 40142 33554432000 1073741824 1073778376 140734693739408 140734693730544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10091/statm: 2389610 40142 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558440

[startup+1.50068 s]
/proc/loadavg: 1.53 1.38 1.67 5/212 10109
/proc/meminfo: memFree=30274836/32873844 swapFree=6872/6872
[pid=10091] ppid=10089 vsize=9558440 CPUtime=2.24 cores=0,2,4,6
/proc/10091/stat : 10091 (java) S 10089 10091 9972 0 -1 4202496 8392 0 1 0 215 9 0 0 20 0 18 0 285705560 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140734693730544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10091/statm: 2389610 50096 2254 9 0 2380296 0
[pid=10091/tid=10093] ppid=10089 vsize=9558440 CPUtime=1.4 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (java) R 10089 10091 9972 0 -1 4202560 2614 0 1 0 137 3 0 0 20 0 18 0 285705561 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275237891240 140275177990268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (java) S 10089 10091 9972 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 285705562 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275176622760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (java) S 10089 10091 9972 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 285705562 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275080706856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10096] ppid=10089 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/10091/task/10096/stat : 10096 (java) S 10089 10091 9972 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 285705562 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275079654312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10097] ppid=10089 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/10091/task/10097/stat : 10097 (java) S 10089 10091 9972 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 285705562 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275078601768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10098] ppid=10089 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/10091/task/10098/stat : 10098 (java) S 10089 10091 9972 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 285705562 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275077548200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10099] ppid=10089 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/10091/task/10099/stat : 10099 (java) S 10089 10091 9972 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 285705562 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275076495656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10100] ppid=10089 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10100/stat : 10100 (java) S 10089 10091 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 285705562 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275075443112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10101] ppid=10089 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/10091/task/10101/stat : 10101 (java) S 10089 10091 9972 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 285705562 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275074390568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10102] ppid=10089 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10102/stat : 10102 (java) S 10089 10091 9972 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 285705563 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275061979752 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10103] ppid=10089 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10103/stat : 10103 (java) S 10089 10091 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285705564 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275060926072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10104] ppid=10089 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10104/stat : 10104 (java) S 10089 10091 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285705564 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275059873416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10105] ppid=10089 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10105/stat : 10105 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285705566 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275058822160 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10106] ppid=10089 vsize=9558440 CPUtime=0.26 cores=0,2,4,6
/proc/10091/task/10106/stat : 10106 (java) S 10089 10091 9972 0 -1 4202560 1890 0 0 0 26 0 0 0 20 0 18 0 285705566 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275057768504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10107] ppid=10089 vsize=9558440 CPUtime=0.29 cores=0,2,4,6
/proc/10091/task/10107/stat : 10107 (java) S 10089 10091 9972 0 -1 4202560 2537 0 0 0 29 0 0 0 20 0 18 0 285705566 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275056715960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10108] ppid=10089 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10108/stat : 10108 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285705566 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275055663608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10109] ppid=10089 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10109/stat : 10109 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285705566 9787842560 50096 33554432000 1073741824 1073778376 140734693739408 140275054611272 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9558440

[startup+3.1007 s]
/proc/loadavg: 1.53 1.38 1.67 3/213 10110
/proc/meminfo: memFree=30243988/32873844 swapFree=6872/6872
[pid=10091] ppid=10089 vsize=9625004 CPUtime=4.3 cores=0,2,4,6
/proc/10091/stat : 10091 (java) S 10089 10091 9972 0 -1 4202496 9226 0 1 0 420 10 0 0 20 0 19 0 285705560 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140734693730544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10091/statm: 2406251 50235 2276 9 0 2396937 0
[pid=10091/tid=10093] ppid=10089 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (java) R 10089 10091 9972 0 -1 4202560 2628 0 1 0 296 3 0 0 20 0 19 0 285705561 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275237892632 140275178345453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (java) S 10089 10091 9972 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 285705562 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275176622760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (java) S 10089 10091 9972 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 285705562 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275080706856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10096] ppid=10089 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/10091/task/10096/stat : 10096 (java) S 10089 10091 9972 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 285705562 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275079654312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10097] ppid=10089 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10091/task/10097/stat : 10097 (java) S 10089 10091 9972 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 285705562 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275078601768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10098] ppid=10089 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/10091/task/10098/stat : 10098 (java) S 10089 10091 9972 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 285705562 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275077548200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10099] ppid=10089 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10091/task/10099/stat : 10099 (java) S 10089 10091 9972 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 285705562 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275076495656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10100] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10100/stat : 10100 (java) S 10089 10091 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 285705562 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275075443112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10101] ppid=10089 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10091/task/10101/stat : 10101 (java) S 10089 10091 9972 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 285705562 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275074390568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10102] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10102/stat : 10102 (java) S 10089 10091 9972 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 285705563 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275061979752 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10103] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10103/stat : 10103 (java) S 10089 10091 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285705564 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275060926072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10104] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10104/stat : 10104 (java) S 10089 10091 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285705564 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275059873416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10105] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10105/stat : 10105 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275058822160 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10106] ppid=10089 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/10091/task/10106/stat : 10106 (java) S 10089 10091 9972 0 -1 4202560 2158 0 0 0 43 0 0 0 20 0 19 0 285705566 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275057768504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10107] ppid=10089 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/10091/task/10107/stat : 10107 (java) S 10089 10091 9972 0 -1 4202560 3080 0 0 0 58 0 0 0 20 0 19 0 285705566 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275056715960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10108] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10108/stat : 10108 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275055663608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10109] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10109/stat : 10109 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275054611272 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10110] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10110/stat : 10110 (java) S 10089 10091 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285705724 9856004096 50235 33554432000 1073741824 1073778376 140734693739408 140275053557032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 1.53 1.38 1.67 3/213 10110
/proc/meminfo: memFree=30198808/32873844 swapFree=6872/6872
[pid=10091] ppid=10089 vsize=9625004 CPUtime=7.69 cores=0,2,4,6
/proc/10091/stat : 10091 (java) S 10089 10091 9972 0 -1 4202496 9420 0 1 0 757 12 0 0 20 0 19 0 285705560 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140734693730544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10091/statm: 2406251 61836 2288 9 0 2396937 0
[pid=10091/tid=10093] ppid=10089 vsize=9625004 CPUtime=5.95 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (java) R 10089 10091 9972 0 -1 4202560 2630 0 1 0 592 3 0 0 20 0 19 0 285705561 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275237892648 140275178345463 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (java) S 10089 10091 9972 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 285705562 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275176622760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (java) S 10089 10091 9972 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 285705562 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275080706856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10096] ppid=10089 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/10091/task/10096/stat : 10096 (java) S 10089 10091 9972 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 19 0 285705562 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275079654312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10097] ppid=10089 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10091/task/10097/stat : 10097 (java) S 10089 10091 9972 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 285705562 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275078601768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10098] ppid=10089 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/10091/task/10098/stat : 10098 (java) S 10089 10091 9972 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 19 0 285705562 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275077548200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10099] ppid=10089 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/10091/task/10099/stat : 10099 (java) S 10089 10091 9972 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 285705562 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275076495656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10100] ppid=10089 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10091/task/10100/stat : 10100 (java) S 10089 10091 9972 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 285705562 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275075443112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10101] ppid=10089 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10091/task/10101/stat : 10101 (java) S 10089 10091 9972 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 285705562 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275074390568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10102] ppid=10089 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/10091/task/10102/stat : 10102 (java) S 10089 10091 9972 0 -1 4202560 103 0 0 0 17 0 0 0 20 0 19 0 285705563 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275061979752 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10103] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10103/stat : 10103 (java) S 10089 10091 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285705564 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275060926072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10104] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10104/stat : 10104 (java) S 10089 10091 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285705564 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275059873416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10105] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10105/stat : 10105 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275058822160 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10106] ppid=10089 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/10091/task/10106/stat : 10106 (java) S 10089 10091 9972 0 -1 4202560 2163 0 0 0 47 0 0 0 20 0 19 0 285705566 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275057768504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10107] ppid=10089 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/10091/task/10107/stat : 10107 (java) S 10089 10091 9972 0 -1 4202560 3185 0 0 0 64 0 0 0 20 0 19 0 285705566 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275056715960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10108] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10108/stat : 10108 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275055663608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10109] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10109/stat : 10109 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275054611272 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10110] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10110/stat : 10110 (java) S 10089 10091 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285705724 9856004096 61836 33554432000 1073741824 1073778376 140734693739408 140275053557032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 1.60 1.40 1.67 3/213 10110
/proc/meminfo: memFree=30196668/32873844 swapFree=6872/6872

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

[pid=10091/tid=10106] ppid=10089 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/10091/task/10106/stat : 10106 (java) S 10089 10091 9972 0 -1 4202560 2535 0 0 0 56 0 0 0 20 0 19 0 285705566 9856004096 72874 33554432000 1073741824 1073778376 140734693739408 140275057768504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10107] ppid=10089 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/10091/task/10107/stat : 10107 (java) S 10089 10091 9972 0 -1 4202560 3185 0 0 0 64 0 0 0 20 0 19 0 285705566 9856004096 72874 33554432000 1073741824 1073778376 140734693739408 140275056715960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10108] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10108/stat : 10108 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 72874 33554432000 1073741824 1073778376 140734693739408 140275055663608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10109] ppid=10089 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/10091/task/10109/stat : 10109 (java) S 10089 10091 9972 0 -1 4202560 97 0 0 0 42 20 0 0 20 0 19 0 285705566 9856004096 72874 33554432000 1073741824 1073778376 140734693739408 140275054611272 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=10091/tid=10110] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10110/stat : 10110 (java) S 10089 10091 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285705724 9856004096 72874 33554432000 1073741824 1073778376 140734693739408 140275053557032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 1.95 3/213 10239
/proc/meminfo: memFree=30432544/32873844 swapFree=6872/6872
[pid=10091] ppid=10089 vsize=9625004 CPUtime=1726.05 cores=0,2,4,6
/proc/10091/stat : 10091 (java) S 10089 10091 9972 0 -1 4202496 10948 0 1 0 172569 36 0 0 20 0 19 0 285705560 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140734693730544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10091/statm: 2406251 72882 2290 9 0 2396937 0
[pid=10091/tid=10093] ppid=10089 vsize=9625004 CPUtime=1708.93 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (java) R 10089 10091 9972 0 -1 4202560 2721 0 1 0 170863 30 0 0 20 0 19 0 285705561 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275237892400 140275178345102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (java) S 10089 10091 9972 0 -1 4202560 224 0 0 0 39 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275176622760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (java) S 10089 10091 9972 0 -1 4202560 108 0 0 0 41 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275080706856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10096] ppid=10089 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10091/task/10096/stat : 10096 (java) S 10089 10091 9972 0 -1 4202560 90 0 0 0 44 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275079654312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10097] ppid=10089 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/10091/task/10097/stat : 10097 (java) S 10089 10091 9972 0 -1 4202560 135 0 0 0 44 0 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275078601768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10098] ppid=10089 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/10091/task/10098/stat : 10098 (java) S 10089 10091 9972 0 -1 4202560 94 0 0 0 40 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275077548200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10099] ppid=10089 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/10091/task/10099/stat : 10099 (java) S 10089 10091 9972 0 -1 4202560 70 0 0 0 41 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275076495656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10100] ppid=10089 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/10091/task/10100/stat : 10100 (java) S 10089 10091 9972 0 -1 4202560 146 0 0 0 48 0 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275075443112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10101] ppid=10089 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/10091/task/10101/stat : 10101 (java) S 10089 10091 9972 0 -1 4202560 140 0 0 0 40 0 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275074390568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10102] ppid=10089 vsize=9625004 CPUtime=7.8 cores=0,2,4,6
/proc/10091/task/10102/stat : 10102 (java) S 10089 10091 9972 0 -1 4202560 220 0 0 0 778 2 0 0 20 0 19 0 285705563 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275061979752 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10103] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10103/stat : 10103 (java) S 10089 10091 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285705564 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275060926072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10104] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10104/stat : 10104 (java) S 10089 10091 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285705564 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275059873416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10105] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10105/stat : 10105 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275058822160 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10106] ppid=10089 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/10091/task/10106/stat : 10106 (java) S 10089 10091 9972 0 -1 4202560 2535 0 0 0 56 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275057768504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10107] ppid=10089 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/10091/task/10107/stat : 10107 (java) S 10089 10091 9972 0 -1 4202560 3185 0 0 0 64 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275056715960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10108] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10108/stat : 10108 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275055663608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10109] ppid=10089 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/10091/task/10109/stat : 10109 (java) S 10089 10091 9972 0 -1 4202560 99 0 0 0 44 21 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275054611272 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=10091/tid=10110] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10110/stat : 10110 (java) S 10089 10091 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285705724 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275053557032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.05
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 1.95 3/213 10239
/proc/meminfo: memFree=30428200/32873844 swapFree=6876/6876
[pid=10091] ppid=10089 vsize=9625004 CPUtime=1786.1 cores=0,2,4,6
/proc/10091/stat : 10091 (java) S 10089 10091 9972 0 -1 4202496 10958 0 1 0 178574 36 0 0 20 0 19 0 285705560 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140734693730544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10091/statm: 2406251 72882 2290 9 0 2396937 0
[pid=10091/tid=10093] ppid=10089 vsize=9625004 CPUtime=1768.55 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (java) R 10089 10091 9972 0 -1 4202560 2723 0 1 0 176824 31 0 0 20 0 19 0 285705561 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275237892400 140275178378429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (java) S 10089 10091 9972 0 -1 4202560 224 0 0 0 40 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275176622760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (java) S 10089 10091 9972 0 -1 4202560 108 0 0 0 42 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275080706856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10096] ppid=10089 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/10091/task/10096/stat : 10096 (java) S 10089 10091 9972 0 -1 4202560 90 0 0 0 45 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275079654312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10097] ppid=10089 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10091/task/10097/stat : 10097 (java) S 10089 10091 9972 0 -1 4202560 135 0 0 0 46 0 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275078601768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10098] ppid=10089 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/10091/task/10098/stat : 10098 (java) S 10089 10091 9972 0 -1 4202560 94 0 0 0 41 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275077548200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10099] ppid=10089 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/10091/task/10099/stat : 10099 (java) S 10089 10091 9972 0 -1 4202560 70 0 0 0 41 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275076495656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10100] ppid=10089 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/10091/task/10100/stat : 10100 (java) S 10089 10091 9972 0 -1 4202560 146 0 0 0 49 0 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275075443112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10101] ppid=10089 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/10091/task/10101/stat : 10101 (java) S 10089 10091 9972 0 -1 4202560 140 0 0 0 41 0 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275074390568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10102] ppid=10089 vsize=9625004 CPUtime=7.98 cores=0,2,4,6
/proc/10091/task/10102/stat : 10102 (java) S 10089 10091 9972 0 -1 4202560 224 0 0 0 796 2 0 0 20 0 19 0 285705563 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275061979752 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10103] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10103/stat : 10103 (java) S 10089 10091 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285705564 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275060926072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10104] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10104/stat : 10104 (java) S 10089 10091 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285705564 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275059873416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10105] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10105/stat : 10105 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275058822160 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10106] ppid=10089 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/10091/task/10106/stat : 10106 (java) S 10089 10091 9972 0 -1 4202560 2535 0 0 0 56 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275057768504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10107] ppid=10089 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/10091/task/10107/stat : 10107 (java) S 10089 10091 9972 0 -1 4202560 3185 0 0 0 64 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275056715960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10108] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10108/stat : 10108 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275055663608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10109] ppid=10089 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/10091/task/10109/stat : 10109 (java) S 10089 10091 9972 0 -1 4202560 103 0 0 0 46 21 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275054611272 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=10091/tid=10110] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10110/stat : 10110 (java) S 10089 10091 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285705724 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275053557032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.1
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.00 2.02 1.95 3/213 10239
/proc/meminfo: memFree=30428324/32873844 swapFree=6872/6872
[pid=10091] ppid=10089 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/10091/stat : 10091 (java) S 10089 10091 9972 0 -1 4202496 10958 0 1 0 179965 37 0 0 20 0 19 0 285705560 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140734693730544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10091/statm: 2406251 72882 2290 9 0 2396937 0
[pid=10091/tid=10093] ppid=10089 vsize=9625004 CPUtime=1782.43 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (java) R 10089 10091 9972 0 -1 4202560 2723 0 1 0 178211 32 0 0 20 0 19 0 285705561 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275237892400 140275178299939 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (java) S 10089 10091 9972 0 -1 4202560 224 0 0 0 40 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275176622760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (java) S 10089 10091 9972 0 -1 4202560 108 0 0 0 42 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275080706856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10096] ppid=10089 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/10091/task/10096/stat : 10096 (java) S 10089 10091 9972 0 -1 4202560 90 0 0 0 45 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275079654312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10097] ppid=10089 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10091/task/10097/stat : 10097 (java) S 10089 10091 9972 0 -1 4202560 135 0 0 0 46 0 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275078601768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10098] ppid=10089 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/10091/task/10098/stat : 10098 (java) S 10089 10091 9972 0 -1 4202560 94 0 0 0 41 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275077548200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10099] ppid=10089 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/10091/task/10099/stat : 10099 (java) S 10089 10091 9972 0 -1 4202560 70 0 0 0 41 2 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275076495656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10100] ppid=10089 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/10091/task/10100/stat : 10100 (java) S 10089 10091 9972 0 -1 4202560 146 0 0 0 49 0 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275075443112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10091/tid=10101] ppid=10089 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/10091/task/10101/stat : 10101 (java) S 10089 10091 9972 0 -1 4202560 140 0 0 0 41 0 0 0 20 0 19 0 285705562 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275074390568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10102] ppid=10089 vsize=9625004 CPUtime=7.98 cores=0,2,4,6
/proc/10091/task/10102/stat : 10102 (java) S 10089 10091 9972 0 -1 4202560 224 0 0 0 796 2 0 0 20 0 19 0 285705563 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275061979752 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10103] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10103/stat : 10103 (java) S 10089 10091 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285705564 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275060926072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10104] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10104/stat : 10104 (java) S 10089 10091 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285705564 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275059873416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10105] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10105/stat : 10105 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275058822160 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10091/tid=10106] ppid=10089 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/10091/task/10106/stat : 10106 (java) S 10089 10091 9972 0 -1 4202560 2535 0 0 0 56 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275057768504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10091/tid=10107] ppid=10089 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/10091/task/10107/stat : 10107 (java) S 10089 10091 9972 0 -1 4202560 3185 0 0 0 64 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275056715960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10108] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10108/stat : 10108 (java) S 10089 10091 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275055663608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10091/tid=10109] ppid=10089 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/10091/task/10109/stat : 10109 (java) S 10089 10091 9972 0 -1 4202560 103 0 0 0 46 21 0 0 20 0 19 0 285705566 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275054611272 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=10091/tid=10110] ppid=10089 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10091/task/10110/stat : 10110 (java) S 10089 10091 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285705724 9856004096 72882 33554432000 1073741824 1073778376 140734693739408 140275053557032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 10091 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=399057
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=792879
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.26
CPU time (s): 1800.02
CPU user time (s): 1799.65
CPU system time (s): 0.37
CPU usage (%): 100.21
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.4
system time used= 0.792879
maximum resident set size= 291672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10996
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40676
involuntary context switches= 15227

runsolver used 5.9411 second user time and 14.7418 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 11:02:51
IDJOB=3709978
IDBENCH=89784
IDSOLVER=2289
FILE ID=node106/3709978-1338195771
RUNJOBID= node106-1338195726-9988
PBS_JOBID= 14624610
Free space on /tmp= 71300 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-31.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-3709978-1338195771/watcher-3709978-1338195771 -o /tmp/evaluation-result-3709978-1338195771/solver-3709978-1338195771 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709978-1338195771.opb

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

MD5SUM BENCH= 1231d9e508dc821e38b22e6db3fd2b2f
RANDOM SEED=11998784

node106.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.065
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.13
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.065
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.065
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.065
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.92
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.065
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.065
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.065
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.065
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:       32873844 kB
MemFree:        30437916 kB
Buffers:          292336 kB
Cached:           580920 kB
SwapCached:            0 kB
Active:          1394904 kB
Inactive:         165496 kB
Active(anon):     678020 kB
Inactive(anon):    11256 kB
Active(file):     716884 kB
Inactive(file):   154240 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9132 kB
Writeback:             0 kB
AnonPages:        711748 kB
Mapped:            18768 kB
Shmem:               200 kB
Slab:             716436 kB
SReclaimable:     158452 kB
SUnreclaim:       557984 kB
KernelStack:        1592 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1626416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    673792 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= 71312 MiB
End job on node106 at 2012-05-28 11:32:49