Trace number 4122427

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 Res+CP PB16UNSAT 467.193 231.899

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n82-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM012638dc1b795bb01dd57bca727e4c31
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 benchmark4.70428
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints328
Number of constraints which are clauses328
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version PB16.v20160501
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization by upper bound
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Glucose 2.1 dynamic restart strategy
0.06/0.14	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.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	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.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-4122427-1467310154.opb
0.06/0.14	c reading problem ... 
0.06/0.14	c  no objective function found
0.06/0.19	c ... done. Wall clock time 0.056s.
0.06/0.19	c declared #vars     123
0.06/0.19	c #constraints  328
0.21/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.20	c constraints type 
0.21/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 328
0.21/0.20	c 328 constraints processed.
0.21/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.20	c constraints type 
0.21/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 328
0.21/0.20	c 328 constraints processed.
1.74/0.65	c cleaning 2498 clauses out of 5000 with flag 20286/5000
2.13/0.73	c cleaning 0 clauses out of 5000 with flag 0/5000
2.50/0.89	c cleaning 4244 clauses out of 8502 with flag 51495/11000
2.73/0.98	c cleaning 0 clauses out of 11000 with flag 0/11000
3.37/1.17	c cleaning 5625 clauses out of 11259 with flag 85618/18001
3.70/1.27	c cleaning 0 clauses out of 18000 with flag 0/18000
4.63/1.64	c cleaning 6812 clauses out of 13633 with flag 126315/26000
4.63/1.65	c cleaning 0 clauses out of 26001 with flag 0/26001
5.79/2.08	c cleaning 0 clauses out of 35000 with flag 0/35000
5.99/2.20	c cleaning 7906 clauses out of 15822 with flag 172732/35001
6.81/2.55	c cleaning 0 clauses out of 45000 with flag 0/45000
7.41/2.88	c cleaning 8952 clauses out of 17916 with flag 216643/45001
8.02/3.16	c cleaning 0 clauses out of 56000 with flag 0/56000
9.25/3.78	c cleaning 9978 clauses out of 19963 with flag 266322/56000
9.45/3.82	c cleaning 0 clauses out of 68001 with flag 0/68001
11.05/4.69	c cleaning 0 clauses out of 81001 with flag 0/81001
11.45/4.85	c cleaning 10990 clauses out of 21986 with flag 328720/68001
13.11/5.61	c cleaning 0 clauses out of 95000 with flag 0/95000
13.89/6.07	c cleaning 11991 clauses out of 23996 with flag 388845/81001
14.90/6.53	c cleaning 0 clauses out of 110001 with flag 0/110001
16.89/7.52	c cleaning 12997 clauses out of 26005 with flag 454341/95001
17.89/8.03	c cleaning 0 clauses out of 126000 with flag 0/126000
19.94/9.02	c cleaning 13998 clauses out of 28008 with flag 522978/110001
20.54/9.33	c cleaning 0 clauses out of 143001 with flag 0/143001
22.94/10.56	c cleaning 0 clauses out of 161000 with flag 0/161000
23.14/10.65	c cleaning 14998 clauses out of 30010 with flag 596400/126001
26.60/12.37	c cleaning 0 clauses out of 180000 with flag 0/180000
27.19/12.65	c cleaning 16001 clauses out of 32012 with flag 680939/143001
29.60/13.84	c cleaning 0 clauses out of 200002 with flag 0/200002
31.80/14.96	c cleaning 17001 clauses out of 34011 with flag 764921/161001
32.40/15.25	c cleaning 0 clauses out of 221000 with flag 0/221000
36.20/17.17	c cleaning 18002 clauses out of 36009 with flag 856009/180000
36.40/17.28	c cleaning 0 clauses out of 243000 with flag 0/243000
40.67/19.34	c cleaning 19001 clauses out of 38007 with flag 945360/200000
44.67/21.36	c cleaning 0 clauses out of 266000 with flag 0/266000
45.87/21.95	c cleaning 20001 clauses out of 40007 with flag 1041457/221001
49.08/23.52	c cleaning 0 clauses out of 290000 with flag 0/290000
51.28/24.60	c cleaning 21003 clauses out of 42005 with flag 1143391/243000
54.68/26.30	c cleaning 0 clauses out of 315001 with flag 0/315001
57.29/27.66	c cleaning 21998 clauses out of 44002 with flag 1241617/266000
60.27/29.18	c cleaning 0 clauses out of 341001 with flag 0/341001
64.33/31.17	c cleaning 23003 clauses out of 46006 with flag 1350054/290002
65.95/31.97	c cleaning 0 clauses out of 368002 with flag 0/368002
71.53/34.77	c cleaning 23997 clauses out of 48002 with flag 1467771/315001
75.13/36.58	c cleaning 0 clauses out of 396000 with flag 0/396000
79.93/38.91	c cleaning 24997 clauses out of 50005 with flag 1590122/341001
83.54/40.76	c cleaning 0 clauses out of 425001 with flag 0/425001
89.53/43.73	c cleaning 26000 clauses out of 52007 with flag 1714028/368000
90.53/44.24	c cleaning 0 clauses out of 455001 with flag 0/455001
99.73/48.83	c cleaning 27002 clauses out of 54007 with flag 1839219/396000
103.83/50.86	c cleaning 0 clauses out of 486000 with flag 0/486000
110.06/53.98	c cleaning 28001 clauses out of 56005 with flag 1971254/425000
111.25/54.56	c cleaning 0 clauses out of 518000 with flag 0/518000
118.86/58.40	c cleaning 0 clauses out of 551001 with flag 0/551001
123.44/60.55	c cleaning 28996 clauses out of 58005 with flag 2114280/455001
126.64/62.16	c cleaning 0 clauses out of 585000 with flag 0/585000
137.31/67.35	c cleaning 30000 clauses out of 60009 with flag 2256197/486001
146.71/72.06	c cleaning 0 clauses out of 620000 with flag 0/620000
150.12/73.71	c cleaning 31002 clauses out of 62008 with flag 2398498/518000
162.27/79.73	c cleaning 31998 clauses out of 64006 with flag 2545049/551000
162.87/80.07	c cleaning 0 clauses out of 656001 with flag 0/656001
177.37/87.20	c cleaning 32999 clauses out of 66007 with flag 2704365/585000
180.37/88.71	c cleaning 0 clauses out of 693000 with flag 0/693000
194.17/95.60	c cleaning 34002 clauses out of 68009 with flag 2864753/620001
209.78/103.43	c cleaning 0 clauses out of 731001 with flag 0/731001
211.36/104.20	c cleaning 34998 clauses out of 70006 with flag 3029427/656000
219.30/108.20	c cleaning 0 clauses out of 770001 with flag 0/770001
233.30/115.11	c cleaning 35997 clauses out of 72009 with flag 3199920/693001
234.90/115.92	c cleaning 0 clauses out of 810001 with flag 0/810001
257.50/127.28	c cleaning 37006 clauses out of 74011 with flag 3372329/731000
264.70/130.83	c cleaning 0 clauses out of 851000 with flag 0/851000
285.04/140.95	c cleaning 38000 clauses out of 76006 with flag 3550243/770001
287.83/142.39	c cleaning 0 clauses out of 893000 with flag 0/893000
311.82/154.30	c cleaning 38997 clauses out of 78005 with flag 3725276/810000
315.85/156.37	c cleaning 0 clauses out of 936000 with flag 0/936000
338.63/167.78	c cleaning 40005 clauses out of 80009 with flag 3913101/851001
340.05/168.41	c cleaning 0 clauses out of 980001 with flag 0/980001
362.59/179.64	c cleaning 40995 clauses out of 82002 with flag 4100018/893000
368.19/182.43	c cleaning 0 clauses out of 1025000 with flag 0/1025000
387.59/192.19	c cleaning 42000 clauses out of 84008 with flag 4302835/936001
397.79/197.27	c cleaning 0 clauses out of 1071001 with flag 0/1071001
414.19/205.49	c cleaning 43002 clauses out of 86006 with flag 4502559/980000
423.99/210.36	c cleaning 0 clauses out of 1118000 with flag 0/1118000
442.76/219.60	c cleaning 44001 clauses out of 88005 with flag 4698886/1025001
443.58/220.10	c cleaning 0 clauses out of 1166000 with flag 0/1166000
466.92/231.63	c And the winner is solver0
466.92/231.74	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
466.92/231.74	c starts		: 7
466.92/231.74	c conflicts		: 1069176
466.92/231.74	c decisions		: 1322090
466.92/231.74	c propagations		: 7101449
466.92/231.74	c inspects		: 5240508559
466.92/231.74	c shortcuts		: 0
466.92/231.74	c learnt literals	: 19
466.92/231.74	c learnt binary clauses	: 168
466.92/231.74	c learnt ternary clauses	: 933
466.92/231.74	c learnt constraints	: 1069156
466.92/231.74	c ignored constraints	: 0
466.92/231.74	c root simplifications	: 0
466.92/231.74	c removed literals (reason simplification)	: 3835081
466.92/231.74	c reason swapping (by a shorter reason)	: 0
466.92/231.74	c Calls to reduceDB	: 41
466.92/231.74	c Number of update (reduction) of LBD	: 157689
466.92/231.74	c Imported unit clauses	: 0
466.92/231.74	c number of reductions to clauses (during analyze)	: 0
466.92/231.74	c number of learned constraints concerned by reduction	: 0
466.92/231.74	c number of learning phase by resolution	: 0
466.92/231.74	c number of learning phase by cutting planes	: 0
466.92/231.74	c speed (assignments/second)	: 30670.373713510784
466.92/231.74	c non guided choices	557
466.92/231.78	c learnt constraints type 
466.92/231.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 168
466.92/231.78	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87994
466.92/231.78	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
466.92/231.78	c starts		: 190
466.92/231.78	c conflicts		: 1212723
466.92/231.78	c decisions		: 1395207
466.92/231.78	c propagations		: 8495920
466.92/231.78	c inspects		: 1860516654
466.92/231.78	c shortcuts		: 0
466.92/231.78	c learnt literals	: 0
466.92/231.78	c learnt binary clauses	: 0
466.92/231.78	c learnt ternary clauses	: 4
466.92/231.78	c learnt constraints	: 1212723
466.92/231.78	c ignored constraints	: 0
466.92/231.78	c root simplifications	: 0
466.92/231.78	c removed literals (reason simplification)	: 0
466.92/231.78	c reason swapping (by a shorter reason)	: 0
466.92/231.78	c Calls to reduceDB	: 44
466.92/231.78	c Number of update (reduction) of LBD	: 0
466.92/231.78	c Imported unit clauses	: 0
466.92/231.78	c number of reductions to clauses (during analyze)	: 0
466.92/231.78	c number of learned constraints concerned by reduction	: 0
466.92/231.78	c number of learning phase by resolution	: 0
466.92/231.78	c number of learning phase by cutting planes	: 0
466.92/231.78	c speed (assignments/second)	: 36687.711055645275
466.92/231.78	c non guided choices	282
467.01/231.88	c learnt constraints type 
467.01/231.88	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1212723
467.01/231.88	s UNSATISFIABLE
467.01/231.88	c Total wall clock time (in seconds): 231.747

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

