Trace number 4121982

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 667.405 666.008

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n26-d4-i3.cnf.gz-plain.pb.metafix.opb
MD5SUMb34f05ea2a6c07422a6ae76ff44dd10d
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 benchmark192.6
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints220
Number of constraints which are clauses220
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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4121982-1467316193.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.033s.
0.11/0.13	c declared #vars     105
0.11/0.13	c #constraints  220
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 220
0.11/0.13	c 220 constraints processed.
0.66/0.44	c cleaning 2485 clauses out of 5000 with flag 34535/5000
1.05/0.73	c cleaning 4256 clauses out of 8515 with flag 92267/11000
1.46/1.12	c cleaning 5625 clauses out of 11260 with flag 152053/18001
1.95/1.66	c cleaning 6813 clauses out of 13634 with flag 215360/26000
2.67/2.37	c cleaning 7904 clauses out of 15821 with flag 294110/35000
3.57/3.26	c cleaning 8955 clauses out of 17917 with flag 369427/45000
4.67/4.30	c cleaning 9976 clauses out of 19963 with flag 461396/56001
5.77/5.49	c cleaning 10986 clauses out of 21987 with flag 548146/68001
7.27/6.92	c cleaning 11996 clauses out of 24000 with flag 649423/81000
8.87/8.54	c cleaning 12996 clauses out of 26005 with flag 750346/95001
10.77/10.49	c cleaning 14002 clauses out of 28009 with flag 866357/110001
13.17/12.80	c cleaning 14997 clauses out of 30006 with flag 977724/126000
15.77/15.45	c cleaning 15998 clauses out of 32009 with flag 1105271/143000
18.46/18.15	c cleaning 16996 clauses out of 34011 with flag 1233588/161000
21.56/21.27	c cleaning 17998 clauses out of 36016 with flag 1380369/180001
24.96/24.60	c cleaning 18999 clauses out of 38017 with flag 1530179/200000
28.86/28.55	c cleaning 20006 clauses out of 40019 with flag 1692075/221001
33.38/33.09	c cleaning 21000 clauses out of 42012 with flag 1861781/243000
38.37/38.09	c cleaning 22003 clauses out of 44012 with flag 2029290/266000
43.87/43.52	c cleaning 22996 clauses out of 46009 with flag 2211521/290000
49.07/48.76	c cleaning 24003 clauses out of 48014 with flag 2378500/315001
55.07/54.74	c cleaning 24998 clauses out of 50010 with flag 2552782/341000
61.37/61.01	c cleaning 25999 clauses out of 52012 with flag 2732435/368000
67.86/67.50	c cleaning 27000 clauses out of 54013 with flag 2910917/396000
74.86/74.58	c cleaning 28002 clauses out of 56013 with flag 3099850/425000
82.57/82.28	c cleaning 29001 clauses out of 58013 with flag 3287613/455002
90.37/90.07	c cleaning 29999 clauses out of 60012 with flag 3489982/486002
99.07/98.75	c cleaning 31001 clauses out of 62011 with flag 3701979/518000
108.57/108.25	c cleaning 32001 clauses out of 64011 with flag 3922543/551001
118.68/118.38	c cleaning 33000 clauses out of 66009 with flag 4143017/585000
129.08/128.71	c cleaning 33996 clauses out of 68010 with flag 4378768/620001
140.47/140.17	c cleaning 35001 clauses out of 70013 with flag 4617120/656000
153.07/152.76	c cleaning 36000 clauses out of 72012 with flag 4872040/693000
167.87/167.52	c cleaning 37004 clauses out of 74013 with flag 5126757/731001
183.82/183.15	c cleaning 37999 clauses out of 76008 with flag 5401055/770000
199.32/198.44	c cleaning 38999 clauses out of 78009 with flag 5675353/810000
215.12/214.22	c cleaning 40002 clauses out of 80014 with flag 5945763/851004
233.33/232.49	c cleaning 41001 clauses out of 82009 with flag 6242329/893001
251.23/250.31	c cleaning 41998 clauses out of 84007 with flag 6542928/936000
270.54/269.65	c cleaning 43000 clauses out of 86009 with flag 6837702/980000
291.99/291.09	c cleaning 43999 clauses out of 88010 with flag 7131148/1025001
309.89/308.90	c cleaning 45001 clauses out of 90011 with flag 7430311/1071001
329.90/328.99	c cleaning 46001 clauses out of 92011 with flag 7734797/1118002
349.90/348.92	c cleaning 46999 clauses out of 94008 with flag 8026942/1166000
372.30/371.37	c cleaning 47998 clauses out of 96010 with flag 8348696/1215001
395.80/394.90	c cleaning 48999 clauses out of 98013 with flag 8710770/1265002
420.71/419.74	c cleaning 49998 clauses out of 100012 with flag 9072468/1316000
448.21/447.25	c cleaning 51003 clauses out of 102014 with flag 9430620/1368000
476.81/475.82	c cleaning 52007 clauses out of 104014 with flag 9792463/1421003
505.90/504.89	c cleaning 52998 clauses out of 106004 with flag 10158252/1475001
536.80/535.70	c cleaning 53997 clauses out of 108006 with flag 10504093/1530001
569.11/568.08	c cleaning 55000 clauses out of 110007 with flag 10858524/1586000
605.32/604.25	c cleaning 56001 clauses out of 112007 with flag 11189067/1643000
640.02/638.97	c cleaning 56999 clauses out of 114005 with flag 11540067/1701000
667.03/665.97	c starts		: 519
667.03/665.97	c conflicts		: 1749381
667.03/665.97	c decisions		: 1986489
667.03/665.97	c propagations		: 26951270
667.03/665.97	c inspects		: 16648071970
667.03/665.97	c shortcuts		: 0
667.03/665.97	c learnt literals	: 17
667.03/665.97	c learnt binary clauses	: 14
667.03/665.97	c learnt ternary clauses	: 42
667.03/665.97	c learnt constraints	: 1749363
667.03/665.97	c ignored constraints	: 0
667.03/665.97	c root simplifications	: 0
667.03/665.97	c removed literals (reason simplification)	: 0
667.03/665.97	c reason swapping (by a shorter reason)	: 0
667.03/665.97	c Calls to reduceDB	: 54
667.03/665.97	c Number of update (reduction) of LBD	: 381969
667.03/665.97	c Imported unit clauses	: 0
667.03/665.97	c number of reductions to clauses (during analyze)	: 0
667.03/665.97	c number of learned constraints concerned by reduction	: 0
667.03/665.97	c number of learning phase by resolution	: 0
667.03/665.97	c number of learning phase by cutting planes	: 0
667.03/665.97	c speed (assignments/second)	: 40477.4005571951
667.03/665.97	c non guided choices	24
667.15/666.00	c learnt constraints type 
667.15/666.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
667.15/666.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105358
667.15/666.00	s UNSATISFIABLE
667.15/666.00	c Total wall clock time (in seconds): 665.902

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-4121982-1467316193/watcher-4121982-1467316193 -o /tmp/evaluation-result-4121982-1467316193/solver-4121982-1467316193 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467316083-16994 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121982-1467316193.opb 

