Trace number 4099512

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 2.3.6 Resolution PB16? (TO) 1800.66 1795.44

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl20_25_pb.cnf.cr.opb
MD5SUM3fa1f197015efe7b715c83a938660d2f
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.012997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints90
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
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 26
Number of bits of the biggest sum of numbers5
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-2013 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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4099512-1466206117.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.18	c ... done. Wall clock time 0.068s.
0.09/0.18	c declared #vars     1000
0.09/0.18	c #constraints  90
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
0.09/0.18	c 90 constraints processed.
0.78/0.59	c cleaning 2445 clauses out of 5001 with flag 35574/5001
1.64/1.30	c cleaning 4272 clauses out of 8556 with flag 92233/11001
2.65/2.31	c cleaning 5637 clauses out of 11284 with flag 153282/18001
3.75/3.42	c cleaning 6822 clauses out of 13649 with flag 218630/26003
4.99/4.67	c cleaning 7912 clauses out of 15824 with flag 288169/35000
6.88/6.50	c cleaning 8951 clauses out of 17912 with flag 363026/45000
8.98/8.62	c cleaning 9976 clauses out of 19961 with flag 443952/56000
11.59/11.23	c cleaning 10993 clauses out of 21986 with flag 533333/68001
14.38/14.03	c cleaning 11994 clauses out of 23995 with flag 624046/81003
17.08/16.73	c cleaning 12995 clauses out of 25999 with flag 753184/95001
20.45/20.05	c cleaning 13998 clauses out of 28005 with flag 916683/110002
23.95/23.54	c cleaning 15001 clauses out of 30006 with flag 1056305/126001
27.85/27.48	c cleaning 15993 clauses out of 32004 with flag 1196294/143000
31.65/31.21	c cleaning 16997 clauses out of 34011 with flag 1364497/161000
35.45/35.03	c cleaning 18000 clauses out of 36016 with flag 1575172/180002
39.75/39.35	c cleaning 19000 clauses out of 38014 with flag 1762775/200000
44.91/44.36	c cleaning 20001 clauses out of 40015 with flag 1966529/221001
50.31/49.80	c cleaning 21002 clauses out of 42013 with flag 2162893/243000
56.30/55.74	c cleaning 21999 clauses out of 44012 with flag 2425233/266001
64.20/63.62	c cleaning 22993 clauses out of 46012 with flag 2723346/290000
72.21/71.69	c cleaning 24000 clauses out of 48019 with flag 3015503/315000
81.51/80.78	c cleaning 25001 clauses out of 50021 with flag 3297197/341002
91.01/90.30	c cleaning 26002 clauses out of 52019 with flag 3623612/368001
100.31/99.53	c cleaning 26998 clauses out of 54016 with flag 3898343/396000
111.31/110.53	c cleaning 28003 clauses out of 56021 with flag 4189246/425003
121.61/120.69	c cleaning 29003 clauses out of 58015 with flag 4492592/455000
133.21/132.20	c cleaning 30002 clauses out of 60013 with flag 4803795/486001
148.02/147.03	c cleaning 30999 clauses out of 62011 with flag 5144034/518001
161.22/160.27	c cleaning 31999 clauses out of 64012 with flag 5424880/551001
177.10/176.07	c cleaning 32998 clauses out of 66012 with flag 5753796/585000
191.40/190.32	c cleaning 34000 clauses out of 68016 with flag 6096433/620002
206.31/205.28	c cleaning 35002 clauses out of 70015 with flag 6467071/656001
221.33/220.03	c cleaning 36002 clauses out of 72015 with flag 6854269/693003
238.52/237.27	c cleaning 36994 clauses out of 74010 with flag 7325997/731000
256.87/255.34	c cleaning 38003 clauses out of 76017 with flag 7834741/770001
277.56/276.09	c cleaning 39000 clauses out of 78014 with flag 8306959/810001
295.78/294.29	c cleaning 40000 clauses out of 80013 with flag 8769845/851000
315.11/313.41	c cleaning 40997 clauses out of 82014 with flag 9271541/893001
333.83/332.15	c cleaning 42004 clauses out of 84017 with flag 9715803/936001
354.42/352.52	c cleaning 42999 clauses out of 86012 with flag 10253998/980000
378.80/376.87	c cleaning 44001 clauses out of 88013 with flag 10843293/1025000
401.01/399.06	c cleaning 44998 clauses out of 90012 with flag 11430920/1071000
427.59/425.51	c cleaning 45997 clauses out of 92015 with flag 11985309/1118001
453.09/450.99	c cleaning 47001 clauses out of 94018 with flag 12571844/1166001
491.09/488.99	c cleaning 48003 clauses out of 96017 with flag 13103835/1215001
530.87/528.68	c cleaning 49001 clauses out of 98017 with flag 13611982/1265004
567.89/565.53	c cleaning 50000 clauses out of 100013 with flag 14125088/1316001
593.26/590.84	c cleaning 50995 clauses out of 102012 with flag 14649269/1368000
619.26/616.89	c cleaning 51998 clauses out of 104017 with flag 15237260/1421000
654.36/651.83	c cleaning 53002 clauses out of 106019 with flag 15805778/1475000
702.47/699.86	c cleaning 54004 clauses out of 108017 with flag 16415384/1530000
744.86/742.12	c cleaning 54999 clauses out of 110014 with flag 16974159/1586001
783.32/780.53	c cleaning 56000 clauses out of 112014 with flag 17486593/1643000
823.41/820.56	c cleaning 56996 clauses out of 114014 with flag 17999622/1701000
867.09/864.18	c cleaning 58002 clauses out of 116018 with flag 18628828/1760000
899.30/896.22	c cleaning 59001 clauses out of 118016 with flag 19219303/1820000
933.79/930.69	c cleaning 59998 clauses out of 120015 with flag 19842536/1881000
969.35/966.12	c cleaning 61005 clauses out of 122020 with flag 20574340/1943003
1001.74/998.46	c cleaning 61993 clauses out of 124012 with flag 21327352/2006000
1038.77/1035.40	c cleaning 63006 clauses out of 126020 with flag 21972296/2070001
1092.72/1089.24	c cleaning 64002 clauses out of 128013 with flag 22540674/2135000
1145.81/1142.23	c cleaning 64999 clauses out of 130011 with flag 23137470/2201000
1191.32/1187.66	c cleaning 65999 clauses out of 132012 with flag 23702361/2268000
1240.53/1236.78	c cleaning 67000 clauses out of 134013 with flag 24288195/2336000
1308.92/1305.01	c cleaning 67996 clauses out of 136015 with flag 25026163/2405002
1392.00/1388.00	c cleaning 69003 clauses out of 138018 with flag 25843349/2475001
1456.01/1451.97	c cleaning 69996 clauses out of 140015 with flag 26565762/2546001
1512.55/1508.35	c cleaning 71002 clauses out of 142018 with flag 27227290/2618000
1571.05/1566.74	c cleaning 72005 clauses out of 144019 with flag 27966534/2691003
1623.78/1619.32	c cleaning 73001 clauses out of 146011 with flag 28660171/2765000
1683.27/1678.75	c cleaning 74000 clauses out of 148011 with flag 29409321/2840001
1761.22/1756.67	c cleaning 74996 clauses out of 150010 with flag 30154078/2916000
1800.04/1795.40	c starts		: 246
1800.04/1795.40	c conflicts		: 2953441
1800.04/1795.40	c decisions		: 3401174
1800.04/1795.40	c propagations		: 60756704
1800.04/1795.40	c inspects		: 27490896128
1800.04/1795.40	c shortcuts		: 0
1800.04/1795.40	c learnt literals	: 0
1800.04/1795.40	c learnt binary clauses	: 0
1800.04/1795.40	c learnt ternary clauses	: 0
1800.04/1795.40	c learnt constraints	: 2953441
1800.04/1795.40	c ignored constraints	: 0
1800.04/1795.40	c root simplifications	: 0
1800.04/1795.40	c removed literals (reason simplification)	: 0
1800.04/1795.40	c reason swapping (by a shorter reason)	: 0
1800.04/1795.40	c Calls to reduceDB	: 72
1800.04/1795.40	c Number of update (reduction) of LBD	: 1534742
1800.04/1795.40	c Imported unit clauses	: 0
1800.04/1795.40	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.40	c number of learned constraints concerned by reduction	: 0
1800.04/1795.40	c number of learning phase by resolution	: 0
1800.04/1795.40	c number of learning phase by cutting planes	: 0
1800.04/1795.40	c speed (assignments/second)	: 33843.6401595795
1800.04/1795.40	c non guided choices	779
1800.04/1795.40	c timeout
1800.04/1795.43	c learnt constraints type 
1800.04/1795.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 112455
1800.04/1795.43	s UNKNOWN
1800.04/1795.43	c Total wall clock time (in seconds): 1795.319

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4099512-1466206117/watcher-4099512-1466206117 -o /tmp/evaluation-result-4099512-1466206117/solver-4099512-1466206117 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099512-1466206117.opb 

