Trace number 3709755

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.58 1795.05

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark817.196
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.07	c version 2.3.2.v20120418
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		501472288
0.03/0.07	c Max memory 		7480803328
0.03/0.07	c Total memory 		504102912
0.03/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709755-1338125900.opb
0.10/0.11	c reading problem ... 
1.17/0.81	c ... done. Wall clock time 0.704s.
1.17/0.81	c declared #vars     1440
1.17/0.81	c #constraints  86400
1.17/0.81	c constraints type 
1.17/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1.17/0.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1.17/0.81	c 86400 constraints processed.
2.56/1.76	c cleaning 2494 clauses out of 5001 with flag 5001/5001
3.34/2.44	c cleaning 4252 clauses out of 8508 with flag 11002/11002
4.19/3.21	c cleaning 5622 clauses out of 11254 with flag 18000/18000
5.00/4.05	c cleaning 6815 clauses out of 13633 with flag 26001/26001
6.06/5.04	c cleaning 7899 clauses out of 15819 with flag 35002/35002
7.08/6.09	c cleaning 8947 clauses out of 17919 with flag 45001/45001
8.28/7.29	c cleaning 9980 clauses out of 19973 with flag 56002/56002
9.58/8.59	c cleaning 10992 clauses out of 21992 with flag 68001/68001
11.11/10.06	c cleaning 11995 clauses out of 23999 with flag 81000/81000
12.63/11.57	c cleaning 12991 clauses out of 26006 with flag 95002/95002
14.44/13.37	c cleaning 13996 clauses out of 28013 with flag 110000/110000
16.34/15.24	c cleaning 15002 clauses out of 30018 with flag 126001/126001
18.36/17.20	c cleaning 15995 clauses out of 32015 with flag 143000/143000
20.47/19.31	c cleaning 16998 clauses out of 34020 with flag 161000/161000
22.88/21.75	c cleaning 18004 clauses out of 36022 with flag 180000/180000
25.29/24.13	c cleaning 18999 clauses out of 38018 with flag 200000/200000
27.89/26.70	c cleaning 20002 clauses out of 40022 with flag 221003/221003
30.60/29.43	c cleaning 21005 clauses out of 42017 with flag 243000/243000
33.71/32.51	c cleaning 22001 clauses out of 44012 with flag 266000/266000
36.53/35.31	c cleaning 22992 clauses out of 46011 with flag 290000/290000
39.86/38.62	c cleaning 23997 clauses out of 48020 with flag 315001/315001
43.77/42.57	c cleaning 24997 clauses out of 50022 with flag 341000/341000
47.70/46.42	c cleaning 26007 clauses out of 52026 with flag 368001/368001
51.73/50.43	c cleaning 26995 clauses out of 54018 with flag 396000/396000
55.24/53.95	c cleaning 27995 clauses out of 56023 with flag 425000/425000
59.25/57.94	c cleaning 29000 clauses out of 58030 with flag 455002/455002
63.87/62.57	c cleaning 30006 clauses out of 60028 with flag 486000/486000
68.60/67.22	c cleaning 30994 clauses out of 62022 with flag 518000/518000
73.43/72.07	c cleaning 31992 clauses out of 64028 with flag 551000/551000
78.94/77.58	c cleaning 33002 clauses out of 66037 with flag 585001/585001
83.27/81.88	c cleaning 34004 clauses out of 68034 with flag 620000/620000
88.18/86.71	c cleaning 35000 clauses out of 70030 with flag 656000/656000
93.41/91.90	c cleaning 35998 clauses out of 72030 with flag 693000/693000
99.25/97.70	c cleaning 37005 clauses out of 74032 with flag 731000/731000
105.46/103.98	c cleaning 37996 clauses out of 76030 with flag 770003/770003
111.19/109.68	c cleaning 39006 clauses out of 78031 with flag 810000/810000
118.80/117.29	c cleaning 40005 clauses out of 80025 with flag 851000/851000
125.94/124.38	c cleaning 40998 clauses out of 82020 with flag 893000/893000
131.65/130.00	c cleaning 42001 clauses out of 84022 with flag 936000/936000
138.16/136.55	c cleaning 43006 clauses out of 86024 with flag 980003/980003
144.87/143.24	c cleaning 44000 clauses out of 88016 with flag 1025001/1025001
153.09/151.40	c cleaning 44996 clauses out of 90017 with flag 1071002/1071002
160.72/159.08	c cleaning 45989 clauses out of 92019 with flag 1118000/1118000
169.83/168.15	c cleaning 47008 clauses out of 94032 with flag 1166002/1166002
178.46/176.72	c cleaning 47984 clauses out of 96023 with flag 1215001/1215001
188.49/186.73	c cleaning 49001 clauses out of 98038 with flag 1265000/1265000
198.71/196.99	c cleaning 49993 clauses out of 100037 with flag 1316000/1316000
206.18/204.31	c cleaning 51018 clauses out of 102044 with flag 1368000/1368000
214.30/212.42	c cleaning 51996 clauses out of 104029 with flag 1421003/1421003
223.23/221.37	c cleaning 53007 clauses out of 106034 with flag 1475004/1475004
233.45/231.50	c cleaning 54003 clauses out of 108023 with flag 1530000/1530000
244.18/242.30	c cleaning 54994 clauses out of 110020 with flag 1586000/1586000
253.22/251.28	c cleaning 55984 clauses out of 112026 with flag 1643000/1643000
265.83/263.86	c cleaning 56999 clauses out of 114042 with flag 1701000/1701000
278.77/276.76	c cleaning 58006 clauses out of 116045 with flag 1760002/1760002
290.19/288.14	c cleaning 59011 clauses out of 118037 with flag 1820000/1820000
303.14/301.09	c cleaning 60001 clauses out of 120026 with flag 1881000/1881000
316.55/314.50	c cleaning 61001 clauses out of 122028 with flag 1943003/1943003
328.29/326.15	c cleaning 62001 clauses out of 124024 with flag 2006000/2006000
337.43/335.21	c cleaning 62992 clauses out of 126025 with flag 2070002/2070002
348.16/345.94	c cleaning 63994 clauses out of 128031 with flag 2135000/2135000
359.98/357.79	c cleaning 65000 clauses out of 130038 with flag 2201001/2201001
374.91/372.70	c cleaning 66013 clauses out of 132037 with flag 2268000/2268000
388.47/386.10	c cleaning 66993 clauses out of 134024 with flag 2336000/2336000
404.41/402.05	c cleaning 67989 clauses out of 136032 with flag 2405001/2405001
416.96/414.60	c cleaning 69008 clauses out of 138043 with flag 2475001/2475001
433.19/430.79	c cleaning 70014 clauses out of 140036 with flag 2546002/2546002
449.32/446.85	c cleaning 70990 clauses out of 142020 with flag 2618000/2618000
462.36/459.83	c cleaning 71992 clauses out of 144031 with flag 2691001/2691001
478.89/476.32	c cleaning 72994 clauses out of 146038 with flag 2765000/2765000
497.31/494.71	c cleaning 74008 clauses out of 148046 with flag 2840002/2840002
515.54/512.95	c cleaning 74990 clauses out of 150037 with flag 2916001/2916001
535.68/533.08	c cleaning 76010 clauses out of 152047 with flag 2993001/2993001
547.50/544.84	c cleaning 77009 clauses out of 154037 with flag 3071001/3071001
561.45/558.74	c cleaning 78003 clauses out of 156029 with flag 3150002/3150002
576.49/573.74	c cleaning 79001 clauses out of 158027 with flag 3230003/3230003
592.12/589.35	c cleaning 80007 clauses out of 160025 with flag 3311002/3311002
611.95/609.13	c cleaning 80996 clauses out of 162017 with flag 3393001/3393001
627.72/624.81	c cleaning 82005 clauses out of 164020 with flag 3476000/3476000
647.56/644.61	c cleaning 82995 clauses out of 166016 with flag 3560001/3560001
668.80/665.87	c cleaning 83992 clauses out of 168021 with flag 3645001/3645001
688.94/685.94	c cleaning 84993 clauses out of 170028 with flag 3731000/3731000
712.71/709.69	c cleaning 85999 clauses out of 172035 with flag 3818000/3818000
735.57/732.45	c cleaning 86999 clauses out of 174037 with flag 3906001/3906001
756.81/753.60	c cleaning 87999 clauses out of 176038 with flag 3995001/3995001
780.73/777.59	c cleaning 89000 clauses out of 178038 with flag 4085000/4085000
805.86/802.67	c cleaning 89992 clauses out of 180038 with flag 4176000/4176000
829.79/826.52	c cleaning 90985 clauses out of 182046 with flag 4268000/4268000
854.22/850.99	c cleaning 92000 clauses out of 184063 with flag 4361002/4361002
877.76/874.48	c cleaning 92996 clauses out of 186062 with flag 4455001/4455001
894.09/890.72	c cleaning 94008 clauses out of 188066 with flag 4550001/4550001
912.42/909.02	c cleaning 95018 clauses out of 190057 with flag 4646000/4646000
930.94/927.53	c cleaning 96013 clauses out of 192041 with flag 4743002/4743002
951.69/948.22	c cleaning 97001 clauses out of 194026 with flag 4841000/4841000
973.52/970.08	c cleaning 98002 clauses out of 196025 with flag 4940000/4940000
1001.05/997.52	c cleaning 98998 clauses out of 198025 with flag 5040002/5040002
1032.17/1028.54	c cleaning 100000 clauses out of 200025 with flag 5141000/5141000
1058.54/1054.83	c cleaning 100990 clauses out of 202026 with flag 5243001/5243001
1090.10/1086.35	c cleaning 101987 clauses out of 204035 with flag 5346000/5346000
1122.56/1118.76	c cleaning 102999 clauses out of 206048 with flag 5450000/5450000
1145.20/1141.37	c cleaning 104012 clauses out of 208051 with flag 5555002/5555002
1176.25/1172.30	c cleaning 105000 clauses out of 210039 with flag 5661002/5661002
1209.51/1205.58	c cleaning 106007 clauses out of 212039 with flag 5768002/5768002
1241.95/1237.92	c cleaning 107011 clauses out of 214030 with flag 5876000/5876000
1274.09/1270.07	c cleaning 108000 clauses out of 216019 with flag 5985000/5985000
1304.14/1300.03	c cleaning 108974 clauses out of 218020 with flag 6095001/6095001
1335.49/1331.34	c cleaning 110003 clauses out of 220046 with flag 6206001/6206001
1368.62/1364.47	c cleaning 111001 clauses out of 222042 with flag 6318000/6318000
1404.99/1400.72	c cleaning 112003 clauses out of 224041 with flag 6431000/6431000
1442.58/1438.22	c cleaning 113004 clauses out of 226038 with flag 6545000/6545000
1478.34/1473.94	c cleaning 113995 clauses out of 228034 with flag 6660000/6660000
1502.48/1498.04	c cleaning 115014 clauses out of 230039 with flag 6776000/6776000
1524.92/1520.45	c cleaning 116001 clauses out of 232025 with flag 6893000/6893000
1553.19/1548.62	c cleaning 116993 clauses out of 234026 with flag 7011002/7011002
1588.95/1584.37	c cleaning 118001 clauses out of 236032 with flag 7130001/7130001
1616.63/1611.96	c cleaning 118990 clauses out of 238030 with flag 7250000/7250000
1654.66/1650.00	c cleaning 119979 clauses out of 240040 with flag 7371000/7371000
1688.22/1683.48	c cleaning 121014 clauses out of 242061 with flag 7493000/7493000
1728.59/1723.73	c cleaning 122008 clauses out of 244047 with flag 7616000/7616000
1767.47/1762.57	c cleaning 123010 clauses out of 246039 with flag 7740000/7740000
1800.02/1795.01	c starts		: 298
1800.02/1795.01	c conflicts		: 7855632
1800.02/1795.01	c decisions		: 9457848
1800.02/1795.01	c propagations		: 872056962
1800.02/1795.01	c inspects		: 22432122517
1800.02/1795.01	c shortcuts		: 0
1800.02/1795.01	c learnt literals	: 0
1800.02/1795.01	c learnt binary clauses	: 0
1800.02/1795.01	c learnt ternary clauses	: 0
1800.02/1795.01	c learnt constraints	: 7855632
1800.02/1795.01	c ignored constraints	: 0
1800.02/1795.01	c root simplifications	: 298
1800.02/1795.01	c removed literals (reason simplification)	: 134135580
1800.02/1795.01	c reason swapping (by a shorter reason)	: 0
1800.02/1795.01	c Calls to reduceDB	: 120
1800.02/1795.01	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.01	c number of learned constraints concerned by reduction	: 0
1800.02/1795.01	c number of learning phase by resolution	: 0
1800.02/1795.01	c number of learning phase by cutting planes	: 0
1800.02/1795.01	c speed (assignments/second)	: 486044.95621979836
1800.02/1795.01	c non guided choices	214
1800.02/1795.05	c learnt constraints type 
1800.02/1795.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 238701
1800.02/1795.05	c constraints type 
1800.02/1795.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1800.02/1795.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1800.02/1795.05	c 86400 constraints processed.
1800.02/1795.05	s UNKNOWN
1800.02/1795.05	c Total wall clock time (in seconds): 1794.936

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-3709755-1338125900/watcher-3709755-1338125900 -o /tmp/evaluation-result-3709755-1338125900/solver-3709755-1338125900 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709755-1338125900.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.91 1.76 1.74 3/194 922
/proc/meminfo: memFree=28965376/32873648 swapFree=6864/6864
[pid=922] ppid=920 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/922/stat : 922 (java) R 920 922 32120 0 -1 4202496 852 0 0 0 0 0 0 0 20 0 1 0 278715435 23793664 578 33554432000 1073741824 1073778376 140736541409808 140736541398872 270698330675 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/922/statm: 5809 578 432 9 0 128 0
[pid=922/tid=923] ppid=920 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/922/task/923/stat : 923 (java) R 920 922 32120 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 2 0 278715435 98635776 966 33554432000 1073741824 1073778376 140736541409808 139813671665192 270698377047 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0500901 s]
/proc/loadavg: 1.91 1.76 1.74 3/194 922
/proc/meminfo: memFree=28965376/32873648 swapFree=6864/6864
[pid=922] ppid=920 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/922/stat : 922 (java) S 920 922 32120 0 -1 4202496 3125 0 1 0 3 0 0 0 20 0 13 0 278715435 9446973440 4332 33554432000 1073741824 1073778376 140736541409808 140736541400944 270710898749 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/922/statm: 2306390 4332 1714 9 0 2297091 0
[pid=922/tid=923] ppid=920 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/922/task/923/stat : 923 (java) R 920 922 32120 0 -1 4202560 1942 0 1 0 2 0 0 0 20 0 13 0 278715435 9446973440 4332 33554432000 1073741824 1073778376 140736541409808 139813671667432 270710924557 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100252 s]
/proc/loadavg: 1.91 1.76 1.74 3/194 922
/proc/meminfo: memFree=28965376/32873648 swapFree=6864/6864
[pid=922] ppid=920 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/922/stat : 922 (java) S 920 922 32120 0 -1 4202496 4366 0 1 0 9 1 0 0 20 0 18 0 278715435 9787842560 6083 33554432000 1073741824 1073778376 140736541409808 140736541400944 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/922/statm: 2389610 6083 2116 9 0 2380296 0
[pid=922/tid=923] ppid=920 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/922/task/923/stat : 923 (java) R 920 922 32120 0 -1 4202560 2505 0 1 0 7 0 0 0 20 0 18 0 278715435 9787842560 6083 33554432000 1073741824 1073778376 140736541409808 139813671661960 139813669535536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300204 s]
/proc/loadavg: 1.91 1.76 1.74 3/194 922
/proc/meminfo: memFree=28965376/32873648 swapFree=6864/6864
[pid=922] ppid=920 vsize=9558440 CPUtime=0.51 cores=0,2,4,6
/proc/922/stat : 922 (java) S 920 922 32120 0 -1 4202496 5661 0 1 0 49 2 0 0 20 0 18 0 278715435 9787842560 10107 33554432000 1073741824 1073778376 140736541409808 140736541400944 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/922/statm: 2389610 10120 2224 9 0 2380296 0
[pid=922/tid=923] ppid=920 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/922/task/923/stat : 923 (java) R 920 922 32120 0 -1 4202560 2532 0 1 0 26 1 0 0 20 0 18 0 278715435 9787842560 10128 33554432000 1073741824 1073778376 140736541409808 139813671668840 270710924557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700274 s]
/proc/loadavg: 1.91 1.76 1.74 3/194 922
/proc/meminfo: memFree=28965376/32873648 swapFree=6864/6864
[pid=922] ppid=920 vsize=9558440 CPUtime=1.07 cores=0,2,4,6
/proc/922/stat : 922 (java) S 920 922 32120 0 -1 4202496 6408 0 1 0 104 3 0 0 20 0 18 0 278715435 9787842560 39570 33554432000 1073741824 1073778376 140736541409808 140736541400944 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/922/statm: 2389610 39570 2253 9 0 2380296 0
[pid=922/tid=923] ppid=920 vsize=9558440 CPUtime=0.67 cores=0,2,4,6
/proc/922/task/923/stat : 923 (java) R 920 922 32120 0 -1 4202560 2592 0 1 0 64 3 0 0 20 0 18 0 278715435 9787842560 39570 33554432000 1073741824 1073778376 140736541409808 139813671669112 139813544303025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9558440