pid=17236
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.08 1.64 1.69 4/194 17239
/proc/meminfo: memFree=28034516/32872528 swapFree=1634416/1797936
[pid=17239] ppid=17236 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/17239/stat : 17239 (java) S 17236 17239 12218 0 -1 4202496 1351 0 0 0 0 0 0 0 20 0 2 0 10645343 98570240 976 33554432000 1073741824 1073778376 140733398474288 140733398465424 260193681469 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17239/statm: 24065 976 743 9 0 16771 0
[pid=17239/tid=17240] ppid=17236 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (java) R 17236 17239 12218 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10645344 98570240 976 33554432000 1073741824 1073778376 140733398474288 140141610130984 260190324096 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.08 1.64 1.69 4/194 17239
/proc/meminfo: memFree=28034516/32872528 swapFree=1634416/1797936
[pid=17239] ppid=17236 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/17239/stat : 17239 (java) S 17236 17239 12218 0 -1 4202496 4516 0 1 0 10 1 0 0 20 0 18 0 10645343 9787879424 6135 33554432000 1073741824 1073778376 140733398474288 140733398465424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17239/statm: 2389619 6136 2157 9 0 2380296 0
[pid=17239/tid=17240] ppid=17236 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (java) R 17236 17239 12218 0 -1 4202560 2379 0 1 0 6 2 0 0 20 0 18 0 10645344 9787879424 6136 33554432000 1073741824 1073778376 140733398474288 140141610134432 140141614518790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 2.08 1.64 1.69 4/194 17239
/proc/meminfo: memFree=28034516/32872528 swapFree=1634416/1797936
[pid=17239] ppid=17236 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/17239/stat : 17239 (java) S 17236 17239 12218 0 -1 4202496 7294 0 1 0 29 2 0 0 20 0 19 0 10645343 9856040960 8110 33554432000 1073741824 1073778376 140733398474288 140733398465424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17239/statm: 2406260 8110 2223 9 0 2396937 0
[pid=17239/tid=17240] ppid=17236 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (java) R 17236 17239 12218 0 -1 4202560 2401 0 1 0 16 2 0 0 20 0 19 0 10645344 9856040960 8110 33554432000 1073741824 1073778376 140733398474288 140141610136192 140141444310728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300337 s]
/proc/loadavg: 2.08 1.64 1.69 4/194 17239
/proc/meminfo: memFree=28034516/32872528 swapFree=1634416/1797936
[pid=17239] ppid=17236 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17239/stat : 17239 (java) S 17236 17239 12218 0 -1 4202496 7434 0 1 0 49 2 0 0 20 0 19 0 10645343 9856040960 7975 33554432000 1073741824 1073778376 140733398474288 140733398465424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17239/statm: 2406260 7975 2236 9 0 2396937 0
[pid=17239/tid=17240] ppid=17236 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (java) R 17236 17239 12218 0 -1 4202560 2401 0 1 0 26 2 0 0 20 0 19 0 10645344 9856040960 7975 33554432000 1073741824 1073778376 140733398474288 140141610135576 140141444650177 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70031 s]
/proc/loadavg: 2.08 1.64 1.69 4/194 17239
/proc/meminfo: memFree=28034516/32872528 swapFree=1634416/1797936
[pid=17239] ppid=17236 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/17239/stat : 17239 (java) S 17236 17239 12218 0 -1 4202496 8576 0 1 0 103 2 0 0 20 0 19 0 10645343 9856040960 8977 33554432000 1073741824 1073778376 140733398474288 140733398465424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17239/statm: 2406260 8977 2248 9 0 2396937 0
[pid=17239/tid=17240] ppid=17236 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (java) R 17236 17239 12218 0 -1 4202560 2402 0 1 0 66 2 0 0 20 0 19 0 10645344 9856040960 8977 33554432000 1073741824 1073778376 140733398474288 140141610135576 140141444630256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.08 1.64 1.69 4/213 17258
/proc/meminfo: memFree=28004684/32872528 swapFree=1634416/1797936
[pid=17239] ppid=17236 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/17239/stat : 17239 (java) S 17236 17239 12218 0 -1 4202496 8579 0 1 0 183 2 0 0 20 0 19 0 10645343 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140733398465424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17239/statm: 2406260 9490 2249 9 0 2396937 0
[pid=17239/tid=17240] ppid=17236 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (java) R 17236 17239 12218 0 -1 4202560 2404 0 1 0 146 2 0 0 20 0 19 0 10645344 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141610127056 140141444669407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17242] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141571627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17243] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17243/stat : 17243 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141570574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17244] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17244/stat : 17244 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141569522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17245] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17245/stat : 17245 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141568469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17246] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17246/stat : 17246 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141567417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17247] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17247/stat : 17247 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141566364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17248] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17248/stat : 17248 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141565311912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17249] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17249/stat : 17249 (java) S 17236 17239 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141564259368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17250] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17250/stat : 17250 (java) S 17236 17239 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141434103912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17251] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17251/stat : 17251 (java) S 17236 17239 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141433050232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17252] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17252/stat : 17252 (java) S 17236 17239 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141431997576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17253] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17253/stat : 17253 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141430946320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17254] ppid=17236 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/17239/task/17254/stat : 17254 (java) S 17236 17239 12218 0 -1 4202560 2238 0 0 0 15 0 0 0 20 0 19 0 10645348 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141429893688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17255] ppid=17236 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/17239/task/17255/stat : 17255 (java) S 17236 17239 12218 0 -1 4202560 2669 0 0 0 19 0 0 0 20 0 19 0 10645348 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140141428841144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17256] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17256/stat : 17256 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140140555004920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17257] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17257/stat : 17257 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140140553952584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17258] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17258/stat : 17258 (java) S 17236 17239 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10645357 9856040960 9490 33554432000 1073741824 1073778376 140733398474288 140140552897320 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.08 1.64 1.69 4/213 17258
/proc/meminfo: memFree=28002164/32872528 swapFree=1634416/1797936
[pid=17239] ppid=17236 vsize=9625040 CPUtime=3.47 cores=0,2,4,6
/proc/17239/stat : 17239 (java) S 17236 17239 12218 0 -1 4202496 8581 0 1 0 345 2 0 0 20 0 19 0 10645343 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140733398465424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17239/statm: 2406260 10003 2249 9 0 2396937 0
[pid=17239/tid=17240] ppid=17236 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (java) R 17236 17239 12218 0 -1 4202560 2405 0 1 0 306 2 0 0 20 0 19 0 10645344 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141610135832 140141444669407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17242] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141571627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17243] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17243/stat : 17243 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141570574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17244] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17244/stat : 17244 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141569522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17245] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17245/stat : 17245 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141568469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17246] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17246/stat : 17246 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141567417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17247] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17247/stat : 17247 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141566364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17248] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17248/stat : 17248 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141565311912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17249] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17249/stat : 17249 (java) S 17236 17239 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141564259368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17250] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17250/stat : 17250 (java) S 17236 17239 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141434103912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17251] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17251/stat : 17251 (java) S 17236 17239 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141433050232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17252] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17252/stat : 17252 (java) S 17236 17239 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141431997576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17253] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17253/stat : 17253 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141430946320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17254] ppid=17236 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/17239/task/17254/stat : 17254 (java) S 17236 17239 12218 0 -1 4202560 2239 0 0 0 16 0 0 0 20 0 19 0 10645348 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141429893688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17255] ppid=17236 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/17239/task/17255/stat : 17255 (java) S 17236 17239 12218 0 -1 4202560 2669 0 0 0 19 0 0 0 20 0 19 0 10645348 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140141428841144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17256] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17256/stat : 17256 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140140555004920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17257] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17257/stat : 17257 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140140553952584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17258] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17258/stat : 17258 (java) S 17236 17239 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10645357 9856040960 10003 33554432000 1073741824 1073778376 140733398474288 140140552897320 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.15 1.67 1.70 3/213 17258
/proc/meminfo: memFree=27998440/32872528 swapFree=1634416/1797936
[pid=17239] ppid=17236 vsize=9625040 CPUtime=6.67 cores=0,2,4,6
/proc/17239/stat : 17239 (java) S 17236 17239 12218 0 -1 4202496 8585 0 1 0 665 2 0 0 20 0 19 0 10645343 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140733398465424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17239/statm: 2406260 10829 2250 9 0 2396937 0
[pid=17239/tid=17240] ppid=17236 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (java) R 17236 17239 12218 0 -1 4202560 2408 0 1 0 626 2 0 0 20 0 19 0 10645344 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141610127056 140141444669522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17242] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141571627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17243] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17243/stat : 17243 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141570574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17244] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17244/stat : 17244 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141569522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17245] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17245/stat : 17245 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141568469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17246] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17246/stat : 17246 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141567417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17247] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17247/stat : 17247 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141566364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17248] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17248/stat : 17248 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141565311912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17249] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17249/stat : 17249 (java) S 17236 17239 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141564259368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17250] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17250/stat : 17250 (java) S 17236 17239 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141434103912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17251] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17251/stat : 17251 (java) S 17236 17239 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141433050232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17252] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17252/stat : 17252 (java) S 17236 17239 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141431997576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17253] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17253/stat : 17253 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141430946320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17254] ppid=17236 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/17239/task/17254/stat : 17254 (java) S 17236 17239 12218 0 -1 4202560 2239 0 0 0 16 0 0 0 20 0 19 0 10645348 9856040960 10829 33554432000 1073741824 1073778376 140733398474288 140141429893688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17255] ppid=17236 vsize=9625040 CPUtime=0.19 cores=0,2,4,6

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

