Trace number 3687367

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.79 1782.06

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
MD5SUMd3d31f2bec4390bf166702fac3cf6fcc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.053991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2800
Total number of constraints150
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint40
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 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No 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=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687367-1337871909.opb
0.10/0.11	c reading problem ... 
0.29/0.23	c ... done. Wall clock time 0.117s.
0.29/0.23	c declared #vars     2800
0.29/0.23	c #constraints  150
0.29/0.23	c constraints type 
0.29/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.29/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.29/0.23	c 150 constraints processed.
0.97/0.66	c cleaning 2491 clauses out of 5000 with flag 5000/5000
1.53/1.17	c cleaning 4247 clauses out of 8509 with flag 11000/11000
2.24/1.82	c cleaning 5587 clauses out of 11268 with flag 18006/18006
2.95/2.55	c cleaning 6827 clauses out of 13676 with flag 26001/26001
4.00/3.56	c cleaning 7914 clauses out of 15849 with flag 35001/35001
5.12/4.67	c cleaning 8950 clauses out of 17934 with flag 45000/45000
6.54/6.02	c cleaning 9979 clauses out of 19987 with flag 56003/56003
7.85/7.40	c cleaning 10993 clauses out of 22008 with flag 68003/68003
9.67/9.18	c cleaning 11996 clauses out of 24012 with flag 81000/81000
11.39/10.89	c cleaning 12990 clauses out of 26017 with flag 95001/95001
13.22/12.67	c cleaning 13990 clauses out of 28026 with flag 110000/110000
15.53/14.97	c cleaning 15001 clauses out of 30036 with flag 126000/126000
18.36/17.76	c cleaning 15978 clauses out of 32035 with flag 143000/143000
21.81/21.16	c cleaning 17014 clauses out of 34059 with flag 161002/161002
24.96/24.23	c cleaning 18016 clauses out of 36046 with flag 180003/180003
27.78/27.07	c cleaning 18993 clauses out of 38027 with flag 200000/200000
31.54/30.75	c cleaning 20004 clauses out of 40036 with flag 221002/221002
35.25/34.44	c cleaning 21005 clauses out of 42030 with flag 243000/243000
38.87/38.09	c cleaning 22002 clauses out of 44028 with flag 266003/266003
42.83/41.90	c cleaning 22987 clauses out of 46024 with flag 290001/290001
46.98/46.06	c cleaning 24005 clauses out of 48036 with flag 315000/315000
51.23/50.21	c cleaning 25008 clauses out of 50032 with flag 341001/341001
56.10/55.03	c cleaning 25992 clauses out of 52023 with flag 368000/368000
61.21/60.18	c cleaning 26997 clauses out of 54031 with flag 396000/396000
65.18/64.07	c cleaning 28000 clauses out of 56036 with flag 425002/425002
71.00/69.84	c cleaning 29003 clauses out of 58035 with flag 455001/455001
77.43/76.30	c cleaning 29995 clauses out of 60034 with flag 486003/486003
84.41/83.19	c cleaning 30997 clauses out of 62037 with flag 518001/518001
90.84/89.57	c cleaning 32009 clauses out of 64041 with flag 551002/551002
98.79/97.47	c cleaning 33006 clauses out of 66031 with flag 585001/585001
103.52/102.14	c cleaning 33999 clauses out of 68024 with flag 620000/620000
111.09/109.61	c cleaning 35001 clauses out of 70027 with flag 656002/656002
118.67/117.19	c cleaning 36000 clauses out of 72025 with flag 693001/693001
126.52/124.90	c cleaning 37009 clauses out of 74029 with flag 731005/731005
136.02/134.35	c cleaning 37997 clauses out of 76015 with flag 770000/770000
143.25/141.58	c cleaning 38997 clauses out of 78019 with flag 810001/810001
154.74/152.91	c cleaning 40002 clauses out of 80021 with flag 851000/851000
162.52/160.68	c cleaning 41005 clauses out of 82019 with flag 893000/893000
170.50/168.50	c cleaning 42000 clauses out of 84019 with flag 936005/936005
179.77/177.79	c cleaning 42998 clauses out of 86014 with flag 980000/980000
189.17/187.05	c cleaning 43996 clauses out of 88018 with flag 1025002/1025002
200.46/198.25	c cleaning 45004 clauses out of 90022 with flag 1071002/1071002
211.84/209.53	c cleaning 45992 clauses out of 92017 with flag 1118001/1118001
227.22/224.83	c cleaning 46998 clauses out of 94030 with flag 1166006/1166006
240.40/237.99	c cleaning 47987 clauses out of 96026 with flag 1215000/1215000
256.37/253.85	c cleaning 49013 clauses out of 98039 with flag 1265000/1265000
268.99/266.39	c cleaning 50002 clauses out of 100026 with flag 1316000/1316000
279.28/276.52	c cleaning 51000 clauses out of 102024 with flag 1368000/1368000
290.67/287.83	c cleaning 51988 clauses out of 104026 with flag 1421002/1421002
302.53/299.60	c cleaning 53006 clauses out of 106036 with flag 1475000/1475000
320.04/317.01	c cleaning 53994 clauses out of 108033 with flag 1530003/1530003
341.21/338.10	c cleaning 54996 clauses out of 110036 with flag 1586000/1586000
355.48/352.33	c cleaning 56011 clauses out of 112045 with flag 1643005/1643005
373.66/370.48	c cleaning 57009 clauses out of 114032 with flag 1701003/1701003
391.59/388.21	c cleaning 58001 clauses out of 116021 with flag 1760001/1760001
410.18/406.71	c cleaning 58990 clauses out of 118019 with flag 1820000/1820000
433.95/430.43	c cleaning 59990 clauses out of 120029 with flag 1881000/1881000
461.85/458.25	c cleaning 60995 clauses out of 122040 with flag 1943001/1943001
478.24/474.55	c cleaning 62021 clauses out of 124047 with flag 2006003/2006003
492.24/488.43	c cleaning 63001 clauses out of 126024 with flag 2070001/2070001
506.49/502.55	c cleaning 64002 clauses out of 128022 with flag 2135000/2135000
522.47/518.48	c cleaning 65000 clauses out of 130022 with flag 2201002/2201002
544.78/540.62	c cleaning 66003 clauses out of 132021 with flag 2268001/2268001
561.35/557.17	c cleaning 67000 clauses out of 134017 with flag 2336000/2336000
589.47/585.08	c cleaning 67980 clauses out of 136022 with flag 2405005/2405005
603.99/599.56	c cleaning 68997 clauses out of 138038 with flag 2475001/2475001
633.26/628.72	c cleaning 70001 clauses out of 140041 with flag 2546001/2546001
657.77/653.13	c cleaning 70997 clauses out of 142039 with flag 2618000/2618000
676.68/671.97	c cleaning 72008 clauses out of 144042 with flag 2691000/2691000
705.48/700.65	c cleaning 73007 clauses out of 146035 with flag 2765001/2765001
733.26/728.35	c cleaning 74008 clauses out of 148033 with flag 2840006/2840006
760.13/755.13	c cleaning 74999 clauses out of 150019 with flag 2916000/2916000
785.60/780.57	c cleaning 76001 clauses out of 152020 with flag 2993000/2993000
804.93/799.77	c cleaning 77000 clauses out of 154019 with flag 3071000/3071000
827.01/821.58	c cleaning 77988 clauses out of 156020 with flag 3150001/3150001
850.38/844.82	c cleaning 78988 clauses out of 158031 with flag 3230000/3230000
872.50/866.81	c cleaning 79999 clauses out of 160047 with flag 3311004/3311004
907.83/902.09	c cleaning 80998 clauses out of 162046 with flag 3393002/3393002
929.32/923.45	c cleaning 82005 clauses out of 164046 with flag 3476000/3476000
965.75/959.67	c cleaning 83014 clauses out of 166042 with flag 3560001/3560001
999.43/993.10	c cleaning 84004 clauses out of 168027 with flag 3645000/3645000
1034.22/1027.30	c cleaning 84991 clauses out of 170024 with flag 3731001/3731001
1082.74/1075.21	c cleaning 86009 clauses out of 172036 with flag 3818004/3818004
1120.45/1112.54	c cleaning 87006 clauses out of 174027 with flag 3906004/3906004
1148.04/1139.65	c cleaning 87977 clauses out of 176018 with flag 3995001/3995001
1196.43/1187.67	c cleaning 88988 clauses out of 178041 with flag 4085001/4085001
1242.74/1233.35	c cleaning 89992 clauses out of 180052 with flag 4176000/4176000
1294.46/1284.47	c cleaning 91000 clauses out of 182062 with flag 4268002/4268002
1341.57/1330.89	c cleaning 92003 clauses out of 184063 with flag 4361003/4361003
1390.15/1378.91	c cleaning 92997 clauses out of 186057 with flag 4455000/4455000
1423.72/1410.96	c cleaning 94013 clauses out of 188060 with flag 4550000/4550000
1453.63/1440.26	c cleaning 95012 clauses out of 190047 with flag 4646000/4646000
1495.02/1481.17	c cleaning 96002 clauses out of 192036 with flag 4743001/4743001
1531.87/1517.49	c cleaning 97004 clauses out of 194033 with flag 4841000/4841000
1569.69/1554.87	c cleaning 97990 clauses out of 196032 with flag 4940003/4940003
1623.52/1608.03	c cleaning 98995 clauses out of 198041 with flag 5040002/5040002
1676.76/1660.68	c cleaning 99985 clauses out of 200045 with flag 5141001/5141001
1730.96/1714.05	c cleaning 101021 clauses out of 202060 with flag 5243001/5243001
1784.29/1766.62	c cleaning 102012 clauses out of 204039 with flag 5346001/5346001
1800.04/1782.02	c starts		: 274
1800.04/1782.02	c conflicts		: 5395567
1800.04/1782.02	c decisions		: 6562535
1800.04/1782.02	c propagations		: 150632934
1800.04/1782.02	c inspects		: 21369087959
1800.04/1782.02	c shortcuts		: 0
1800.04/1782.02	c learnt literals	: 0
1800.04/1782.02	c learnt binary clauses	: 0
1800.04/1782.02	c learnt ternary clauses	: 0
1800.04/1782.02	c learnt constraints	: 5395567
1800.04/1782.02	c ignored constraints	: 0
1800.04/1782.02	c root simplifications	: 0
1800.04/1782.02	c removed literals (reason simplification)	: 0
1800.04/1782.02	c reason swapping (by a shorter reason)	: 0
1800.04/1782.02	c Calls to reduceDB	: 99
1800.04/1782.02	c number of reductions to clauses (during analyze)	: 0
1800.04/1782.02	c number of learned constraints concerned by reduction	: 0
1800.04/1782.02	c number of learning phase by resolution	: 0
1800.04/1782.02	c number of learning phase by cutting planes	: 0
1800.04/1782.02	c speed (assignments/second)	: 84540.60822255473
1800.04/1782.02	c non guided choices	59228
1800.04/1782.05	c learnt constraints type 
1800.04/1782.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151621
1800.04/1782.05	c constraints type 
1800.04/1782.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
1800.04/1782.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
1800.04/1782.05	c 150 constraints processed.
1800.04/1782.05	s UNKNOWN
1800.04/1782.05	c Total wall clock time (in seconds): 1781.937

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-3687367-1337871909/watcher-3687367-1337871909 -o /tmp/evaluation-result-3687367-1337871909/solver-3687367-1337871909 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687367-1337871909.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: 0.55 0.13 0.04 2/192 20510
/proc/meminfo: memFree=30077456/32873844 swapFree=7104/7104
[pid=20510] ppid=20508 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/20510/stat : 20510 (java) S 20508 20510 20334 0 -1 4202496 1173 0 0 0 0 0 0 0 20 0 2 0 253319485 91889664 894 33554432000 1073741824 1073778376 140735047910336 140735047901472 235378081853 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20510/statm: 22450 901 685 9 0 16769 0
[pid=20510/tid=20511] ppid=20508 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20511/stat : 20511 (java) R 20508 20510 20334 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 253319486 94019584 903 33554432000 1073741824 1073778376 140735047910336 140735047899400 235374471040 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.095263 s]
/proc/loadavg: 0.55 0.13 0.04 2/192 20510
/proc/meminfo: memFree=30077456/32873844 swapFree=7104/7104
[pid=20510] ppid=20508 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/20510/stat : 20510 (java) S 20508 20510 20334 0 -1 4202496 4265 0 1 0 9 1 0 0 20 0 18 0 253319485 9787813888 5470 33554432000 1073741824 1073778376 140735047910336 140735047901472 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20510/statm: 2389603 5471 2108 9 0 2380296 0
[pid=20510/tid=20511] ppid=20508 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/20510/task/20511/stat : 20511 (java) R 20508 20510 20334 0 -1 4202560 2318 0 1 0 7 0 0 0 20 0 18 0 253319486 9787813888 5471 33554432000 1073741824 1073778376 140735047910336 140109776499152 235378107661 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) 9558412