[startup+1.50069 s]
/proc/loadavg: 1.91 1.76 1.74 4/213 941
/proc/meminfo: memFree=28810240/32873648 swapFree=6864/6864
[pid=922] ppid=920 vsize=9625004 CPUtime=2.27 cores=0,2,4,6
/proc/922/stat : 922 (java) S 920 922 32120 0 -1 4202496 10036 0 1 0 223 4 0 0 20 0 19 0 278715435 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 140736541400944 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/922/statm: 2406251 41275 2276 9 0 2396937 0
[pid=922/tid=923] ppid=920 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/922/task/923/stat : 923 (java) R 920 922 32120 0 -1 4202560 2603 0 1 0 144 3 0 0 20 0 19 0 278715435 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813671670312 139813543871957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=922/tid=925] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/925/stat : 925 (java) S 920 922 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813515414312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=926] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/926/stat : 926 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813514361512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=927] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/927/stat : 927 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813513309224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=922/tid=928] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/928/stat : 928 (java) S 920 922 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813512256424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=929] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/929/stat : 929 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813511203112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=930] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/930/stat : 930 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813510150312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=931] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/931/stat : 931 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813509098024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=932] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/932/stat : 932 (java) S 920 922 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813508045224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=922/tid=933] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/933/stat : 933 (java) S 920 922 32120 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 278715437 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813495847656 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=934] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/934/stat : 934 (java) S 920 922 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813494793720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=935] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/935/stat : 935 (java) S 920 922 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813493741320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=936] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/936/stat : 936 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813492689808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=937] ppid=920 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/922/task/937/stat : 937 (java) R 920 922 32120 0 -1 4202560 3089 0 0 0 40 0 0 0 20 0 19 0 278715440 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813491636408 139813675763047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=922/tid=938] ppid=920 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/922/task/938/stat : 938 (java) R 920 922 32120 0 -1 4202560 3067 0 0 0 34 0 0 0 20 0 19 0 278715440 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813490583608 139813678482944 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=922/tid=939] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/939/stat : 939 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813489531512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=940] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/940/stat : 940 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813488478920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=941] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/941/stat : 941 (java) S 920 922 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278715517 9856004096 41275 33554432000 1073741824 1073778376 140736541409808 139813487424936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625004

