Trace number 4084571

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 1394.59 1391.87

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-21.opb
MD5SUM3f7496125222b93dca78bd7d73f5e00c
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 benchmark206.582
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
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-4084571-1465277410.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
1.89/1.34	c ... done. Wall clock time 1.233s.
1.89/1.34	c declared #vars     7351
1.89/1.34	c #constraints  156112
1.89/1.34	c constraints type 
1.89/1.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108492
1.89/1.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1.89/1.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 31362
1.89/1.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
1.89/1.34	c 156112 constraints processed.
3.38/2.44	c cleaning 2501 clauses out of 5003 with flag 41327/5003
4.90/3.88	c cleaning 4248 clauses out of 8501 with flag 126768/11002
6.13/4.75	c cleaning 5613 clauses out of 11248 with flag 192258/18000
7.94/6.16	c cleaning 6812 clauses out of 13631 with flag 292621/26000
9.68/7.81	c cleaning 7895 clauses out of 15820 with flag 414286/35001
11.37/9.56	c cleaning 8915 clauses out of 17925 with flag 558655/45001
13.27/11.41	c cleaning 9999 clauses out of 20009 with flag 680070/56000
15.47/13.68	c cleaning 10941 clauses out of 22010 with flag 790144/68000
17.77/15.91	c cleaning 11988 clauses out of 24069 with flag 917916/81000
19.27/17.49	c cleaning 13026 clauses out of 26083 with flag 1044695/95002
21.17/19.35	c cleaning 14014 clauses out of 28055 with flag 1202921/110000
24.17/22.32	c cleaning 14992 clauses out of 30041 with flag 1321269/126001
26.17/24.40	c cleaning 16009 clauses out of 32050 with flag 1465558/143002
28.46/26.67	c cleaning 16959 clauses out of 34039 with flag 1631700/161000
30.76/28.97	c cleaning 18017 clauses out of 36080 with flag 1820427/180000
33.66/31.80	c cleaning 19007 clauses out of 38063 with flag 1969916/200000
37.04/35.16	c cleaning 20008 clauses out of 40056 with flag 2148036/221000
40.63/38.71	c cleaning 20987 clauses out of 42048 with flag 2328500/243000
43.84/41.95	c cleaning 21883 clauses out of 44061 with flag 2583111/266000
47.53/45.65	c cleaning 23032 clauses out of 46178 with flag 2790178/290000
51.45/49.60	c cleaning 24032 clauses out of 48146 with flag 3031879/315000
55.74/53.89	c cleaning 25051 clauses out of 50114 with flag 3249641/341000
61.14/59.23	c cleaning 25986 clauses out of 52063 with flag 3518272/368000
66.04/64.19	c cleaning 26954 clauses out of 54077 with flag 3803297/396000
70.84/68.95	c cleaning 27980 clauses out of 56123 with flag 4124071/425000
76.24/74.39	c cleaning 28949 clauses out of 58143 with flag 4510217/455000
81.94/80.05	c cleaning 30089 clauses out of 60194 with flag 4835443/486000
87.75/85.82	c cleaning 31045 clauses out of 62105 with flag 5162661/518000
93.54/91.66	c cleaning 31961 clauses out of 64060 with flag 5520913/551000
99.54/97.60	c cleaning 32992 clauses out of 66099 with flag 5834477/585000
105.94/104.07	c cleaning 34017 clauses out of 68107 with flag 6180665/620000
113.24/111.39	c cleaning 35042 clauses out of 70091 with flag 6620766/656001
121.44/119.50	c cleaning 36002 clauses out of 72048 with flag 7088903/693000
128.55/126.61	c cleaning 36948 clauses out of 74046 with flag 7498801/731000
134.65/132.76	c cleaning 38038 clauses out of 76099 with flag 7889260/770001
143.35/141.41	c cleaning 39024 clauses out of 78062 with flag 8181516/810002
151.75/149.83	c cleaning 39879 clauses out of 80036 with flag 8570060/851000
160.75/158.84	c cleaning 41005 clauses out of 82158 with flag 9006623/893001
170.26/168.37	c cleaning 42065 clauses out of 84152 with flag 9483308/936000
179.06/177.17	c cleaning 43038 clauses out of 86089 with flag 9891128/980002
189.45/187.54	c cleaning 44014 clauses out of 88052 with flag 10236847/1025003
199.98/197.98	c cleaning 44979 clauses out of 90035 with flag 10621405/1071000
210.27/208.20	c cleaning 46004 clauses out of 92059 with flag 11070686/1118003
222.77/220.74	c cleaning 47016 clauses out of 94052 with flag 11440786/1166000
235.06/233.08	c cleaning 47977 clauses out of 96036 with flag 11837044/1215001
246.16/244.20	c cleaning 49026 clauses out of 98058 with flag 12379965/1265000
257.46/255.49	c cleaning 50001 clauses out of 100032 with flag 12892783/1316000
270.46/268.47	c cleaning 51014 clauses out of 102031 with flag 13391964/1368000
284.66/282.65	c cleaning 51919 clauses out of 104017 with flag 13822976/1421000
296.95/294.91	c cleaning 53048 clauses out of 106100 with flag 14318290/1475002
310.64/308.66	c cleaning 54004 clauses out of 108050 with flag 14826511/1530000
324.64/322.68	c cleaning 55016 clauses out of 110046 with flag 15298059/1586000
344.16/342.15	c cleaning 56015 clauses out of 112031 with flag 15716458/1643001
358.75/356.73	c cleaning 56997 clauses out of 114016 with flag 16294331/1701001
372.25/370.28	c cleaning 57995 clauses out of 116019 with flag 16874314/1760001
387.46/385.42	c cleaning 58842 clauses out of 118023 with flag 17423691/1820000
403.46/401.44	c cleaning 60090 clauses out of 120185 with flag 17943952/1881004
422.06/420.00	c cleaning 61035 clauses out of 122094 with flag 18508500/1943003
437.36/435.38	c cleaning 62018 clauses out of 124058 with flag 19123541/2006002
453.47/451.46	c cleaning 62962 clauses out of 126038 with flag 19663276/2070000
470.16/468.18	c cleaning 64019 clauses out of 128076 with flag 20273167/2135000
493.89/491.86	c cleaning 64964 clauses out of 130057 with flag 20776587/2201000
512.29/510.27	c cleaning 65994 clauses out of 132092 with flag 21428240/2268000
532.30/530.22	c cleaning 67038 clauses out of 134101 with flag 22094951/2336003
551.50/549.42	c cleaning 68011 clauses out of 136060 with flag 22737488/2405000
572.62/570.32	c cleaning 68967 clauses out of 138050 with flag 23402064/2475001
596.22/593.94	c cleaning 70033 clauses out of 140082 with flag 24109250/2546000
620.73/618.48	c cleaning 70996 clauses out of 142049 with flag 24751927/2618000
643.83/641.56	c cleaning 71924 clauses out of 144054 with flag 25431586/2691001
666.32/664.07	c cleaning 73021 clauses out of 146131 with flag 26155079/2765002
691.13/688.89	c cleaning 74021 clauses out of 148108 with flag 26854723/2840000
714.94/712.62	c cleaning 74993 clauses out of 150087 with flag 27571588/2916000
742.24/739.97	c cleaning 76042 clauses out of 152094 with flag 28395859/2993000
767.44/765.16	c cleaning 77022 clauses out of 154052 with flag 29157413/3071000
793.74/791.43	c cleaning 77932 clauses out of 156030 with flag 29943897/3150000
821.75/819.48	c cleaning 78969 clauses out of 158098 with flag 30785855/3230000
850.16/847.87	c cleaning 80029 clauses out of 160130 with flag 31551932/3311002
876.47/874.12	c cleaning 81005 clauses out of 162099 with flag 32336608/3393000
906.71/904.01	c cleaning 82033 clauses out of 164095 with flag 33113199/3476001
937.61/934.92	c cleaning 83025 clauses out of 166064 with flag 33960777/3560003
971.21/968.53	c cleaning 84014 clauses out of 168038 with flag 34943590/3645002
1004.83/1002.18	c cleaning 84952 clauses out of 170022 with flag 35798387/3731000
1038.73/1036.01	c cleaning 86024 clauses out of 172072 with flag 36683145/3818002
1073.84/1071.14	c cleaning 87018 clauses out of 174046 with flag 37544361/3906001
1110.55/1107.82	c cleaning 87998 clauses out of 176028 with flag 38546666/3995001
1145.84/1143.13	c cleaning 88980 clauses out of 178028 with flag 39560110/4085000
1182.06/1179.33	c cleaning 89968 clauses out of 180047 with flag 40618922/4176000
1217.56/1214.81	c cleaning 90975 clauses out of 182079 with flag 41828119/4268000
1263.86/1261.10	c cleaning 91977 clauses out of 184105 with flag 43288395/4361001
1307.08/1304.30	c cleaning 93007 clauses out of 186128 with flag 44664510/4455002
1350.48/1347.74	c cleaning 94004 clauses out of 188119 with flag 46024533/4550001
1394.59/1391.81	c starts		: 18103
1394.59/1391.81	c conflicts		: 4642282
1394.59/1391.81	c decisions		: 19545520
1394.59/1391.81	c propagations		: 1122611307
1394.59/1391.81	c inspects		: 20523152479
1394.59/1391.81	c shortcuts		: 0
1394.59/1391.81	c learnt literals	: 21
1394.59/1391.81	c learnt binary clauses	: 344
1394.59/1391.81	c learnt ternary clauses	: 1637
1394.59/1391.81	c learnt constraints	: 4642260
1394.59/1391.81	c ignored constraints	: 0
1394.59/1391.81	c root simplifications	: 0
1394.59/1391.81	c removed literals (reason simplification)	: 0
1394.59/1391.81	c reason swapping (by a shorter reason)	: 0
1394.59/1391.81	c Calls to reduceDB	: 91
1394.59/1391.81	c Number of update (reduction) of LBD	: 2968269
1394.59/1391.81	c Imported unit clauses	: 0
1394.59/1391.81	c number of reductions to clauses (during analyze)	: 0
1394.59/1391.81	c number of learned constraints concerned by reduction	: 0
1394.59/1391.81	c number of learning phase by resolution	: 0
1394.59/1391.81	c number of learning phase by cutting planes	: 0
1394.59/1391.81	c speed (assignments/second)	: 807362.7831512721
1394.59/1391.81	c non guided choices	332854
1394.59/1391.86	c learnt constraints type 
1394.59/1391.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 344
1394.59/1391.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 186046
1394.59/1391.86	s UNSATISFIABLE
1394.59/1391.86	c Total wall clock time (in seconds): 1391.756

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-4084571-1465277410/watcher-4084571-1465277410 -o /tmp/evaluation-result-4084571-1465277410/solver-4084571-1465277410 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084571-1465277410.opb 