[pid=17239/tid=17243] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17243/stat : 17243 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141570574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17244] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17244/stat : 17244 (java) S 17236 17239 12218 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141569522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17245] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17245/stat : 17245 (java) S 17236 17239 12218 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141568469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17246] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17246/stat : 17246 (java) S 17236 17239 12218 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141567417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17247] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17247/stat : 17247 (java) S 17236 17239 12218 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141566364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17248] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17248/stat : 17248 (java) S 17236 17239 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141565311912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17249] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17249/stat : 17249 (java) S 17236 17239 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141564259368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17250] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17250/stat : 17250 (java) S 17236 17239 12218 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141434103912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17251] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17251/stat : 17251 (java) S 17236 17239 12218 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141433050232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17252] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17252/stat : 17252 (java) S 17236 17239 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141431997576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17253] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17253/stat : 17253 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141430946320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17254] ppid=17236 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/17239/task/17254/stat : 17254 (java) S 17236 17239 12218 0 -1 4202560 10490 0 0 0 73 3 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141429893688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17255] ppid=17236 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/17239/task/17255/stat : 17255 (java) S 17236 17239 12218 0 -1 4202560 2670 0 0 0 25 0 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141428841144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17256] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17256/stat : 17256 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140140555004920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17257] ppid=17236 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17239/task/17257/stat : 17257 (java) S 17236 17239 12218 0 -1 4202560 40 0 0 0 9 12 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140140553952584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17258] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17258/stat : 17258 (java) S 17236 17239 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10645357 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140140552897320 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 665.13
Current children cumulated vsize (KiB) 9625040

