Trace number 4122742

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 1476.49 1474.55

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-22.cnf.gz-extracted.pb.metafix.opb
MD5SUM48e4ca5eb96557b414df8aff2a396713
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.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables89
Total number of constraints88
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)88
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.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4122742-1467317525.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.02s.
0.09/0.14	c declared #vars     89
0.09/0.14	c #constraints  88
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
0.09/0.14	c 88 constraints processed.
0.82/0.51	c cleaning 2497 clauses out of 5002 with flag 32819/5002
1.20/0.79	c cleaning 4248 clauses out of 8504 with flag 75171/11001
1.73/1.22	c cleaning 5629 clauses out of 11259 with flag 127453/18004
2.23/1.75	c cleaning 6809 clauses out of 13626 with flag 180995/26000
2.94/2.41	c cleaning 7910 clauses out of 15819 with flag 245678/35002
3.74/3.22	c cleaning 8948 clauses out of 17907 with flag 316638/45000
4.74/4.25	c cleaning 9975 clauses out of 19960 with flag 396968/56001
5.84/5.38	c cleaning 10987 clauses out of 21984 with flag 485458/68000
7.15/6.68	c cleaning 11990 clauses out of 23998 with flag 578639/81001
8.84/8.31	c cleaning 12997 clauses out of 26008 with flag 682968/95001
10.64/10.15	c cleaning 13991 clauses out of 28010 with flag 789693/110000
12.54/12.05	c cleaning 15005 clauses out of 30021 with flag 903022/126002
14.74/14.22	c cleaning 16001 clauses out of 32016 with flag 1019715/143002
17.24/16.76	c cleaning 17001 clauses out of 34013 with flag 1157556/161000
20.04/19.51	c cleaning 18000 clauses out of 36013 with flag 1295712/180001
22.84/22.38	c cleaning 19001 clauses out of 38012 with flag 1453071/200000
26.05/25.59	c cleaning 20000 clauses out of 40012 with flag 1607129/221001
29.95/29.46	c cleaning 20991 clauses out of 42011 with flag 1773647/243000
34.05/33.55	c cleaning 21997 clauses out of 44020 with flag 1945283/266000
38.65/38.10	c cleaning 23007 clauses out of 46024 with flag 2131873/290001
43.35/42.88	c cleaning 24004 clauses out of 48019 with flag 2316622/315003
48.45/47.96	c cleaning 24995 clauses out of 50012 with flag 2511412/341000
53.84/53.34	c cleaning 26002 clauses out of 52019 with flag 2710736/368002
59.95/59.49	c cleaning 27003 clauses out of 54017 with flag 2933992/396002
66.15/65.62	c cleaning 27999 clauses out of 56013 with flag 3145212/425001
72.95/72.49	c cleaning 29002 clauses out of 58014 with flag 3373755/455001
80.25/79.76	c cleaning 29997 clauses out of 60011 with flag 3616077/486000
88.66/88.11	c cleaning 30995 clauses out of 62014 with flag 3862059/518000
98.15/97.67	c cleaning 31999 clauses out of 64019 with flag 4120125/551000
108.66/108.16	c cleaning 33006 clauses out of 66021 with flag 4393841/585001
118.66/118.12	c cleaning 33995 clauses out of 68014 with flag 4660228/620000
128.86/128.35	c cleaning 35006 clauses out of 70020 with flag 4929956/656001
140.15/139.68	c cleaning 35995 clauses out of 72013 with flag 5196908/693000
151.57/151.05	c cleaning 36998 clauses out of 74018 with flag 5472127/731000
165.07/164.60	c cleaning 38000 clauses out of 76020 with flag 5760655/770000
179.27/178.79	c cleaning 39006 clauses out of 78020 with flag 6057550/810000
194.07/193.52	c cleaning 39998 clauses out of 80015 with flag 6376239/851001
208.57/208.05	c cleaning 40997 clauses out of 82016 with flag 6694577/893000
223.26/222.70	c cleaning 41997 clauses out of 84019 with flag 7026105/936000
239.77/239.20	c cleaning 43002 clauses out of 86023 with flag 7344097/980001
258.08/257.54	c cleaning 44004 clauses out of 88021 with flag 7680569/1025001
274.11/273.56	c cleaning 45001 clauses out of 90017 with flag 7995933/1071001
291.62/291.00	c cleaning 45999 clauses out of 92018 with flag 8349462/1118003
310.02/309.42	c cleaning 46998 clauses out of 94016 with flag 8688349/1166000
328.43/327.83	c cleaning 48001 clauses out of 96019 with flag 9051337/1215001
349.82/349.27	c cleaning 49005 clauses out of 98017 with flag 9423196/1265000
374.02/373.47	c cleaning 50000 clauses out of 100013 with flag 9806035/1316001
395.34/394.72	c cleaning 50998 clauses out of 102013 with flag 10183151/1368001
418.84/418.27	c cleaning 52003 clauses out of 104014 with flag 10553243/1421000
443.23/442.63	c cleaning 52998 clauses out of 106012 with flag 10932229/1475001
469.74/469.16	c cleaning 54002 clauses out of 108015 with flag 11351258/1530002
495.24/494.68	c cleaning 54996 clauses out of 110011 with flag 11762359/1586000
525.75/525.17	c cleaning 56001 clauses out of 112016 with flag 12180982/1643001
556.75/556.17	c cleaning 56998 clauses out of 114014 with flag 12613973/1701000
589.26/588.67	c cleaning 58000 clauses out of 116016 with flag 13067002/1760000
625.15/624.52	c cleaning 58995 clauses out of 118016 with flag 13507060/1820000
658.76/658.10	c cleaning 60007 clauses out of 120022 with flag 13945491/1881001
696.06/695.48	c cleaning 61001 clauses out of 122014 with flag 14413793/1943000
736.97/736.30	c cleaning 62002 clauses out of 124014 with flag 14885812/2006001
783.67/783.02	c cleaning 63001 clauses out of 126011 with flag 15363020/2070000
821.04/820.30	c cleaning 64001 clauses out of 128010 with flag 15812356/2135000
860.25/859.59	c cleaning 64995 clauses out of 130009 with flag 16267996/2201000
901.85/901.15	c cleaning 65999 clauses out of 132014 with flag 16727124/2268000
948.55/947.83	c cleaning 67002 clauses out of 134016 with flag 17225953/2336001
998.52/997.34	c cleaning 68002 clauses out of 136013 with flag 17736440/2405000
1046.52/1045.39	c cleaning 69001 clauses out of 138012 with flag 18237609/2475001
1099.92/1098.78	c cleaning 69998 clauses out of 140011 with flag 18745162/2546001
1155.43/1154.21	c cleaning 71001 clauses out of 142012 with flag 19255035/2618001
1215.67/1214.43	c cleaning 72000 clauses out of 144010 with flag 19785913/2691000
1277.47/1276.29	c cleaning 72996 clauses out of 146010 with flag 20285261/2765000
1344.78/1343.53	c cleaning 73997 clauses out of 148013 with flag 20808902/2840000
1412.62/1411.38	c cleaning 75003 clauses out of 150017 with flag 21360651/2916002
1475.86/1474.51	c starts		: 541
1475.86/1474.51	c conflicts		: 2987966
1475.86/1474.51	c decisions		: 3604470
1475.86/1474.51	c propagations		: 56294073
1475.86/1474.51	c inspects		: 35725684459
1475.86/1474.51	c shortcuts		: 0
1475.86/1474.51	c learnt literals	: 15
1475.86/1474.51	c learnt binary clauses	: 13
1475.86/1474.51	c learnt ternary clauses	: 30
1475.86/1474.51	c learnt constraints	: 2987950
1475.86/1474.51	c ignored constraints	: 0
1475.86/1474.51	c root simplifications	: 0
1475.86/1474.51	c removed literals (reason simplification)	: 0
1475.86/1474.51	c reason swapping (by a shorter reason)	: 0
1475.86/1474.51	c Calls to reduceDB	: 72
1475.86/1474.51	c Number of update (reduction) of LBD	: 904770
1475.86/1474.51	c Imported unit clauses	: 0
1475.86/1474.51	c number of reductions to clauses (during analyze)	: 0
1475.86/1474.51	c number of learned constraints concerned by reduction	: 0
1475.86/1474.51	c number of learning phase by resolution	: 0
1475.86/1474.51	c number of learning phase by cutting planes	: 0
1475.86/1474.51	c speed (assignments/second)	: 38181.75547402926
1475.86/1474.51	c non guided choices	19
1475.86/1474.55	c learnt constraints type 
1475.86/1474.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1475.86/1474.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146952
1475.86/1474.55	s UNSATISFIABLE
1475.86/1474.55	c Total wall clock time (in seconds): 1474.428

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-4122742-1467317525/watcher-4122742-1467317525 -o /tmp/evaluation-result-4122742-1467317525/solver-4122742-1467317525 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27146 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122742-1467317525.opb 

