Trace number 4121310

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 424.65 423.319

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n24-d4-i3.cnf.gz-plain.pb.metafix.opb
MD5SUM8603a890f31df49f51112473cb70c3d5
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 benchmark221.402
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97
Total number of constraints204
Number of constraints which are clauses204
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4121310-1467314040.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.031s.
0.11/0.13	c declared #vars     97
0.11/0.13	c #constraints  204
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 204
0.11/0.13	c 204 constraints processed.
0.62/0.48	c cleaning 2495 clauses out of 5000 with flag 35010/5000
1.14/0.78	c cleaning 4251 clauses out of 8505 with flag 74240/11000
1.58/1.14	c cleaning 5619 clauses out of 11254 with flag 125641/18000
2.08/1.63	c cleaning 6815 clauses out of 13635 with flag 181014/26000
2.69/2.28	c cleaning 7904 clauses out of 15820 with flag 245309/35000
3.49/3.08	c cleaning 8950 clauses out of 17916 with flag 317622/45000
4.49/4.07	c cleaning 9978 clauses out of 19966 with flag 398926/56000
5.69/5.25	c cleaning 10991 clauses out of 21990 with flag 486216/68002
7.09/6.61	c cleaning 11991 clauses out of 23997 with flag 574065/81000
8.58/8.16	c cleaning 13000 clauses out of 26006 with flag 665627/95000
10.39/9.95	c cleaning 13997 clauses out of 28007 with flag 773101/110001
12.38/11.98	c cleaning 14997 clauses out of 30012 with flag 892656/126003
14.68/14.22	c cleaning 15998 clauses out of 32014 with flag 1003404/143002
17.28/16.83	c cleaning 17001 clauses out of 34014 with flag 1123946/161000
20.08/19.69	c cleaning 17999 clauses out of 36014 with flag 1257806/180001
23.28/22.82	c cleaning 19000 clauses out of 38014 with flag 1392067/200000
26.78/26.37	c cleaning 20002 clauses out of 40014 with flag 1526779/221000
30.48/30.07	c cleaning 21001 clauses out of 42013 with flag 1671206/243001
34.88/34.40	c cleaning 22002 clauses out of 44012 with flag 1828528/266001
39.19/38.70	c cleaning 22996 clauses out of 46010 with flag 1978286/290001
43.88/43.40	c cleaning 24000 clauses out of 48013 with flag 2147957/315000
48.89/48.47	c cleaning 25002 clauses out of 50014 with flag 2312901/341001
54.28/53.88	c cleaning 26001 clauses out of 52012 with flag 2479099/368001
59.89/59.44	c cleaning 27000 clauses out of 54010 with flag 2650250/396000
65.78/65.39	c cleaning 27999 clauses out of 56010 with flag 2833119/425000
72.29/71.87	c cleaning 29000 clauses out of 58011 with flag 3018503/455000
79.59/79.17	c cleaning 30001 clauses out of 60011 with flag 3219153/486000
87.59/87.16	c cleaning 30997 clauses out of 62011 with flag 3429216/518001
95.49/95.03	c cleaning 32004 clauses out of 64014 with flag 3634266/551001
103.99/103.51	c cleaning 32998 clauses out of 66010 with flag 3843599/585001
112.98/112.29	c cleaning 34001 clauses out of 68011 with flag 4064719/620000
123.47/122.49	c cleaning 34998 clauses out of 70010 with flag 4305071/656000
134.08/133.08	c cleaning 36002 clauses out of 72012 with flag 4549753/693000
145.57/144.57	c cleaning 37003 clauses out of 74012 with flag 4796873/731002
157.37/156.32	c cleaning 37997 clauses out of 76007 with flag 5049491/770000
169.47/168.42	c cleaning 39001 clauses out of 78011 with flag 5292165/810001
183.07/182.05	c cleaning 39998 clauses out of 80010 with flag 5558506/851001
197.16/196.12	c cleaning 40999 clauses out of 82011 with flag 5838238/893000
212.38/211.36	c cleaning 42000 clauses out of 84012 with flag 6106824/936000
229.38/228.37	c cleaning 42998 clauses out of 86014 with flag 6370190/980002
246.18/245.17	c cleaning 44002 clauses out of 88014 with flag 6644393/1025000
262.32/261.23	c cleaning 45000 clauses out of 90012 with flag 6913861/1071000
278.92/277.88	c cleaning 46001 clauses out of 92013 with flag 7202029/1118001
296.31/295.26	c cleaning 47001 clauses out of 94011 with flag 7514681/1166000
315.41/314.35	c cleaning 47998 clauses out of 96010 with flag 7837824/1215000
334.43/333.37	c cleaning 49005 clauses out of 98014 with flag 8157282/1265002
354.92/353.75	c cleaning 49998 clauses out of 100006 with flag 8478556/1316000
375.53/374.32	c cleaning 50995 clauses out of 102009 with flag 8829601/1368001
396.64/395.42	c cleaning 52001 clauses out of 104012 with flag 9156416/1421000
418.44/417.24	c cleaning 53001 clauses out of 106010 with flag 9492250/1475001
424.44/423.28	c starts		: 566
424.44/423.28	c conflicts		: 1496419
424.44/423.28	c decisions		: 1925587
424.44/423.28	c propagations		: 24080706
424.44/423.28	c inspects		: 10415352457
424.44/423.28	c shortcuts		: 0
424.44/423.28	c learnt literals	: 16
424.44/423.28	c learnt binary clauses	: 20
424.44/423.28	c learnt ternary clauses	: 29
424.44/423.28	c learnt constraints	: 1496402
424.44/423.28	c ignored constraints	: 0
424.44/423.28	c root simplifications	: 0
424.44/423.28	c removed literals (reason simplification)	: 0
424.44/423.28	c reason swapping (by a shorter reason)	: 0
424.44/423.28	c Calls to reduceDB	: 50
424.44/423.28	c Number of update (reduction) of LBD	: 470385
424.44/423.28	c Imported unit clauses	: 0
424.44/423.28	c number of reductions to clauses (during analyze)	: 0
424.44/423.28	c number of learned constraints concerned by reduction	: 0
424.44/423.28	c number of learning phase by resolution	: 0
424.44/423.28	c number of learning phase by cutting planes	: 0
424.44/423.28	c speed (assignments/second)	: 56908.606229040975
424.44/423.28	c non guided choices	22
424.54/423.31	c learnt constraints type 
424.54/423.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
424.54/423.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74394
424.54/423.31	s UNSATISFIABLE
424.54/423.31	c Total wall clock time (in seconds): 423.21

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-4121310-1467314040/watcher-4121310-1467314040 -o /tmp/evaluation-result-4121310-1467314040/solver-4121310-1467314040 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121310-1467314040.opb 