pid=2503
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: 4.21 4.24 3.64 4/197 2506
/proc/meminfo: memFree=29451596/32872528 swapFree=1394584/1580588
[pid=2506] ppid=2503 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2506/stat : 2506 (java) D 2503 2506 31393 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 21043986 9515008 184 33554432000 1073741824 1073778376 140733369120528 140733369111752 248790019511 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/2506/statm: 2323 184 142 9 0 71 0

[startup+0.100112 s]
/proc/loadavg: 4.21 4.24 3.64 4/197 2506
/proc/meminfo: memFree=29451596/32872528 swapFree=1394584/1580588
[pid=2506] ppid=2503 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/2506/stat : 2506 (java) S 2503 2506 31393 0 -1 4202496 3585 0 1 0 6 0 0 0 20 0 18 0 21043986 9787879424 4716 33554432000 1073741824 1073778376 140733917486688 140733917477824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2506/statm: 2389619 4716 1789 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200301 s]
/proc/loadavg: 4.21 4.24 3.64 4/197 2506
/proc/meminfo: memFree=29451596/32872528 swapFree=1394584/1580588
[pid=2506] ppid=2503 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/2506/stat : 2506 (java) S 2503 2506 31393 0 -1 4202496 4694 0 1 0 20 1 0 0 20 0 18 0 21043986 9787879424 7323 33554432000 1073741824 1073778376 140733917486688 140733917477824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2506/statm: 2389619 7323 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 4.21 4.24 3.64 4/197 2506
/proc/meminfo: memFree=29451596/32872528 swapFree=1394584/1580588
[pid=2506] ppid=2503 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/2506/stat : 2506 (java) S 2503 2506 31393 0 -1 4202496 7376 0 1 0 53 2 0 0 20 0 22 0 21043986 10060525568 9699 33554432000 1073741824 1073778376 140733917486688 140733917477824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2506/statm: 2456183 9699 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9824732