pid=9674
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.05 2.06 2.08 3/195 9677
/proc/meminfo: memFree=30475244/32872528 swapFree=12352/737972
[pid=9677] ppid=9674 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9677/stat : 9677 (java) S 9674 9677 3485 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 109675459 98570240 976 33554432000 1073741824 1073778376 140734673977824 140734673968960 213869690941 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9677/statm: 24065 976 743 9 0 16771 0
[pid=9677/tid=9678] ppid=9674 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9678/stat : 9678 (java) R 9674 9677 3485 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 109675460 98570240 976 33554432000 1073741824 1073778376 140734673977824 140073266245160 213866333568 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.05 2.06 2.08 3/195 9677
/proc/meminfo: memFree=30475244/32872528 swapFree=12352/737972
[pid=9677] ppid=9674 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9677/stat : 9677 (java) S 9674 9677 3485 0 -1 4202496 4474 0 1 0 10 1 0 0 20 0 18 0 109675459 9787879424 6104 33554432000 1073741824 1073778376 140734673977824 140734673968960 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9677/statm: 2389619 6104 2155 9 0 2380296 0
[pid=9677/tid=9678] ppid=9674 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9677/task/9678/stat : 9678 (java) R 9674 9677 3485 0 -1 4202560 2373 0 1 0 7 0 0 0 20 0 18 0 109675460 9787879424 6104 33554432000 1073741824 1073778376 140734673977824 140073266248608 140073269529424 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.200325 s]
/proc/loadavg: 2.05 2.06 2.08 3/195 9677
/proc/meminfo: memFree=30475244/32872528 swapFree=12352/737972
[pid=9677] ppid=9674 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/9677/stat : 9677 (java) S 9674 9677 3485 0 -1 4202496 4778 0 1 0 25 1 0 0 20 0 18 0 109675459 9787879424 6854 33554432000 1073741824 1073778376 140734673977824 140734673968960 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9677/statm: 2389619 6854 2212 9 0 2380296 0
[pid=9677/tid=9678] ppid=9674 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9677/task/9678/stat : 9678 (java) R 9674 9677 3485 0 -1 4202560 2394 0 1 0 17 0 0 0 20 0 18 0 109675460 9787879424 6856 33554432000 1073741824 1073778376 140734673977824 140073266229048 140073127793236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30032 s]
/proc/loadavg: 2.05 2.06 2.08 3/195 9677
/proc/meminfo: memFree=30475244/32872528 swapFree=12352/737972
[pid=9677] ppid=9674 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/9677/stat : 9677 (java) S 9674 9677 3485 0 -1 4202496 6069 0 1 0 46 1 0 0 20 0 18 0 109675459 9787879424 9247 33554432000 1073741824 1073778376 140734673977824 140734673968960 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9677/statm: 2389619 9250 2232 9 0 2380296 0
[pid=9677/tid=9678] ppid=9674 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9677/task/9678/stat : 9678 (java) R 9674 9677 3485 0 -1 4202560 2397 0 1 0 26 1 0 0 20 0 18 0 109675460 9787879424 9251 33554432000 1073741824 1073778376 140734673977824 140073266229048 140073127402114 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700229 s]
/proc/loadavg: 2.05 2.06 2.08 3/195 9677
/proc/meminfo: memFree=30475244/32872528 swapFree=12352/737972
[pid=9677] ppid=9674 vsize=9558476 CPUtime=1.15 cores=0,2,4,6
/proc/9677/stat : 9677 (java) S 9674 9677 3485 0 -1 4202496 7076 0 1 0 110 5 0 0 20 0 18 0 109675459 9787879424 39977 33554432000 1073741824 1073778376 140734673977824 140734673968960 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9677/statm: 2389619 39977 2263 9 0 2380296 0
[pid=9677/tid=9678] ppid=9674 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/9677/task/9678/stat : 9678 (java) R 9674 9677 3485 0 -1 4202560 2459 0 1 0 63 3 0 0 20 0 18 0 109675460 9787879424 39977 33554432000 1073741824 1073778376 140734673977824 140073266249160 140073127837452 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558476