pid=25080
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.45 2.32 2.28 3/194 25083
/proc/meminfo: memFree=28245892/32872528 swapFree=1526624/1696276
[pid=25083] ppid=25080 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25083/stat : 25083 (java) S 25080 25083 14900 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 10428255 98570240 978 33554432000 1073741824 1073778376 140734920421888 140734920413024 270710898749 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25083/statm: 24065 978 744 9 0 16771 0
[pid=25083/tid=25084] ppid=25080 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25084/stat : 25084 (java) R 25080 25083 14900 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 10428255 98570240 978 33554432000 1073741824 1073778376 140734920421888 140389177065000 270707541376 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.45 2.32 2.28 3/194 25083
/proc/meminfo: memFree=28245892/32872528 swapFree=1526624/1696276
[pid=25083] ppid=25080 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/25083/stat : 25083 (java) S 25080 25083 14900 0 -1 4202496 4468 0 1 0 10 1 0 0 20 0 18 0 10428255 9787879424 6098 33554432000 1073741824 1073778376 140734920421888 140734920413024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25083/statm: 2389619 6098 2155 9 0 2380296 0
[pid=25083/tid=25084] ppid=25080 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/25083/task/25084/stat : 25084 (java) R 25080 25083 14900 0 -1 4202560 2380 0 1 0 6 2 0 0 20 0 18 0 10428255 9787879424 6102 33554432000 1073741824 1073778376 140734920421888 140389177069688 140389008898343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200334 s]
/proc/loadavg: 2.45 2.32 2.28 3/194 25083
/proc/meminfo: memFree=28245892/32872528 swapFree=1526624/1696276
[pid=25083] ppid=25080 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/25083/stat : 25083 (java) S 25080 25083 14900 0 -1 4202496 7219 0 1 0 29 2 0 0 20 0 19 0 10428255 9856040960 8082 33554432000 1073741824 1073778376 140734920421888 140734920413024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25083/statm: 2406260 8082 2223 9 0 2396937 0
[pid=25083/tid=25084] ppid=25080 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25083/task/25084/stat : 25084 (java) R 25080 25083 14900 0 -1 4202560 2399 0 1 0 16 2 0 0 20 0 19 0 10428255 9856040960 8085 33554432000 1073741824 1073778376 140734920421888 140389177069544 140389008905693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300325 s]
/proc/loadavg: 2.45 2.32 2.28 3/194 25083
/proc/meminfo: memFree=28245892/32872528 swapFree=1526624/1696276
[pid=25083] ppid=25080 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/25083/stat : 25083 (java) S 25080 25083 14900 0 -1 4202496 7330 0 1 0 47 2 0 0 20 0 19 0 10428255 9856040960 8001 33554432000 1073741824 1073778376 140734920421888 140734920413024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25083/statm: 2406260 8001 2237 9 0 2396937 0
[pid=25083/tid=25084] ppid=25080 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/25083/task/25084/stat : 25084 (java) R 25080 25083 14900 0 -1 4202560 2399 0 1 0 26 2 0 0 20 0 19 0 10428255 9856040960 8001 33554432000 1073741824 1073778376 140734920421888 140389177070008 140389008924729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.70027 s]
/proc/loadavg: 2.45 2.32 2.28 3/194 25083
/proc/meminfo: memFree=28245892/32872528 swapFree=1526624/1696276
[pid=25083] ppid=25080 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/25083/stat : 25083 (java) S 25080 25083 14900 0 -1 4202496 13251 0 1 0 111 3 0 0 20 0 19 0 10428255 9856040960 12120 33554432000 1073741824 1073778376 140734920421888 140734920413024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25083/statm: 2406260 12120 2248 9 0 2396937 0
[pid=25083/tid=25084] ppid=25080 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/25083/task/25084/stat : 25084 (java) R 25080 25083 14900 0 -1 4202560 2400 0 1 0 66 2 0 0 20 0 19 0 10428255 9856040960 12120 33554432000 1073741824 1073778376 140734920421888 140389177069944 140389009268524 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.45 2.32 2.28 3/213 25102
/proc/meminfo: memFree=28204296/32872528 swapFree=1526624/1696276
[pid=25083] ppid=25080 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/25083/stat : 25083 (java) S 25080 25083 14900 0 -1 4202496 13254 0 1 0 195 3 0 0 20 0 19 0 10428255 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140734920413024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25083/statm: 2406260 12633 2249 9 0 2396937 0
[pid=25083/tid=25084] ppid=25080 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/25083/task/25084/stat : 25084 (java) R 25080 25083 14900 0 -1 4202560 2402 0 1 0 146 2 0 0 20 0 19 0 10428255 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140389177061072 140389009229661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25086] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25086/stat : 25086 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140389138561704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25087] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25087/stat : 25087 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140389137509160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25088] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25088/stat : 25088 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140389136456616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25083/tid=25089] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25089/stat : 25089 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140389135404072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25090] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25090/stat : 25090 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140389134350504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25091] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25091/stat : 25091 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140389133297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25092] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25092/stat : 25092 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140389132245416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25093] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25093/stat : 25093 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140389131192872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25094] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25094/stat : 25094 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428257 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140389000374888 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25095] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25095/stat : 25095 (java) S 25080 25083 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140388999321208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25096] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25096/stat : 25096 (java) S 25080 25083 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140388998268552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25097] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25097/stat : 25097 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140388997217296 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25098] ppid=25080 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25083/task/25098/stat : 25098 (java) S 25080 25083 14900 0 -1 4202560 2352 0 0 0 16 0 0 0 20 0 19 0 10428260 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140388996163640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25099] ppid=25080 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/25083/task/25099/stat : 25099 (java) S 25080 25083 14900 0 -1 4202560 7230 0 0 0 30 0 0 0 20 0 19 0 10428260 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140388995111096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25100] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25100/stat : 25100 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140388994058744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25101] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25101/stat : 25101 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140387985386312 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25102] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25102/stat : 25102 (java) S 25080 25083 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10428269 9856040960 12633 33554432000 1073741824 1073778376 140734920421888 140387984332072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.45 2.32 2.28 3/213 25102
/proc/meminfo: memFree=28201628/32872528 swapFree=1526624/1696276
[pid=25083] ppid=25080 vsize=9625040 CPUtime=3.59 cores=0,2,4,6
/proc/25083/stat : 25083 (java) S 25080 25083 14900 0 -1 4202496 13256 0 1 0 356 3 0 0 20 0 19 0 10428255 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140734920413024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25083/statm: 2406260 13146 2249 9 0 2396937 0
[pid=25083/tid=25084] ppid=25080 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/25083/task/25084/stat : 25084 (java) R 25080 25083 14900 0 -1 4202560 2403 0 1 0 306 2 0 0 20 0 19 0 10428255 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140389177069848 140389009268703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25086] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25086/stat : 25086 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140389138561704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25087] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25087/stat : 25087 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140389137509160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25088] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25088/stat : 25088 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140389136456616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25083/tid=25089] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25089/stat : 25089 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140389135404072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25090] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25090/stat : 25090 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140389134350504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25091] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25091/stat : 25091 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140389133297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25092] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25092/stat : 25092 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140389132245416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25093] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25093/stat : 25093 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140389131192872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25094] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25094/stat : 25094 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428257 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140389000374888 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25095] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25095/stat : 25095 (java) S 25080 25083 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140388999321208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25096] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25096/stat : 25096 (java) S 25080 25083 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140388998268552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25097] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25097/stat : 25097 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140388997217296 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25098] ppid=25080 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25083/task/25098/stat : 25098 (java) S 25080 25083 14900 0 -1 4202560 2353 0 0 0 17 0 0 0 20 0 19 0 10428260 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140388996163640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25099] ppid=25080 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/25083/task/25099/stat : 25099 (java) S 25080 25083 14900 0 -1 4202560 7230 0 0 0 30 0 0 0 20 0 19 0 10428260 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140388995111096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25100] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25100/stat : 25100 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140388994058744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25101] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25101/stat : 25101 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140387985386312 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25102] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25102/stat : 25102 (java) S 25080 25083 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10428269 9856040960 13146 33554432000 1073741824 1073778376 140734920421888 140387984332072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.42 2.32 2.28 3/213 25102
/proc/meminfo: memFree=28209808/32872528 swapFree=1526624/1696276
[pid=25083] ppid=25080 vsize=9625040 CPUtime=6.79 cores=0,2,4,6
/proc/25083/stat : 25083 (java) S 25080 25083 14900 0 -1 4202496 13260 0 1 0 676 3 0 0 20 0 19 0 10428255 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140734920413024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25083/statm: 2406260 10929 2250 9 0 2396937 0
[pid=25083/tid=25084] ppid=25080 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/25083/task/25084/stat : 25084 (java) R 25080 25083 14900 0 -1 4202560 2406 0 1 0 626 2 0 0 20 0 19 0 10428255 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140389177061072 140389009268703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25086] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25086/stat : 25086 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140389138561704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25087] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25087/stat : 25087 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140389137509160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25088] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25088/stat : 25088 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140389136456616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25083/tid=25089] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25089/stat : 25089 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140389135404072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25090] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25090/stat : 25090 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140389134350504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25091] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25091/stat : 25091 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140389133297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25092] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25092/stat : 25092 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140389132245416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25093] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25093/stat : 25093 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140389131192872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25094] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25094/stat : 25094 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428257 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140389000374888 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25095] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25095/stat : 25095 (java) S 25080 25083 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140388999321208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25096] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25096/stat : 25096 (java) S 25080 25083 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140388998268552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25097] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25097/stat : 25097 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140388997217296 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25098] ppid=25080 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25083/task/25098/stat : 25098 (java) S 25080 25083 14900 0 -1 4202560 2353 0 0 0 17 0 0 0 20 0 19 0 10428260 9856040960 10929 33554432000 1073741824 1073778376 140734920421888 140388996163640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25099] ppid=25080 vsize=9625040 CPUtime=0.3 cores=0,2,4,6

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