[startup+0.700193 s]
/proc/loadavg: 4.21 4.24 3.64 4/197 2506
/proc/meminfo: memFree=29451596/32872528 swapFree=1394584/1580588
[pid=2506] ppid=2503 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/2506/stat : 2506 (java) S 2503 2506 31393 0 -1 4202496 19716 0 1 0 208 5 0 0 20 0 22 0 21043986 10060525568 32934 33554432000 1073741824 1073778376 140733917486688 140733917477824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2506/statm: 2456183 32934 2259 9 0 2446860 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 4.21 4.24 3.64 6/219 2528
/proc/meminfo: memFree=29266768/32872528 swapFree=1394584/1580588
[pid=2506] ppid=2503 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/2506/stat : 2506 (java) S 2503 2506 31393 0 -1 4202496 20857 0 1 0 435 8 0 0 20 0 22 0 21043986 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 140733917477824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2506/statm: 2456183 50441 2275 9 0 2446860 0
[pid=2506/tid=2508] ppid=2503 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/2506/task/2508/stat : 2508 (java) S 2503 2506 31393 0 -1 4202560 2449 0 1 0 14 1 0 0 20 0 22 0 21043989 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939829519224 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2509] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2509/stat : 2509 (java) S 2503 2506 31393 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939768249128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2510] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2510/stat : 2510 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939767196328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2511] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2511/stat : 2511 (java) S 2503 2506 31393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939670604840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2512] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2512/stat : 2512 (java) S 2503 2506 31393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939669552040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2513] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2513/stat : 2513 (java) S 2503 2506 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939668498728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2514] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2514/stat : 2514 (java) S 2503 2506 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939667445928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2515] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2515/stat : 2515 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939666393640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2516] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2516/stat : 2516 (java) S 2503 2506 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939665340840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2517] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2517/stat : 2517 (java) S 2503 2506 31393 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939653143272 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2518] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2518/stat : 2518 (java) S 2503 2506 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939652089336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2519] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2519/stat : 2519 (java) S 2503 2506 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939651036936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2520] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2520/stat : 2520 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939649985424 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2521] ppid=2503 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/2506/task/2521/stat : 2521 (java) S 2503 2506 31393 0 -1 4202560 10673 0 0 0 96 2 0 0 20 0 22 0 21043994 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939648932024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2522] ppid=2503 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/2506/task/2522/stat : 2522 (java) S 2503 2506 31393 0 -1 4202560 6250 0 0 0 67 3 0 0 20 0 22 0 21043994 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939647879224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2523] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2523/stat : 2523 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939646827128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2524] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2524/stat : 2524 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939645774536 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2525] ppid=2503 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/2506/task/2525/stat : 2525 (java) R 2503 2506 31393 0 -1 4202560 23 0 0 0 124 0 0 0 20 0 22 0 21044006 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939644720248 139939769803035 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2526] ppid=2503 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/2506/task/2526/stat : 2526 (java) R 2503 2506 31393 0 -1 4202560 87 0 0 0 125 2 0 0 20 0 22 0 21044006 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939643666248 139939769654771 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2527] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2527/stat : 2527 (java) S 2503 2506 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21044007 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939642615464 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2528] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2528/stat : 2528 (java) S 2503 2506 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21044007 10060525568 50441 33554432000 1073741824 1073778376 140733917486688 139939641562664 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.21 4.24 3.64 5/219 2528
/proc/meminfo: memFree=29253020/32872528 swapFree=1394584/1580588
[pid=2506] ppid=2503 vsize=9824732 CPUtime=8.02 cores=0,2,4,6
/proc/2506/stat : 2506 (java) S 2503 2506 31393 0 -1 4202496 21242 0 1 0 792 10 0 0 20 0 22 0 21043986 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 140733917477824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2506/statm: 2456183 59658 2275 9 0 2446860 0
[pid=2506/tid=2508] ppid=2503 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/2506/task/2508/stat : 2508 (java) S 2503 2506 31393 0 -1 4202560 2449 0 1 0 14 1 0 0 20 0 22 0 21043989 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939829519224 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2509] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2509/stat : 2509 (java) S 2503 2506 31393 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939768249128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2510] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2510/stat : 2510 (java) S 2503 2506 31393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939767196328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2511] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2511/stat : 2511 (java) S 2503 2506 31393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939670604840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2512] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2512/stat : 2512 (java) S 2503 2506 31393 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939669552040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2513] ppid=2503 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2506/task/2513/stat : 2513 (java) S 2503 2506 31393 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 21043990 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939668498728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2514] ppid=2503 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2506/task/2514/stat : 2514 (java) S 2503 2506 31393 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 21043990 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939667445928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2515] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2515/stat : 2515 (java) S 2503 2506 31393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 21043990 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939666393640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2516] ppid=2503 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2506/task/2516/stat : 2516 (java) S 2503 2506 31393 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 21043990 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939665340840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2517] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2517/stat : 2517 (java) S 2503 2506 31393 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939653143272 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2518] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2518/stat : 2518 (java) S 2503 2506 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939652089336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2519] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2519/stat : 2519 (java) S 2503 2506 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939651036936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2520] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2520/stat : 2520 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939649985424 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2521] ppid=2503 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/2506/task/2521/stat : 2521 (java) S 2503 2506 31393 0 -1 4202560 11023 0 0 0 131 2 0 0 20 0 22 0 21043994 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939648932024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2522] ppid=2503 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/2506/task/2522/stat : 2522 (java) S 2503 2506 31393 0 -1 4202560 6250 0 0 0 67 3 0 0 20 0 22 0 21043994 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939647879224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2523] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2523/stat : 2523 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939646827128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2524] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2524/stat : 2524 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939645774536 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2525] ppid=2503 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/2506/task/2525/stat : 2525 (java) R 2503 2506 31393 0 -1 4202560 24 0 0 0 280 0 0 0 20 0 22 0 21044006 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939644718096 139939769693216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2526] ppid=2503 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/2506/task/2526/stat : 2526 (java) R 2503 2506 31393 0 -1 4202560 100 0 0 0 280 2 0 0 20 0 22 0 21044006 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939643658368 139939769817496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2527] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2527/stat : 2527 (java) S 2503 2506 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21044007 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939642615464 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2528] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2528/stat : 2528 (java) S 2503 2506 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21044007 10060525568 59658 33554432000 1073741824 1073778376 140733917486688 139939641562664 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.19 4.23 3.65 5/219 2528
/proc/meminfo: memFree=29098068/32872528 swapFree=1394584/1580588
[pid=2506] ppid=2503 vsize=9824732 CPUtime=14.49 cores=0,2,4,6
/proc/2506/stat : 2506 (java) S 2503 2506 31393 0 -1 4202496 21728 0 1 0 1434 15 0 0 20 0 22 0 21043986 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 140733917477824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2506/statm: 2456183 90076 2275 9 0 2446860 0
[pid=2506/tid=2508] ppid=2503 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/2506/task/2508/stat : 2508 (java) S 2503 2506 31393 0 -1 4202560 2449 0 1 0 14 1 0 0 20 0 22 0 21043989 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939829519224 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2509] ppid=2503 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2506/task/2509/stat : 2509 (java) S 2503 2506 31393 0 -1 4202560 81 0 0 0 4 0 0 0 20 0 22 0 21043990 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939768249128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2510] ppid=2503 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2506/task/2510/stat : 2510 (java) S 2503 2506 31393 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 21043990 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939767196328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2511] ppid=2503 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2506/task/2511/stat : 2511 (java) S 2503 2506 31393 0 -1 4202560 44 0 0 0 2 0 0 0 20 0 22 0 21043990 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939670604840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2512] ppid=2503 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2506/task/2512/stat : 2512 (java) S 2503 2506 31393 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 21043990 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939669552040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2513] ppid=2503 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2506/task/2513/stat : 2513 (java) S 2503 2506 31393 0 -1 4202560 73 0 0 0 3 0 0 0 20 0 22 0 21043990 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939668498728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2514] ppid=2503 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2506/task/2514/stat : 2514 (java) S 2503 2506 31393 0 -1 4202560 109 0 0 0 3 0 0 0 20 0 22 0 21043990 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939667445928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2515] ppid=2503 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2506/task/2515/stat : 2515 (java) S 2503 2506 31393 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 21043990 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939666393640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2516] ppid=2503 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2506/task/2516/stat : 2516 (java) S 2503 2506 31393 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 21043990 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939665340840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2517] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2517/stat : 2517 (java) S 2503 2506 31393 0 -1 4202560 195 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939653143272 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2518] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2518/stat : 2518 (java) S 2503 2506 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939652089336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2519] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2519/stat : 2519 (java) S 2503 2506 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939651036936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2520] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2520/stat : 2520 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 90076 33554432000 1073741824 1073778376 140733917486688 139939649985424 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2521] ppid=2503 vsize=9824732 CPUtime=1.33 cores=0,2,4,6

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

