Trace number 3709724

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.55 1795.45

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga14_12_sat_pb.cnf.cr.opb
MD5SUM9e0fb7268490d757b52d36b24fd70717
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.001999
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables252
Total number of constraints206
Number of constraints which are clauses180
Number of constraints which are cardinality constraints (but not clauses)26
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint14
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709724-1338127553.opb
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.059s.
0.09/0.18	c declared #vars     252
0.09/0.18	c #constraints  206
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 180
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 26
0.09/0.18	c 206 constraints processed.
0.87/0.62	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.46/1.11	c cleaning 4250 clauses out of 8504 with flag 11000/11000
2.17/1.87	c cleaning 5624 clauses out of 11255 with flag 18001/18001
3.08/2.75	c cleaning 6815 clauses out of 13631 with flag 26001/26001
4.22/3.86	c cleaning 7905 clauses out of 15816 with flag 35001/35001
5.43/5.06	c cleaning 8955 clauses out of 17910 with flag 45000/45000
6.94/6.51	c cleaning 9980 clauses out of 19959 with flag 56004/56004
8.74/8.31	c cleaning 10984 clauses out of 21975 with flag 68000/68000
10.54/10.15	c cleaning 11992 clauses out of 23992 with flag 81001/81001
12.46/12.06	c cleaning 12997 clauses out of 26002 with flag 95003/95003
14.68/14.28	c cleaning 13996 clauses out of 28004 with flag 110002/110002
17.29/16.83	c cleaning 14999 clauses out of 30006 with flag 126000/126000
20.32/19.82	c cleaning 16003 clauses out of 32012 with flag 143005/143005
23.44/23.00	c cleaning 16993 clauses out of 34005 with flag 161001/161001
27.14/26.61	c cleaning 17998 clauses out of 36012 with flag 180001/180001
30.77/30.25	c cleaning 19002 clauses out of 38013 with flag 200000/200000
35.08/34.53	c cleaning 20001 clauses out of 40011 with flag 221000/221000
39.01/38.45	c cleaning 21002 clauses out of 42011 with flag 243001/243001
43.70/43.18	c cleaning 21997 clauses out of 44008 with flag 266000/266000
49.33/48.74	c cleaning 23004 clauses out of 46011 with flag 290000/290000
53.64/53.01	c cleaning 23999 clauses out of 48007 with flag 315000/315000
58.86/58.23	c cleaning 24999 clauses out of 50008 with flag 341000/341000
64.99/64.34	c cleaning 25997 clauses out of 52012 with flag 368003/368003
72.12/71.41	c cleaning 27002 clauses out of 54013 with flag 396001/396001
79.15/78.45	c cleaning 28002 clauses out of 56012 with flag 425002/425002
85.89/85.12	c cleaning 28999 clauses out of 58009 with flag 455001/455001
93.13/92.34	c cleaning 29995 clauses out of 60009 with flag 486000/486000
101.06/100.29	c cleaning 31005 clauses out of 62014 with flag 518000/518000
110.29/109.41	c cleaning 32004 clauses out of 64012 with flag 551003/551003
119.51/118.65	c cleaning 33002 clauses out of 66005 with flag 585000/585000
128.22/127.37	c cleaning 33997 clauses out of 68003 with flag 620000/620000
137.94/137.09	c cleaning 34997 clauses out of 70006 with flag 656000/656000
148.36/147.49	c cleaning 35999 clauses out of 72010 with flag 693001/693001
153.77/152.87	c cleaning 36998 clauses out of 74012 with flag 731002/731002
164.27/163.36	c cleaning 38004 clauses out of 76017 with flag 770005/770005
172.00/171.04	c cleaning 39006 clauses out of 78013 with flag 810005/810005
182.23/181.29	c cleaning 39998 clauses out of 80003 with flag 851001/851001
192.95/191.93	c cleaning 41000 clauses out of 82004 with flag 893000/893000
203.17/202.10	c cleaning 42000 clauses out of 84004 with flag 936000/936000
213.09/212.02	c cleaning 43002 clauses out of 86009 with flag 980005/980005
222.12/221.05	c cleaning 43998 clauses out of 88005 with flag 1025003/1025003
233.54/232.45	c cleaning 44997 clauses out of 90006 with flag 1071002/1071002
249.36/248.27	c cleaning 45993 clauses out of 92007 with flag 1118000/1118000
263.78/262.68	c cleaning 47003 clauses out of 94017 with flag 1166003/1166003
276.81/275.68	c cleaning 48000 clauses out of 96011 with flag 1215000/1215000
292.43/291.27	c cleaning 49003 clauses out of 98011 with flag 1265000/1265000
299.17/297.99	c cleaning 49997 clauses out of 100010 with flag 1316002/1316002
310.20/308.99	c cleaning 51003 clauses out of 102012 with flag 1368001/1368001
321.13/319.85	c cleaning 51988 clauses out of 104008 with flag 1421000/1421000
331.29/329.91	c cleaning 53002 clauses out of 106020 with flag 1475000/1475000
341.42/340.09	c cleaning 54005 clauses out of 108020 with flag 1530002/1530002
361.24/359.81	c cleaning 54997 clauses out of 110013 with flag 1586000/1586000
373.79/372.40	c cleaning 56010 clauses out of 112020 with flag 1643004/1643004
388.53/387.07	c cleaning 56996 clauses out of 114007 with flag 1701001/1701001
401.98/400.41	c cleaning 57989 clauses out of 116010 with flag 1760000/1760000
408.00/406.48	c cleaning 59003 clauses out of 118022 with flag 1820001/1820001
428.94/427.38	c cleaning 60005 clauses out of 120019 with flag 1881001/1881001
441.96/440.34	c cleaning 60996 clauses out of 122014 with flag 1943001/1943001
448.69/447.03	c cleaning 62006 clauses out of 124017 with flag 2006000/2006000
462.62/460.93	c cleaning 63007 clauses out of 126013 with flag 2070002/2070002
473.04/471.38	c cleaning 63998 clauses out of 128008 with flag 2135004/2135004
481.45/479.74	c cleaning 64992 clauses out of 130006 with flag 2201000/2201000
490.86/489.13	c cleaning 66004 clauses out of 132018 with flag 2268004/2268004
504.59/502.86	c cleaning 66998 clauses out of 134010 with flag 2336000/2336000
523.03/521.27	c cleaning 67987 clauses out of 136012 with flag 2405000/2405000
540.46/538.69	c cleaning 69011 clauses out of 138026 with flag 2475001/2475001
556.38/554.57	c cleaning 69995 clauses out of 140014 with flag 2546000/2546000
566.61/564.78	c cleaning 71000 clauses out of 142019 with flag 2618000/2618000
576.15/574.21	c cleaning 72000 clauses out of 144021 with flag 2691002/2691002
588.05/586.14	c cleaning 73000 clauses out of 146019 with flag 2765000/2765000
596.29/594.32	c cleaning 73989 clauses out of 148019 with flag 2840000/2840000
604.32/602.32	c cleaning 75003 clauses out of 150030 with flag 2916000/2916000
613.24/611.23	c cleaning 76011 clauses out of 152027 with flag 2993000/2993000
632.57/630.50	c cleaning 77003 clauses out of 154016 with flag 3071000/3071000
653.63/651.56	c cleaning 77981 clauses out of 156013 with flag 3150000/3150000
667.45/665.35	c cleaning 79013 clauses out of 158033 with flag 3230001/3230001
690.49/688.38	c cleaning 80005 clauses out of 160020 with flag 3311001/3311001
725.84/723.60	c cleaning 81004 clauses out of 162016 with flag 3393002/3393002
746.40/744.13	c cleaning 82002 clauses out of 164010 with flag 3476000/3476000
767.94/765.63	c cleaning 83005 clauses out of 166017 with flag 3560009/3560009
784.31/781.92	c cleaning 83994 clauses out of 168003 with flag 3645000/3645000
819.55/817.19	c cleaning 85001 clauses out of 170010 with flag 3731001/3731001
857.13/854.60	c cleaning 85998 clauses out of 172008 with flag 3818000/3818000
866.70/864.19	c cleaning 86997 clauses out of 174013 with flag 3906003/3906003
876.63/874.09	c cleaning 88002 clauses out of 176013 with flag 3995000/3995000
904.68/902.10	c cleaning 88998 clauses out of 178012 with flag 4085001/4085001
929.26/926.52	c cleaning 89981 clauses out of 180013 with flag 4176000/4176000
939.93/937.18	c cleaning 90999 clauses out of 182032 with flag 4268000/4268000
953.05/950.21	c cleaning 91998 clauses out of 184035 with flag 4361002/4361002
964.89/962.09	c cleaning 93001 clauses out of 186037 with flag 4455002/4455002
980.64/977.75	c cleaning 94011 clauses out of 188034 with flag 4550000/4550000
1010.98/1008.09	c cleaning 95005 clauses out of 190023 with flag 4646000/4646000
1033.12/1030.14	c cleaning 95996 clauses out of 192018 with flag 4743000/4743000
1059.76/1056.71	c cleaning 97004 clauses out of 194024 with flag 4841002/4841002
1101.80/1098.80	c cleaning 98007 clauses out of 196021 with flag 4940003/4940003
1154.49/1151.34	c cleaning 99001 clauses out of 198015 with flag 5040004/5040004
1170.30/1167.07	c cleaning 99999 clauses out of 200010 with flag 5141000/5141000
1200.85/1197.51	c cleaning 100999 clauses out of 202011 with flag 5243000/5243000
1219.71/1216.33	c cleaning 101986 clauses out of 204012 with flag 5346000/5346000
1236.25/1232.80	c cleaning 102988 clauses out of 206026 with flag 5450000/5450000
1260.99/1257.50	c cleaning 104015 clauses out of 208041 with flag 5555003/5555003
1284.85/1281.37	c cleaning 105004 clauses out of 210024 with flag 5661001/5661001
1297.83/1294.21	c cleaning 105990 clauses out of 212020 with flag 5768001/5768001
1313.80/1310.15	c cleaning 107006 clauses out of 214031 with flag 5876002/5876002
1326.56/1322.83	c cleaning 108004 clauses out of 216023 with flag 5985000/5985000
1359.61/1355.89	c cleaning 109006 clauses out of 218019 with flag 6095000/6095000
1379.18/1375.32	c cleaning 109987 clauses out of 220013 with flag 6206000/6206000
1394.62/1390.72	c cleaning 110992 clauses out of 222027 with flag 6318001/6318001
1412.06/1408.14	c cleaning 112003 clauses out of 224037 with flag 6431003/6431003
1428.30/1424.39	c cleaning 112998 clauses out of 226032 with flag 6545001/6545001
1447.32/1443.32	c cleaning 114000 clauses out of 228034 with flag 6660001/6660001
1462.59/1458.55	c cleaning 115015 clauses out of 230034 with flag 6776001/6776001
1522.12/1518.08	c cleaning 116005 clauses out of 232019 with flag 6893001/6893001
1560.77/1556.63	c cleaning 116998 clauses out of 234014 with flag 7011001/7011001
1576.04/1571.83	c cleaning 118001 clauses out of 236017 with flag 7130002/7130002
1609.31/1605.01	c cleaning 118998 clauses out of 238015 with flag 7250001/7250001
1688.97/1684.68	c cleaning 120005 clauses out of 240016 with flag 7371000/7371000
1722.98/1718.54	c cleaning 121000 clauses out of 242011 with flag 7493000/7493000
1742.94/1738.42	c cleaning 121996 clauses out of 244013 with flag 7616002/7616002
1762.12/1757.58	c cleaning 123004 clauses out of 246016 with flag 7740001/7740001
1800.09/1795.41	c starts		: 298
1800.09/1795.41	c conflicts		: 7829371
1800.09/1795.41	c decisions		: 9067874
1800.09/1795.41	c propagations		: 107764077
1800.09/1795.41	c inspects		: 27815628131
1800.09/1795.41	c shortcuts		: 0
1800.09/1795.41	c learnt literals	: 0
1800.09/1795.41	c learnt binary clauses	: 0
1800.09/1795.41	c learnt ternary clauses	: 0
1800.09/1795.41	c learnt constraints	: 7829371
1800.09/1795.41	c ignored constraints	: 0
1800.09/1795.41	c root simplifications	: 298
1800.09/1795.41	c removed literals (reason simplification)	: 5521969
1800.09/1795.41	c reason swapping (by a shorter reason)	: 0
1800.09/1795.41	c Calls to reduceDB	: 120
1800.09/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.41	c number of learned constraints concerned by reduction	: 0
1800.09/1795.41	c number of learning phase by resolution	: 0
1800.09/1795.41	c number of learning phase by cutting planes	: 0
1800.09/1795.41	c speed (assignments/second)	: 60028.0404338388
1800.09/1795.41	c non guided choices	1040
1800.09/1795.44	c learnt constraints type 
1800.09/1795.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 212397
1800.09/1795.44	c constraints type 
1800.09/1795.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 180
1800.09/1795.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 26
1800.09/1795.44	c 206 constraints processed.
1800.09/1795.44	s UNKNOWN
1800.09/1795.44	c Total wall clock time (in seconds): 1795.324

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

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 1.92 3/194 1021
/proc/meminfo: memFree=28853356/32873648 swapFree=6864/6864
[pid=1021] ppid=1019 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/1021/stat : 1021 (java) D 1019 1021 32120 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 278880746 2560000 46 33554432000 1073741824 1073778376 140733799119424 140733799116552 270698376487 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/1021/statm: 625 46 37 9 0 29 0