pid=12463
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.05 0.43 0.24 2/170 12466
/proc/meminfo: memFree=30478040/32872528 swapFree=1402776/1580604
[pid=12466] ppid=12463 vsize=18980 CPUtime=0 cores=0,2,4,6
/proc/12466/stat : 12466 (java) R 12463 12466 10680 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 22657422 19435520 186 33554432000 1073741824 1073778376 140733718069392 140733718058456 248781041450 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12466/statm: 5149 190 145 9 0 128 0

[startup+0.100114 s]
/proc/loadavg: 1.05 0.43 0.24 2/170 12466
/proc/meminfo: memFree=30478040/32872528 swapFree=1402776/1580604
[pid=12466] ppid=12463 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12466/stat : 12466 (java) S 12463 12466 10680 0 -1 4202496 4417 0 1 0 8 1 0 0 20 0 18 0 22657422 9787879424 6041 33554432000 1073741824 1073778376 140733718069392 140733718060528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12466/statm: 2389619 6041 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 1.05 0.43 0.24 2/170 12466
/proc/meminfo: memFree=30478040/32872528 swapFree=1402776/1580604
[pid=12466] ppid=12463 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12466/stat : 12466 (java) S 12463 12466 10680 0 -1 4202496 4737 0 1 0 24 1 0 0 20 0 19 0 22657422 9856040960 6801 33554432000 1073741824 1073778376 140733718069392 140733718060528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12466/statm: 2406260 6801 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.30025 s]
/proc/loadavg: 1.05 0.43 0.24 2/170 12466
/proc/meminfo: memFree=30478040/32872528 swapFree=1402776/1580604
[pid=12466] ppid=12463 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12466/stat : 12466 (java) S 12463 12466 10680 0 -1 4202496 6924 0 1 0 49 2 0 0 20 0 19 0 22657422 9856040960 7918 33554432000 1073741824 1073778376 140733718069392 140733718060528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12466/statm: 2406260 7918 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700195 s]
/proc/loadavg: 1.05 0.43 0.24 2/170 12466
/proc/meminfo: memFree=30478040/32872528 swapFree=1402776/1580604
[pid=12466] ppid=12463 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/12466/stat : 12466 (java) S 12463 12466 10680 0 -1 4202496 8201 0 1 0 99 2 0 0 20 0 19 0 22657422 9856040960 8962 33554432000 1073741824 1073778376 140733718069392 140733718060528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12466/statm: 2406260 8962 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 1.20 0.47 0.25 4/213 12518
/proc/meminfo: memFree=30404844/32872528 swapFree=1402776/1580604
[pid=12466] ppid=12463 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/12466/stat : 12466 (java) S 12463 12466 10680 0 -1 4202496 8209 0 1 0 182 2 0 0 20 0 19 0 22657422 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 140733718060528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12466/statm: 2406260 11013 2256 9 0 2396937 0
[pid=12466/tid=12468] ppid=12463 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/12466/task/12468/stat : 12468 (java) R 12463 12466 10680 0 -1 4202560 2410 0 1 0 145 2 0 0 20 0 19 0 22657423 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983711100624 139983537552684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12469] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12469/stat : 12469 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983672601384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12470] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12470/stat : 12470 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983671548584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12471] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12471/stat : 12471 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983670496296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12472] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12472/stat : 12472 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983669443496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12473] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12473/stat : 12473 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983668390184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12474] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12474/stat : 12474 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983667337384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12475] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12475/stat : 12475 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983666285096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12476] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12476/stat : 12476 (java) S 12463 12466 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983665232296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12477] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12477/stat : 12477 (java) S 12463 12466 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983534934760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12478] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12478/stat : 12478 (java) S 12463 12466 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983533880824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12479] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12479/stat : 12479 (java) S 12463 12466 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983532828424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12480] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12480/stat : 12480 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983531776912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12481] ppid=12463 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12466/task/12481/stat : 12481 (java) S 12463 12466 10680 0 -1 4202560 1735 0 0 0 14 0 0 0 20 0 19 0 22657427 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983530723512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12482] ppid=12463 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/12466/task/12482/stat : 12482 (java) S 12463 12466 10680 0 -1 4202560 2792 0 0 0 19 0 0 0 20 0 19 0 22657427 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983529670712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12483] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12483/stat : 12483 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983528618616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12484] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12484/stat : 12484 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983527566024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12487] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12487/stat : 12487 (java) S 12463 12466 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657441 9856040960 11013 33554432000 1073741824 1073778376 140733718069392 139983526512040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 1.20 0.47 0.25 4/213 12518
/proc/meminfo: memFree=30381076/32872528 swapFree=1402776/1580604
[pid=12466] ppid=12463 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/12466/stat : 12466 (java) S 12463 12466 10680 0 -1 4202496 8217 0 1 0 343 2 0 0 20 0 19 0 22657422 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 140733718060528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12466/statm: 2406260 14597 2256 9 0 2396937 0
[pid=12466/tid=12468] ppid=12463 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/12466/task/12468/stat : 12468 (java) R 12463 12466 10680 0 -1 4202560 2418 0 1 0 305 2 0 0 20 0 19 0 22657423 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983711109544 139983537569347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12469] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12469/stat : 12469 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983672601384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12470] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12470/stat : 12470 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983671548584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12471] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12471/stat : 12471 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983670496296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12472] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12472/stat : 12472 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983669443496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12473] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12473/stat : 12473 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983668390184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12474] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12474/stat : 12474 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983667337384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12475] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12475/stat : 12475 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983666285096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12476] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12476/stat : 12476 (java) S 12463 12466 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983665232296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12477] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12477/stat : 12477 (java) S 12463 12466 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983534934760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12478] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12478/stat : 12478 (java) S 12463 12466 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983533880824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12479] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12479/stat : 12479 (java) S 12463 12466 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983532828424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12480] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12480/stat : 12480 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983531776912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12481] ppid=12463 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12466/task/12481/stat : 12481 (java) S 12463 12466 10680 0 -1 4202560 1735 0 0 0 15 0 0 0 20 0 19 0 22657427 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983530723512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12482] ppid=12463 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/12466/task/12482/stat : 12482 (java) S 12463 12466 10680 0 -1 4202560 2792 0 0 0 19 0 0 0 20 0 19 0 22657427 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983529670712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12483] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12483/stat : 12483 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983528618616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12484] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12484/stat : 12484 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983527566024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12487] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12487/stat : 12487 (java) S 12463 12466 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657441 9856040960 14597 33554432000 1073741824 1073778376 140733718069392 139983526512040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 1.20 0.47 0.25 3/213 12518
/proc/meminfo: memFree=30290788/32872528 swapFree=1402776/1580604
[pid=12466] ppid=12463 vsize=9625040 CPUtime=6.68 cores=0,2,4,6
/proc/12466/stat : 12466 (java) S 12463 12466 10680 0 -1 4202496 8233 0 1 0 665 3 0 0 20 0 19 0 22657422 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 140733718060528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12466/statm: 2406260 20711 2258 9 0 2396937 0
[pid=12466/tid=12468] ppid=12463 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/12466/task/12468/stat : 12468 (java) R 12463 12466 10680 0 -1 4202560 2431 0 1 0 624 3 0 0 20 0 19 0 22657423 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983711100608 139983537497060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12469] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12469/stat : 12469 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983672601384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12470] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12470/stat : 12470 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983671548584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12471] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12471/stat : 12471 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983670496296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12472] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12472/stat : 12472 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983669443496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12473] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12473/stat : 12473 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983668390184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12474] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12474/stat : 12474 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983667337384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12475] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12475/stat : 12475 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983666285096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12476] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12476/stat : 12476 (java) S 12463 12466 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657423 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983665232296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12477] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12477/stat : 12477 (java) S 12463 12466 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983534934760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12478] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12478/stat : 12478 (java) S 12463 12466 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983533880824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12479] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12479/stat : 12479 (java) S 12463 12466 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983532828424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12480] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12480/stat : 12480 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983531776912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12481] ppid=12463 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/12466/task/12481/stat : 12481 (java) S 12463 12466 10680 0 -1 4202560 1737 0 0 0 18 0 0 0 20 0 19 0 22657427 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983530723512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12482] ppid=12463 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12466/task/12482/stat : 12482 (java) S 12463 12466 10680 0 -1 4202560 2792 0 0 0 20 0 0 0 20 0 19 0 22657427 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983529670712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12483] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12483/stat : 12483 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983528618616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12484] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12484/stat : 12484 (java) S 12463 12466 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983527566024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12487] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12487/stat : 12487 (java) S 12463 12466 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657441 9856040960 20711 33554432000 1073741824 1073778376 140733718069392 139983526512040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9625040


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

