Trace number 4121518

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 PB16UNSAT 1359.02 1358

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-91.cnf.gz-extracted.pb.metafix.opb
MD5SUMd9c210eaf4a7cd2925a54072bba639a8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables365
Total number of constraints364
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)364
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4121518-1467314948.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.17	c ... done. Wall clock time 0.06s.
0.09/0.17	c declared #vars     365
0.09/0.17	c #constraints  364
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 364
0.09/0.17	c 364 constraints processed.
0.64/0.44	c cleaning 2494 clauses out of 5000 with flag 25344/5000
1.05/0.61	c cleaning 4240 clauses out of 8507 with flag 53992/11001
1.25/0.80	c cleaning 5618 clauses out of 11267 with flag 92723/18001
1.46/1.04	c cleaning 6814 clauses out of 13649 with flag 134330/26001
1.77/1.33	c cleaning 7896 clauses out of 15835 with flag 180782/35001
2.07/1.68	c cleaning 8933 clauses out of 17938 with flag 235628/45000
2.47/2.09	c cleaning 9977 clauses out of 20005 with flag 296038/56000
2.97/2.55	c cleaning 11003 clauses out of 22029 with flag 361366/68001
3.47/3.09	c cleaning 11998 clauses out of 24028 with flag 435032/81003
4.17/3.77	c cleaning 13000 clauses out of 26027 with flag 521377/95000
4.77/4.40	c cleaning 13991 clauses out of 28028 with flag 610883/110001
5.57/5.15	c cleaning 15001 clauses out of 30037 with flag 706879/126001
6.38/5.95	c cleaning 15999 clauses out of 32035 with flag 811164/143000
7.28/6.87	c cleaning 16996 clauses out of 34038 with flag 923552/161002
8.38/7.92	c cleaning 18006 clauses out of 36041 with flag 1034888/180001
9.48/9.04	c cleaning 18994 clauses out of 38034 with flag 1153911/200000
10.68/10.29	c cleaning 19990 clauses out of 40040 with flag 1288289/221000
11.97/11.55	c cleaning 21001 clauses out of 42050 with flag 1432728/243000
13.37/12.94	c cleaning 21999 clauses out of 44049 with flag 1575146/266000
14.88/14.44	c cleaning 23015 clauses out of 46050 with flag 1727876/290000
16.47/16.05	c cleaning 24008 clauses out of 48035 with flag 1884897/315000
18.18/17.74	c cleaning 25006 clauses out of 50029 with flag 2048601/341002
19.97/19.54	c cleaning 26004 clauses out of 52022 with flag 2225649/368001
22.07/21.64	c cleaning 26984 clauses out of 54019 with flag 2412812/396002
24.28/23.84	c cleaning 28001 clauses out of 56033 with flag 2602644/425000
26.48/26.04	c cleaning 29005 clauses out of 58032 with flag 2798011/455000
28.98/28.58	c cleaning 30002 clauses out of 60028 with flag 3006125/486001
31.58/31.13	c cleaning 30995 clauses out of 62025 with flag 3214984/518000
34.48/34.07	c cleaning 32009 clauses out of 64031 with flag 3437287/551001
37.28/36.89	c cleaning 32998 clauses out of 66023 with flag 3659766/585002
40.47/40.02	c cleaning 33998 clauses out of 68024 with flag 3888091/620001
43.67/43.27	c cleaning 35006 clauses out of 70027 with flag 4124342/656002
46.87/46.48	c cleaning 35986 clauses out of 72019 with flag 4366376/693000
50.37/49.96	c cleaning 36986 clauses out of 74033 with flag 4615099/731000
53.87/53.49	c cleaning 37995 clauses out of 76047 with flag 4861052/770000
57.87/57.44	c cleaning 39015 clauses out of 78054 with flag 5127641/810002
61.87/61.46	c cleaning 39990 clauses out of 80039 with flag 5393051/851002
65.77/65.32	c cleaning 41013 clauses out of 82047 with flag 5672472/893000
70.07/69.61	c cleaning 42005 clauses out of 84034 with flag 5960682/936000
74.68/74.20	c cleaning 43004 clauses out of 86029 with flag 6250707/980000
78.89/78.45	c cleaning 43991 clauses out of 88026 with flag 6551947/1025001
83.59/83.13	c cleaning 44997 clauses out of 90035 with flag 6857353/1071001
88.50/88.01	c cleaning 46000 clauses out of 92037 with flag 7160480/1118000
93.39/92.98	c cleaning 47010 clauses out of 94039 with flag 7470250/1166002
98.69/98.27	c cleaning 48003 clauses out of 96027 with flag 7791869/1215000
104.19/103.78	c cleaning 48993 clauses out of 98024 with flag 8113117/1265000
109.89/109.40	c cleaning 49999 clauses out of 100031 with flag 8447629/1316000
115.78/115.34	c cleaning 51003 clauses out of 102033 with flag 8778272/1368001
122.09/121.66	c cleaning 52006 clauses out of 104032 with flag 9123105/1421003
128.28/127.89	c cleaning 53008 clauses out of 106023 with flag 9473854/1475000
134.88/134.46	c cleaning 53994 clauses out of 108015 with flag 9809126/1530000
141.68/141.20	c cleaning 54998 clauses out of 110021 with flag 10150978/1586000
148.99/148.54	c cleaning 56000 clauses out of 112023 with flag 10498924/1643000
156.28/155.80	c cleaning 56994 clauses out of 114024 with flag 10855910/1701001
163.68/163.24	c cleaning 58008 clauses out of 116029 with flag 11211402/1760000
171.59/171.18	c cleaning 58995 clauses out of 118021 with flag 11572448/1820000
179.69/179.23	c cleaning 60009 clauses out of 120028 with flag 11930560/1881002
187.89/187.40	c cleaning 60989 clauses out of 122019 with flag 12297285/1943002
196.76/196.23	c cleaning 61996 clauses out of 124028 with flag 12664489/2006000
205.46/204.97	c cleaning 62992 clauses out of 126033 with flag 13037757/2070001
214.75/214.21	c cleaning 63999 clauses out of 128040 with flag 13418195/2135000
223.96/223.46	c cleaning 65009 clauses out of 130043 with flag 13800920/2201002
233.65/233.11	c cleaning 66007 clauses out of 132033 with flag 14189660/2268001
243.77/243.23	c cleaning 67001 clauses out of 134027 with flag 14579592/2336002
254.46/253.90	c cleaning 67998 clauses out of 136024 with flag 14978883/2405000
265.56/265.09	c cleaning 69006 clauses out of 138027 with flag 15390844/2475001
276.67/276.14	c cleaning 69997 clauses out of 140021 with flag 15808306/2546001
288.15/287.65	c cleaning 71004 clauses out of 142023 with flag 16211856/2618000
299.76/299.26	c cleaning 71992 clauses out of 144020 with flag 16630006/2691001
311.05/310.59	c cleaning 73002 clauses out of 146029 with flag 17060820/2765002
322.95/322.45	c cleaning 73993 clauses out of 148025 with flag 17492987/2840000
334.46/333.99	c cleaning 74994 clauses out of 150033 with flag 17923582/2916001
346.76/346.20	c cleaning 76006 clauses out of 152038 with flag 18352274/2993000
359.42/358.89	c cleaning 77016 clauses out of 154032 with flag 18787141/3071000
372.52/371.91	c cleaning 78001 clauses out of 156016 with flag 19217085/3150000
385.62/385.08	c cleaning 78996 clauses out of 158015 with flag 19659185/3230000
399.81/399.29	c cleaning 79986 clauses out of 160019 with flag 20100814/3311000
413.91/413.31	c cleaning 80998 clauses out of 162033 with flag 20544636/3393000
427.52/426.98	c cleaning 81998 clauses out of 164035 with flag 21008243/3476000
441.92/441.34	c cleaning 82996 clauses out of 166037 with flag 21470723/3560000
456.52/455.99	c cleaning 84013 clauses out of 168041 with flag 21931435/3645000
471.43/470.85	c cleaning 84996 clauses out of 170028 with flag 22398676/3731000
487.22/486.60	c cleaning 86002 clauses out of 172032 with flag 22871000/3818000
503.02/502.41	c cleaning 86993 clauses out of 174030 with flag 23360407/3906000
519.42/518.80	c cleaning 88000 clauses out of 176037 with flag 23839871/3995000
536.30/535.61	c cleaning 89010 clauses out of 178038 with flag 24324092/4085001
552.40/551.71	c cleaning 89985 clauses out of 180028 with flag 24807667/4176001
569.40/568.72	c cleaning 90989 clauses out of 182042 with flag 25298927/4268000
586.40/585.77	c cleaning 92011 clauses out of 184054 with flag 25807926/4361001
604.50/603.82	c cleaning 93010 clauses out of 186042 with flag 26320013/4455000
622.49/621.89	c cleaning 94013 clauses out of 188035 with flag 26833618/4550003
641.69/641.02	c cleaning 94994 clauses out of 190022 with flag 27349828/4646003
660.30/659.61	c cleaning 95991 clauses out of 192027 with flag 27874821/4743002
677.90/677.22	c cleaning 97009 clauses out of 194035 with flag 28403702/4841001
697.20/696.53	c cleaning 98004 clauses out of 196026 with flag 28944057/4940001
718.11/717.49	c cleaning 98991 clauses out of 198022 with flag 29483072/5040001
739.07/738.36	c cleaning 100013 clauses out of 200031 with flag 30034580/5141001
759.78/759.04	c cleaning 100996 clauses out of 202018 with flag 30569910/5243001
781.37/780.68	c cleaning 102004 clauses out of 204021 with flag 31125567/5346000
803.57/802.80	c cleaning 103003 clauses out of 206018 with flag 31672114/5450001
826.38/825.62	c cleaning 103988 clauses out of 208014 with flag 32226057/5555000
849.28/848.57	c cleaning 104995 clauses out of 210026 with flag 32785833/5661000
872.78/872.00	c cleaning 106000 clauses out of 212032 with flag 33365926/5768001
894.98/894.29	c cleaning 106998 clauses out of 214031 with flag 33949833/5876000
917.98/917.29	c cleaning 108003 clauses out of 216034 with flag 34525441/5985001
941.88/941.02	c cleaning 108997 clauses out of 218031 with flag 35102353/6095001
966.48/965.68	c cleaning 110010 clauses out of 220033 with flag 35680999/6206000
990.48/989.60	c cleaning 111002 clauses out of 222023 with flag 36281909/6318000
1015.09/1014.22	c cleaning 111988 clauses out of 224022 with flag 36864792/6431001
1039.68/1038.88	c cleaning 113008 clauses out of 226033 with flag 37456521/6545000
1066.49/1065.63	c cleaning 114004 clauses out of 228026 with flag 38069896/6660001
1093.30/1092.49	c cleaning 114995 clauses out of 230021 with flag 38680244/6776000
1120.39/1119.50	c cleaning 116005 clauses out of 232027 with flag 39290561/6893001
1147.11/1146.22	c cleaning 116991 clauses out of 234023 with flag 39910583/7011002
1176.18/1175.21	c cleaning 118007 clauses out of 236031 with flag 40545011/7130001
1206.47/1205.54	c cleaning 119008 clauses out of 238024 with flag 41214220/7250001
1234.97/1234.07	c cleaning 119991 clauses out of 240016 with flag 41870645/7371001
1265.47/1264.59	c cleaning 120998 clauses out of 242024 with flag 42533385/7493000
1296.56/1295.60	c cleaning 122006 clauses out of 244026 with flag 43202569/7616000
1323.66/1322.76	c cleaning 122990 clauses out of 246020 with flag 43876677/7740000
1349.26/1348.36	c cleaning 124004 clauses out of 248030 with flag 44590989/7865000
1358.90/1357.97	c starts		: 16937
1358.90/1357.97	c conflicts		: 7917296
1358.90/1357.97	c decisions		: 11779153
1358.90/1357.97	c propagations		: 141980637
1358.90/1357.97	c inspects		: 29745176338
1358.90/1357.97	c shortcuts		: 0
1358.90/1357.97	c learnt literals	: 11
1358.90/1357.97	c learnt binary clauses	: 10
1358.90/1357.97	c learnt ternary clauses	: 22
1358.90/1357.97	c learnt constraints	: 7917284
1358.90/1357.97	c ignored constraints	: 0
1358.90/1357.97	c root simplifications	: 0
1358.90/1357.97	c removed literals (reason simplification)	: 0
1358.90/1357.97	c reason swapping (by a shorter reason)	: 0
1358.90/1357.97	c Calls to reduceDB	: 121
1358.90/1357.97	c Number of update (reduction) of LBD	: 2425250
1358.90/1357.97	c Imported unit clauses	: 0
1358.90/1357.97	c number of reductions to clauses (during analyze)	: 0
1358.90/1357.97	c number of learned constraints concerned by reduction	: 0
1358.90/1357.97	c number of learning phase by resolution	: 0
1358.90/1357.97	c number of learning phase by cutting planes	: 0
1358.90/1357.97	c speed (assignments/second)	: 104567.21827259385
1358.90/1357.97	c non guided choices	96897
1359.02/1358.00	c learnt constraints type 
1359.02/1358.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1359.02/1358.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 176300
1359.02/1358.00	s UNSATISFIABLE
1359.02/1358.00	c Total wall clock time (in seconds): 1357.885

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-4121518-1467314948/watcher-4121518-1467314948 -o /tmp/evaluation-result-4121518-1467314948/solver-4121518-1467314948 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121518-1467314948.opb 