pid=28705
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.03 2.05 2.00 3/194 28708
/proc/meminfo: memFree=30451456/32872528 swapFree=480748/529804
[pid=28708] ppid=28705 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/28708/stat : 28708 (java) R 28705 28708 23565 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 10772455 278528 33 33554432000 1073741824 1073778376 140733947333072 140734861001752 211449638183 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28708/statm: 68 33 25 9 0 25 0

[startup+0.100064 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 28708
/proc/meminfo: memFree=30451456/32872528 swapFree=480748/529804
[pid=28708] ppid=28705 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/28708/stat : 28708 (java) S 28705 28708 23565 0 -1 4202496 4458 0 1 0 8 1 0 0 20 0 18 0 10772455 9787879424 5577 33554432000 1073741824 1073778376 140733947333072 140733947324208 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28708/statm: 2389619 5577 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 28708
/proc/meminfo: memFree=30451456/32872528 swapFree=480748/529804
[pid=28708] ppid=28705 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28708/stat : 28708 (java) S 28705 28708 23565 0 -1 4202496 6495 0 1 0 25 1 0 0 20 0 19 0 10772455 9856040960 7097 33554432000 1073741824 1073778376 140733947333072 140733947324208 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28708/statm: 2406260 7099 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300211 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 28708
/proc/meminfo: memFree=30451456/32872528 swapFree=480748/529804
[pid=28708] ppid=28705 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/28708/stat : 28708 (java) S 28705 28708 23565 0 -1 4202496 8514 0 1 0 52 2 0 0 20 0 19 0 10772455 9856040960 8285 33554432000 1073741824 1073778376 140733947333072 140733947324208 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28708/statm: 2406260 8285 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700185 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 28708
/proc/meminfo: memFree=30451456/32872528 swapFree=480748/529804
[pid=28708] ppid=28705 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/28708/stat : 28708 (java) S 28705 28708 23565 0 -1 4202496 15222 0 1 0 117 3 0 0 20 0 19 0 10772455 9856040960 12974 33554432000 1073741824 1073778376 140733947333072 140733947324208 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28708/statm: 2406260 12974 2237 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.03 2.05 2.00 3/213 28727
/proc/meminfo: memFree=30408244/32872528 swapFree=480748/529804
[pid=28708] ppid=28705 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/28708/stat : 28708 (java) S 28705 28708 23565 0 -1 4202496 15228 0 1 0 200 3 0 0 20 0 19 0 10772455 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140733947324208 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28708/statm: 2406260 13490 2240 9 0 2396937 0
[pid=28708/tid=28710] ppid=28705 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/28708/task/28710/stat : 28710 (java) R 28705 28708 23565 0 -1 4202560 2452 0 1 0 146 0 0 0 20 0 19 0 10772456 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335502630608 140335442903826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28711] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28711/stat : 28711 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772457 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335441369640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28712] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28712/stat : 28712 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335440316840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28713] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28713/stat : 28713 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335344466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28708/tid=28714] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28714/stat : 28714 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335343413416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28715] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28715/stat : 28715 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335342361640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28716] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28716/stat : 28716 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335341308840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28717] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28717/stat : 28717 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335340256040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28718] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28718/stat : 28718 (java) S 28705 28708 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335339203240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28719] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28719/stat : 28719 (java) S 28705 28708 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335326792168 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28720] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28720/stat : 28720 (java) S 28705 28708 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335325738232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28721] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28721/stat : 28721 (java) S 28705 28708 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335324685320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28722] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28722/stat : 28722 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335323633808 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28723] ppid=28705 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28708/task/28723/stat : 28723 (java) S 28705 28708 23565 0 -1 4202560 8144 0 0 0 30 2 0 0 20 0 19 0 10772462 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335322581944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28724] ppid=28705 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/28708/task/28724/stat : 28724 (java) S 28705 28708 23565 0 -1 4202560 3363 0 0 0 22 0 0 0 20 0 19 0 10772462 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335321529144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28725] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28725/stat : 28725 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335320476536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28726] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28726/stat : 28726 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335319423944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28727] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28727/stat : 28727 (java) S 28705 28708 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10772470 9856040960 13490 33554432000 1073741824 1073778376 140733947333072 140335318369448 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.02 2.05 2.00 3/213 28727
/proc/meminfo: memFree=30401596/32872528 swapFree=480748/529804
[pid=28708] ppid=28705 vsize=9625040 CPUtime=3.64 cores=0,2,4,6
/proc/28708/stat : 28708 (java) S 28705 28708 23565 0 -1 4202496 15231 0 1 0 361 3 0 0 20 0 19 0 10772455 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140733947324208 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28708/statm: 2406260 14004 2240 9 0 2396937 0
[pid=28708/tid=28710] ppid=28705 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/28708/task/28710/stat : 28710 (java) R 28705 28708 23565 0 -1 4202560 2453 0 1 0 306 0 0 0 20 0 19 0 10772456 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335502639232 140335442809197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28711] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28711/stat : 28711 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772457 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335441369640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28712] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28712/stat : 28712 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335440316840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28713] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28713/stat : 28713 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335344466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28708/tid=28714] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28714/stat : 28714 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335343413416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28715] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28715/stat : 28715 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335342361640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28716] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28716/stat : 28716 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335341308840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28717] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28717/stat : 28717 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335340256040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28718] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28718/stat : 28718 (java) S 28705 28708 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335339203240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28719] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28719/stat : 28719 (java) S 28705 28708 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335326792168 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28720] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28720/stat : 28720 (java) S 28705 28708 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335325738232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28721] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28721/stat : 28721 (java) S 28705 28708 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335324685320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28722] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28722/stat : 28722 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335323633808 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28723] ppid=28705 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28708/task/28723/stat : 28723 (java) S 28705 28708 23565 0 -1 4202560 8144 0 0 0 30 2 0 0 20 0 19 0 10772462 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335322581944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28724] ppid=28705 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/28708/task/28724/stat : 28724 (java) S 28705 28708 23565 0 -1 4202560 3365 0 0 0 23 0 0 0 20 0 19 0 10772462 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335321529144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28725] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28725/stat : 28725 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335320476536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28726] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28726/stat : 28726 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335319423944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28727] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28727/stat : 28727 (java) S 28705 28708 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10772470 9856040960 14004 33554432000 1073741824 1073778376 140733947333072 140335318369448 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.02 2.05 2.00 3/213 28727
/proc/meminfo: memFree=30397492/32872528 swapFree=480748/529804
[pid=28708] ppid=28705 vsize=9625040 CPUtime=6.84 cores=0,2,4,6
/proc/28708/stat : 28708 (java) S 28705 28708 23565 0 -1 4202496 15235 0 1 0 681 3 0 0 20 0 19 0 10772455 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140733947324208 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28708/statm: 2406260 14986 2241 9 0 2396937 0
[pid=28708/tid=28710] ppid=28705 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/28708/task/28710/stat : 28710 (java) R 28705 28708 23565 0 -1 4202560 2456 0 1 0 626 0 0 0 20 0 19 0 10772456 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335502630608 140335442809801 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28711] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28711/stat : 28711 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772457 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335441369640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28712] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28712/stat : 28712 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335440316840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28713] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28713/stat : 28713 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335344466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28708/tid=28714] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28714/stat : 28714 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335343413416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28715] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28715/stat : 28715 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335342361640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28716] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28716/stat : 28716 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335341308840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28717] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28717/stat : 28717 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335340256040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28718] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28718/stat : 28718 (java) S 28705 28708 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335339203240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28719] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28719/stat : 28719 (java) S 28705 28708 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335326792168 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28720] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28720/stat : 28720 (java) S 28705 28708 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335325738232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28721] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28721/stat : 28721 (java) S 28705 28708 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335324685320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28722] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28722/stat : 28722 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335323633808 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28723] ppid=28705 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28708/task/28723/stat : 28723 (java) S 28705 28708 23565 0 -1 4202560 8144 0 0 0 30 2 0 0 20 0 19 0 10772462 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335322581944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28724] ppid=28705 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/28708/task/28724/stat : 28724 (java) S 28705 28708 23565 0 -1 4202560 3365 0 0 0 23 0 0 0 20 0 19 0 10772462 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335321529144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28725] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28725/stat : 28725 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335320476536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28726] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28726/stat : 28726 (java) S 28705 28708 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335319423944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28727] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28727/stat : 28727 (java) S 28705 28708 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10772470 9856040960 14986 33554432000 1073741824 1073778376 140733947333072 140335318369448 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 9625040


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