/proc/2506/task/2523/stat : 2523 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939646827128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2524] ppid=2503 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2506/task/2524/stat : 2524 (java) S 2503 2506 31393 0 -1 4202560 13 0 0 0 1 6 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939645774536 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2525] ppid=2503 vsize=9824732 CPUtime=228.72 cores=0,2,4,6
/proc/2506/task/2525/stat : 2525 (java) R 2503 2506 31393 0 -1 4202560 67 0 0 0 22869 3 0 0 20 0 22 0 21044006 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939644718296 139939769654751 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2526] ppid=2503 vsize=9824732 CPUtime=228.63 cores=0,2,4,6
/proc/2506/task/2526/stat : 2526 (java) R 2503 2506 31393 0 -1 4202560 1417 0 0 0 22836 27 0 0 20 0 22 0 21044006 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939643665280 139939769754861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2527] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2527/stat : 2527 (java) S 2503 2506 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21044007 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939642615464 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2528] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2528/stat : 2528 (java) S 2503 2506 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21044007 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939641562664 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 464.52
Current children cumulated vsize (KiB) 9824732

[startup+231.201 s]
/proc/loadavg: 4.24 4.25 3.77 5/219 2535
/proc/meminfo: memFree=27360296/32872528 swapFree=1394584/1580588
[pid=2506] ppid=2503 vsize=9824732 CPUtime=466.12 cores=0,2,4,6
/proc/2506/stat : 2506 (java) S 2503 2506 31393 0 -1 4202496 25893 0 1 0 46526 86 0 0 20 0 22 0 21043986 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 140733917477824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2506/statm: 2456183 527620 2276 9 0 2446860 0
[pid=2506/tid=2508] ppid=2503 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/2506/task/2508/stat : 2508 (java) S 2503 2506 31393 0 -1 4202560 2452 0 1 0 15 2 0 0 20 0 22 0 21043989 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939829519224 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2509] ppid=2503 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/2506/task/2509/stat : 2509 (java) S 2503 2506 31393 0 -1 4202560 224 0 0 0 26 6 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939768249128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2510] ppid=2503 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/2506/task/2510/stat : 2510 (java) S 2503 2506 31393 0 -1 4202560 201 0 0 0 26 6 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939767196328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2511] ppid=2503 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/2506/task/2511/stat : 2511 (java) S 2503 2506 31393 0 -1 4202560 208 0 0 0 29 7 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939670604840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2512] ppid=2503 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/2506/task/2512/stat : 2512 (java) S 2503 2506 31393 0 -1 4202560 220 0 0 0 22 4 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939669552040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2513] ppid=2503 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/2506/task/2513/stat : 2513 (java) S 2503 2506 31393 0 -1 4202560 493 0 0 0 30 5 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939668498728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2514] ppid=2503 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/2506/task/2514/stat : 2514 (java) S 2503 2506 31393 0 -1 4202560 289 0 0 0 34 6 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939667445928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2515] ppid=2503 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/2506/task/2515/stat : 2515 (java) S 2503 2506 31393 0 -1 4202560 289 0 0 0 30 7 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939666393640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2516] ppid=2503 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/2506/task/2516/stat : 2516 (java) S 2503 2506 31393 0 -1 4202560 194 0 0 0 31 5 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939665340840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2517] ppid=2503 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2506/task/2517/stat : 2517 (java) S 2503 2506 31393 0 -1 4202560 1253 0 0 0 0 1 0 0 20 0 22 0 21043991 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939653143272 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2518] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2518/stat : 2518 (java) S 2503 2506 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939652089336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2519] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2519/stat : 2519 (java) S 2503 2506 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939651036936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2520] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2520/stat : 2520 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939649985424 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2521] ppid=2503 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/2506/task/2521/stat : 2521 (java) S 2503 2506 31393 0 -1 4202560 11048 0 0 0 201 3 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939648932024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2522] ppid=2503 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/2506/task/2522/stat : 2522 (java) S 2503 2506 31393 0 -1 4202560 6258 0 0 0 81 3 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939647879224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2523] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2523/stat : 2523 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939646827128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2524] ppid=2503 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2506/task/2524/stat : 2524 (java) S 2503 2506 31393 0 -1 4202560 15 0 0 0 1 6 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939645774536 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2525] ppid=2503 vsize=9824732 CPUtime=229.52 cores=0,2,4,6
/proc/2506/task/2525/stat : 2525 (java) R 2503 2506 31393 0 -1 4202560 67 0 0 0 22949 3 0 0 20 0 22 0 21044006 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939644718296 139939769654751 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2526] ppid=2503 vsize=9824732 CPUtime=229.43 cores=0,2,4,6
/proc/2506/task/2526/stat : 2526 (java) R 2503 2506 31393 0 -1 4202560 1417 0 0 0 22916 27 0 0 20 0 22 0 21044006 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939643665280 139939769654751 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2527] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2527/stat : 2527 (java) S 2503 2506 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21044007 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939642615464 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2528] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2528/stat : 2528 (java) S 2503 2506 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21044007 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939641562664 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 466.12
Current children cumulated vsize (KiB) 9824732