pid=15478
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: 2.18 2.20 2.18 3/192 15481
/proc/meminfo: memFree=29977388/32872528 swapFree=1299868/1463388
[pid=15481] ppid=15478 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/15481/stat : 15481 (java) R 15478 15481 12018 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 10520795 278528 34 33554432000 1073741824 1073778376 140735711273088 140736161738776 227503336629 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 68 34 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.18 2.20 2.18 3/192 15481
/proc/meminfo: memFree=29977388/32872528 swapFree=1299868/1463388
[pid=15481] ppid=15478 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15481/stat : 15481 (java) S 15478 15481 12018 0 -1 4202496 4395 0 1 0 8 1 0 0 20 0 18 0 10520795 9787879424 6031 33554432000 1073741824 1073778376 140735711273088 140735711264224 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 2.18 2.20 2.18 3/192 15481
/proc/meminfo: memFree=29977388/32872528 swapFree=1299868/1463388
[pid=15481] ppid=15478 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15481/stat : 15481 (java) S 15478 15481 12018 0 -1 4202496 5147 0 1 0 23 1 0 0 20 0 19 0 10520795 9856040960 7189 33554432000 1073741824 1073778376 140735711273088 140735711264224 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 2406325 7204 2218 9 0 2397002 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300201 s]
/proc/loadavg: 2.18 2.20 2.18 3/192 15481
/proc/meminfo: memFree=29977388/32872528 swapFree=1299868/1463388
[pid=15481] ppid=15478 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/15481/stat : 15481 (java) S 15478 15481 12018 0 -1 4202496 6758 0 1 0 51 1 0 0 20 0 19 0 10520795 9856040960 7879 33554432000 1073741824 1073778376 140735711273088 140735711264224 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 2406260 7879 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700163 s]
/proc/loadavg: 2.18 2.20 2.18 3/192 15481
/proc/meminfo: memFree=29977388/32872528 swapFree=1299868/1463388
[pid=15481] ppid=15478 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/15481/stat : 15481 (java) S 15478 15481 12018 0 -1 4202496 12536 0 1 0 113 2 0 0 20 0 19 0 10520795 9856040960 11318 33554432000 1073741824 1073778376 140735711273088 140735711264224 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 2406260 11318 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.18 2.20 2.18 3/211 15500
/proc/meminfo: memFree=29937712/32872528 swapFree=1299868/1463388
[pid=15481] ppid=15478 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/15481/stat : 15481 (java) S 15478 15481 12018 0 -1 4202496 12542 0 1 0 195 2 0 0 20 0 19 0 10520795 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140735711264224 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 2406260 12345 2256 9 0 2396937 0
[pid=15481/tid=15483] ppid=15478 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/15481/task/15483/stat : 15483 (java) R 15478 15481 12018 0 -1 4202560 2416 0 1 0 144 1 0 0 20 0 19 0 10520796 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140182064541376 140181911328417 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15484] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15484/stat : 15484 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140182037003176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15485] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15485/stat : 15485 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140182035950632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15486] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15486/stat : 15486 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140182034897576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15487] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15487/stat : 15487 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140182033845032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15488] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15488/stat : 15488 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140182032791976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15489] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15489/stat : 15489 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140182031739432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15490] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15490/stat : 15490 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140182030686376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15491] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15491/stat : 15491 (java) S 15478 15481 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140182029633832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15492] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15492/stat : 15492 (java) S 15478 15481 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10520798 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140181417986920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15493] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15493/stat : 15493 (java) S 15478 15481 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140181416933240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15494] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15494/stat : 15494 (java) S 15478 15481 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140181415880072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15495] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15495/stat : 15495 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140181414828816 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15496] ppid=15478 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15481/task/15496/stat : 15496 (java) S 15478 15481 12018 0 -1 4202560 2656 0 0 0 19 0 0 0 20 0 19 0 10520801 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140181413775672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15497] ppid=15478 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/15481/task/15497/stat : 15497 (java) S 15478 15481 12018 0 -1 4202560 6197 0 0 0 30 0 0 0 20 0 19 0 10520801 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140181412723128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15498] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15498/stat : 15498 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140181411670264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15499] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15499/stat : 15499 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140181410617928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15500] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15500/stat : 15500 (java) S 15478 15481 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10520813 9856040960 12345 33554432000 1073741824 1073778376 140735711273088 140181409564200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.18 2.20 2.18 3/211 15500
/proc/meminfo: memFree=29932740/32872528 swapFree=1299868/1463388
[pid=15481] ppid=15478 vsize=9625040 CPUtime=3.57 cores=0,2,4,6
/proc/15481/stat : 15481 (java) S 15478 15481 12018 0 -1 4202496 12545 0 1 0 355 2 0 0 20 0 19 0 10520795 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140735711264224 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 2406260 13369 2256 9 0 2396937 0
[pid=15481/tid=15483] ppid=15478 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/15481/task/15483/stat : 15483 (java) R 15478 15481 12018 0 -1 4202560 2419 0 1 0 304 1 0 0 20 0 19 0 10520796 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140182064541376 140181911328811 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15484] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15484/stat : 15484 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140182037003176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15485] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15485/stat : 15485 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140182035950632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15486] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15486/stat : 15486 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140182034897576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15487] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15487/stat : 15487 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140182033845032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15488] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15488/stat : 15488 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140182032791976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15489] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15489/stat : 15489 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140182031739432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15490] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15490/stat : 15490 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140182030686376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15491] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15491/stat : 15491 (java) S 15478 15481 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140182029633832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15492] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15492/stat : 15492 (java) S 15478 15481 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10520798 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140181417986920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15493] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15493/stat : 15493 (java) S 15478 15481 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140181416933240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15494] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15494/stat : 15494 (java) S 15478 15481 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140181415880072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15495] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15495/stat : 15495 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140181414828816 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15496] ppid=15478 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15481/task/15496/stat : 15496 (java) S 15478 15481 12018 0 -1 4202560 2656 0 0 0 19 0 0 0 20 0 19 0 10520801 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140181413775672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15497] ppid=15478 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/15481/task/15497/stat : 15497 (java) S 15478 15481 12018 0 -1 4202560 6197 0 0 0 30 0 0 0 20 0 19 0 10520801 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140181412723128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15498] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15498/stat : 15498 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140181411670264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15499] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15499/stat : 15499 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140181410617928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15500] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15500/stat : 15500 (java) S 15478 15481 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10520813 9856040960 13369 33554432000 1073741824 1073778376 140735711273088 140181409564200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.17 2.20 2.18 4/211 15500
/proc/meminfo: memFree=29923316/32872528 swapFree=1299868/1463388
[pid=15481] ppid=15478 vsize=9625040 CPUtime=6.78 cores=0,2,4,6
/proc/15481/stat : 15481 (java) S 15478 15481 12018 0 -1 4202496 12552 0 1 0 675 3 0 0 20 0 19 0 10520795 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140735711264224 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 2406260 15765 2257 9 0 2396937 0
[pid=15481/tid=15483] ppid=15478 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/15481/task/15483/stat : 15483 (java) R 15478 15481 12018 0 -1 4202560 2425 0 1 0 623 1 0 0 20 0 19 0 10520796 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140182064541376 140181911328523 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15484] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15484/stat : 15484 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140182037003176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15485] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15485/stat : 15485 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140182035950632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15486] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15486/stat : 15486 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140182034897576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15487] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15487/stat : 15487 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140182033845032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15488] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15488/stat : 15488 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140182032791976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15489] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15489/stat : 15489 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140182031739432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15490] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15490/stat : 15490 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140182030686376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15491] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15491/stat : 15491 (java) S 15478 15481 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10520797 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140182029633832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15492] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15492/stat : 15492 (java) S 15478 15481 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10520798 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140181417986920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15493] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15493/stat : 15493 (java) S 15478 15481 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140181416933240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15494] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15494/stat : 15494 (java) S 15478 15481 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140181415880072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15495] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15495/stat : 15495 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140181414828816 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15496] ppid=15478 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15481/task/15496/stat : 15496 (java) S 15478 15481 12018 0 -1 4202560 2656 0 0 0 19 0 0 0 20 0 19 0 10520801 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140181413775672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15497] ppid=15478 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/15481/task/15497/stat : 15497 (java) S 15478 15481 12018 0 -1 4202560 6197 0 0 0 30 0 0 0 20 0 19 0 10520801 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140181412723128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15498] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15498/stat : 15498 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140181411670264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15499] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15499/stat : 15499 (java) S 15478 15481 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140181410617928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15500] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15500/stat : 15500 (java) S 15478 15481 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10520813 9856040960 15765 33554432000 1073741824 1073778376 140735711273088 140181409564200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9625040


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