[startup+664.801 s]
/proc/loadavg: 2.33 2.22 1.98 3/214 17277
/proc/meminfo: memFree=27813452/32872528 swapFree=1634416/1797936
[pid=17239] ppid=17236 vsize=9625040 CPUtime=665.93 cores=0,2,4,6
/proc/17239/stat : 17239 (java) S 17236 17239 12218 0 -1 4202496 17003 0 1 0 66578 15 0 0 20 0 19 0 10645343 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140733398465424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17239/statm: 2406260 45702 2271 9 0 2396937 0
[pid=17239/tid=17240] ppid=17236 vsize=9625040 CPUtime=664.78 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (java) R 17236 17239 12218 0 -1 4202560 2486 0 1 0 66464 14 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141610127056 140141444865996 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17242] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (java) S 17236 17239 12218 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141571627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17243] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17243/stat : 17243 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141570574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17244] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17244/stat : 17244 (java) S 17236 17239 12218 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141569522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17245] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17245/stat : 17245 (java) S 17236 17239 12218 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141568469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17246] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17246/stat : 17246 (java) S 17236 17239 12218 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141567417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17247] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17247/stat : 17247 (java) S 17236 17239 12218 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141566364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17248] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17248/stat : 17248 (java) S 17236 17239 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141565311912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17249] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17249/stat : 17249 (java) S 17236 17239 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141564259368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17250] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17250/stat : 17250 (java) S 17236 17239 12218 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141434103912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17251] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17251/stat : 17251 (java) S 17236 17239 12218 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141433050232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17252] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17252/stat : 17252 (java) S 17236 17239 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141431997576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17253] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17253/stat : 17253 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141430946320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17254] ppid=17236 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/17239/task/17254/stat : 17254 (java) S 17236 17239 12218 0 -1 4202560 10490 0 0 0 73 3 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141429893688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17255] ppid=17236 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/17239/task/17255/stat : 17255 (java) S 17236 17239 12218 0 -1 4202560 2670 0 0 0 25 0 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141428841144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17256] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17256/stat : 17256 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140140555004920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17257] ppid=17236 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17239/task/17257/stat : 17257 (java) S 17236 17239 12218 0 -1 4202560 40 0 0 0 9 12 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140140553952584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17258] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17258/stat : 17258 (java) S 17236 17239 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10645357 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140140552897320 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 665.93
Current children cumulated vsize (KiB) 9625040