[startup+231.601 s]
/proc/loadavg: 4.24 4.25 3.77 5/219 2535
/proc/meminfo: memFree=27360296/32872528 swapFree=1394584/1580588
[pid=2506] ppid=2503 vsize=9824732 CPUtime=466.92 cores=0,2,4,6
/proc/2506/stat : 2506 (java) S 2503 2506 31393 0 -1 4202496 25893 0 1 0 46606 86 0 0 20 0 22 0 21043986 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 140733917477824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2506/statm: 2456183 527620 2276 9 0 2446860 0
[pid=2506/tid=2508] ppid=2503 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/2506/task/2508/stat : 2508 (java) S 2503 2506 31393 0 -1 4202560 2452 0 1 0 15 2 0 0 20 0 22 0 21043989 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939829519224 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2509] ppid=2503 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/2506/task/2509/stat : 2509 (java) S 2503 2506 31393 0 -1 4202560 224 0 0 0 26 6 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939768249128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2510] ppid=2503 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/2506/task/2510/stat : 2510 (java) S 2503 2506 31393 0 -1 4202560 201 0 0 0 26 6 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939767196328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2511] ppid=2503 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/2506/task/2511/stat : 2511 (java) S 2503 2506 31393 0 -1 4202560 208 0 0 0 29 7 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939670604840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2512] ppid=2503 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/2506/task/2512/stat : 2512 (java) S 2503 2506 31393 0 -1 4202560 220 0 0 0 22 4 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939669552040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2513] ppid=2503 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/2506/task/2513/stat : 2513 (java) S 2503 2506 31393 0 -1 4202560 493 0 0 0 30 5 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939668498728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2514] ppid=2503 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/2506/task/2514/stat : 2514 (java) S 2503 2506 31393 0 -1 4202560 289 0 0 0 34 6 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939667445928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2515] ppid=2503 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/2506/task/2515/stat : 2515 (java) S 2503 2506 31393 0 -1 4202560 289 0 0 0 30 7 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939666393640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2516] ppid=2503 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/2506/task/2516/stat : 2516 (java) S 2503 2506 31393 0 -1 4202560 194 0 0 0 31 5 0 0 20 0 22 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939665340840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2517] ppid=2503 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2506/task/2517/stat : 2517 (java) S 2503 2506 31393 0 -1 4202560 1253 0 0 0 0 1 0 0 20 0 22 0 21043991 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939653143272 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2518] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2518/stat : 2518 (java) S 2503 2506 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939652089336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2519] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2519/stat : 2519 (java) S 2503 2506 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21043991 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939651036936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2520] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2520/stat : 2520 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939649985424 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2521] ppid=2503 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/2506/task/2521/stat : 2521 (java) S 2503 2506 31393 0 -1 4202560 11048 0 0 0 201 3 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939648932024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2522] ppid=2503 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/2506/task/2522/stat : 2522 (java) S 2503 2506 31393 0 -1 4202560 6258 0 0 0 81 3 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939647879224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2523] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2523/stat : 2523 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939646827128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2524] ppid=2503 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2506/task/2524/stat : 2524 (java) S 2503 2506 31393 0 -1 4202560 15 0 0 0 1 6 0 0 20 0 22 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939645774536 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2525] ppid=2503 vsize=9824732 CPUtime=229.92 cores=0,2,4,6
/proc/2506/task/2525/stat : 2525 (java) R 2503 2506 31393 0 -1 4202560 67 0 0 0 22989 3 0 0 20 0 22 0 21044006 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939644718296 139939769654714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2526] ppid=2503 vsize=9824732 CPUtime=229.83 cores=0,2,4,6
/proc/2506/task/2526/stat : 2526 (java) R 2503 2506 31393 0 -1 4202560 1417 0 0 0 22956 27 0 0 20 0 22 0 21044006 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939643665280 139939769730830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2527] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2527/stat : 2527 (java) S 2503 2506 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21044007 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939642615464 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2528] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2528/stat : 2528 (java) S 2503 2506 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21044007 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939641562664 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 466.92
Current children cumulated vsize (KiB) 9824732