[startup+1.50071 s]
/proc/loadavg: 2.05 2.06 2.08 4/213 9695
/proc/meminfo: memFree=30310476/32872528 swapFree=12352/737972
[pid=9677] ppid=9674 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/9677/stat : 9677 (java) S 9674 9677 3485 0 -1 4202496 9493 0 1 0 224 7 0 0 20 0 19 0 109675459 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140734673968960 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9677/statm: 2406260 61319 2276 9 0 2396937 0
[pid=9677/tid=9678] ppid=9674 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/9677/task/9678/stat : 9678 (java) R 9674 9677 3485 0 -1 4202560 2506 0 1 0 141 4 0 0 20 0 19 0 109675460 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073266241688 140073127460171 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9680] ppid=9674 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9677/task/9680/stat : 9680 (java) S 9674 9677 3485 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109675461 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073255311784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9681] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9681/stat : 9681 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073254259240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9682] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9682/stat : 9682 (java) S 9674 9677 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073253206184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9683] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9683/stat : 9683 (java) S 9674 9677 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073252153640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9684] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9684/stat : 9684 (java) S 9674 9677 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073251101608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9685] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9685/stat : 9685 (java) S 9674 9677 3485 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073250049064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9686] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9686/stat : 9686 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073248996008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9687] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9687/stat : 9687 (java) S 9674 9677 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073247943464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9688] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9688/stat : 9688 (java) S 9674 9677 3485 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073090328936 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9689] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9689/stat : 9689 (java) S 9674 9677 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073089275256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9690] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9690/stat : 9690 (java) S 9674 9677 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073088222088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9691] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9691/stat : 9691 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073087170832 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9692] ppid=9674 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/9677/task/9692/stat : 9692 (java) S 9674 9677 3485 0 -1 4202560 3345 0 0 0 37 0 0 0 20 0 19 0 109675464 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073086118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9693] ppid=9674 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/9677/task/9693/stat : 9693 (java) S 9674 9677 3485 0 -1 4202560 2260 0 0 0 37 0 0 0 20 0 19 0 109675464 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073085066168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9694] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9694/stat : 9694 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073084013304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9695] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9695/stat : 9695 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 61319 33554432000 1073741824 1073778376 140734673977824 140073082960968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.05 2.06 2.08 4/214 9696
/proc/meminfo: memFree=30235048/32872528 swapFree=12352/737972
[pid=9677] ppid=9674 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/9677/stat : 9677 (java) S 9674 9677 3485 0 -1 4202496 11379 0 1 0 407 7 0 0 20 0 19 0 109675459 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140734673968960 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9677/statm: 2406260 62354 2284 9 0 2396937 0
[pid=9677/tid=9678] ppid=9674 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/9677/task/9678/stat : 9678 (java) R 9674 9677 3485 0 -1 4202560 2510 0 1 0 300 4 0 0 20 0 19 0 109675460 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073266241800 140073128295591 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9680] ppid=9674 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9677/task/9680/stat : 9680 (java) S 9674 9677 3485 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109675461 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073255311784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9681] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9681/stat : 9681 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073254259240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9682] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9682/stat : 9682 (java) S 9674 9677 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073253206184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9683] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9683/stat : 9683 (java) S 9674 9677 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073252153640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9684] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9684/stat : 9684 (java) S 9674 9677 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073251101608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9685] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9685/stat : 9685 (java) S 9674 9677 3485 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073250049064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9686] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9686/stat : 9686 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073248996008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9687] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9687/stat : 9687 (java) S 9674 9677 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073247943464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9688] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9688/stat : 9688 (java) S 9674 9677 3485 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073090328936 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9689] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9689/stat : 9689 (java) S 9674 9677 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073089275256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9690] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9690/stat : 9690 (java) S 9674 9677 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073088222088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9691] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9691/stat : 9691 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073087170832 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9692] ppid=9674 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/9677/task/9692/stat : 9692 (java) S 9674 9677 3485 0 -1 4202560 4270 0 0 0 49 0 0 0 20 0 19 0 109675464 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073086118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9693] ppid=9674 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/9677/task/9693/stat : 9693 (java) S 9674 9677 3485 0 -1 4202560 3216 0 0 0 47 0 0 0 20 0 19 0 109675464 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073085066168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9694] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9694/stat : 9694 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073084013304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9695] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9695/stat : 9695 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073082960968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9696] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9696/stat : 9696 (java) S 9674 9677 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109675595 9856040960 62354 33554432000 1073741824 1073778376 140734673977824 140073081906216 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.21 2.09 2.10 3/214 9696
/proc/meminfo: memFree=30210288/32872528 swapFree=12352/737972
[pid=9677] ppid=9674 vsize=9625040 CPUtime=8.17 cores=0,2,4,6
/proc/9677/stat : 9677 (java) S 9674 9677 3485 0 -1 4202496 20568 0 1 0 807 10 0 0 20 0 19 0 109675459 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140734673968960 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9677/statm: 2406260 68261 2284 9 0 2396937 0
[pid=9677/tid=9678] ppid=9674 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/9677/task/9678/stat : 9678 (java) R 9674 9677 3485 0 -1 4202560 2515 0 1 0 619 4 0 0 20 0 19 0 109675460 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073266248160 140073128134799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9680] ppid=9674 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9677/task/9680/stat : 9680 (java) S 9674 9677 3485 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109675461 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073255311784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9681] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9681/stat : 9681 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073254259240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9682] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9682/stat : 9682 (java) S 9674 9677 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073253206184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9683] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9683/stat : 9683 (java) S 9674 9677 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073252153640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9684] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9684/stat : 9684 (java) S 9674 9677 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073251101608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9685] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9685/stat : 9685 (java) S 9674 9677 3485 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073250049064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9686] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9686/stat : 9686 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073248996008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9687] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9687/stat : 9687 (java) S 9674 9677 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109675461 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073247943464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9688] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9688/stat : 9688 (java) S 9674 9677 3485 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073090328936 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9689] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9689/stat : 9689 (java) S 9674 9677 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073089275256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9690] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9690/stat : 9690 (java) S 9674 9677 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073088222088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9691] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9691/stat : 9691 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073087170832 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9692] ppid=9674 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/9677/task/9692/stat : 9692 (java) S 9674 9677 3485 0 -1 4202560 4271 0 0 0 58 0 0 0 20 0 19 0 109675464 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073086118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9693] ppid=9674 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/9677/task/9693/stat : 9693 (java) S 9674 9677 3485 0 -1 4202560 12399 0 0 0 117 3 0 0 20 0 19 0 109675464 9856040960 68261 33554432000 1073741824 1073778376 140734673977824 140073085066168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9694] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=9677/tid=9689] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9689/stat : 9689 (java) S 9674 9677 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 281431 33554432000 1073741824 1073778376 140734673977824 140073089275256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9690] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9690/stat : 9690 (java) S 9674 9677 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 281431 33554432000 1073741824 1073778376 140734673977824 140073088222088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9691] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9691/stat : 9691 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 281431 33554432000 1073741824 1073778376 140734673977824 140073087170832 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9692] ppid=9674 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9677/task/9692/stat : 9692 (java) S 9674 9677 3485 0 -1 4202560 4481 0 0 0 61 0 0 0 20 0 19 0 109675464 9856040960 281431 33554432000 1073741824 1073778376 140734673977824 140073086118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9693] ppid=9674 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/9677/task/9693/stat : 9693 (java) S 9674 9677 3485 0 -1 4202560 12399 0 0 0 117 3 0 0 20 0 19 0 109675464 9856040960 281431 33554432000 1073741824 1073778376 140734673977824 140073085066168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9694] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9694/stat : 9694 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 281431 33554432000 1073741824 1073778376 140734673977824 140073084013304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9695] ppid=9674 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9677/task/9695/stat : 9695 (java) S 9674 9677 3485 0 -1 4202560 79 0 0 0 24 26 0 0 20 0 19 0 109675464 9856040960 281431 33554432000 1073741824 1073778376 140734673977824 140073082960968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9696] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9696/stat : 9696 (java) S 9674 9677 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109675595 9856040960 281431 33554432000 1073741824 1073778376 140734673977824 140073081906216 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1393.2
Current children cumulated vsize (KiB) 9625040