[startup+3.10063 s]
/proc/loadavg: 1.91 1.76 1.74 3/213 941
/proc/meminfo: memFree=28773256/32873648 swapFree=6864/6864
[pid=922] ppid=920 vsize=9625004 CPUtime=4.09 cores=0,2,4,6
/proc/922/stat : 922 (java) S 920 922 32120 0 -1 4202496 10392 0 1 0 402 7 0 0 20 0 19 0 278715435 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 140736541400944 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/922/statm: 2406251 49518 2290 9 0 2396937 0
[pid=922/tid=923] ppid=920 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/922/task/923/stat : 923 (java) R 920 922 32120 0 -1 4202560 2605 0 1 0 296 3 0 0 20 0 19 0 278715435 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813671670328 139813544418654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=922/tid=925] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/925/stat : 925 (java) S 920 922 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813515414312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=922/tid=926] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/926/stat : 926 (java) S 920 922 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813514361512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=927] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/927/stat : 927 (java) S 920 922 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813513309224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=928] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/928/stat : 928 (java) S 920 922 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813512256424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=929] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/929/stat : 929 (java) S 920 922 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813511203112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=930] ppid=920 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/922/task/930/stat : 930 (java) S 920 922 32120 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 278715436 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813510150312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=931] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/931/stat : 931 (java) S 920 922 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813509098024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=932] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/932/stat : 932 (java) S 920 922 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813508045224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=922/tid=933] ppid=920 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/922/task/933/stat : 933 (java) S 920 922 32120 0 -1 4202560 96 0 0 0 5 0 0 0 20 0 19 0 278715437 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813495847656 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=934] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/934/stat : 934 (java) S 920 922 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813494793720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=935] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/935/stat : 935 (java) S 920 922 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813493741320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=936] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/936/stat : 936 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813492689808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=937] ppid=920 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/922/task/937/stat : 937 (java) S 920 922 32120 0 -1 4202560 3161 0 0 0 46 0 0 0 20 0 19 0 278715440 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813491636408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=938] ppid=920 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/922/task/938/stat : 938 (java) S 920 922 32120 0 -1 4202560 3272 0 0 0 43 0 0 0 20 0 19 0 278715440 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813490583608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=922/tid=939] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/939/stat : 939 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813489531512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=940] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/940/stat : 940 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813488478920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=941] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/941/stat : 941 (java) S 920 922 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278715517 9856004096 49518 33554432000 1073741824 1073778376 140736541409808 139813487424936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 1.92 1.76 1.74 3/213 941
/proc/meminfo: memFree=28772760/32873648 swapFree=6864/6864
[pid=922] ppid=920 vsize=9625004 CPUtime=7.38 cores=0,2,4,6
/proc/922/stat : 922 (java) S 920 922 32120 0 -1 4202496 10407 0 1 0 731 7 0 0 20 0 19 0 278715435 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 140736541400944 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/922/statm: 2406251 49972 2290 9 0 2396937 0
[pid=922/tid=923] ppid=920 vsize=9625004 CPUtime=6.04 cores=0,2,4,6
/proc/922/task/923/stat : 923 (java) R 920 922 32120 0 -1 4202560 2607 0 1 0 601 3 0 0 20 0 19 0 278715435 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813671670184 139813544044482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=922/tid=925] ppid=920 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/922/task/925/stat : 925 (java) S 920 922 32120 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 278715436 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813515414312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=926] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/926/stat : 926 (java) S 920 922 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813514361512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=927] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/927/stat : 927 (java) S 920 922 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813513309224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=928] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/928/stat : 928 (java) S 920 922 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813512256424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=929] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/929/stat : 929 (java) S 920 922 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813511203112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=930] ppid=920 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/922/task/930/stat : 930 (java) S 920 922 32120 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 278715436 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813510150312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=931] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/931/stat : 931 (java) S 920 922 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813509098024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=922/tid=932] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/932/stat : 932 (java) S 920 922 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278715436 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813508045224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=933] ppid=920 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/922/task/933/stat : 933 (java) S 920 922 32120 0 -1 4202560 98 0 0 0 18 0 0 0 20 0 19 0 278715437 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813495847656 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=934] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/934/stat : 934 (java) S 920 922 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813494793720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=935] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/935/stat : 935 (java) S 920 922 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813493741320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=936] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/936/stat : 936 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813492689808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=937] ppid=920 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/922/task/937/stat : 937 (java) S 920 922 32120 0 -1 4202560 3161 0 0 0 47 0 0 0 20 0 19 0 278715440 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813491636408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=938] ppid=920 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/922/task/938/stat : 938 (java) S 920 922 32120 0 -1 4202560 3274 0 0 0 50 0 0 0 20 0 19 0 278715440 9856004096 49972 33554432000 1073741824 1073778376 140736541409808 139813490583608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=922/tid=930] ppid=920 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/922/task/930/stat : 930 (java) S 920 922 32120 0 -1 4202560 186 0 0 0 65 2 0 0 20 0 19 0 278715436 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813510150312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=931] ppid=920 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/922/task/931/stat : 931 (java) S 920 922 32120 0 -1 4202560 202 0 0 0 54 2 0 0 20 0 19 0 278715436 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813509098024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=932] ppid=920 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/922/task/932/stat : 932 (java) S 920 922 32120 0 -1 4202560 164 0 0 0 61 2 0 0 20 0 19 0 278715436 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813508045224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=933] ppid=920 vsize=9625004 CPUtime=7.1 cores=0,2,4,6
/proc/922/task/933/stat : 933 (java) S 920 922 32120 0 -1 4202560 201 0 0 0 708 2 0 0 20 0 19 0 278715437 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813495847656 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=934] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/934/stat : 934 (java) S 920 922 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813494793720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=935] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/935/stat : 935 (java) S 920 922 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813493741320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=936] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/936/stat : 936 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813492689808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=937] ppid=920 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/922/task/937/stat : 937 (java) S 920 922 32120 0 -1 4202560 3161 0 0 0 47 0 0 0 20 0 19 0 278715440 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813491636408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=938] ppid=920 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/922/task/938/stat : 938 (java) S 920 922 32120 0 -1 4202560 3278 0 0 0 52 0 0 0 20 0 19 0 278715440 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813490583608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=939] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/939/stat : 939 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813489531512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=940] ppid=920 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/922/task/940/stat : 940 (java) S 920 922 32120 0 -1 4202560 95 0 0 0 25 30 0 0 20 0 19 0 278715440 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813488478920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=941] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/941/stat : 941 (java) S 920 922 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278715517 9856004096 75106 33554432000 1073741824 1073778376 140736541409808 139813487424936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1667.11
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/213 1040
/proc/meminfo: memFree=28780204/32873648 swapFree=6864/6864
[pid=922] ppid=920 vsize=9625004 CPUtime=1727.19 cores=0,2,4,6
/proc/922/stat : 922 (java) S 920 922 32120 0 -1 4202496 12115 0 1 0 172667 52 0 0 20 0 19 0 278715435 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 140736541400944 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/922/statm: 2406251 75637 2291 9 0 2396937 0
[pid=922/tid=923] ppid=920 vsize=9625004 CPUtime=1713.76 cores=0,2,4,6
/proc/922/task/923/stat : 923 (java) R 920 922 32120 0 -1 4202560 2718 0 1 0 171345 31 0 0 20 0 19 0 278715435 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813671670064 139813544662560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=922/tid=925] ppid=920 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/922/task/925/stat : 925 (java) S 920 922 32120 0 -1 4202560 286 0 0 0 54 2 0 0 20 0 19 0 278715436 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813515414312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=926] ppid=920 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/922/task/926/stat : 926 (java) S 920 922 32120 0 -1 4202560 136 0 0 0 60 2 0 0 20 0 19 0 278715436 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813514361512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=927] ppid=920 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/922/task/927/stat : 927 (java) S 920 922 32120 0 -1 4202560 134 0 0 0 56 0 0 0 20 0 19 0 278715436 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813513309224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=928] ppid=920 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/922/task/928/stat : 928 (java) S 920 922 32120 0 -1 4202560 201 0 0 0 60 2 0 0 20 0 19 0 278715436 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813512256424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=929] ppid=920 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/922/task/929/stat : 929 (java) S 920 922 32120 0 -1 4202560 156 0 0 0 58 2 0 0 20 0 19 0 278715436 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813511203112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=930] ppid=920 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/922/task/930/stat : 930 (java) S 920 922 32120 0 -1 4202560 187 0 0 0 67 2 0 0 20 0 19 0 278715436 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813510150312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=931] ppid=920 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/922/task/931/stat : 931 (java) S 920 922 32120 0 -1 4202560 210 0 0 0 56 2 0 0 20 0 19 0 278715436 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813509098024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=932] ppid=920 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/922/task/932/stat : 932 (java) S 920 922 32120 0 -1 4202560 164 0 0 0 62 2 0 0 20 0 19 0 278715436 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813508045224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=933] ppid=920 vsize=9625004 CPUtime=7.18 cores=0,2,4,6
/proc/922/task/933/stat : 933 (java) S 920 922 32120 0 -1 4202560 203 0 0 0 716 2 0 0 20 0 19 0 278715437 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813495847656 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=934] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/934/stat : 934 (java) S 920 922 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813494793720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=935] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/935/stat : 935 (java) S 920 922 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813493741320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=936] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/936/stat : 936 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813492689808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=937] ppid=920 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/922/task/937/stat : 937 (java) S 920 922 32120 0 -1 4202560 3161 0 0 0 47 0 0 0 20 0 19 0 278715440 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813491636408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=938] ppid=920 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/922/task/938/stat : 938 (java) S 920 922 32120 0 -1 4202560 3278 0 0 0 52 0 0 0 20 0 19 0 278715440 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813490583608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=939] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/939/stat : 939 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813489531512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=940] ppid=920 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/922/task/940/stat : 940 (java) S 920 922 32120 0 -1 4202560 99 0 0 0 26 31 0 0 20 0 19 0 278715440 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813488478920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=941] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/941/stat : 941 (java) S 920 922 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278715517 9856004096 75637 33554432000 1073741824 1073778376 140736541409808 139813487424936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.19
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/213 1040
/proc/meminfo: memFree=28751164/32873648 swapFree=6864/6864
[pid=922] ppid=920 vsize=9625004 CPUtime=1787.32 cores=0,2,4,6
/proc/922/stat : 922 (java) S 920 922 32120 0 -1 4202496 12196 0 1 0 178676 56 0 0 20 0 19 0 278715435 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 140736541400944 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/922/statm: 2406251 80280 2291 9 0 2396937 0
[pid=922/tid=923] ppid=920 vsize=9625004 CPUtime=1773.51 cores=0,2,4,6
/proc/922/task/923/stat : 923 (java) R 920 922 32120 0 -1 4202560 2720 0 1 0 177320 31 0 0 20 0 19 0 278715435 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813671670064 139813544662707 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=922/tid=925] ppid=920 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/922/task/925/stat : 925 (java) S 920 922 32120 0 -1 4202560 309 0 0 0 58 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813515414312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=926] ppid=920 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/922/task/926/stat : 926 (java) S 920 922 32120 0 -1 4202560 137 0 0 0 62 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813514361512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=927] ppid=920 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/922/task/927/stat : 927 (java) S 920 922 32120 0 -1 4202560 139 0 0 0 56 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813513309224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=928] ppid=920 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/922/task/928/stat : 928 (java) S 920 922 32120 0 -1 4202560 205 0 0 0 62 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813512256424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=922/tid=929] ppid=920 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/922/task/929/stat : 929 (java) S 920 922 32120 0 -1 4202560 172 0 0 0 60 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813511203112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=930] ppid=920 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/922/task/930/stat : 930 (java) S 920 922 32120 0 -1 4202560 201 0 0 0 68 3 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813510150312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=931] ppid=920 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/922/task/931/stat : 931 (java) S 920 922 32120 0 -1 4202560 214 0 0 0 58 3 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813509098024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=932] ppid=920 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/922/task/932/stat : 932 (java) S 920 922 32120 0 -1 4202560 168 0 0 0 63 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813508045224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=933] ppid=920 vsize=9625004 CPUtime=7.38 cores=0,2,4,6
/proc/922/task/933/stat : 933 (java) S 920 922 32120 0 -1 4202560 207 0 0 0 736 2 0 0 20 0 19 0 278715437 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813495847656 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=934] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/934/stat : 934 (java) S 920 922 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813494793720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=935] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/935/stat : 935 (java) S 920 922 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813493741320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=936] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/936/stat : 936 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813492689808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=937] ppid=920 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/922/task/937/stat : 937 (java) S 920 922 32120 0 -1 4202560 3161 0 0 0 47 0 0 0 20 0 19 0 278715440 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813491636408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=938] ppid=920 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/922/task/938/stat : 938 (java) S 920 922 32120 0 -1 4202560 3278 0 0 0 52 0 0 0 20 0 19 0 278715440 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813490583608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=939] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/939/stat : 939 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813489531512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=940] ppid=920 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/922/task/940/stat : 940 (java) S 920 922 32120 0 -1 4202560 103 0 0 0 27 32 0 0 20 0 19 0 278715440 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813488478920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=941] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/941/stat : 941 (java) S 920 922 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278715517 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813487424936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.32
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 1.99 2.00 1.91 3/213 1040
/proc/meminfo: memFree=28751168/32873648 swapFree=6864/6864
[pid=922] ppid=920 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/922/stat : 922 (java) S 920 922 32120 0 -1 4202496 12196 0 1 0 179946 56 0 0 20 0 19 0 278715435 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 140736541400944 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/922/statm: 2406251 80280 2291 9 0 2396937 0
[pid=922/tid=923] ppid=920 vsize=9625004 CPUtime=1786.21 cores=0,2,4,6
/proc/922/task/923/stat : 923 (java) R 920 922 32120 0 -1 4202560 2720 0 1 0 178589 32 0 0 20 0 19 0 278715435 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813671670064 139813544418328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=922/tid=925] ppid=920 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/922/task/925/stat : 925 (java) S 920 922 32120 0 -1 4202560 309 0 0 0 58 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813515414312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=926] ppid=920 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/922/task/926/stat : 926 (java) S 920 922 32120 0 -1 4202560 137 0 0 0 62 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813514361512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=927] ppid=920 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/922/task/927/stat : 927 (java) S 920 922 32120 0 -1 4202560 139 0 0 0 56 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813513309224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=928] ppid=920 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/922/task/928/stat : 928 (java) S 920 922 32120 0 -1 4202560 205 0 0 0 62 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813512256424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=922/tid=929] ppid=920 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/922/task/929/stat : 929 (java) S 920 922 32120 0 -1 4202560 172 0 0 0 60 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813511203112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=930] ppid=920 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/922/task/930/stat : 930 (java) S 920 922 32120 0 -1 4202560 201 0 0 0 68 3 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813510150312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=931] ppid=920 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/922/task/931/stat : 931 (java) S 920 922 32120 0 -1 4202560 214 0 0 0 58 3 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813509098024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=932] ppid=920 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/922/task/932/stat : 932 (java) S 920 922 32120 0 -1 4202560 168 0 0 0 63 2 0 0 20 0 19 0 278715436 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813508045224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=933] ppid=920 vsize=9625004 CPUtime=7.38 cores=0,2,4,6
/proc/922/task/933/stat : 933 (java) S 920 922 32120 0 -1 4202560 207 0 0 0 736 2 0 0 20 0 19 0 278715437 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813495847656 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=934] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/934/stat : 934 (java) S 920 922 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813494793720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=935] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/935/stat : 935 (java) S 920 922 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278715438 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813493741320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=936] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/936/stat : 936 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813492689808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=937] ppid=920 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/922/task/937/stat : 937 (java) S 920 922 32120 0 -1 4202560 3161 0 0 0 47 0 0 0 20 0 19 0 278715440 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813491636408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=922/tid=938] ppid=920 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/922/task/938/stat : 938 (java) S 920 922 32120 0 -1 4202560 3278 0 0 0 52 0 0 0 20 0 19 0 278715440 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813490583608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=939] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/939/stat : 939 (java) S 920 922 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278715440 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813489531512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=922/tid=940] ppid=920 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/922/task/940/stat : 940 (java) S 920 922 32120 0 -1 4202560 103 0 0 0 27 32 0 0 20 0 19 0 278715440 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813488478920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=922/tid=941] ppid=920 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/922/task/941/stat : 941 (java) S 920 922 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278715517 9856004096 80280 33554432000 1073741824 1073778376 140736541409808 139813487424936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 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
Real time (s): 1795.05
CPU time (s): 1800.58
CPU user time (s): 1799.6
CPU system time (s): 0.98385
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.98385
maximum resident set size= 321240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12229
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= 41174
involuntary context switches= 9740