[pid=15481/tid=15492] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15492/stat : 15492 (java) S 15478 15481 12018 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 10520798 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181417986920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15493] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15493/stat : 15493 (java) S 15478 15481 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181416933240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15494] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15494/stat : 15494 (java) S 15478 15481 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181415880072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15495] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15495/stat : 15495 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181414828816 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15496] ppid=15478 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15481/task/15496/stat : 15496 (java) S 15478 15481 12018 0 -1 4202560 2656 0 0 0 19 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181413775672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15497] ppid=15478 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/15481/task/15497/stat : 15497 (java) S 15478 15481 12018 0 -1 4202560 6214 0 0 0 33 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181412723128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15498] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15498/stat : 15498 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181411670264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15499] ppid=15478 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/15481/task/15499/stat : 15499 (java) S 15478 15481 12018 0 -1 4202560 78 0 0 0 17 13 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181410617928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15500] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15500/stat : 15500 (java) S 15478 15481 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10520813 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181409564200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1356.17
Current children cumulated vsize (KiB) 9625040

[startup+1356.8 s]
/proc/loadavg: 2.06 2.15 2.17 4/211 15600
/proc/meminfo: memFree=29764276/32872528 swapFree=1299868/1463388
[pid=15481] ppid=15478 vsize=9625040 CPUtime=1357.79 cores=0,2,4,6
/proc/15481/stat : 15481 (java) S 15478 15481 12018 0 -1 4202496 13855 0 1 0 135758 21 0 0 20 0 19 0 10520795 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140735711264224 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 2406260 60165 2272 9 0 2396937 0
[pid=15481/tid=15483] ppid=15478 vsize=9625040 CPUtime=1353.05 cores=0,2,4,6
/proc/15481/task/15483/stat : 15483 (java) R 15478 15481 12018 0 -1 4202560 2488 0 1 0 135282 23 0 0 20 0 19 0 10520796 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182064548384 140181911564215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15484] ppid=15478 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/15481/task/15484/stat : 15484 (java) S 15478 15481 12018 0 -1 4202560 152 0 0 0 6 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182037003176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15485] ppid=15478 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/15481/task/15485/stat : 15485 (java) S 15478 15481 12018 0 -1 4202560 78 0 0 0 8 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182035950632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15486] ppid=15478 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/15481/task/15486/stat : 15486 (java) S 15478 15481 12018 0 -1 4202560 157 0 0 0 7 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182034897576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15487] ppid=15478 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/15481/task/15487/stat : 15487 (java) S 15478 15481 12018 0 -1 4202560 168 0 0 0 6 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182033845032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15488] ppid=15478 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15481/task/15488/stat : 15488 (java) S 15478 15481 12018 0 -1 4202560 254 0 0 0 4 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182032791976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15489] ppid=15478 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/15481/task/15489/stat : 15489 (java) S 15478 15481 12018 0 -1 4202560 130 0 0 0 6 1 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182031739432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15490] ppid=15478 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15481/task/15490/stat : 15490 (java) S 15478 15481 12018 0 -1 4202560 67 0 0 0 4 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182030686376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15491] ppid=15478 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/15481/task/15491/stat : 15491 (java) S 15478 15481 12018 0 -1 4202560 118 0 0 0 6 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182029633832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15492] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15492/stat : 15492 (java) S 15478 15481 12018 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 10520798 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181417986920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15493] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15493/stat : 15493 (java) S 15478 15481 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181416933240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15494] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15494/stat : 15494 (java) S 15478 15481 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181415880072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15495] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15495/stat : 15495 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181414828816 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15496] ppid=15478 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15481/task/15496/stat : 15496 (java) S 15478 15481 12018 0 -1 4202560 2656 0 0 0 19 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181413775672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15497] ppid=15478 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/15481/task/15497/stat : 15497 (java) S 15478 15481 12018 0 -1 4202560 6215 0 0 0 36 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181412723128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15498] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15498/stat : 15498 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181411670264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15499] ppid=15478 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/15481/task/15499/stat : 15499 (java) S 15478 15481 12018 0 -1 4202560 78 0 0 0 17 13 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181410617928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15500] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15500/stat : 15500 (java) S 15478 15481 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10520813 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181409564200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1357.79
Current children cumulated vsize (KiB) 9625040