[startup+1391.2 s]
/proc/loadavg: 2.06 2.10 2.09 4/213 9795
/proc/meminfo: memFree=29610992/32872528 swapFree=12352/737972
[pid=9677] ppid=9674 vsize=9625040 CPUtime=1393.99 cores=0,2,4,6
/proc/9677/stat : 9677 (java) S 9674 9677 3485 0 -1 4202496 22860 0 1 0 139324 75 0 0 20 0 19 0 109675459 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140734673968960 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9677/statm: 2406260 281943 2285 9 0 2396937 0
[pid=9677/tid=9678] ppid=9674 vsize=9625040 CPUtime=1387.21 cores=0,2,4,6
/proc/9677/task/9678/stat : 9678 (java) R 9674 9677 3485 0 -1 4202560 2800 0 1 0 138687 34 0 0 20 0 19 0 109675460 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073266241328 140073128104230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9680] ppid=9674 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9677/task/9680/stat : 9680 (java) S 9674 9677 3485 0 -1 4202560 93 0 0 0 5 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073255311784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9681] ppid=9674 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9677/task/9681/stat : 9681 (java) S 9674 9677 3485 0 -1 4202560 196 0 0 0 11 6 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073254259240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9682] ppid=9674 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9677/task/9682/stat : 9682 (java) S 9674 9677 3485 0 -1 4202560 298 0 0 0 13 9 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073253206184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9683] ppid=9674 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9677/task/9683/stat : 9683 (java) S 9674 9677 3485 0 -1 4202560 139 0 0 0 3 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073252153640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9684] ppid=9674 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/9677/task/9684/stat : 9684 (java) S 9674 9677 3485 0 -1 4202560 206 0 0 0 10 6 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073251101608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9685] ppid=9674 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/9677/task/9685/stat : 9685 (java) S 9674 9677 3485 0 -1 4202560 79 0 0 0 8 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073250049064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9686] ppid=9674 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9677/task/9686/stat : 9686 (java) S 9674 9677 3485 0 -1 4202560 117 0 0 0 9 5 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073248996008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9687] ppid=9674 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9677/task/9687/stat : 9687 (java) S 9674 9677 3485 0 -1 4202560 149 0 0 0 4 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073247943464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9688] ppid=9674 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9677/task/9688/stat : 9688 (java) S 9674 9677 3485 0 -1 4202560 565 0 0 0 0 1 0 0 20 0 19 0 109675462 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073090328936 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9689] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9689/stat : 9689 (java) S 9674 9677 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073089275256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9690] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9690/stat : 9690 (java) S 9674 9677 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073088222088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9691] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9691/stat : 9691 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073087170832 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9692] ppid=9674 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9677/task/9692/stat : 9692 (java) S 9674 9677 3485 0 -1 4202560 4481 0 0 0 61 0 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073086118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9693] ppid=9674 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/9677/task/9693/stat : 9693 (java) S 9674 9677 3485 0 -1 4202560 12399 0 0 0 117 3 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073085066168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9694] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9694/stat : 9694 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073084013304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9695] ppid=9674 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9677/task/9695/stat : 9695 (java) S 9674 9677 3485 0 -1 4202560 79 0 0 0 24 26 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073082960968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9696] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9696/stat : 9696 (java) S 9674 9677 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109675595 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073081906216 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1393.99
Current children cumulated vsize (KiB) 9625040