[pid=28708/tid=28713] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28713/stat : 28713 (java) S 28705 28708 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335344466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28714] ppid=28705 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28708/task/28714/stat : 28714 (java) S 28705 28708 23565 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335343413416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28715] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28715/stat : 28715 (java) S 28705 28708 23565 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335342361640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28716] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28716/stat : 28716 (java) S 28705 28708 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335341308840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28708/tid=28717] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28717/stat : 28717 (java) S 28705 28708 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335340256040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28718] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28718/stat : 28718 (java) S 28705 28708 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335339203240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28719] ppid=28705 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28708/task/28719/stat : 28719 (java) S 28705 28708 23565 0 -1 4202560 17 0 0 0 0 2 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335326792168 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28720] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28720/stat : 28720 (java) S 28705 28708 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335325738232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28721] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28721/stat : 28721 (java) S 28705 28708 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335324685320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28722] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28722/stat : 28722 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335323633808 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28723] ppid=28705 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/28708/task/28723/stat : 28723 (java) S 28705 28708 23565 0 -1 4202560 8160 0 0 0 36 2 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335322581944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28724] ppid=28705 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/28708/task/28724/stat : 28724 (java) S 28705 28708 23565 0 -1 4202560 10287 0 0 0 74 3 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335321529144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28725] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28725/stat : 28725 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335320476536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28726] ppid=28705 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/28708/task/28726/stat : 28726 (java) S 28705 28708 23565 0 -1 4202560 86 0 0 0 30 26 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335319423944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28727] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28727/stat : 28727 (java) S 28705 28708 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10772470 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335318369448 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1474.96
Current children cumulated vsize (KiB) 9625040