runsolver used 6.81996 second user time and 13.9849 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 15:38:20
IDJOB=3709755
IDBENCH=1372
IDSOLVER=2289
FILE ID=node125/3709755-1338125900
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71256 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.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-3709755-1338125900/watcher-3709755-1338125900 -o /tmp/evaluation-result-3709755-1338125900/solver-3709755-1338125900 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709755-1338125900.opb

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=689693067

node125.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		: 2666.373
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	: 5332.74
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		: 2666.373
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		: 2666.373
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		: 2666.373
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.90
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		: 2666.373
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		: 2666.373
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	: 5438.54
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		: 2666.373
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		: 2666.373
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:        28965756 kB
Buffers:          445544 kB
Cached:          2428936 kB
SwapCached:         2308 kB
Active:          1569440 kB
Inactive:        1495176 kB
Active(anon):     181808 kB
Inactive(anon):     9556 kB
Active(file):    1387632 kB
Inactive(file):  1485620 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:              4336 kB
Writeback:             0 kB
AnonPages:        195476 kB
Mapped:            22600 kB
Shmem:               104 kB
Slab:             703452 kB
SReclaimable:     146900 kB
SUnreclaim:       556552 kB
KernelStack:        1592 kB
PageTables:         4588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 71256 MiB
End job on node125 at 2012-05-27 16:08:17