[startup+665.608 s]
/proc/loadavg: 2.33 2.22 1.98 3/214 17277
/proc/meminfo: memFree=27813452/32872528 swapFree=1634416/1797936
[pid=17239] ppid=17236 vsize=9625040 CPUtime=666.74 cores=0,2,4,6
/proc/17239/stat : 17239 (java) S 17236 17239 12218 0 -1 4202496 17003 0 1 0 66659 15 0 0 20 0 19 0 10645343 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140733398465424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17239/statm: 2406260 45702 2271 9 0 2396937 0
[pid=17239/tid=17240] ppid=17236 vsize=9625040 CPUtime=665.59 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (java) R 17236 17239 12218 0 -1 4202560 2486 0 1 0 66545 14 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141610127056 140141444630507 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17242] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (java) S 17236 17239 12218 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141571627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17243] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17243/stat : 17243 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141570574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17244] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17244/stat : 17244 (java) S 17236 17239 12218 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141569522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17245] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17245/stat : 17245 (java) S 17236 17239 12218 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141568469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17246] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17246/stat : 17246 (java) S 17236 17239 12218 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141567417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17247] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17247/stat : 17247 (java) S 17236 17239 12218 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141566364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17248] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17248/stat : 17248 (java) S 17236 17239 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141565311912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17249] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17249/stat : 17249 (java) S 17236 17239 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10645344 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141564259368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17250] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17250/stat : 17250 (java) S 17236 17239 12218 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141434103912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17251] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17251/stat : 17251 (java) S 17236 17239 12218 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141433050232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17252] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17252/stat : 17252 (java) S 17236 17239 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10645346 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141431997576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17253] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17253/stat : 17253 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141430946320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17254] ppid=17236 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/17239/task/17254/stat : 17254 (java) S 17236 17239 12218 0 -1 4202560 10490 0 0 0 73 3 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141429893688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17255] ppid=17236 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/17239/task/17255/stat : 17255 (java) S 17236 17239 12218 0 -1 4202560 2670 0 0 0 25 0 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140141428841144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17256] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17256/stat : 17256 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140140555004920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17257] ppid=17236 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17239/task/17257/stat : 17257 (java) S 17236 17239 12218 0 -1 4202560 40 0 0 0 9 12 0 0 20 0 19 0 10645348 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140140553952584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17258] ppid=17236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17258/stat : 17258 (java) S 17236 17239 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10645357 9856040960 45702 33554432000 1073741824 1073778376 140733398474288 140140552897320 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 666.74
Current children cumulated vsize (KiB) 9625040