[startup+0.10027 s]
/proc/loadavg: 0.55 0.13 0.04 2/192 20510
/proc/meminfo: memFree=30077456/32873844 swapFree=7104/7104
[pid=20510] ppid=20508 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/20510/stat : 20510 (java) S 20508 20510 20334 0 -1 4202496 4323 0 1 0 9 1 0 0 20 0 18 0 253319485 9787813888 5528 33554432000 1073741824 1073778376 140735047910336 140735047901472 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20510/statm: 2389603 5529 2108 9 0 2380296 0
[pid=20510/tid=20511] ppid=20508 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/20510/task/20511/stat : 20511 (java) R 20508 20510 20334 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 253319486 9787813888 5529 33554432000 1073741824 1073778376 140735047910336 140109776499152 235374350155 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) 9558412

[startup+0.300248 s]
/proc/loadavg: 0.55 0.13 0.04 2/192 20510
/proc/meminfo: memFree=30077456/32873844 swapFree=7104/7104
[pid=20510] ppid=20508 vsize=9625200 CPUtime=0.53 cores=0,2,4,6
/proc/20510/stat : 20510 (java) S 20508 20510 20334 0 -1 4202496 5931 0 1 0 52 1 0 0 20 0 19 0 253319485 9856204800 8168 33554432000 1073741824 1073778376 140735047910336 140735047901472 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20510/statm: 2406300 8168 2232 9 0 2396993 0
[pid=20510/tid=20511] ppid=20508 vsize=9625200 CPUtime=0.27 cores=0,2,4,6
/proc/20510/task/20511/stat : 20511 (java) R 20508 20510 20334 0 -1 4202560 2453 0 1 0 26 1 0 0 20 0 19 0 253319486 9856204800 8112 33554432000 1073741824 1073778376 140735047910336 140109776499112 140109634724851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625200