[startup+1357.6 s]
/proc/loadavg: 2.06 2.15 2.17 3/211 15600
/proc/meminfo: memFree=29764276/32872528 swapFree=1299868/1463388
[pid=15481] ppid=15478 vsize=9625040 CPUtime=1358.59 cores=0,2,4,6
/proc/15481/stat : 15481 (java) S 15478 15481 12018 0 -1 4202496 13856 0 1 0 135838 21 0 0 20 0 19 0 10520795 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140735711264224 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 2406260 60165 2272 9 0 2396937 0
[pid=15481/tid=15483] ppid=15478 vsize=9625040 CPUtime=1353.85 cores=0,2,4,6
/proc/15481/task/15483/stat : 15483 (java) R 15478 15481 12018 0 -1 4202560 2489 0 1 0 135362 23 0 0 20 0 19 0 10520796 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182064548384 140181911564039 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15484] ppid=15478 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/15481/task/15484/stat : 15484 (java) S 15478 15481 12018 0 -1 4202560 152 0 0 0 6 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182037003176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15485] ppid=15478 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/15481/task/15485/stat : 15485 (java) S 15478 15481 12018 0 -1 4202560 78 0 0 0 8 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182035950632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15486] ppid=15478 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/15481/task/15486/stat : 15486 (java) S 15478 15481 12018 0 -1 4202560 157 0 0 0 7 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182034897576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15487] ppid=15478 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/15481/task/15487/stat : 15487 (java) S 15478 15481 12018 0 -1 4202560 168 0 0 0 6 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182033845032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15488] ppid=15478 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15481/task/15488/stat : 15488 (java) S 15478 15481 12018 0 -1 4202560 254 0 0 0 4 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182032791976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15489] ppid=15478 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/15481/task/15489/stat : 15489 (java) S 15478 15481 12018 0 -1 4202560 130 0 0 0 6 1 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182031739432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15490] ppid=15478 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15481/task/15490/stat : 15490 (java) S 15478 15481 12018 0 -1 4202560 67 0 0 0 4 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182030686376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15491] ppid=15478 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/15481/task/15491/stat : 15491 (java) S 15478 15481 12018 0 -1 4202560 118 0 0 0 6 0 0 0 20 0 19 0 10520797 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140182029633832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15492] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15492/stat : 15492 (java) S 15478 15481 12018 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 10520798 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181417986920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15493] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15493/stat : 15493 (java) S 15478 15481 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181416933240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15494] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15494/stat : 15494 (java) S 15478 15481 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10520799 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181415880072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15495] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15495/stat : 15495 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181414828816 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15496] ppid=15478 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15481/task/15496/stat : 15496 (java) S 15478 15481 12018 0 -1 4202560 2656 0 0 0 19 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181413775672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15497] ppid=15478 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/15481/task/15497/stat : 15497 (java) S 15478 15481 12018 0 -1 4202560 6215 0 0 0 36 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181412723128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15498] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15498/stat : 15498 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181411670264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15499] ppid=15478 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/15481/task/15499/stat : 15499 (java) S 15478 15481 12018 0 -1 4202560 78 0 0 0 17 13 0 0 20 0 19 0 10520801 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181410617928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15500] ppid=15478 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15500/stat : 15500 (java) S 15478 15481 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10520813 9856040960 60165 33554432000 1073741824 1073778376 140735711273088 140181409564200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1358.59
Current children cumulated vsize (KiB) 9625040