[pid=25083/tid=25087] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25087/stat : 25087 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389137509160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25088] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25088/stat : 25088 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389136456616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25083/tid=25089] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25089/stat : 25089 (java) S 25080 25083 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389135404072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25090] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25090/stat : 25090 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389134350504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25091] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25091/stat : 25091 (java) S 25080 25083 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389133297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25083/tid=25092] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25092/stat : 25092 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389132245416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25093] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25093/stat : 25093 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389131192872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25094] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25094/stat : 25094 (java) S 25080 25083 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10428257 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389000374888 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25095] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25095/stat : 25095 (java) S 25080 25083 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388999321208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25096] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25096/stat : 25096 (java) S 25080 25083 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388998268552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25097] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25097/stat : 25097 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388997217296 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25098] ppid=25080 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/25083/task/25098/stat : 25098 (java) S 25080 25083 14900 0 -1 4202560 11153 0 0 0 84 2 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388996163640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25099] ppid=25080 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25083/task/25099/stat : 25099 (java) S 25080 25083 14900 0 -1 4202560 7231 0 0 0 32 0 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388995111096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25100] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25100/stat : 25100 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388994058744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25101] ppid=25080 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/25083/task/25101/stat : 25101 (java) S 25080 25083 14900 0 -1 4202560 26 0 0 0 6 5 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140387985386312 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25102] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25102/stat : 25102 (java) S 25080 25083 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10428269 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140387984332072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 423.65
Current children cumulated vsize (KiB) 9625040