[startup+0.700217 s]
/proc/loadavg: 0.55 0.13 0.04 2/192 20510
/proc/meminfo: memFree=30077456/32873844 swapFree=7104/7104
[pid=20510] ppid=20508 vsize=9624976 CPUtime=1.1 cores=0,2,4,6
/proc/20510/stat : 20510 (java) S 20508 20510 20334 0 -1 4202496 6383 0 1 0 108 2 0 0 20 0 19 0 253319485 9855975424 12804 33554432000 1073741824 1073778376 140735047910336 140735047901472 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20510/statm: 2406244 12804 2265 9 0 2396937 0
[pid=20510/tid=20511] ppid=20508 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/20510/task/20511/stat : 20511 (java) R 20508 20510 20334 0 -1 4202560 2460 0 1 0 65 1 0 0 20 0 19 0 253319486 9855975424 12804 33554432000 1073741824 1073778376 140735047910336 140109776499096 140109634709648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 0.55 0.13 0.04 3/211 20529
/proc/meminfo: memFree=30033904/32873844 swapFree=7104/7104
[pid=20510] ppid=20508 vsize=9624976 CPUtime=1.94 cores=0,2,4,6
/proc/20510/stat : 20510 (java) S 20508 20510 20334 0 -1 4202496 6399 0 1 0 191 3 0 0 20 0 19 0 253319485 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140735047901472 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20510/statm: 2406244 15367 2265 9 0 2396937 0
[pid=20510/tid=20511] ppid=20508 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/20510/task/20511/stat : 20511 (java) R 20508 20510 20334 0 -1 4202560 2461 0 1 0 143 2 0 0 20 0 19 0 253319486 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109776498976 140109635102439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20513] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20513/stat : 20513 (java) S 20508 20510 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109754599720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20514] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20514/stat : 20514 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109753546920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20515] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20515/stat : 20515 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109550709288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20516] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20516/stat : 20516 (java) S 20508 20510 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109549656488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20517] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20517/stat : 20517 (java) S 20508 20510 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109548604200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20518] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20518/stat : 20518 (java) S 20508 20510 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109547551400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20519] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20519/stat : 20519 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109546499112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20520] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20520/stat : 20520 (java) S 20508 20510 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109545446312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20521] ppid=20508 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/20510/task/20521/stat : 20521 (java) S 20508 20510 20334 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 253319488 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109533247720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20522] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20522/stat : 20522 (java) S 20508 20510 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109532193784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20523] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20523/stat : 20523 (java) S 20508 20510 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109531141384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20524] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20524/stat : 20524 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109530089872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20525] ppid=20508 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/20510/task/20525/stat : 20525 (java) S 20508 20510 20334 0 -1 4202560 1275 0 0 0 21 0 0 0 20 0 19 0 253319491 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109529037496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20526] ppid=20508 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/20510/task/20526/stat : 20526 (java) S 20508 20510 20334 0 -1 4202560 1398 0 0 0 20 0 0 0 20 0 19 0 253319491 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109527984696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20527] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20527/stat : 20527 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109526932600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20528] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20528/stat : 20528 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109525880008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20529] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20529/stat : 20529 (java) S 20508 20510 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319509 9855975424 15367 33554432000 1073741824 1073778376 140735047910336 140109524825000 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 0.66 0.16 0.05 3/211 20529
/proc/meminfo: memFree=30018948/32873844 swapFree=7104/7104
[pid=20510] ppid=20508 vsize=9624976 CPUtime=3.6 cores=0,2,4,6
/proc/20510/stat : 20510 (java) S 20508 20510 20334 0 -1 4202496 6501 0 1 0 356 4 0 0 20 0 19 0 253319485 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140735047901472 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20510/statm: 2406244 17930 2265 9 0 2396937 0
[pid=20510/tid=20511] ppid=20508 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/20510/task/20511/stat : 20511 (java) R 20508 20510 20334 0 -1 4202560 2461 0 1 0 299 2 0 0 20 0 19 0 253319486 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109776499160 140109635084568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20513] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20513/stat : 20513 (java) S 20508 20510 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109754599720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20514] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20514/stat : 20514 (java) S 20508 20510 20334 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109753546920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20515] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20515/stat : 20515 (java) S 20508 20510 20334 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109550709288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20516] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20516/stat : 20516 (java) S 20508 20510 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109549656488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20517] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20517/stat : 20517 (java) S 20508 20510 20334 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109548604200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20518] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20518/stat : 20518 (java) S 20508 20510 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109547551400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20519] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20519/stat : 20519 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109546499112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20520] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20520/stat : 20520 (java) S 20508 20510 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109545446312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20521] ppid=20508 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/20510/task/20521/stat : 20521 (java) S 20508 20510 20334 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 253319488 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109533247720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20522] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20522/stat : 20522 (java) S 20508 20510 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109532193784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20523] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20523/stat : 20523 (java) S 20508 20510 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109531141384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20524] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20524/stat : 20524 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109530089872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20525] ppid=20508 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/20510/task/20525/stat : 20525 (java) S 20508 20510 20334 0 -1 4202560 1276 0 0 0 22 0 0 0 20 0 19 0 253319491 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109529037496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20526] ppid=20508 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/20510/task/20526/stat : 20526 (java) S 20508 20510 20334 0 -1 4202560 1485 0 0 0 23 0 0 0 20 0 19 0 253319491 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109527984696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20527] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20527/stat : 20527 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109526932600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20528] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20528/stat : 20528 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109525880008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20529] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20529/stat : 20529 (java) S 20508 20510 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319509 9855975424 17930 33554432000 1073741824 1073778376 140735047910336 140109524825000 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 0.66 0.16 0.05 3/211 20529
/proc/meminfo: memFree=30004364/32873844 swapFree=7104/7104
[pid=20510] ppid=20508 vsize=9624976 CPUtime=6.85 cores=0,2,4,6
/proc/20510/stat : 20510 (java) S 20508 20510 20334 0 -1 4202496 6530 0 1 0 680 5 0 0 20 0 19 0 253319485 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140735047901472 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20510/statm: 2406244 21948 2265 9 0 2396937 0
[pid=20510/tid=20511] ppid=20508 vsize=9624976 CPUtime=6.13 cores=0,2,4,6
/proc/20510/task/20511/stat : 20511 (java) R 20508 20510 20334 0 -1 4202560 2466 0 1 0 611 2 0 0 20 0 19 0 253319486 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109776498936 140109635116906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20513] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20513/stat : 20513 (java) S 20508 20510 20334 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109754599720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20514] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20514/stat : 20514 (java) S 20508 20510 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109753546920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20515] ppid=20508 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/20510/task/20515/stat : 20515 (java) S 20508 20510 20334 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253319486 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109550709288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20516] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20516/stat : 20516 (java) S 20508 20510 20334 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109549656488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20517] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20517/stat : 20517 (java) S 20508 20510 20334 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109548604200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20518] ppid=20508 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/20510/task/20518/stat : 20518 (java) S 20508 20510 20334 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 253319486 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109547551400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20519] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20519/stat : 20519 (java) S 20508 20510 20334 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109546499112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20520] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20520/stat : 20520 (java) S 20508 20510 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319486 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109545446312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20521] ppid=20508 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/20510/task/20521/stat : 20521 (java) S 20508 20510 20334 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 19 0 253319488 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109533247720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20522] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20522/stat : 20522 (java) S 20508 20510 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109532193784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20523] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20523/stat : 20523 (java) S 20508 20510 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109531141384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20524] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20524/stat : 20524 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109530089872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20525] ppid=20508 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/20510/task/20525/stat : 20525 (java) S 20508 20510 20334 0 -1 4202560 1276 0 0 0 22 0 0 0 20 0 19 0 253319491 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109529037496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20526] ppid=20508 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/20510/task/20526/stat : 20526 (java) S 20508 20510 20334 0 -1 4202560 1485 0 0 0 23 0 0 0 20 0 19 0 253319491 9855975424 21948 33554432000 1073741824 1073778376 140735047910336 140109527984696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=20510/tid=20518] ppid=20508 vsize=9624976 CPUtime=2.71 cores=0,2,4,6
/proc/20510/task/20518/stat : 20518 (java) S 20508 20510 20334 0 -1 4202560 1393 0 0 0 262 9 0 0 20 0 19 0 253319486 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109547551400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20519] ppid=20508 vsize=9624976 CPUtime=2.51 cores=0,2,4,6
/proc/20510/task/20519/stat : 20519 (java) S 20508 20510 20334 0 -1 4202560 1029 0 0 0 242 9 0 0 20 0 19 0 253319486 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109546499112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20520] ppid=20508 vsize=9624976 CPUtime=2.61 cores=0,2,4,6
/proc/20510/task/20520/stat : 20520 (java) S 20508 20510 20334 0 -1 4202560 1092 0 0 0 251 10 0 0 20 0 19 0 253319486 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109545446312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20521] ppid=20508 vsize=9624976 CPUtime=7.87 cores=0,2,4,6
/proc/20510/task/20521/stat : 20521 (java) S 20508 20510 20334 0 -1 4202560 841 0 0 0 782 5 0 0 20 0 19 0 253319488 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109533247720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20522] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20522/stat : 20522 (java) S 20508 20510 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109532193784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20523] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20523/stat : 20523 (java) S 20508 20510 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109531141384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20524] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20524/stat : 20524 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109530089872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20525] ppid=20508 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/20510/task/20525/stat : 20525 (java) S 20508 20510 20334 0 -1 4202560 1639 0 0 0 24 0 0 0 20 0 19 0 253319491 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109529037496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20526] ppid=20508 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/20510/task/20526/stat : 20526 (java) S 20508 20510 20334 0 -1 4202560 1485 0 0 0 23 0 0 0 20 0 19 0 253319491 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109527984696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20527] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20527/stat : 20527 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109526932600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20528] ppid=20508 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/20510/task/20528/stat : 20528 (java) S 20508 20510 20334 0 -1 4202560 93 0 0 0 35 21 0 0 20 0 19 0 253319491 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109525880008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20529] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20529/stat : 20529 (java) S 20508 20510 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319509 9855975424 153840 33554432000 1073741824 1073778376 140735047910336 140109524825000 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1617.74
Current children cumulated vsize (KiB) 9624976