[startup+1474 s]
/proc/loadavg: 1.04 1.11 1.41 2/188 28796
/proc/meminfo: memFree=30364436/32872528 swapFree=480748/529804
[pid=28708] ppid=28705 vsize=9625040 CPUtime=1475.36 cores=0,2,4,6
/proc/28708/stat : 28708 (java) S 28705 28708 23565 0 -1 4202496 22413 0 1 0 147506 30 0 0 20 0 19 0 10772455 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140733947324208 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28708/statm: 2406260 54415 2263 9 0 2396937 0
[pid=28708/tid=28710] ppid=28705 vsize=9625040 CPUtime=1473.94 cores=0,2,4,6
/proc/28708/task/28710/stat : 28710 (java) R 28705 28708 23565 0 -1 4202560 2537 0 1 0 147368 26 0 0 20 0 19 0 10772456 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335502637520 140335443080492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28711] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28711/stat : 28711 (java) S 28705 28708 23565 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10772457 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335441369640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28712] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28712/stat : 28712 (java) S 28705 28708 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335440316840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28713] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28713/stat : 28713 (java) S 28705 28708 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335344466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28714] ppid=28705 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28708/task/28714/stat : 28714 (java) S 28705 28708 23565 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335343413416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28715] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28715/stat : 28715 (java) S 28705 28708 23565 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335342361640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28716] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28716/stat : 28716 (java) S 28705 28708 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335341308840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28708/tid=28717] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28717/stat : 28717 (java) S 28705 28708 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335340256040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28718] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28718/stat : 28718 (java) S 28705 28708 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335339203240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28719] ppid=28705 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28708/task/28719/stat : 28719 (java) S 28705 28708 23565 0 -1 4202560 17 0 0 0 0 2 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335326792168 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28720] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28720/stat : 28720 (java) S 28705 28708 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335325738232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28721] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28721/stat : 28721 (java) S 28705 28708 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335324685320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28722] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28722/stat : 28722 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335323633808 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28723] ppid=28705 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/28708/task/28723/stat : 28723 (java) S 28705 28708 23565 0 -1 4202560 8160 0 0 0 36 2 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335322581944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28724] ppid=28705 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/28708/task/28724/stat : 28724 (java) S 28705 28708 23565 0 -1 4202560 10287 0 0 0 74 3 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335321529144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28725] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28725/stat : 28725 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335320476536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28726] ppid=28705 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/28708/task/28726/stat : 28726 (java) S 28705 28708 23565 0 -1 4202560 86 0 0 0 30 26 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335319423944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28727] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28727/stat : 28727 (java) S 28705 28708 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10772470 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335318369448 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1475.36
Current children cumulated vsize (KiB) 9625040