[startup+422.801 s]
/proc/loadavg: 2.14 2.20 2.24 3/213 25113
/proc/meminfo: memFree=28034356/32872528 swapFree=1526624/1696276
[pid=25083] ppid=25080 vsize=9625040 CPUtime=424.04 cores=0,2,4,6
/proc/25083/stat : 25083 (java) S 25080 25083 14900 0 -1 4202496 22202 0 1 0 42390 14 0 0 20 0 19 0 10428255 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140734920413024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25083/statm: 2406260 43184 2271 9 0 2396937 0
[pid=25083/tid=25084] ppid=25080 vsize=9625040 CPUtime=422.7 cores=0,2,4,6
/proc/25083/task/25084/stat : 25084 (java) R 25080 25083 14900 0 -1 4202560 2484 0 1 0 42259 11 0 0 20 0 19 0 10428255 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389177061072 140389009229518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25086] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25086/stat : 25086 (java) S 25080 25083 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389138561704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25087] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25087/stat : 25087 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389137509160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25088] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25088/stat : 25088 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389136456616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25083/tid=25089] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25089/stat : 25089 (java) S 25080 25083 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389135404072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25090] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25090/stat : 25090 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389134350504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25091] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25091/stat : 25091 (java) S 25080 25083 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389133297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25083/tid=25092] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25092/stat : 25092 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389132245416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25093] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25093/stat : 25093 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389131192872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25094] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25094/stat : 25094 (java) S 25080 25083 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10428257 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389000374888 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25095] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25095/stat : 25095 (java) S 25080 25083 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388999321208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25096] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25096/stat : 25096 (java) S 25080 25083 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388998268552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25097] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25097/stat : 25097 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388997217296 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25098] ppid=25080 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/25083/task/25098/stat : 25098 (java) S 25080 25083 14900 0 -1 4202560 11153 0 0 0 84 2 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388996163640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25099] ppid=25080 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25083/task/25099/stat : 25099 (java) S 25080 25083 14900 0 -1 4202560 7231 0 0 0 32 0 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388995111096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25100] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25100/stat : 25100 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388994058744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25101] ppid=25080 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/25083/task/25101/stat : 25101 (java) S 25080 25083 14900 0 -1 4202560 26 0 0 0 6 5 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140387985386312 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25102] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25102/stat : 25102 (java) S 25080 25083 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10428269 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140387984332072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 424.04
Current children cumulated vsize (KiB) 9625040