[startup+1662.31 s]
/proc/loadavg: 2.01 2.01 1.67 3/211 20828
/proc/meminfo: memFree=29203288/32873844 swapFree=7104/7104
[pid=20510] ppid=20508 vsize=9624976 CPUtime=1678.57 cores=0,2,4,6
/proc/20510/stat : 20510 (java) S 20508 20510 20334 0 -1 4202496 17287 0 1 0 167759 98 0 0 20 0 19 0 253319485 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140735047901472 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20510/statm: 2406244 153753 2266 9 0 2396937 0
[pid=20510/tid=20511] ppid=20508 vsize=9624976 CPUtime=1647.98 cores=0,2,4,6
/proc/20510/task/20511/stat : 20511 (java) S 20508 20510 20334 0 -1 4202560 2808 0 1 0 164768 30 0 0 20 0 19 0 253319486 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109776498152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20513] ppid=20508 vsize=9624976 CPUtime=2.66 cores=0,2,4,6
/proc/20510/task/20513/stat : 20513 (java) R 20508 20510 20334 0 -1 4202560 928 0 0 0 258 8 0 0 20 0 19 0 253319486 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109754599896 140109783007667 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20514] ppid=20508 vsize=9624976 CPUtime=2.57 cores=0,2,4,6
/proc/20510/task/20514/stat : 20514 (java) R 20508 20510 20334 0 -1 4202560 901 0 0 0 249 8 0 0 20 0 19 0 253319486 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109753546920 140109783007618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20515] ppid=20508 vsize=9624976 CPUtime=2.76 cores=0,2,4,6
/proc/20510/task/20515/stat : 20515 (java) R 20508 20510 20334 0 -1 4202560 1417 0 0 0 267 9 0 0 20 0 19 0 253319486 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109550709288 235378095164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20516] ppid=20508 vsize=9624976 CPUtime=2.57 cores=0,2,4,6
/proc/20510/task/20516/stat : 20516 (java) R 20508 20510 20334 0 -1 4202560 1646 0 0 0 247 10 0 0 20 0 19 0 253319486 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109549656664 140109783007667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20517] ppid=20508 vsize=9624976 CPUtime=2.92 cores=0,2,4,6
/proc/20510/task/20517/stat : 20517 (java) R 20508 20510 20334 0 -1 4202560 792 0 0 0 281 11 0 0 20 0 19 0 253319486 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109548604328 235374677127 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20518] ppid=20508 vsize=9624976 CPUtime=2.86 cores=0,2,4,6
/proc/20510/task/20518/stat : 20518 (java) S 20508 20510 20334 0 -1 4202560 1398 0 0 0 277 9 0 0 20 0 19 0 253319486 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109547551400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20519] ppid=20508 vsize=9624976 CPUtime=2.66 cores=0,2,4,6
/proc/20510/task/20519/stat : 20519 (java) S 20508 20510 20334 0 -1 4202560 1038 0 0 0 257 9 0 0 20 0 19 0 253319486 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109546499112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20520] ppid=20508 vsize=9624976 CPUtime=2.76 cores=0,2,4,6
/proc/20510/task/20520/stat : 20520 (java) S 20508 20510 20334 0 -1 4202560 1096 0 0 0 266 10 0 0 20 0 19 0 253319486 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109545446312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20521] ppid=20508 vsize=9624976 CPUtime=8.16 cores=0,2,4,6
/proc/20510/task/20521/stat : 20521 (java) S 20508 20510 20334 0 -1 4202560 860 0 0 0 811 5 0 0 20 0 19 0 253319488 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109533246600 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20522] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20522/stat : 20522 (java) S 20508 20510 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109532193784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20523] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20523/stat : 20523 (java) S 20508 20510 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109531141384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20524] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20524/stat : 20524 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109530089872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20525] ppid=20508 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/20510/task/20525/stat : 20525 (java) S 20508 20510 20334 0 -1 4202560 1639 0 0 0 24 0 0 0 20 0 19 0 253319491 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109529037496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20526] ppid=20508 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/20510/task/20526/stat : 20526 (java) S 20508 20510 20334 0 -1 4202560 1485 0 0 0 23 0 0 0 20 0 19 0 253319491 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109527984696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20527] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20527/stat : 20527 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109526932600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20528] ppid=20508 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/20510/task/20528/stat : 20528 (java) S 20508 20510 20334 0 -1 4202560 95 0 0 0 36 22 0 0 20 0 19 0 253319491 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109525880008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20529] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20529/stat : 20529 (java) S 20508 20510 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319509 9855975424 153753 33554432000 1073741824 1073778376 140735047910336 140109524825000 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1678.57
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.68 3/211 20828
/proc/meminfo: memFree=29187272/32873844 swapFree=7104/7104
[pid=20510] ppid=20508 vsize=9624976 CPUtime=1739.43 cores=0,2,4,6
/proc/20510/stat : 20510 (java) S 20508 20510 20334 0 -1 4202496 17352 0 1 0 173842 101 0 0 20 0 19 0 253319485 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140735047901472 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20510/statm: 2406244 157801 2266 9 0 2396937 0
[pid=20510/tid=20511] ppid=20508 vsize=9624976 CPUtime=1707.44 cores=0,2,4,6
/proc/20510/task/20511/stat : 20511 (java) R 20508 20510 20334 0 -1 4202560 2821 0 1 0 170714 30 0 0 20 0 19 0 253319486 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109776498032 140109635164647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20513] ppid=20508 vsize=9624976 CPUtime=2.86 cores=0,2,4,6
/proc/20510/task/20513/stat : 20513 (java) S 20508 20510 20334 0 -1 4202560 935 0 0 0 277 9 0 0 20 0 19 0 253319486 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109754599720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20514] ppid=20508 vsize=9624976 CPUtime=2.72 cores=0,2,4,6
/proc/20510/task/20514/stat : 20514 (java) S 20508 20510 20334 0 -1 4202560 902 0 0 0 264 8 0 0 20 0 19 0 253319486 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109753546920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20515] ppid=20508 vsize=9624976 CPUtime=2.88 cores=0,2,4,6
/proc/20510/task/20515/stat : 20515 (java) S 20508 20510 20334 0 -1 4202560 1418 0 0 0 278 10 0 0 20 0 19 0 253319486 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109550709288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20516] ppid=20508 vsize=9624976 CPUtime=2.7 cores=0,2,4,6
/proc/20510/task/20516/stat : 20516 (java) S 20508 20510 20334 0 -1 4202560 1651 0 0 0 260 10 0 0 20 0 19 0 253319486 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109549656488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20517] ppid=20508 vsize=9624976 CPUtime=3.05 cores=0,2,4,6
/proc/20510/task/20517/stat : 20517 (java) S 20508 20510 20334 0 -1 4202560 798 0 0 0 294 11 0 0 20 0 19 0 253319486 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109548604200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20518] ppid=20508 vsize=9624976 CPUtime=3 cores=0,2,4,6
/proc/20510/task/20518/stat : 20518 (java) S 20508 20510 20334 0 -1 4202560 1405 0 0 0 290 10 0 0 20 0 19 0 253319486 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109547551400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20519] ppid=20508 vsize=9624976 CPUtime=2.78 cores=0,2,4,6
/proc/20510/task/20519/stat : 20519 (java) S 20508 20510 20334 0 -1 4202560 1041 0 0 0 269 9 0 0 20 0 19 0 253319486 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109546499112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20520] ppid=20508 vsize=9624976 CPUtime=2.93 cores=0,2,4,6
/proc/20510/task/20520/stat : 20520 (java) S 20508 20510 20334 0 -1 4202560 1100 0 0 0 283 10 0 0 20 0 19 0 253319486 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109545446312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20521] ppid=20508 vsize=9624976 CPUtime=8.38 cores=0,2,4,6
/proc/20510/task/20521/stat : 20521 (java) S 20508 20510 20334 0 -1 4202560 874 0 0 0 833 5 0 0 20 0 19 0 253319488 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109533247720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20522] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20522/stat : 20522 (java) S 20508 20510 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109532193784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20523] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20523/stat : 20523 (java) S 20508 20510 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109531141384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20524] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20524/stat : 20524 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109530089872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20525] ppid=20508 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/20510/task/20525/stat : 20525 (java) S 20508 20510 20334 0 -1 4202560 1639 0 0 0 24 0 0 0 20 0 19 0 253319491 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109529037496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20526] ppid=20508 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/20510/task/20526/stat : 20526 (java) S 20508 20510 20334 0 -1 4202560 1485 0 0 0 23 0 0 0 20 0 19 0 253319491 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109527984696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20527] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20527/stat : 20527 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109526932600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20528] ppid=20508 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/20510/task/20528/stat : 20528 (java) S 20508 20510 20334 0 -1 4202560 99 0 0 0 37 23 0 0 20 0 19 0 253319491 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109525880008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20529] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20529/stat : 20529 (java) S 20508 20510 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319509 9855975424 157801 33554432000 1073741824 1073778376 140735047910336 140109524825000 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1739.43
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.01 s]
/proc/loadavg: 2.00 2.00 1.70 3/211 20828
/proc/meminfo: memFree=29131356/32873844 swapFree=7104/7104
[pid=20510] ppid=20508 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/20510/stat : 20510 (java) S 20508 20510 20334 0 -1 4202496 17733 0 1 0 179896 108 0 0 20 0 19 0 253319485 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140735047901472 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20510/statm: 2406244 171363 2266 9 0 2396937 0
[pid=20510/tid=20511] ppid=20508 vsize=9624976 CPUtime=1766.64 cores=0,2,4,6
/proc/20510/task/20511/stat : 20511 (java) R 20508 20510 20334 0 -1 4202560 2835 0 1 0 176633 31 0 0 20 0 19 0 253319486 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109776498016 140109635084654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20513] ppid=20508 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/20510/task/20513/stat : 20513 (java) S 20508 20510 20334 0 -1 4202560 940 0 0 0 292 9 0 0 20 0 19 0 253319486 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109754599720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20514] ppid=20508 vsize=9624976 CPUtime=2.87 cores=0,2,4,6
/proc/20510/task/20514/stat : 20514 (java) S 20508 20510 20334 0 -1 4202560 953 0 0 0 278 9 0 0 20 0 19 0 253319486 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109753546920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20515] ppid=20508 vsize=9624976 CPUtime=3.09 cores=0,2,4,6
/proc/20510/task/20515/stat : 20515 (java) S 20508 20510 20334 0 -1 4202560 1437 0 0 0 299 10 0 0 20 0 19 0 253319486 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109550709288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20516] ppid=20508 vsize=9624976 CPUtime=2.85 cores=0,2,4,6
/proc/20510/task/20516/stat : 20516 (java) S 20508 20510 20334 0 -1 4202560 1767 0 0 0 274 11 0 0 20 0 19 0 253319486 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109549656488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20517] ppid=20508 vsize=9624976 CPUtime=3.21 cores=0,2,4,6
/proc/20510/task/20517/stat : 20517 (java) S 20508 20510 20334 0 -1 4202560 892 0 0 0 309 12 0 0 20 0 19 0 253319486 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109548604200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20518] ppid=20508 vsize=9624976 CPUtime=3.13 cores=0,2,4,6
/proc/20510/task/20518/stat : 20518 (java) S 20508 20510 20334 0 -1 4202560 1414 0 0 0 303 10 0 0 20 0 19 0 253319486 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109547551400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20510/tid=20519] ppid=20508 vsize=9624976 CPUtime=2.93 cores=0,2,4,6
/proc/20510/task/20519/stat : 20519 (java) S 20508 20510 20334 0 -1 4202560 1056 0 0 0 283 10 0 0 20 0 19 0 253319486 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109546499112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20520] ppid=20508 vsize=9624976 CPUtime=3.08 cores=0,2,4,6
/proc/20510/task/20520/stat : 20520 (java) S 20508 20510 20334 0 -1 4202560 1106 0 0 0 298 10 0 0 20 0 19 0 253319486 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109545446312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20521] ppid=20508 vsize=9624976 CPUtime=8.55 cores=0,2,4,6
/proc/20510/task/20521/stat : 20521 (java) S 20508 20510 20334 0 -1 4202560 922 0 0 0 850 5 0 0 20 0 19 0 253319488 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109533247720 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20522] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20522/stat : 20522 (java) S 20508 20510 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109532193784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20523] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20523/stat : 20523 (java) S 20508 20510 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319488 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109531141384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20524] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20524/stat : 20524 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109530089872 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20525] ppid=20508 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/20510/task/20525/stat : 20525 (java) S 20508 20510 20334 0 -1 4202560 1639 0 0 0 24 0 0 0 20 0 19 0 253319491 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109529037496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20510/tid=20526] ppid=20508 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/20510/task/20526/stat : 20526 (java) S 20508 20510 20334 0 -1 4202560 1485 0 0 0 23 0 0 0 20 0 19 0 253319491 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109527984696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20527] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20527/stat : 20527 (java) S 20508 20510 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319491 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109526932600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20510/tid=20528] ppid=20508 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/20510/task/20528/stat : 20528 (java) S 20508 20510 20334 0 -1 4202560 103 0 0 0 39 23 0 0 20 0 19 0 253319491 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109525880008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20510/tid=20529] ppid=20508 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20510/task/20529/stat : 20529 (java) S 20508 20510 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319509 9855975424 171363 33554432000 1073741824 1073778376 140735047910336 140109524825000 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

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): 1782.06
CPU time (s): 1800.79
CPU user time (s): 1799.25
CPU system time (s): 1.54177
CPU usage (%): 101.051
Max. virtual memory (cumulated for all children) (KiB): 9625200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 1.54176
maximum resident set size= 685968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17894
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47431
involuntary context switches= 42067

runsolver used 5.60115 second user time and 14.5028 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-24 17:05:09
IDJOB=3687367
IDBENCH=1390
IDSOLVER=2269
FILE ID=node104/3687367-1337871909
RUNJOBID= node104-1337871880-20350
PBS_JOBID= 14620100
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687367-1337871909/watcher-3687367-1337871909 -o /tmp/evaluation-result-3687367-1337871909/solver-3687367-1337871909 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687367-1337871909.opb

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

MD5SUM BENCH= d3d31f2bec4390bf166702fac3cf6fcc
RANDOM SEED=2138714882

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30077728 kB
Buffers:          195272 kB
Cached:          1787992 kB
SwapCached:            0 kB
Active:           384624 kB
Inactive:        1647920 kB
Active(anon):      51996 kB
Inactive(anon):        0 kB
Active(file):     332628 kB
Inactive(file):  1647920 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1144 kB
Writeback:             4 kB
AnonPages:         60528 kB
Mapped:            21488 kB
Shmem:               200 kB
Slab:             621712 kB
SReclaimable:      64432 kB
SUnreclaim:       557280 kB
KernelStack:        1600 kB
PageTables:         4512 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     685536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node104 at 2012-05-24 17:34:53