[startup+1391.61 s]
/proc/loadavg: 2.06 2.10 2.09 3/213 9795
/proc/meminfo: memFree=29608944/32872528 swapFree=12352/737972
[pid=9677] ppid=9674 vsize=9625040 CPUtime=1394.4 cores=0,2,4,6
/proc/9677/stat : 9677 (java) S 9674 9677 3485 0 -1 4202496 22860 0 1 0 139365 75 0 0 20 0 19 0 109675459 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140734673968960 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9677/statm: 2406260 281943 2285 9 0 2396937 0
[pid=9677/tid=9678] ppid=9674 vsize=9625040 CPUtime=1387.61 cores=0,2,4,6
/proc/9677/task/9678/stat : 9678 (java) R 9674 9677 3485 0 -1 4202560 2800 0 1 0 138727 34 0 0 20 0 19 0 109675460 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073266241328 140073128119686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9680] ppid=9674 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9677/task/9680/stat : 9680 (java) S 9674 9677 3485 0 -1 4202560 93 0 0 0 5 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073255311784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9681] ppid=9674 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9677/task/9681/stat : 9681 (java) S 9674 9677 3485 0 -1 4202560 196 0 0 0 11 6 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073254259240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9682] ppid=9674 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9677/task/9682/stat : 9682 (java) S 9674 9677 3485 0 -1 4202560 298 0 0 0 13 9 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073253206184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9683] ppid=9674 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9677/task/9683/stat : 9683 (java) S 9674 9677 3485 0 -1 4202560 139 0 0 0 3 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073252153640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9684] ppid=9674 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/9677/task/9684/stat : 9684 (java) S 9674 9677 3485 0 -1 4202560 206 0 0 0 10 6 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073251101608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9685] ppid=9674 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/9677/task/9685/stat : 9685 (java) S 9674 9677 3485 0 -1 4202560 79 0 0 0 8 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073250049064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9686] ppid=9674 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9677/task/9686/stat : 9686 (java) S 9674 9677 3485 0 -1 4202560 117 0 0 0 9 5 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073248996008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9687] ppid=9674 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9677/task/9687/stat : 9687 (java) S 9674 9677 3485 0 -1 4202560 149 0 0 0 4 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073247943464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9688] ppid=9674 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9677/task/9688/stat : 9688 (java) S 9674 9677 3485 0 -1 4202560 565 0 0 0 0 1 0 0 20 0 19 0 109675462 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073090328936 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9689] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9689/stat : 9689 (java) S 9674 9677 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073089275256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9690] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9690/stat : 9690 (java) S 9674 9677 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073088222088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9691] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9691/stat : 9691 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073087170832 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9692] ppid=9674 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9677/task/9692/stat : 9692 (java) S 9674 9677 3485 0 -1 4202560 4481 0 0 0 61 0 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073086118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9693] ppid=9674 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/9677/task/9693/stat : 9693 (java) S 9674 9677 3485 0 -1 4202560 12399 0 0 0 117 3 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073085066168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9694] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9694/stat : 9694 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073084013304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9695] ppid=9674 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9677/task/9695/stat : 9695 (java) S 9674 9677 3485 0 -1 4202560 79 0 0 0 24 26 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073082960968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9696] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9696/stat : 9696 (java) S 9674 9677 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109675595 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073081906216 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1394.4
Current children cumulated vsize (KiB) 9625040