[startup+423.201 s]
/proc/loadavg: 2.14 2.20 2.24 3/213 25113
/proc/meminfo: memFree=28034356/32872528 swapFree=1526624/1696276
[pid=25083] ppid=25080 vsize=9625040 CPUtime=424.44 cores=0,2,4,6
/proc/25083/stat : 25083 (java) S 25080 25083 14900 0 -1 4202496 22202 0 1 0 42430 14 0 0 20 0 19 0 10428255 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140734920413024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25083/statm: 2406260 43184 2271 9 0 2396937 0
[pid=25083/tid=25084] ppid=25080 vsize=9625040 CPUtime=423.1 cores=0,2,4,6
/proc/25083/task/25084/stat : 25084 (java) R 25080 25083 14900 0 -1 4202560 2484 0 1 0 42299 11 0 0 20 0 19 0 10428255 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389177061072 140389009583730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25086] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25086/stat : 25086 (java) S 25080 25083 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389138561704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25087] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25087/stat : 25087 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389137509160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25088] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25088/stat : 25088 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389136456616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25083/tid=25089] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25089/stat : 25089 (java) S 25080 25083 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389135404072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25090] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25090/stat : 25090 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389134350504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25091] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25091/stat : 25091 (java) S 25080 25083 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389133297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25083/tid=25092] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25092/stat : 25092 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389132245416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25093] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25093/stat : 25093 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389131192872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25094] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25094/stat : 25094 (java) S 25080 25083 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10428257 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140389000374888 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25095] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25095/stat : 25095 (java) S 25080 25083 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388999321208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25096] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25096/stat : 25096 (java) S 25080 25083 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10428258 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388998268552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25097] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25097/stat : 25097 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388997217296 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25098] ppid=25080 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/25083/task/25098/stat : 25098 (java) S 25080 25083 14900 0 -1 4202560 11153 0 0 0 84 2 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388996163640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25099] ppid=25080 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25083/task/25099/stat : 25099 (java) S 25080 25083 14900 0 -1 4202560 7231 0 0 0 32 0 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388995111096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25100] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25100/stat : 25100 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140388994058744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25101] ppid=25080 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/25083/task/25101/stat : 25101 (java) S 25080 25083 14900 0 -1 4202560 26 0 0 0 6 5 0 0 20 0 19 0 10428260 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140387985386312 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25102] ppid=25080 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25102/stat : 25102 (java) S 25080 25083 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10428269 9856040960 43184 33554432000 1073741824 1073778376 140734920421888 140387984332072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 424.44
Current children cumulated vsize (KiB) 9625040