[startup+1474.4 s]
/proc/loadavg: 1.04 1.11 1.41 2/188 28796
/proc/meminfo: memFree=30364436/32872528 swapFree=480748/529804
[pid=28708] ppid=28705 vsize=9625040 CPUtime=1475.76 cores=0,2,4,6
/proc/28708/stat : 28708 (java) S 28705 28708 23565 0 -1 4202496 22413 0 1 0 147546 30 0 0 20 0 19 0 10772455 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140733947324208 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28708/statm: 2406260 54415 2263 9 0 2396937 0
[pid=28708/tid=28710] ppid=28705 vsize=9625040 CPUtime=1474.34 cores=0,2,4,6
/proc/28708/task/28710/stat : 28710 (java) R 28705 28708 23565 0 -1 4202560 2537 0 1 0 147408 26 0 0 20 0 19 0 10772456 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335502637520 140335443080492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28711] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28711/stat : 28711 (java) S 28705 28708 23565 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10772457 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335441369640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28712] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28712/stat : 28712 (java) S 28705 28708 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335440316840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28713] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28713/stat : 28713 (java) S 28705 28708 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335344466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28714] ppid=28705 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28708/task/28714/stat : 28714 (java) S 28705 28708 23565 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335343413416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28715] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28715/stat : 28715 (java) S 28705 28708 23565 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335342361640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28716] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28716/stat : 28716 (java) S 28705 28708 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335341308840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28708/tid=28717] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28717/stat : 28717 (java) S 28705 28708 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335340256040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28718] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28718/stat : 28718 (java) S 28705 28708 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335339203240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28719] ppid=28705 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28708/task/28719/stat : 28719 (java) S 28705 28708 23565 0 -1 4202560 17 0 0 0 0 2 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335326792168 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28720] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28720/stat : 28720 (java) S 28705 28708 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335325738232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28721] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28721/stat : 28721 (java) S 28705 28708 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335324685320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28722] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28722/stat : 28722 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335323633808 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28723] ppid=28705 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/28708/task/28723/stat : 28723 (java) S 28705 28708 23565 0 -1 4202560 8160 0 0 0 36 2 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335322581944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28724] ppid=28705 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/28708/task/28724/stat : 28724 (java) S 28705 28708 23565 0 -1 4202560 10287 0 0 0 74 3 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335321529144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28725] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28725/stat : 28725 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335320476536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28726] ppid=28705 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/28708/task/28726/stat : 28726 (java) S 28705 28708 23565 0 -1 4202560 86 0 0 0 30 26 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335319423944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28727] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28727/stat : 28727 (java) S 28705 28708 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10772470 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335318369448 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1475.76
Current children cumulated vsize (KiB) 9625040