[startup+1391.8 s]
/proc/loadavg: 2.06 2.10 2.09 3/213 9795
/proc/meminfo: memFree=29608944/32872528 swapFree=12352/737972
[pid=9677] ppid=9674 vsize=9625040 CPUtime=1394.59 cores=0,2,4,6
/proc/9677/stat : 9677 (java) S 9674 9677 3485 0 -1 4202496 22860 0 1 0 139384 75 0 0 20 0 19 0 109675459 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140734673968960 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9677/statm: 2406260 281943 2285 9 0 2396937 0
[pid=9677/tid=9678] ppid=9674 vsize=9625040 CPUtime=1387.81 cores=0,2,4,6
/proc/9677/task/9678/stat : 9678 (java) R 9674 9677 3485 0 -1 4202560 2800 0 1 0 138747 34 0 0 20 0 19 0 109675460 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073266241328 140073128113201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9680] ppid=9674 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9677/task/9680/stat : 9680 (java) S 9674 9677 3485 0 -1 4202560 93 0 0 0 5 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073255311784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9681] ppid=9674 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9677/task/9681/stat : 9681 (java) S 9674 9677 3485 0 -1 4202560 196 0 0 0 11 6 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073254259240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9682] ppid=9674 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9677/task/9682/stat : 9682 (java) S 9674 9677 3485 0 -1 4202560 298 0 0 0 13 9 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073253206184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9683] ppid=9674 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9677/task/9683/stat : 9683 (java) S 9674 9677 3485 0 -1 4202560 139 0 0 0 3 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073252153640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9684] ppid=9674 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/9677/task/9684/stat : 9684 (java) S 9674 9677 3485 0 -1 4202560 206 0 0 0 10 6 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073251101608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9685] ppid=9674 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/9677/task/9685/stat : 9685 (java) S 9674 9677 3485 0 -1 4202560 79 0 0 0 8 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073250049064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9686] ppid=9674 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9677/task/9686/stat : 9686 (java) S 9674 9677 3485 0 -1 4202560 117 0 0 0 9 5 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073248996008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9677/tid=9687] ppid=9674 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9677/task/9687/stat : 9687 (java) S 9674 9677 3485 0 -1 4202560 149 0 0 0 4 3 0 0 20 0 19 0 109675461 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073247943464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9688] ppid=9674 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9677/task/9688/stat : 9688 (java) S 9674 9677 3485 0 -1 4202560 565 0 0 0 0 1 0 0 20 0 19 0 109675462 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073090328936 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9689] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9689/stat : 9689 (java) S 9674 9677 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073089275256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9690] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9690/stat : 9690 (java) S 9674 9677 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109675462 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073088222088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9691] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9691/stat : 9691 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073087170832 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9692] ppid=9674 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9677/task/9692/stat : 9692 (java) S 9674 9677 3485 0 -1 4202560 4481 0 0 0 61 0 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073086118712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9677/tid=9693] ppid=9674 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/9677/task/9693/stat : 9693 (java) S 9674 9677 3485 0 -1 4202560 12399 0 0 0 117 3 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073085066168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9694] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9694/stat : 9694 (java) S 9674 9677 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073084013304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9677/tid=9695] ppid=9674 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9677/task/9695/stat : 9695 (java) S 9674 9677 3485 0 -1 4202560 79 0 0 0 24 26 0 0 20 0 19 0 109675464 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073082960968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9677/tid=9696] ppid=9674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9677/task/9696/stat : 9696 (java) S 9674 9677 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109675595 9856040960 281943 33554432000 1073741824 1073778376 140734673977824 140073081906216 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1394.59
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9677 and gives
#  childrusage.ru_utime.tv_sec=1390
#  childrusage.ru_utime.tv_usec=319639
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=171821
# CPU time returned by wait4() is 1391.49
# while last known CPU time is 1394.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1391.87
CPU time (s): 1394.59
CPU user time (s): 1393.84
CPU system time (s): 0.75
CPU usage (%): 100.195
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1390.32
system time used= 1.17182
maximum resident set size= 1129876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22884
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29720
involuntary context switches= 3418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6133 second user time and 5.2732 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 07:30:10
IDJOB=4084571
IDBENCH=89785
IDSOLVER=2546
FILE ID=node112/4084571-1465277410
RUNJOBID= node112-1465252319-3501
PBS_JOBID= 19843261
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-21.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084571-1465277410/watcher-4084571-1465277410 -o /tmp/evaluation-result-4084571-1465277410/solver-4084571-1465277410 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084571-1465277410.opb

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

MD5SUM BENCH= 3f7496125222b93dca78bd7d73f5e00c
RANDOM SEED=1853906453

node112.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.783
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	: 5333.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.783
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.783
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.783
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.783
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.783
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.72
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.783
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.783
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:        30476128 kB
Buffers:          109200 kB
Cached:           175000 kB
SwapCached:         1624 kB
Active:           752356 kB
Inactive:         172660 kB
Active(anon):     642664 kB
Inactive(anon):      608 kB
Active(file):     109692 kB
Inactive(file):   172052 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:              7456 kB
Writeback:             0 kB
AnonPages:       1453932 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             600148 kB
SReclaimable:      43396 kB
SUnreclaim:       556752 kB
KernelStack:        1776 kB
PageTables:         6888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2362788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1417216 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 node112 at 2016-06-07 07:53:22