[startup+0.0649431 s]
/proc/loadavg: 2.07 2.02 1.92 3/194 1021
/proc/meminfo: memFree=28853356/32873648 swapFree=6864/6864
[pid=1021] ppid=1019 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1019 1021 32120 0 -1 4202496 3250 0 1 0 3 1 0 0 20 0 18 0 278880746 9787842560 3947 33554432000 1073741824 1073778376 140733582165296 140733582156432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1021/statm: 2389610 3947 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100259 s]
/proc/loadavg: 2.07 2.02 1.92 3/194 1021
/proc/meminfo: memFree=28853356/32873648 swapFree=6864/6864
[pid=1021] ppid=1019 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1019 1021 32120 0 -1 4202496 4343 0 1 0 8 1 0 0 20 0 18 0 278880746 9787842560 5550 33554432000 1073741824 1073778376 140733582165296 140733582156432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1021/statm: 2389610 5550 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300202 s]
/proc/loadavg: 2.07 2.02 1.92 3/194 1021
/proc/meminfo: memFree=28853356/32873648 swapFree=6864/6864
[pid=1021] ppid=1019 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1019 1021 32120 0 -1 4202496 6986 0 1 0 50 2 0 0 20 0 19 0 278880746 9856004096 8188 33554432000 1073741824 1073778376 140733582165296 140733582156432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1021/statm: 2406251 8188 2240 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625004