[startup+231.801 s]
/proc/loadavg: 4.24 4.25 3.77 5/219 2535
/proc/meminfo: memFree=27360296/32872528 swapFree=1394584/1580588
[pid=2506] ppid=2503 vsize=9824732 CPUtime=465.97 cores=0,2,4,6
/proc/2506/stat : 2506 (java) S 2503 2506 31393 0 -1 4202496 25914 0 1 0 46505 92 0 0 20 0 19 0 21043986 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 140733917477824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2506/statm: 2456183 527620 2287 9 0 2446860 0
[pid=2506/tid=2508] ppid=2503 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/2506/task/2508/stat : 2508 (java) S 2503 2506 31393 0 -1 4202560 2452 0 1 0 15 2 0 0 20 0 19 0 21043989 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939829519064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2509] ppid=2503 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/2506/task/2509/stat : 2509 (java) S 2503 2506 31393 0 -1 4202560 224 0 0 0 26 6 0 0 20 0 19 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939768249128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2510] ppid=2503 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/2506/task/2510/stat : 2510 (java) S 2503 2506 31393 0 -1 4202560 201 0 0 0 26 6 0 0 20 0 19 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939767196328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2511] ppid=2503 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/2506/task/2511/stat : 2511 (java) S 2503 2506 31393 0 -1 4202560 208 0 0 0 29 7 0 0 20 0 19 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939670604840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2512] ppid=2503 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/2506/task/2512/stat : 2512 (java) S 2503 2506 31393 0 -1 4202560 220 0 0 0 22 4 0 0 20 0 19 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939669552040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2513] ppid=2503 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/2506/task/2513/stat : 2513 (java) S 2503 2506 31393 0 -1 4202560 493 0 0 0 30 5 0 0 20 0 19 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939668498728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2514] ppid=2503 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/2506/task/2514/stat : 2514 (java) S 2503 2506 31393 0 -1 4202560 289 0 0 0 34 6 0 0 20 0 19 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939667445928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2515] ppid=2503 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/2506/task/2515/stat : 2515 (java) S 2503 2506 31393 0 -1 4202560 289 0 0 0 30 7 0 0 20 0 19 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939666393640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2516] ppid=2503 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/2506/task/2516/stat : 2516 (java) S 2503 2506 31393 0 -1 4202560 194 0 0 0 31 5 0 0 20 0 19 0 21043990 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939665340840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2517] ppid=2503 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2506/task/2517/stat : 2517 (java) S 2503 2506 31393 0 -1 4202560 1253 0 0 0 0 1 0 0 20 0 19 0 21043991 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939653143272 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2506/tid=2518] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2518/stat : 2518 (java) S 2503 2506 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 21043991 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939652089336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2519] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2519/stat : 2519 (java) S 2503 2506 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 21043991 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939651036936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2520] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2520/stat : 2520 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939649985424 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2506/tid=2521] ppid=2503 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/2506/task/2521/stat : 2521 (java) S 2503 2506 31393 0 -1 4202560 11052 0 0 0 201 3 0 0 20 0 19 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939648932024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2522] ppid=2503 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/2506/task/2522/stat : 2522 (java) S 2503 2506 31393 0 -1 4202560 6266 0 0 0 84 3 0 0 20 0 19 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939647879224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2506/tid=2523] ppid=2503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2506/task/2523/stat : 2523 (java) S 2503 2506 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939646827128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2506/tid=2524] ppid=2503 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2506/task/2524/stat : 2524 (java) S 2503 2506 31393 0 -1 4202560 15 0 0 0 1 6 0 0 20 0 19 0 21043994 10060525568 527620 33554432000 1073741824 1073778376 140733917486688 139939645774536 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 465.97
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.03998
#  lost CPU user time (s): 1.10001
#  lost CPU system time (s): -0.06