[startup+1474.5 s]
/proc/loadavg: 1.04 1.11 1.41 2/188 28796
/proc/meminfo: memFree=30364436/32872528 swapFree=480748/529804
[pid=28708] ppid=28705 vsize=9625040 CPUtime=1475.86 cores=0,2,4,6
/proc/28708/stat : 28708 (java) S 28705 28708 23565 0 -1 4202496 22413 0 1 0 147556 30 0 0 20 0 19 0 10772455 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140733947324208 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28708/statm: 2406260 54415 2263 9 0 2396937 0
[pid=28708/tid=28710] ppid=28705 vsize=9625040 CPUtime=1474.44 cores=0,2,4,6
/proc/28708/task/28710/stat : 28710 (java) R 28705 28708 23565 0 -1 4202560 2537 0 1 0 147418 26 0 0 20 0 19 0 10772456 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335502637520 140335442920863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28711] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28711/stat : 28711 (java) S 28705 28708 23565 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10772457 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335441369640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28712] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28712/stat : 28712 (java) S 28705 28708 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335440316840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28713] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28713/stat : 28713 (java) S 28705 28708 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335344466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28714] ppid=28705 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28708/task/28714/stat : 28714 (java) S 28705 28708 23565 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335343413416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28715] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28715/stat : 28715 (java) S 28705 28708 23565 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335342361640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28716] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28716/stat : 28716 (java) S 28705 28708 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335341308840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28708/tid=28717] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28717/stat : 28717 (java) S 28705 28708 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335340256040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28718] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28718/stat : 28718 (java) S 28705 28708 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10772458 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335339203240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28719] ppid=28705 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28708/task/28719/stat : 28719 (java) S 28705 28708 23565 0 -1 4202560 17 0 0 0 0 2 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335326792168 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28720] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28720/stat : 28720 (java) S 28705 28708 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335325738232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28721] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28721/stat : 28721 (java) S 28705 28708 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10772459 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335324685320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28722] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28722/stat : 28722 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335323633808 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28723] ppid=28705 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/28708/task/28723/stat : 28723 (java) S 28705 28708 23565 0 -1 4202560 8160 0 0 0 36 2 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335322581944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28708/tid=28724] ppid=28705 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/28708/task/28724/stat : 28724 (java) S 28705 28708 23565 0 -1 4202560 10287 0 0 0 74 3 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335321529144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28725] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28725/stat : 28725 (java) S 28705 28708 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335320476536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28708/tid=28726] ppid=28705 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/28708/task/28726/stat : 28726 (java) S 28705 28708 23565 0 -1 4202560 86 0 0 0 30 26 0 0 20 0 19 0 10772462 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335319423944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28708/tid=28727] ppid=28705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28708/task/28727/stat : 28727 (java) S 28705 28708 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10772470 9856040960 54415 33554432000 1073741824 1073778376 140733947333072 140335318369448 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1475.86
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 1474.55
CPU time (s): 1476.49
CPU user time (s): 1475.76
CPU system time (s): 0.732888
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1475.76
system time used= 0.732888
maximum resident set size= 228712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22445
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31281
involuntary context switches= 3263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.33004 second user time and 6.30404 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 22:12:05
IDJOB=4122742
IDBENCH=111313
IDSOLVER=2546
FILE ID=node141/4122742-1467317525
RUNJOBID= node141-1467310816-27146
PBS_JOBID= 20005274
Free space on /tmp= 71704 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-22.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122742-1467317525/watcher-4122742-1467317525 -o /tmp/evaluation-result-4122742-1467317525/solver-4122742-1467317525 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27146 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122742-1467317525.opb

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

MD5SUM BENCH= 48e4ca5eb96557b414df8aff2a396713
RANDOM SEED=1141552514

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30451720 kB
Buffers:          166788 kB
Cached:           842120 kB
SwapCached:            0 kB
Active:           439852 kB
Inactive:         701772 kB
Active(anon):     134932 kB
Inactive(anon):      200 kB
Active(file):     304920 kB
Inactive(file):   701572 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:        680360 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             613872 kB
SReclaimable:      57680 kB
SUnreclaim:       556192 kB
KernelStack:        1760 kB
PageTables:         5340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1221772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 71704 MiB
End job on node141 at 2016-06-30 22:36:40