[pid=12466/tid=12478] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12478/stat : 12478 (java) S 12463 12466 10680 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 126391 33554432000 1073741824 1073778376 140733718069392 139983533880824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12479] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12479/stat : 12479 (java) S 12463 12466 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 126391 33554432000 1073741824 1073778376 140733718069392 139983532828424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12480] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12480/stat : 12480 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 126391 33554432000 1073741824 1073778376 140733718069392 139983531776912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12481] ppid=12463 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12466/task/12481/stat : 12481 (java) S 12463 12466 10680 0 -1 4202560 2021 0 0 0 20 0 0 0 20 0 19 0 22657427 9856040960 126391 33554432000 1073741824 1073778376 140733718069392 139983530723512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12482] ppid=12463 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12466/task/12482/stat : 12482 (java) S 12463 12466 10680 0 -1 4202560 2792 0 0 0 20 0 0 0 20 0 19 0 22657427 9856040960 126391 33554432000 1073741824 1073778376 140733718069392 139983529670712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12483] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12483/stat : 12483 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 126391 33554432000 1073741824 1073778376 140733718069392 139983528618616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12484] ppid=12463 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12466/task/12484/stat : 12484 (java) S 12463 12466 10680 0 -1 4202560 98 0 0 0 26 32 0 0 20 0 19 0 22657427 9856040960 126391 33554432000 1073741824 1073778376 140733718069392 139983527566024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12487] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12487/stat : 12487 (java) S 12463 12466 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657441 9856040960 126391 33554432000 1073741824 1073778376 140733718069392 139983526512040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.8
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.21 1.90 3/213 12562
/proc/meminfo: memFree=29231112/32872528 swapFree=1402776/1580604
[pid=12466] ppid=12463 vsize=9625040 CPUtime=1726.92 cores=0,2,4,6
/proc/12466/stat : 12466 (java) S 12463 12466 10680 0 -1 4202496 11987 0 1 0 172588 104 0 0 20 0 19 0 22657422 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 140733718060528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12466/statm: 2406260 123085 2280 9 0 2396937 0
[pid=12466/tid=12468] ppid=12463 vsize=9625040 CPUtime=1720.08 cores=0,2,4,6
/proc/12466/task/12468/stat : 12468 (java) R 12463 12466 10680 0 -1 4202560 2513 0 1 0 171976 32 0 0 20 0 19 0 22657423 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983711108320 139983537552689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12469] ppid=12463 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12466/task/12469/stat : 12469 (java) S 12463 12466 10680 0 -1 4202560 488 0 0 0 53 7 0 0 20 0 19 0 22657423 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983672601384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12470] ppid=12463 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/12466/task/12470/stat : 12470 (java) S 12463 12466 10680 0 -1 4202560 348 0 0 0 60 8 0 0 20 0 19 0 22657423 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983671548584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12471] ppid=12463 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/12466/task/12471/stat : 12471 (java) S 12463 12466 10680 0 -1 4202560 327 0 0 0 57 12 0 0 20 0 19 0 22657423 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983670496296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12472] ppid=12463 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12466/task/12472/stat : 12472 (java) S 12463 12466 10680 0 -1 4202560 384 0 0 0 53 8 0 0 20 0 19 0 22657423 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983669443496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12473] ppid=12463 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/12466/task/12473/stat : 12473 (java) S 12463 12466 10680 0 -1 4202560 394 0 0 0 65 9 0 0 20 0 19 0 22657423 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983668390184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12474] ppid=12463 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/12466/task/12474/stat : 12474 (java) S 12463 12466 10680 0 -1 4202560 363 0 0 0 70 10 0 0 20 0 19 0 22657423 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983667337384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12475] ppid=12463 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/12466/task/12475/stat : 12475 (java) S 12463 12466 10680 0 -1 4202560 278 0 0 0 62 8 0 0 20 0 19 0 22657423 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983666285096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12476] ppid=12463 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12466/task/12476/stat : 12476 (java) S 12463 12466 10680 0 -1 4202560 394 0 0 0 53 8 0 0 20 0 19 0 22657423 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983665232296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12477] ppid=12463 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/12466/task/12477/stat : 12477 (java) S 12463 12466 10680 0 -1 4202560 326 0 0 0 67 3 0 0 20 0 19 0 22657425 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983534934760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12478] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12478/stat : 12478 (java) S 12463 12466 10680 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983533880824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12479] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12479/stat : 12479 (java) S 12463 12466 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983532828424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12480] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12480/stat : 12480 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983531776912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12481] ppid=12463 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12466/task/12481/stat : 12481 (java) S 12463 12466 10680 0 -1 4202560 2021 0 0 0 20 0 0 0 20 0 19 0 22657427 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983530723512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12482] ppid=12463 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12466/task/12482/stat : 12482 (java) S 12463 12466 10680 0 -1 4202560 2792 0 0 0 20 0 0 0 20 0 19 0 22657427 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983529670712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12483] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12483/stat : 12483 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983528618616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12484] ppid=12463 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12466/task/12484/stat : 12484 (java) S 12463 12466 10680 0 -1 4202560 100 0 0 0 26 34 0 0 20 0 19 0 22657427 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983527566024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12487] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12487/stat : 12487 (java) S 12463 12466 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657441 9856040960 123085 33554432000 1073741824 1073778376 140733718069392 139983526512040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.20 1.91 3/213 12629
/proc/meminfo: memFree=29806308/32872528 swapFree=1402776/1580604
[pid=12466] ppid=12463 vsize=9625040 CPUtime=1786.94 cores=0,2,4,6
/proc/12466/stat : 12466 (java) S 12463 12466 10680 0 -1 4202496 11995 0 1 0 178589 105 0 0 20 0 19 0 22657422 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 140733718060528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12466/statm: 2406260 123086 2280 9 0 2396937 0
[pid=12466/tid=12468] ppid=12463 vsize=9625040 CPUtime=1780.05 cores=0,2,4,6
/proc/12466/task/12468/stat : 12468 (java) R 12463 12466 10680 0 -1 4202560 2514 0 1 0 177971 34 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983711108320 139983537541724 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12469] ppid=12463 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12466/task/12469/stat : 12469 (java) S 12463 12466 10680 0 -1 4202560 488 0 0 0 53 7 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983672601384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12470] ppid=12463 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/12466/task/12470/stat : 12470 (java) S 12463 12466 10680 0 -1 4202560 348 0 0 0 61 8 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983671548584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12471] ppid=12463 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/12466/task/12471/stat : 12471 (java) S 12463 12466 10680 0 -1 4202560 327 0 0 0 57 12 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983670496296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12472] ppid=12463 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12466/task/12472/stat : 12472 (java) S 12463 12466 10680 0 -1 4202560 384 0 0 0 53 8 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983669443496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12473] ppid=12463 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/12466/task/12473/stat : 12473 (java) S 12463 12466 10680 0 -1 4202560 394 0 0 0 66 9 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983668390184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12474] ppid=12463 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/12466/task/12474/stat : 12474 (java) S 12463 12466 10680 0 -1 4202560 363 0 0 0 71 10 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983667337384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12475] ppid=12463 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/12466/task/12475/stat : 12475 (java) S 12463 12466 10680 0 -1 4202560 278 0 0 0 62 8 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983666285096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12476] ppid=12463 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12466/task/12476/stat : 12476 (java) S 12463 12466 10680 0 -1 4202560 394 0 0 0 53 8 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983665232296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12477] ppid=12463 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/12466/task/12477/stat : 12477 (java) S 12463 12466 10680 0 -1 4202560 329 0 0 0 67 3 0 0 20 0 19 0 22657425 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983534934760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12478] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12478/stat : 12478 (java) S 12463 12466 10680 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983533880824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12479] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12479/stat : 12479 (java) S 12463 12466 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983532828424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12480] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12480/stat : 12480 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983531776912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12481] ppid=12463 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12466/task/12481/stat : 12481 (java) S 12463 12466 10680 0 -1 4202560 2021 0 0 0 20 0 0 0 20 0 19 0 22657427 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983530723512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12482] ppid=12463 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12466/task/12482/stat : 12482 (java) S 12463 12466 10680 0 -1 4202560 2792 0 0 0 20 0 0 0 20 0 19 0 22657427 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983529670712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12483] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12483/stat : 12483 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983528618616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12484] ppid=12463 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12466/task/12484/stat : 12484 (java) S 12463 12466 10680 0 -1 4202560 104 0 0 0 27 35 0 0 20 0 19 0 22657427 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983527566024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12487] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12487/stat : 12487 (java) S 12463 12466 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657441 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983526512040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.94
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.15 2.19 1.91 3/213 12629
/proc/meminfo: memFree=29775040/32872528 swapFree=1402776/1580604
[pid=12466] ppid=12463 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/12466/stat : 12466 (java) S 12463 12466 10680 0 -1 4202496 11995 0 1 0 179899 105 0 0 20 0 19 0 22657422 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 140733718060528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12466/statm: 2406260 123086 2280 9 0 2396937 0
[pid=12466/tid=12468] ppid=12463 vsize=9625040 CPUtime=1793.15 cores=0,2,4,6
/proc/12466/task/12468/stat : 12468 (java) R 12463 12466 10680 0 -1 4202560 2514 0 1 0 179281 34 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983711108320 139983537552684 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12469] ppid=12463 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12466/task/12469/stat : 12469 (java) S 12463 12466 10680 0 -1 4202560 488 0 0 0 53 7 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983672601384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12470] ppid=12463 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/12466/task/12470/stat : 12470 (java) S 12463 12466 10680 0 -1 4202560 348 0 0 0 61 8 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983671548584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12471] ppid=12463 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/12466/task/12471/stat : 12471 (java) S 12463 12466 10680 0 -1 4202560 327 0 0 0 57 12 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983670496296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12472] ppid=12463 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12466/task/12472/stat : 12472 (java) S 12463 12466 10680 0 -1 4202560 384 0 0 0 53 8 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983669443496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12473] ppid=12463 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/12466/task/12473/stat : 12473 (java) S 12463 12466 10680 0 -1 4202560 394 0 0 0 66 9 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983668390184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12474] ppid=12463 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/12466/task/12474/stat : 12474 (java) S 12463 12466 10680 0 -1 4202560 363 0 0 0 71 10 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983667337384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12475] ppid=12463 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/12466/task/12475/stat : 12475 (java) S 12463 12466 10680 0 -1 4202560 278 0 0 0 62 8 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983666285096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12476] ppid=12463 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12466/task/12476/stat : 12476 (java) S 12463 12466 10680 0 -1 4202560 394 0 0 0 53 8 0 0 20 0 19 0 22657423 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983665232296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12477] ppid=12463 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/12466/task/12477/stat : 12477 (java) S 12463 12466 10680 0 -1 4202560 329 0 0 0 67 3 0 0 20 0 19 0 22657425 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983534934760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12466/tid=12478] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12478/stat : 12478 (java) S 12463 12466 10680 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983533880824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12479] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12479/stat : 12479 (java) S 12463 12466 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22657425 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983532828424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12480] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12480/stat : 12480 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983531776912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12481] ppid=12463 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12466/task/12481/stat : 12481 (java) S 12463 12466 10680 0 -1 4202560 2021 0 0 0 20 0 0 0 20 0 19 0 22657427 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983530723512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12466/tid=12482] ppid=12463 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12466/task/12482/stat : 12482 (java) S 12463 12466 10680 0 -1 4202560 2792 0 0 0 20 0 0 0 20 0 19 0 22657427 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983529670712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12483] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12483/stat : 12483 (java) S 12463 12466 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657427 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983528618616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12466/tid=12484] ppid=12463 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/12466/task/12484/stat : 12484 (java) S 12463 12466 10680 0 -1 4202560 104 0 0 0 28 35 0 0 20 0 19 0 22657427 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983527566024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12466/tid=12487] ppid=12463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12466/task/12487/stat : 12487 (java) S 12463 12466 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657441 9856040960 123086 33554432000 1073741824 1073778376 140733718069392 139983526512040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 12466 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.44
CPU time (s): 1800.66
CPU user time (s): 1799.1
CPU system time (s): 1.56076
CPU usage (%): 100.291
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.56076
maximum resident set size= 745388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12038
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39200
involuntary context switches= 12809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8001 second user time and 11.1853 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 01:28:37
IDJOB=4099512
IDBENCH=1431
IDSOLVER=2546
FILE ID=node139/4099512-1466206117
RUNJOBID= node139-1466206053-10696
PBS_JOBID= 19918138
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_25_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099512-1466206117/watcher-4099512-1466206117 -o /tmp/evaluation-result-4099512-1466206117/solver-4099512-1466206117 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099512-1466206117.opb

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

MD5SUM BENCH= 3fa1f197015efe7b715c83a938660d2f
RANDOM SEED=880601227

node139.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.500
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	: 5333.00
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.500
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	: 5332.55
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.500
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	: 5332.55
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.500
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	: 5332.56
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.500
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	: 5332.55
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.500
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	: 5332.56
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.500
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	: 5332.55
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.500
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30478816 kB
Buffers:           38452 kB
Cached:            64812 kB
SwapCached:         1904 kB
Active:            44696 kB
Inactive:          61308 kB
Active(anon):       3940 kB
Inactive(anon):     1416 kB
Active(file):      40756 kB
Inactive(file):    59892 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099420 kB
Dirty:              1028 kB
Writeback:             0 kB
AnonPages:       1583044 kB
Mapped:             7004 kB
Shmem:                 0 kB
Slab:             572844 kB
SReclaimable:      15832 kB
SUnreclaim:       557012 kB
KernelStack:        1376 kB
PageTables:         6916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1676416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71592 MiB
End job on node139 at 2016-06-18 01:58:32