Real time (s): 231.899
CPU time (s): 467.193
CPU user time (s): 466.182
CPU system time (s): 1.01084
CPU usage (%): 201.464
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 465.082
system time used= 1.07084
maximum resident set size= 2110496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25922
page faults= 1
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6222
involuntary context switches= 5589

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45278 second user time and 1.93871 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-30 20:09:14
IDJOB=4122427
IDBENCH=111111
IDSOLVER=2543
FILE ID=node139/4122427-1467310154
RUNJOBID= node139-1467308838-31409
PBS_JOBID= 20005284
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n82-d3-i3-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122427-1467310154/watcher-4122427-1467310154 -o /tmp/evaluation-result-4122427-1467310154/solver-4122427-1467310154 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31409 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4122427-1467310154.opb

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

MD5SUM BENCH= 012638dc1b795bb01dd57bca727e4c31
RANDOM SEED=1339065644

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.092
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.18
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.092
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.092
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		: 2667.092
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.092
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.56
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.092
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.55
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.092
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.48
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.092
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:        29451860 kB
Buffers:          178660 kB
Cached:           337988 kB
SwapCached:         3804 kB
Active:           813472 kB
Inactive:         282980 kB
Active(anon):     578516 kB
Inactive(anon):     3900 kB
Active(file):     234956 kB
Inactive(file):   279080 kB
Unevictable:     1580588 kB
Mlocked:         1394584 kB
SwapTotal:      67108856 kB
SwapFree:       67097620 kB
Dirty:               996 kB
Writeback:             0 kB
AnonPages:       2164196 kB
Mapped:            15884 kB
Shmem:                 0 kB
Slab:             604252 kB
SReclaimable:      47604 kB
SUnreclaim:       556648 kB
KernelStack:        1632 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2500504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    722944 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= 71708 MiB
End job on node139 at 2016-06-30 20:13:06