[startup+423.301 s]
/proc/loadavg: 2.14 2.20 2.24 3/213 25113
/proc/meminfo: memFree=28034356/32872528 swapFree=1526624/1696276
[pid=25083] ppid=25080 vsize=9691604 CPUtime=424.54 cores=0,2,4,6
/proc/25083/stat : 25083 (java) S 25080 25083 14900 0 -1 4202496 22218 0 1 0 42440 14 0 0 20 0 19 0 10428255 9924202496 43195 33554432000 1073741824 1073778376 140734920421888 140734920413024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25083/statm: 2422901 43195 2275 9 0 2413578 0
[pid=25083/tid=25084] ppid=25080 vsize=9691604 CPUtime=423.18 cores=0,2,4,6
/proc/25083/task/25084/stat : 25084 (java) S 25080 25083 14900 0 -1 4202560 2487 0 1 0 42307 11 0 0 20 0 19 0 10428255 9924202496 43195 33554432000 1073741824 1073778376 140734920421888 140389177070296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25086] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25086/stat : 25086 (java) S 25080 25083 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10428256 9924202496 43197 33554432000 1073741824 1073778376 140734920421888 140389138561704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25087] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25087/stat : 25087 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9924202496 43197 33554432000 1073741824 1073778376 140734920421888 140389137509160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25088] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25088/stat : 25088 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428256 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140389136456616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25083/tid=25089] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25089/stat : 25089 (java) S 25080 25083 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10428256 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140389135404072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25090] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25090/stat : 25090 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140389134350504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25091] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25091/stat : 25091 (java) S 25080 25083 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10428256 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140389133297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25083/tid=25092] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25092/stat : 25092 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140389132245416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25093] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25093/stat : 25093 (java) S 25080 25083 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10428256 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140389131192872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25094] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25094/stat : 25094 (java) S 25080 25083 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10428257 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140389000374888 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25083/tid=25095] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25095/stat : 25095 (java) S 25080 25083 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10428258 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140388999321208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25096] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25096/stat : 25096 (java) S 25080 25083 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10428258 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140388998268552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25097] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25097/stat : 25097 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140388997217296 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25083/tid=25098] ppid=25080 vsize=9691604 CPUtime=0.87 cores=0,2,4,6
/proc/25083/task/25098/stat : 25098 (java) R 25080 25083 14900 0 -1 4202560 11161 0 0 0 84 3 0 0 20 0 19 0 10428260 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140388996163480 140389179798710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25099] ppid=25080 vsize=9691604 CPUtime=0.32 cores=0,2,4,6
/proc/25083/task/25099/stat : 25099 (java) S 25080 25083 14900 0 -1 4202560 7231 0 0 0 32 0 0 0 20 0 19 0 10428260 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140388995111096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25100] ppid=25080 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25083/task/25100/stat : 25100 (java) S 25080 25083 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10428260 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140388994058744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25083/tid=25101] ppid=25080 vsize=9691604 CPUtime=0.11 cores=0,2,4,6
/proc/25083/task/25101/stat : 25101 (java) S 25080 25083 14900 0 -1 4202560 26 0 0 0 6 5 0 0 20 0 19 0 10428260 9924202496 43198 33554432000 1073741824 1073778376 140734920421888 140387985386312 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 424.54
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 423.319
CPU time (s): 424.65
CPU user time (s): 424.386
CPU system time (s): 0.263959
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 424.386
system time used= 0.263959
maximum resident set size= 173620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22234
page faults= 1
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9208
involuntary context switches= 2543

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.38364 second user time and 3.14652 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 21:14:00
IDJOB=4121310
IDBENCH=110400
IDSOLVER=2546
FILE ID=node125/4121310-1467314040
RUNJOBID= node125-1467310468-23887
PBS_JOBID= 20005253
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n24-d4-i3.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121310-1467314040/watcher-4121310-1467314040 -o /tmp/evaluation-result-4121310-1467314040/solver-4121310-1467314040 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121310-1467314040.opb

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

MD5SUM BENCH= 8603a890f31df49f51112473cb70c3d5
RANDOM SEED=1832193149

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.282
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:        28246164 kB
Buffers:          142264 kB
Cached:          1801112 kB
SwapCached:            0 kB
Active:           496776 kB
Inactive:        1685648 kB
Active(anon):     241860 kB
Inactive(anon):        0 kB
Active(file):     254916 kB
Inactive(file):  1685648 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               612 kB
Writeback:             0 kB
AnonPages:       1974180 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             610860 kB
SReclaimable:      54560 kB
SUnreclaim:       556300 kB
KernelStack:        1760 kB
PageTables:         7872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2412568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 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= 71740 MiB
End job on node125 at 2016-06-30 21:21:04