[startup+666.001 s]
/proc/loadavg: 2.33 2.22 1.98 3/214 17277
/proc/meminfo: memFree=27813452/32872528 swapFree=1634416/1797936
[pid=17239] ppid=17236 vsize=9691604 CPUtime=667.15 cores=0,2,4,6
/proc/17239/stat : 17239 (java) S 17236 17239 12218 0 -1 4202496 17026 0 1 0 66700 15 0 0 20 0 19 0 10645343 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140733398465424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17239/statm: 2422901 45720 2281 9 0 2413578 0
[pid=17239/tid=17240] ppid=17236 vsize=9691604 CPUtime=665.96 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (java) S 17236 17239 12218 0 -1 4202560 2489 0 1 0 66582 14 0 0 20 0 19 0 10645344 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141610136280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17242] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (java) S 17236 17239 12218 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10645344 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141571627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17243] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17243/stat : 17243 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645344 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141570574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17244] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17244/stat : 17244 (java) S 17236 17239 12218 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10645344 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141569522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17245] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17245/stat : 17245 (java) S 17236 17239 12218 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10645344 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141568469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17246] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17246/stat : 17246 (java) S 17236 17239 12218 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10645344 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141567417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17247] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17247/stat : 17247 (java) S 17236 17239 12218 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10645344 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141566364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17248] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17248/stat : 17248 (java) S 17236 17239 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10645344 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141565311912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17239/tid=17249] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17249/stat : 17249 (java) S 17236 17239 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10645344 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141564259368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17250] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17250/stat : 17250 (java) S 17236 17239 12218 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10645346 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141434103912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17239/tid=17251] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17251/stat : 17251 (java) S 17236 17239 12218 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10645346 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141433050232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17252] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17252/stat : 17252 (java) S 17236 17239 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10645346 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141431997576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17253] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17253/stat : 17253 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141430946320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17254] ppid=17236 vsize=9691604 CPUtime=0.77 cores=0,2,4,6
/proc/17239/task/17254/stat : 17254 (java) R 17236 17239 12218 0 -1 4202560 10499 0 0 0 74 3 0 0 20 0 19 0 10645348 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141429893528 140141612743239 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17239/tid=17255] ppid=17236 vsize=9691604 CPUtime=0.27 cores=0,2,4,6
/proc/17239/task/17255/stat : 17255 (java) S 17236 17239 12218 0 -1 4202560 2672 0 0 0 27 0 0 0 20 0 19 0 10645348 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140141428841144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17256] ppid=17236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17256/stat : 17256 (java) S 17236 17239 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10645348 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140140555004920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17239/tid=17257] ppid=17236 vsize=9691604 CPUtime=0.21 cores=0,2,4,6
/proc/17239/task/17257/stat : 17257 (java) S 17236 17239 12218 0 -1 4202560 40 0 0 0 9 12 0 0 20 0 19 0 10645348 9924202496 45720 33554432000 1073741824 1073778376 140733398474288 140140553952584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 667.15
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 666.008
CPU time (s): 667.405
CPU user time (s): 667.023
CPU system time (s): 0.381941
CPU usage (%): 100.21
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 667.023
system time used= 0.381941
maximum resident set size= 183752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17037
page faults= 1
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14323
involuntary context switches= 912

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.9344 second user time and 4.77527 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-30 21:49:53
IDJOB=4121982
IDBENCH=110809
IDSOLVER=2546
FILE ID=node123/4121982-1467316193
RUNJOBID= node123-1467316083-16994
PBS_JOBID= 20005250
Free space on /tmp= 71732 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-n26-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-4121982-1467316193/watcher-4121982-1467316193 -o /tmp/evaluation-result-4121982-1467316193/solver-4121982-1467316193 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467316083-16994 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121982-1467316193.opb

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

MD5SUM BENCH= b34f05ea2a6c07422a6ae76ff44dd10d
RANDOM SEED=1935895919

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.387
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.387
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.387
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:        28034780 kB
Buffers:          182672 kB
Cached:          1934660 kB
SwapCached:            0 kB
Active:           466472 kB
Inactive:        1820996 kB
Active(anon):     172960 kB
Inactive(anon):        0 kB
Active(file):     293512 kB
Inactive(file):  1820996 kB
Unevictable:     1797936 kB
Mlocked:         1634416 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               968 kB
Writeback:             0 kB
AnonPages:       1986728 kB
Mapped:            22144 kB
Shmem:               204 kB
Slab:             612496 kB
SReclaimable:      56360 kB
SUnreclaim:       556136 kB
KernelStack:        1760 kB
PageTables:         8228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2489356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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= 71728 MiB
End job on node123 at 2016-06-30 22:00:59