[startup+1358 s]
/proc/loadavg: 2.06 2.15 2.17 3/211 15600
/proc/meminfo: memFree=29764276/32872528 swapFree=1299868/1463388
[pid=15481] ppid=15478 vsize=9691604 CPUtime=1359.02 cores=0,2,4,6
/proc/15481/stat : 15481 (java) S 15478 15481 12018 0 -1 4202496 13878 0 1 0 135881 21 0 0 20 0 19 0 10520795 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140735711264224 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 2422901 60184 2283 9 0 2413578 0
[pid=15481/tid=15483] ppid=15478 vsize=9691604 CPUtime=1354.22 cores=0,2,4,6
/proc/15481/task/15483/stat : 15483 (java) S 15478 15481 12018 0 -1 4202560 2491 0 1 0 135399 23 0 0 20 0 19 0 10520796 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140182064550616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15484] ppid=15478 vsize=9691604 CPUtime=0.06 cores=0,2,4,6
/proc/15481/task/15484/stat : 15484 (java) S 15478 15481 12018 0 -1 4202560 152 0 0 0 6 0 0 0 20 0 19 0 10520797 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140182037003176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15485] ppid=15478 vsize=9691604 CPUtime=0.08 cores=0,2,4,6
/proc/15481/task/15485/stat : 15485 (java) S 15478 15481 12018 0 -1 4202560 78 0 0 0 8 0 0 0 20 0 19 0 10520797 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140182035950632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15486] ppid=15478 vsize=9691604 CPUtime=0.07 cores=0,2,4,6
/proc/15481/task/15486/stat : 15486 (java) S 15478 15481 12018 0 -1 4202560 157 0 0 0 7 0 0 0 20 0 19 0 10520797 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140182034897576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15487] ppid=15478 vsize=9691604 CPUtime=0.06 cores=0,2,4,6
/proc/15481/task/15487/stat : 15487 (java) S 15478 15481 12018 0 -1 4202560 168 0 0 0 6 0 0 0 20 0 19 0 10520797 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140182033845032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15488] ppid=15478 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/15481/task/15488/stat : 15488 (java) S 15478 15481 12018 0 -1 4202560 254 0 0 0 4 0 0 0 20 0 19 0 10520797 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140182032791976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15481/tid=15489] ppid=15478 vsize=9691604 CPUtime=0.07 cores=0,2,4,6
/proc/15481/task/15489/stat : 15489 (java) S 15478 15481 12018 0 -1 4202560 130 0 0 0 6 1 0 0 20 0 19 0 10520797 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140182031739432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15481/tid=15490] ppid=15478 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/15481/task/15490/stat : 15490 (java) S 15478 15481 12018 0 -1 4202560 67 0 0 0 4 0 0 0 20 0 19 0 10520797 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140182030686376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15491] ppid=15478 vsize=9691604 CPUtime=0.06 cores=0,2,4,6
/proc/15481/task/15491/stat : 15491 (java) S 15478 15481 12018 0 -1 4202560 118 0 0 0 6 0 0 0 20 0 19 0 10520797 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140182029633832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15492] ppid=15478 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15492/stat : 15492 (java) S 15478 15481 12018 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 10520798 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140181417986920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15493] ppid=15478 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15493/stat : 15493 (java) S 15478 15481 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10520799 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140181416933240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15494] ppid=15478 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15494/stat : 15494 (java) S 15478 15481 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10520799 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140181415880072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15495] ppid=15478 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15495/stat : 15495 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140181414828816 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15496] ppid=15478 vsize=9691604 CPUtime=0.19 cores=0,2,4,6
/proc/15481/task/15496/stat : 15496 (java) S 15478 15481 12018 0 -1 4202560 2657 0 0 0 19 0 0 0 20 0 19 0 10520801 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140181413775672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15481/tid=15497] ppid=15478 vsize=9691604 CPUtime=0.38 cores=0,2,4,6
/proc/15481/task/15497/stat : 15497 (java) S 15478 15481 12018 0 -1 4202560 6225 0 0 0 38 0 0 0 20 0 19 0 10520801 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140181412723128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15498] ppid=15478 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15481/task/15498/stat : 15498 (java) S 15478 15481 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10520801 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140181411670264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15481/tid=15499] ppid=15478 vsize=9691604 CPUtime=0.3 cores=0,2,4,6
/proc/15481/task/15499/stat : 15499 (java) S 15478 15481 12018 0 -1 4202560 78 0 0 0 17 13 0 0 20 0 19 0 10520801 9924202496 60184 33554432000 1073741824 1073778376 140735711273088 140181410617928 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1359.02
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15481 and gives
#  childrusage.ru_utime.tv_sec=1355
#  childrusage.ru_utime.tv_usec=345956
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=511922
# CPU time returned by wait4() is 1355.86
# while last known CPU time is 1359.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1358
CPU time (s): 1359.02
CPU user time (s): 1358.81
CPU system time (s): 0.21
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1355.35
system time used= 0.511922
maximum resident set size= 240752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13885
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28918
involuntary context switches= 3212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.45387 second user time and 9.1946 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 21:29:08
IDJOB=4121518
IDBENCH=110533
IDSOLVER=2546
FILE ID=node121/4121518-1467314948
RUNJOBID= node121-1467310545-14394
PBS_JOBID= 20005265
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-91.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121518-1467314948/watcher-4121518-1467314948 -o /tmp/evaluation-result-4121518-1467314948/solver-4121518-1467314948 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121518-1467314948.opb

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

MD5SUM BENCH= d9c210eaf4a7cd2925a54072bba639a8
RANDOM SEED=181969874

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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:        29977652 kB
Buffers:          121400 kB
Cached:           338432 kB
SwapCached:            0 kB
Active:           456048 kB
Inactive:         231512 kB
Active(anon):     215628 kB
Inactive(anon):    14568 kB
Active(file):     240420 kB
Inactive(file):   216944 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       1713280 kB
Mapped:            22100 kB
Shmem:               204 kB
Slab:             610048 kB
SReclaimable:      54104 kB
SUnreclaim:       555944 kB
KernelStack:        1584 kB
PageTables:         7760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2144640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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= 71700 MiB
End job on node121 at 2016-06-30 21:51:46