[startup+0.700213 s]
/proc/loadavg: 2.07 2.02 1.92 3/194 1021
/proc/meminfo: memFree=28853356/32873648 swapFree=6864/6864
[pid=1021] ppid=1019 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1019 1021 32120 0 -1 4202496 7451 0 1 0 100 2 0 0 20 0 19 0 278880746 9856004096 10822 33554432000 1073741824 1073778376 140733582165296 140733582156432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1021/statm: 2406251 10822 2275 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 1.99 2.00 1.91 3/213 1040
/proc/meminfo: memFree=28818200/32873648 swapFree=6864/6864
[pid=1021] ppid=1019 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1019 1021 32120 0 -1 4202496 7477 0 1 0 184 3 0 0 20 0 19 0 278880746 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140733582156432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1021/statm: 2406251 12376 2275 9 0 2396937 0
[pid=1021/tid=1023] ppid=1019 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) R 1019 1021 32120 0 -1 4202560 2570 0 1 0 143 2 0 0 20 0 19 0 278880747 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722458251832 140722331214016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1024] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1019 1021 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722302241192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1025] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722301188648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1026] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722300135592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1021/tid=1027] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1019 1021 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722299083048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1028] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1019 1021 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722298031016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1029] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1019 1021 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722296978472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1030] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722295925416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1031] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1019 1021 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722294872872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1021/tid=1032] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1019 1021 32120 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 278880749 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722282461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1033] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1019 1021 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722281407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1034] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1019 1021 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722280354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1035] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722279303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1036] ppid=1019 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1019 1021 32120 0 -1 4202560 1633 0 0 0 18 0 0 0 20 0 19 0 278880752 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722278251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1037] ppid=1019 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/1021/task/1037/stat : 1037 (java) S 1019 1021 32120 0 -1 4202560 2015 0 0 0 17 0 0 0 20 0 19 0 278880752 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722277198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1038] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1038/stat : 1038 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722276145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1039] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1039/stat : 1039 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722275093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1040] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1040/stat : 1040 (java) S 1019 1021 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278880765 9856004096 12376 33554432000 1073741824 1073778376 140733582165296 140722274038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 1.99 2.00 1.91 3/213 1040
/proc/meminfo: memFree=28809380/32873648 swapFree=6864/6864
[pid=1021] ppid=1019 vsize=9625004 CPUtime=3.52 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1019 1021 32120 0 -1 4202496 7504 0 1 0 349 3 0 0 20 0 19 0 278880746 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140733582156432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1021/statm: 2406251 13423 2276 9 0 2396937 0
[pid=1021/tid=1023] ppid=1019 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) R 1019 1021 32120 0 -1 4202560 2570 0 1 0 300 2 0 0 20 0 19 0 278880747 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722458251568 140722331248524 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1024] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1019 1021 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722302241192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1025] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722301188648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1026] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1019 1021 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722300135592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1021/tid=1027] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1019 1021 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722299083048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1028] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1019 1021 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722298031016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1029] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1019 1021 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722296978472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1030] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722295925416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1031] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1019 1021 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722294872872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1032] ppid=1019 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1019 1021 32120 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 278880749 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722282461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1033] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1019 1021 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722281407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1034] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1019 1021 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722280354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1035] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722279303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1036] ppid=1019 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1019 1021 32120 0 -1 4202560 1633 0 0 0 19 0 0 0 20 0 19 0 278880752 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722278251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1037] ppid=1019 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/1021/task/1037/stat : 1037 (java) S 1019 1021 32120 0 -1 4202560 2029 0 0 0 22 0 0 0 20 0 19 0 278880752 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722277198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1038] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1038/stat : 1038 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722276145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1039] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1039/stat : 1039 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722275093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1040] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1040/stat : 1040 (java) S 1019 1021 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278880765 9856004096 13423 33554432000 1073741824 1073778376 140733582165296 140722274038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 1.99 2.00 1.91 3/213 1040
/proc/meminfo: memFree=28803016/32873648 swapFree=6864/6864
[pid=1021] ppid=1019 vsize=9625004 CPUtime=6.74 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1019 1021 32120 0 -1 4202496 7530 0 1 0 671 3 0 0 20 0 19 0 278880746 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140733582156432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1021/statm: 2406251 14445 2276 9 0 2396937 0
[pid=1021/tid=1023] ppid=1019 vsize=9625004 CPUtime=6.19 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) R 1019 1021 32120 0 -1 4202560 2573 0 1 0 617 2 0 0 20 0 19 0 278880747 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722458251568 140722331214280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1024] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1019 1021 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722302241192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1025] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1019 1021 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722301188648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1026] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1019 1021 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722300135592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1021/tid=1027] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1019 1021 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722299083048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1028] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1019 1021 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722298031016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1029] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1019 1021 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722296978472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1030] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1019 1021 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722295925416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1031] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1019 1021 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278880748 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722294872872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1032] ppid=1019 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1019 1021 32120 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 278880749 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722282461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1033] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1019 1021 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722281407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1034] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1019 1021 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722280354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1035] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722279303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1036] ppid=1019 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1019 1021 32120 0 -1 4202560 1633 0 0 0 19 0 0 0 20 0 19 0 278880752 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722278251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1037] ppid=1019 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/1021/task/1037/stat : 1037 (java) S 1019 1021 32120 0 -1 4202560 2029 0 0 0 22 0 0 0 20 0 19 0 278880752 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722277198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1038] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1038/stat : 1038 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722276145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1039] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1039/stat : 1039 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722275093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1040] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1040/stat : 1040 (java) S 1019 1021 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278880765 9856004096 14445 33554432000 1073741824 1073778376 140733582165296 140722274038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=1021/tid=1029] ppid=1019 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1019 1021 32120 0 -1 4202560 221 0 0 0 71 2 0 0 20 0 19 0 278880748 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722296978472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1030] ppid=1019 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1019 1021 32120 0 -1 4202560 196 0 0 0 66 0 0 0 20 0 19 0 278880748 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722295925416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1031] ppid=1019 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1019 1021 32120 0 -1 4202560 150 0 0 0 65 0 0 0 20 0 19 0 278880748 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722294872872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1032] ppid=1019 vsize=9625004 CPUtime=4.57 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1019 1021 32120 0 -1 4202560 157 0 0 0 454 3 0 0 20 0 19 0 278880749 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722282461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1033] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1019 1021 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722281407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1034] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1019 1021 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722280354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1035] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722279303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1036] ppid=1019 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1019 1021 32120 0 -1 4202560 1633 0 0 0 19 0 0 0 20 0 19 0 278880752 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722278251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1037] ppid=1019 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/1021/task/1037/stat : 1037 (java) S 1019 1021 32120 0 -1 4202560 2040 0 0 0 24 0 0 0 20 0 19 0 278880752 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722277198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1038] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1038/stat : 1038 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722276145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1039] ppid=1019 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/1021/task/1039/stat : 1039 (java) S 1019 1021 32120 0 -1 4202560 94 0 0 0 22 27 0 0 20 0 19 0 278880752 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722275093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1040] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1040/stat : 1040 (java) S 1019 1021 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278880765 9856004096 51537 33554432000 1073741824 1073778376 140733582165296 140722274038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.66
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 1117
/proc/meminfo: memFree=28492776/32873648 swapFree=6864/6864
[pid=1021] ppid=1019 vsize=9625004 CPUtime=1726.84 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1019 1021 32120 0 -1 4202496 9406 0 1 0 172638 46 0 0 20 0 19 0 278880746 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140733582156432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1021/statm: 2406251 52654 2277 9 0 2396937 0
[pid=1021/tid=1023] ppid=1019 vsize=9625004 CPUtime=1715.77 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) R 1019 1021 32120 0 -1 4202560 2702 0 1 0 171546 31 0 0 20 0 19 0 278880747 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722458251568 140722331214716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1024] ppid=1019 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1019 1021 32120 0 -1 4202560 217 0 0 0 64 2 0 0 20 0 19 0 278880748 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722302241192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1025] ppid=1019 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1019 1021 32120 0 -1 4202560 319 0 0 0 70 2 0 0 20 0 19 0 278880748 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722301188648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1026] ppid=1019 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1019 1021 32120 0 -1 4202560 127 0 0 0 67 2 0 0 20 0 19 0 278880748 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722300135592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1027] ppid=1019 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1019 1021 32120 0 -1 4202560 210 0 0 0 65 0 0 0 20 0 19 0 278880748 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722299083048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1028] ppid=1019 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1019 1021 32120 0 -1 4202560 148 0 0 0 69 2 0 0 20 0 19 0 278880748 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722298031016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1021/tid=1029] ppid=1019 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1019 1021 32120 0 -1 4202560 221 0 0 0 73 2 0 0 20 0 19 0 278880748 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722296978472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1021/tid=1030] ppid=1019 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1019 1021 32120 0 -1 4202560 196 0 0 0 69 0 0 0 20 0 19 0 278880748 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722295925416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1031] ppid=1019 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1019 1021 32120 0 -1 4202560 151 0 0 0 65 1 0 0 20 0 19 0 278880748 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722294872872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1032] ppid=1019 vsize=9625004 CPUtime=4.69 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1019 1021 32120 0 -1 4202560 162 0 0 0 466 3 0 0 20 0 19 0 278880749 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722282461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1033] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1019 1021 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722281407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1034] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1019 1021 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722280354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1035] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722279303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1036] ppid=1019 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1019 1021 32120 0 -1 4202560 1633 0 0 0 19 0 0 0 20 0 19 0 278880752 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722278251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1037] ppid=1019 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/1021/task/1037/stat : 1037 (java) S 1019 1021 32120 0 -1 4202560 2040 0 0 0 24 0 0 0 20 0 19 0 278880752 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722277198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1038] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1038/stat : 1038 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722276145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1039] ppid=1019 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/1021/task/1039/stat : 1039 (java) S 1019 1021 32120 0 -1 4202560 98 0 0 0 23 28 0 0 20 0 19 0 278880752 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722275093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1040] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1040/stat : 1040 (java) S 1019 1021 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278880765 9856004096 52654 33554432000 1073741824 1073778376 140733582165296 140722274038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.84
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 1118
/proc/meminfo: memFree=28466032/32873648 swapFree=6864/6864
[pid=1021] ppid=1019 vsize=9625004 CPUtime=1786.98 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1019 1021 32120 0 -1 4202496 9428 0 1 0 178651 47 0 0 20 0 19 0 278880746 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140733582156432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1021/statm: 2406251 55726 2277 9 0 2396937 0
[pid=1021/tid=1023] ppid=1019 vsize=9625004 CPUtime=1775.56 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) R 1019 1021 32120 0 -1 4202560 2707 0 1 0 177525 31 0 0 20 0 19 0 278880747 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722458251568 140722331320367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1024] ppid=1019 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1019 1021 32120 0 -1 4202560 217 0 0 0 65 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722302241192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1025] ppid=1019 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1019 1021 32120 0 -1 4202560 319 0 0 0 73 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722301188648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1026] ppid=1019 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1019 1021 32120 0 -1 4202560 130 0 0 0 69 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722300135592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1027] ppid=1019 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1019 1021 32120 0 -1 4202560 210 0 0 0 66 0 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722299083048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1028] ppid=1019 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1019 1021 32120 0 -1 4202560 151 0 0 0 71 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722298031016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1029] ppid=1019 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1019 1021 32120 0 -1 4202560 224 0 0 0 76 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722296978472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1030] ppid=1019 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1019 1021 32120 0 -1 4202560 198 0 0 0 72 0 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722295925416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1021/tid=1031] ppid=1019 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1019 1021 32120 0 -1 4202560 151 0 0 0 66 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722294872872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1032] ppid=1019 vsize=9625004 CPUtime=4.85 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1019 1021 32120 0 -1 4202560 164 0 0 0 482 3 0 0 20 0 19 0 278880749 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722282461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1033] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1019 1021 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722281407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1034] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1019 1021 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722280354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1035] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722279303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1036] ppid=1019 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1019 1021 32120 0 -1 4202560 1633 0 0 0 19 0 0 0 20 0 19 0 278880752 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722278251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1037] ppid=1019 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/1021/task/1037/stat : 1037 (java) S 1019 1021 32120 0 -1 4202560 2040 0 0 0 24 0 0 0 20 0 19 0 278880752 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722277198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1038] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1038/stat : 1038 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722276145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1039] ppid=1019 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/1021/task/1039/stat : 1039 (java) S 1019 1021 32120 0 -1 4202560 102 0 0 0 24 29 0 0 20 0 19 0 278880752 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722275093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1040] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1040/stat : 1040 (java) S 1019 1021 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278880765 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722274038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.98
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 1118
/proc/meminfo: memFree=28466160/32873648 swapFree=6864/6864
[pid=1021] ppid=1019 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1019 1021 32120 0 -1 4202496 9428 0 1 0 179962 47 0 0 20 0 19 0 278880746 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140733582156432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1021/statm: 2406251 55726 2277 9 0 2396937 0
[pid=1021/tid=1023] ppid=1019 vsize=9625004 CPUtime=1788.67 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) R 1019 1021 32120 0 -1 4202560 2707 0 1 0 178835 32 0 0 20 0 19 0 278880747 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722458251568 140722331214716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1024] ppid=1019 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1019 1021 32120 0 -1 4202560 217 0 0 0 65 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722302241192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1025] ppid=1019 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1019 1021 32120 0 -1 4202560 319 0 0 0 73 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722301188648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1026] ppid=1019 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1019 1021 32120 0 -1 4202560 130 0 0 0 69 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722300135592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1027] ppid=1019 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1019 1021 32120 0 -1 4202560 210 0 0 0 66 0 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722299083048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1028] ppid=1019 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1019 1021 32120 0 -1 4202560 151 0 0 0 71 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722298031016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1029] ppid=1019 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1019 1021 32120 0 -1 4202560 224 0 0 0 76 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722296978472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1030] ppid=1019 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1019 1021 32120 0 -1 4202560 198 0 0 0 72 0 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722295925416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1021/tid=1031] ppid=1019 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1019 1021 32120 0 -1 4202560 151 0 0 0 66 2 0 0 20 0 19 0 278880748 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722294872872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1032] ppid=1019 vsize=9625004 CPUtime=4.85 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1019 1021 32120 0 -1 4202560 164 0 0 0 482 3 0 0 20 0 19 0 278880749 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722282461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1033] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1019 1021 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722281407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1034] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1019 1021 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278880750 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722280354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1035] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722279303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1036] ppid=1019 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1019 1021 32120 0 -1 4202560 1633 0 0 0 19 0 0 0 20 0 19 0 278880752 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722278251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1037] ppid=1019 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/1021/task/1037/stat : 1037 (java) S 1019 1021 32120 0 -1 4202560 2040 0 0 0 24 0 0 0 20 0 19 0 278880752 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722277198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1021/tid=1038] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1038/stat : 1038 (java) S 1019 1021 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278880752 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722276145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1021/tid=1039] ppid=1019 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/1021/task/1039/stat : 1039 (java) S 1019 1021 32120 0 -1 4202560 102 0 0 0 25 29 0 0 20 0 19 0 278880752 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722275093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1021/tid=1040] ppid=1019 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1040/stat : 1040 (java) S 1019 1021 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278880765 9856004096 55726 33554432000 1073741824 1073778376 140733582165296 140722274038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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.45
CPU time (s): 1800.55
CPU user time (s): 1799.65
CPU system time (s): 0.903862
CPU usage (%): 100.284
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.903862
maximum resident set size= 223072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9475
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41249
involuntary context switches= 27730

runsolver used 6.38003 second user time and 14.6028 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 16:05:53
IDJOB=3709724
IDBENCH=1397
IDSOLVER=2289
FILE ID=node125/3709724-1338127553
RUNJOBID= node125-1338125514-32137
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-PB05/aloul/FPGA_SAT05/normalized-fpga14_12_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709724-1338127553/watcher-3709724-1338127553 -o /tmp/evaluation-result-3709724-1338127553/solver-3709724-1338127553 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709724-1338127553.opb

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

MD5SUM BENCH= 9e0fb7268490d757b52d36b24fd70717
RANDOM SEED=1230638521

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:        28853876 kB
Buffers:          445972 kB
Cached:          2427848 kB
SwapCached:         2308 kB
Active:          1683196 kB
Inactive:        1494564 kB
Active(anon):     295952 kB
Inactive(anon):     9556 kB
Active(file):    1387244 kB
Inactive(file):  1485008 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:        307564 kB
Mapped:            22512 kB
Shmem:               104 kB
Slab:             702992 kB
SReclaimable:     146824 kB
SUnreclaim:       556168 kB
KernelStack:        1608 kB
PageTables:         4832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     825044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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:35:51