Trace number 4116073

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 PB16? (TO) 1800.71 1798.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round22-5.opb
MD5SUM339b0592277b6eb86d9f3fb9ca0d5b6d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116073-1466963602.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.293s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  10016
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 920
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 10016 constraints processed.
1.67/1.08	c cleaning 2492 clauses out of 4999 with flag 16318/5001
2.45/1.72	c cleaning 4246 clauses out of 8508 with flag 38799/11002
3.26/2.50	c cleaning 5628 clauses out of 11260 with flag 67672/18000
4.07/3.38	c cleaning 6805 clauses out of 13633 with flag 103836/26001
5.08/4.40	c cleaning 7900 clauses out of 15827 with flag 145195/35000
6.29/5.52	c cleaning 8947 clauses out of 17927 with flag 194725/45000
7.58/6.81	c cleaning 9987 clauses out of 19981 with flag 250010/56001
8.98/8.22	c cleaning 10970 clauses out of 21993 with flag 310686/68000
10.58/9.84	c cleaning 11971 clauses out of 24026 with flag 380180/81003
12.28/11.54	c cleaning 13011 clauses out of 26052 with flag 455516/95000
14.19/13.46	c cleaning 14006 clauses out of 28041 with flag 540528/110000
16.29/15.53	c cleaning 14982 clauses out of 30035 with flag 629731/126000
18.49/17.78	c cleaning 15991 clauses out of 32056 with flag 726432/143003
20.88/20.18	c cleaning 16991 clauses out of 34062 with flag 831354/161000
23.58/22.88	c cleaning 18002 clauses out of 36071 with flag 939496/180000
26.48/25.76	c cleaning 18999 clauses out of 38069 with flag 1053655/200000
29.79/29.07	c cleaning 20015 clauses out of 40070 with flag 1176465/221000
33.09/32.33	c cleaning 20997 clauses out of 42056 with flag 1310365/243001
36.59/35.84	c cleaning 22009 clauses out of 44058 with flag 1445592/266000
40.40/39.65	c cleaning 23009 clauses out of 46049 with flag 1588916/290000
44.49/43.71	c cleaning 23973 clauses out of 48041 with flag 1737930/315001
48.69/47.97	c cleaning 25029 clauses out of 50067 with flag 1895596/341000
53.20/52.44	c cleaning 25989 clauses out of 52038 with flag 2058940/368000
57.90/57.13	c cleaning 26969 clauses out of 54049 with flag 2231402/396000
62.62/61.84	c cleaning 28008 clauses out of 56081 with flag 2409251/425001
67.32/66.52	c cleaning 29002 clauses out of 58072 with flag 2591609/455000
72.22/71.48	c cleaning 30026 clauses out of 60070 with flag 2782307/486000
77.72/76.90	c cleaning 31008 clauses out of 62044 with flag 2979932/518000
83.22/82.47	c cleaning 32012 clauses out of 64036 with flag 3184461/551000
89.02/88.29	c cleaning 32985 clauses out of 66025 with flag 3395561/585001
94.92/94.11	c cleaning 34009 clauses out of 68039 with flag 3611249/620000
101.02/100.28	c cleaning 35006 clauses out of 70030 with flag 3835658/656000
107.72/106.95	c cleaning 35985 clauses out of 72024 with flag 4060827/693000
114.72/113.97	c cleaning 36980 clauses out of 74039 with flag 4299352/731000
122.12/121.35	c cleaning 37994 clauses out of 76061 with flag 4543176/770002
129.72/128.91	c cleaning 39008 clauses out of 78066 with flag 4790243/810001
137.62/136.87	c cleaning 40017 clauses out of 80057 with flag 5047182/851000
145.73/144.95	c cleaning 40988 clauses out of 82040 with flag 5311663/893000
154.09/153.29	c cleaning 42006 clauses out of 84052 with flag 5580200/936000
162.60/161.75	c cleaning 43021 clauses out of 86049 with flag 5860354/980003
171.59/170.70	c cleaning 44009 clauses out of 88026 with flag 6140906/1025001
180.49/179.66	c cleaning 44992 clauses out of 90018 with flag 6426040/1071002
189.59/188.79	c cleaning 45977 clauses out of 92024 with flag 6724983/1118000
199.50/198.69	c cleaning 46988 clauses out of 94047 with flag 7027134/1166000
209.60/208.77	c cleaning 47998 clauses out of 96059 with flag 7342324/1215000
220.20/219.31	c cleaning 49013 clauses out of 98061 with flag 7655626/1265000
230.81/230.00	c cleaning 50024 clauses out of 100048 with flag 7978602/1316000
242.30/241.44	c cleaning 50994 clauses out of 102024 with flag 8308684/1368000
254.30/253.48	c cleaning 51985 clauses out of 104032 with flag 8639216/1421002
266.23/265.37	c cleaning 53023 clauses out of 106046 with flag 8976895/1475001
278.25/277.39	c cleaning 53990 clauses out of 108022 with flag 9322754/1530000
290.64/289.77	c cleaning 54987 clauses out of 110032 with flag 9677174/1586000
303.56/302.68	c cleaning 56012 clauses out of 112045 with flag 10036743/1643000
316.66/315.77	c cleaning 56996 clauses out of 114033 with flag 10398976/1701000
330.16/329.22	c cleaning 57993 clauses out of 116037 with flag 10774922/1760000
344.56/343.61	c cleaning 59006 clauses out of 118045 with flag 11153181/1820001
359.26/358.35	c cleaning 60004 clauses out of 120042 with flag 11533661/1881004
373.97/373.01	c cleaning 60983 clauses out of 122034 with flag 11916881/1943000
388.88/387.92	c cleaning 62000 clauses out of 124052 with flag 12313573/2006001
403.99/403.06	c cleaning 63008 clauses out of 126052 with flag 12713597/2070001
419.59/418.67	c cleaning 64011 clauses out of 128043 with flag 13124638/2135000
436.31/435.36	c cleaning 64998 clauses out of 130032 with flag 13534816/2201000
453.12/452.19	c cleaning 65967 clauses out of 132035 with flag 13953460/2268001
470.41/469.43	c cleaning 67019 clauses out of 134069 with flag 14378245/2336002
487.92/486.94	c cleaning 67962 clauses out of 136048 with flag 14806537/2405000
505.88/504.83	c cleaning 69022 clauses out of 138088 with flag 15237881/2475002
524.38/523.37	c cleaning 70023 clauses out of 140065 with flag 15678075/2546001
542.88/541.83	c cleaning 70948 clauses out of 142041 with flag 16126735/2618000
561.99/560.97	c cleaning 71987 clauses out of 144094 with flag 16580631/2691001
582.40/581.32	c cleaning 73046 clauses out of 146107 with flag 17038456/2765001
602.90/601.84	c cleaning 73991 clauses out of 148061 with flag 17502863/2840001
623.70/622.67	c cleaning 74987 clauses out of 150070 with flag 17971770/2916001
644.23/643.15	c cleaning 75975 clauses out of 152082 with flag 18445525/2993000
665.65/664.58	c cleaning 77000 clauses out of 154107 with flag 18928105/3071000
687.54/686.45	c cleaning 78017 clauses out of 156108 with flag 19418833/3150001
710.14/709.08	c cleaning 79005 clauses out of 158090 with flag 19915893/3230000
733.64/732.57	c cleaning 80015 clauses out of 160086 with flag 20416682/3311001
758.06/756.92	c cleaning 80993 clauses out of 162071 with flag 20921603/3393001
782.52/781.37	c cleaning 82013 clauses out of 164077 with flag 21433946/3476000
807.72/806.53	c cleaning 82990 clauses out of 166064 with flag 21949470/3560000
833.63/832.41	c cleaning 84024 clauses out of 168075 with flag 22470695/3645001
860.13/858.92	c cleaning 85005 clauses out of 170050 with flag 23002536/3731000
887.23/886.05	c cleaning 85975 clauses out of 172045 with flag 23541621/3818000
914.82/913.50	c cleaning 87025 clauses out of 174071 with flag 24084969/3906001
942.22/940.91	c cleaning 87988 clauses out of 176046 with flag 24644582/3995001
970.13/968.86	c cleaning 88942 clauses out of 178058 with flag 25202010/4085001
999.23/997.90	c cleaning 90040 clauses out of 180117 with flag 25761899/4176002
1029.14/1027.87	c cleaning 91022 clauses out of 182075 with flag 26330022/4268000
1060.11/1058.77	c cleaning 91977 clauses out of 184056 with flag 26899902/4361003
1091.03/1089.66	c cleaning 93004 clauses out of 186077 with flag 27483624/4455001
1122.13/1120.74	c cleaning 94033 clauses out of 188073 with flag 28074089/4550001
1154.44/1153.08	c cleaning 95009 clauses out of 190039 with flag 28669444/4646000
1187.24/1185.78	c cleaning 95999 clauses out of 192030 with flag 29265135/4743000
1220.36/1218.81	c cleaning 96972 clauses out of 194032 with flag 29866382/4841001
1254.05/1252.55	c cleaning 98011 clauses out of 196060 with flag 30468904/4940001
1288.46/1286.94	c cleaning 98999 clauses out of 198049 with flag 31087059/5040001
1324.20/1322.53	c cleaning 100018 clauses out of 200049 with flag 31707142/5141000
1359.59/1357.97	c cleaning 101007 clauses out of 202032 with flag 32331022/5243001
1396.11/1394.41	c cleaning 101991 clauses out of 204025 with flag 32965907/5346001
1433.36/1431.55	c cleaning 103005 clauses out of 206033 with flag 33602202/5450000
1471.17/1469.32	c cleaning 103996 clauses out of 208029 with flag 34242864/5555001
1509.99/1508.15	c cleaning 104992 clauses out of 210032 with flag 34889335/5661000
1549.69/1547.83	c cleaning 106008 clauses out of 212040 with flag 35541307/5768000
1590.04/1588.15	c cleaning 107004 clauses out of 214033 with flag 36197825/5876001
1631.36/1629.46	c cleaning 107998 clauses out of 216028 with flag 36861509/5985000
1673.36/1671.45	c cleaning 108992 clauses out of 218031 with flag 37532730/6095001
1716.25/1714.21	c cleaning 109998 clauses out of 220039 with flag 38208253/6206001
1759.17/1757.20	c cleaning 111011 clauses out of 222041 with flag 38892521/6318001
1800.08/1798.00	c starts		: 57247
1800.08/1798.00	c conflicts		: 6425542
1800.08/1798.00	c decisions		: 56652795
1800.08/1798.00	c propagations		: 851948681
1800.08/1798.00	c inspects		: 25152355814
1800.08/1798.00	c shortcuts		: 0
1800.08/1798.00	c learnt literals	: 2
1800.08/1798.00	c learnt binary clauses	: 68
1800.08/1798.00	c learnt ternary clauses	: 818
1800.08/1798.00	c learnt constraints	: 6425540
1800.08/1798.00	c ignored constraints	: 0
1800.08/1798.00	c root simplifications	: 0
1800.08/1798.00	c removed literals (reason simplification)	: 0
1800.08/1798.00	c reason swapping (by a shorter reason)	: 0
1800.08/1798.00	c Calls to reduceDB	: 108
1800.08/1798.00	c Number of update (reduction) of LBD	: 1363193
1800.08/1798.00	c Imported unit clauses	: 0
1800.08/1798.00	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.00	c number of learned constraints concerned by reduction	: 0
1800.08/1798.00	c number of learning phase by resolution	: 0
1800.08/1798.00	c number of learning phase by cutting planes	: 0
1800.08/1798.00	c speed (assignments/second)	: 473940.6932078316
1800.08/1798.00	c non guided choices	15466
1800.08/1798.00	c timeout
1800.08/1798.03	c learnt constraints type 
1800.08/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 68
1800.08/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 218503
1800.08/1798.03	s UNKNOWN
1800.08/1798.03	c Total wall clock time (in seconds): 1797.915

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

pid=21623
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.22 2.26 2.26 3/194 21626
/proc/meminfo: memFree=29936732/32872528 swapFree=1643088/1798432
[pid=21626] ppid=21623 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/21626/stat : 21626 (java) R 21623 21626 19053 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 29399328 278528 33 33554432000 1073741824 1073778376 140733590405504 140736691257848 260181159093 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21626/statm: 68 33 25 9 0 25 0

[startup+0.100143 s]
/proc/loadavg: 2.22 2.26 2.26 3/194 21626
/proc/meminfo: memFree=29936732/32872528 swapFree=1643088/1798432
[pid=21626] ppid=21623 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21626/stat : 21626 (java) S 21623 21626 19053 0 -1 4202496 4382 0 1 0 8 1 0 0 20 0 18 0 29399328 9787879424 6016 33554432000 1073741824 1073778376 140733590405504 140733590396640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21626/statm: 2389619 6016 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.22 2.26 2.26 3/194 21626
/proc/meminfo: memFree=29936732/32872528 swapFree=1643088/1798432
[pid=21626] ppid=21623 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/21626/stat : 21626 (java) S 21623 21626 19053 0 -1 4202496 4868 0 1 0 24 1 0 0 20 0 18 0 29399328 9787879424 6924 33554432000 1073741824 1073778376 140733590405504 140733590396640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21626/statm: 2389619 6924 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 2.22 2.26 2.26 3/194 21626
/proc/meminfo: memFree=29936732/32872528 swapFree=1643088/1798432
[pid=21626] ppid=21623 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/21626/stat : 21626 (java) S 21623 21626 19053 0 -1 4202496 5800 0 1 0 47 2 0 0 20 0 18 0 29399328 9787879424 9014 33554432000 1073741824 1073778376 140733590405504 140733590396640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21626/statm: 2389619 9014 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700282 s]
/proc/loadavg: 2.22 2.26 2.26 3/194 21626
/proc/meminfo: memFree=29936732/32872528 swapFree=1643088/1798432
[pid=21626] ppid=21623 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/21626/stat : 21626 (java) S 21623 21626 19053 0 -1 4202496 8824 0 1 0 133 3 0 0 20 0 19 0 29399328 9856040960 15232 33554432000 1073741824 1073778376 140733590405504 140733590396640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21626/statm: 2406260 15232 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.44 2.30 2.28 4/213 21645
/proc/meminfo: memFree=29883624/32872528 swapFree=1643088/1798432
[pid=21626] ppid=21623 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/21626/stat : 21626 (java) S 21623 21626 19053 0 -1 4202496 9042 0 1 0 219 3 0 0 20 0 19 0 29399328 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 140733590396640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21626/statm: 2406260 15751 2269 9 0 2396937 0
[pid=21626/tid=21628] ppid=21623 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/21626/task/21628/stat : 21628 (java) R 21623 21626 19053 0 -1 4202560 2435 0 1 0 144 2 0 0 20 0 19 0 29399330 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139922168611080 139921998887580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21629] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21629/stat : 21629 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139922130103080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21630] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21630/stat : 21630 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139922129050280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21631] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21631/stat : 21631 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139922127997992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21632] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21632/stat : 21632 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139922126945192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21633] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21633/stat : 21633 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139922125891880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21634] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21634/stat : 21634 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139922124839080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21635] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21635/stat : 21635 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139922123786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21636] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21636/stat : 21636 (java) S 21623 21626 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139922122733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21637] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21637/stat : 21637 (java) S 21623 21626 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139921991895784 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21638] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21638/stat : 21638 (java) S 21623 21626 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139921990841848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21639] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21639/stat : 21639 (java) S 21623 21626 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139921989789448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21640] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21640/stat : 21640 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139921988737936 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21641] ppid=21623 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/21626/task/21641/stat : 21641 (java) S 21623 21626 19053 0 -1 4202560 2421 0 0 0 33 0 0 0 20 0 19 0 29399335 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139921987684536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21642] ppid=21623 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/21626/task/21642/stat : 21642 (java) S 21623 21626 19053 0 -1 4202560 2909 0 0 0 38 0 0 0 20 0 19 0 29399335 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139921986631736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21643] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21643/stat : 21643 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139921985579640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21644] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21644/stat : 21644 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139921984527048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21645] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21645/stat : 21645 (java) S 21623 21626 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29399371 9856040960 15751 33554432000 1073741824 1073778376 140733590405504 139921983473064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.44 2.30 2.28 3/213 21645
/proc/meminfo: memFree=29881568/32872528 swapFree=1643088/1798432
[pid=21626] ppid=21623 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/21626/stat : 21626 (java) S 21623 21626 19053 0 -1 4202496 9046 0 1 0 383 3 0 0 20 0 19 0 29399328 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 140733590396640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21626/statm: 2406260 16776 2270 9 0 2396937 0
[pid=21626/tid=21628] ppid=21623 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/21626/task/21628/stat : 21628 (java) R 21623 21626 19053 0 -1 4202560 2438 0 1 0 304 2 0 0 20 0 19 0 29399330 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139922168611320 139921998802512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21629] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21629/stat : 21629 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139922130103080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21630] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21630/stat : 21630 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139922129050280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21631] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21631/stat : 21631 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139922127997992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21632] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21632/stat : 21632 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139922126945192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21633] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21633/stat : 21633 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139922125891880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21634] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21634/stat : 21634 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139922124839080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21635] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21635/stat : 21635 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139922123786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21636] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21636/stat : 21636 (java) S 21623 21626 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139922122733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21637] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21637/stat : 21637 (java) S 21623 21626 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139921991895784 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21638] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21638/stat : 21638 (java) S 21623 21626 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139921990841848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21639] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21639/stat : 21639 (java) S 21623 21626 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139921989789448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21640] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21640/stat : 21640 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139921988737936 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21641] ppid=21623 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21626/task/21641/stat : 21641 (java) S 21623 21626 19053 0 -1 4202560 2422 0 0 0 35 0 0 0 20 0 19 0 29399335 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139921987684536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21642] ppid=21623 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21626/task/21642/stat : 21642 (java) S 21623 21626 19053 0 -1 4202560 2909 0 0 0 40 0 0 0 20 0 19 0 29399335 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139921986631736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21643] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21643/stat : 21643 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139921985579640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21644] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21644/stat : 21644 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139921984527048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21645] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21645/stat : 21645 (java) S 21623 21626 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29399371 9856040960 16776 33554432000 1073741824 1073778376 140733590405504 139921983473064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.44 2.30 2.28 3/213 21645
/proc/meminfo: memFree=29873128/32872528 swapFree=1643088/1798432
[pid=21626] ppid=21623 vsize=9625040 CPUtime=7.08 cores=0,2,4,6
/proc/21626/stat : 21626 (java) S 21623 21626 19053 0 -1 4202496 9052 0 1 0 705 3 0 0 20 0 19 0 29399328 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 140733590396640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21626/statm: 2406260 18207 2271 9 0 2396937 0
[pid=21626/tid=21628] ppid=21623 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/21626/task/21628/stat : 21628 (java) R 21623 21626 19053 0 -1 4202560 2442 0 1 0 624 2 0 0 20 0 19 0 29399330 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139922168602304 139921998821530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21629] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21629/stat : 21629 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139922130103080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21630] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21630/stat : 21630 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139922129050280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21631] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21631/stat : 21631 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139922127997992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21632] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21632/stat : 21632 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139922126945192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21633] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21633/stat : 21633 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139922125891880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21634] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21634/stat : 21634 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139922124839080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21635] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21635/stat : 21635 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139922123786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21636] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21636/stat : 21636 (java) S 21623 21626 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29399331 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139922122733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21637] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21637/stat : 21637 (java) S 21623 21626 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139921991895784 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21638] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21638/stat : 21638 (java) S 21623 21626 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139921990841848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21639] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21639/stat : 21639 (java) S 21623 21626 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139921989789448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21640] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21640/stat : 21640 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139921988737936 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21641] ppid=21623 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/21626/task/21641/stat : 21641 (java) S 21623 21626 19053 0 -1 4202560 2423 0 0 0 37 0 0 0 20 0 19 0 29399335 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139921987684536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21642] ppid=21623 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21626/task/21642/stat : 21642 (java) S 21623 21626 19053 0 -1 4202560 2909 0 0 0 40 0 0 0 20 0 19 0 29399335 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139921986631736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21643] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21643/stat : 21643 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139921985579640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21644] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21644/stat : 21644 (java) S 21623 21626 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139921984527048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21645] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21645/stat : 21645 (java) S 21623 21626 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29399371 9856040960 18207 33554432000 1073741824 1073778376 140733590405504 139921983473064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9625040


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

[pid=21626/tid=21638] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21638/stat : 21638 (java) S 21623 21626 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 81473 33554432000 1073741824 1073778376 140733590405504 139921990841848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21639] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21639/stat : 21639 (java) S 21623 21626 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 81473 33554432000 1073741824 1073778376 140733590405504 139921989789448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21640] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21640/stat : 21640 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 81473 33554432000 1073741824 1073778376 140733590405504 139921988737936 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21641] ppid=21623 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21626/task/21641/stat : 21641 (java) S 21623 21626 19053 0 -1 4202560 2763 0 0 0 40 0 0 0 20 0 19 0 29399335 9856040960 81473 33554432000 1073741824 1073778376 140733590405504 139921987684536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21642] ppid=21623 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21626/task/21642/stat : 21642 (java) S 21623 21626 19053 0 -1 4202560 2909 0 0 0 40 0 0 0 20 0 19 0 29399335 9856040960 81473 33554432000 1073741824 1073778376 140733590405504 139921986631736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21643] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21643/stat : 21643 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 81473 33554432000 1073741824 1073778376 140733590405504 139921985579640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21644] ppid=21623 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/21626/task/21644/stat : 21644 (java) S 21623 21626 19053 0 -1 4202560 96 0 0 0 40 29 0 0 20 0 19 0 29399335 9856040960 81473 33554432000 1073741824 1073778376 140733590405504 139921984527048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21645] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21645/stat : 21645 (java) S 21623 21626 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29399371 9856040960 81473 33554432000 1073741824 1073778376 140733590405504 139921983473064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.26
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.28 2.24 2.22 3/213 21777
/proc/meminfo: memFree=29660996/32872528 swapFree=1643088/1798432
[pid=21626] ppid=21623 vsize=9625040 CPUtime=1724.35 cores=0,2,4,6
/proc/21626/stat : 21626 (java) S 21623 21626 19053 0 -1 4202496 10654 0 1 0 172387 48 0 0 20 0 19 0 29399328 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 140733590396640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21626/statm: 2406260 84553 2285 9 0 2396937 0
[pid=21626/tid=21628] ppid=21623 vsize=9625040 CPUtime=1721.92 cores=0,2,4,6
/proc/21626/task/21628/stat : 21628 (java) R 21623 21626 19053 0 -1 4202560 2500 0 1 0 172162 30 0 0 20 0 19 0 29399330 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922168602400 139921998864987 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21629] ppid=21623 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21626/task/21629/stat : 21629 (java) S 21623 21626 19053 0 -1 4202560 137 0 0 0 15 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922130103080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21630] ppid=21623 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21626/task/21630/stat : 21630 (java) S 21623 21626 19053 0 -1 4202560 169 0 0 0 12 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922129050280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21631] ppid=21623 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21626/task/21631/stat : 21631 (java) S 21623 21626 19053 0 -1 4202560 49 0 0 0 11 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922127997992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21632] ppid=21623 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21626/task/21632/stat : 21632 (java) S 21623 21626 19053 0 -1 4202560 189 0 0 0 17 4 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922126945192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21633] ppid=21623 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21626/task/21633/stat : 21633 (java) S 21623 21626 19053 0 -1 4202560 51 0 0 0 10 3 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922125891880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21634] ppid=21623 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21626/task/21634/stat : 21634 (java) S 21623 21626 19053 0 -1 4202560 245 0 0 0 12 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922124839080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21635] ppid=21623 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21626/task/21635/stat : 21635 (java) S 21623 21626 19053 0 -1 4202560 173 0 0 0 12 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922123786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21636] ppid=21623 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21626/task/21636/stat : 21636 (java) S 21623 21626 19053 0 -1 4202560 53 0 0 0 11 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922122733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21637] ppid=21623 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21626/task/21637/stat : 21637 (java) S 21623 21626 19053 0 -1 4202560 53 0 0 0 1 1 0 0 20 0 19 0 29399332 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921991895784 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21638] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21638/stat : 21638 (java) S 21623 21626 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921990841848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21639] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21639/stat : 21639 (java) S 21623 21626 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921989789448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21640] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21640/stat : 21640 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921988737936 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21641] ppid=21623 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21626/task/21641/stat : 21641 (java) S 21623 21626 19053 0 -1 4202560 2763 0 0 0 40 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921987684536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21642] ppid=21623 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21626/task/21642/stat : 21642 (java) S 21623 21626 19053 0 -1 4202560 2909 0 0 0 40 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921986631736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21643] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21643/stat : 21643 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921985579640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21644] ppid=21623 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/21626/task/21644/stat : 21644 (java) S 21623 21626 19053 0 -1 4202560 100 0 0 0 41 31 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921984527048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21645] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21645/stat : 21645 (java) S 21623 21626 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29399371 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921983473064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.35
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.22 2.22 4/213 21778
/proc/meminfo: memFree=29660340/32872528 swapFree=1643088/1798432
[pid=21626] ppid=21623 vsize=9625040 CPUtime=1784.37 cores=0,2,4,6
/proc/21626/stat : 21626 (java) S 21623 21626 19053 0 -1 4202496 10658 0 1 0 178388 49 0 0 20 0 19 0 29399328 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 140733590396640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21626/statm: 2406260 84553 2285 9 0 2396937 0
[pid=21626/tid=21628] ppid=21623 vsize=9625040 CPUtime=1781.92 cores=0,2,4,6
/proc/21626/task/21628/stat : 21628 (java) R 21623 21626 19053 0 -1 4202560 2500 0 1 0 178161 31 0 0 20 0 19 0 29399330 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922168602400 139921998864987 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21629] ppid=21623 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21626/task/21629/stat : 21629 (java) S 21623 21626 19053 0 -1 4202560 137 0 0 0 15 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922130103080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21630] ppid=21623 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21626/task/21630/stat : 21630 (java) S 21623 21626 19053 0 -1 4202560 169 0 0 0 12 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922129050280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21631] ppid=21623 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21626/task/21631/stat : 21631 (java) S 21623 21626 19053 0 -1 4202560 49 0 0 0 11 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922127997992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21632] ppid=21623 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21626/task/21632/stat : 21632 (java) S 21623 21626 19053 0 -1 4202560 189 0 0 0 17 4 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922126945192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21633] ppid=21623 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21626/task/21633/stat : 21633 (java) S 21623 21626 19053 0 -1 4202560 51 0 0 0 10 3 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922125891880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21634] ppid=21623 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21626/task/21634/stat : 21634 (java) S 21623 21626 19053 0 -1 4202560 245 0 0 0 12 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922124839080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21635] ppid=21623 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21626/task/21635/stat : 21635 (java) S 21623 21626 19053 0 -1 4202560 173 0 0 0 12 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922123786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21636] ppid=21623 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21626/task/21636/stat : 21636 (java) S 21623 21626 19053 0 -1 4202560 53 0 0 0 11 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922122733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21637] ppid=21623 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21626/task/21637/stat : 21637 (java) S 21623 21626 19053 0 -1 4202560 53 0 0 0 1 1 0 0 20 0 19 0 29399332 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921991895784 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21638] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21638/stat : 21638 (java) S 21623 21626 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921990841848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21639] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21639/stat : 21639 (java) S 21623 21626 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921989789448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21640] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21640/stat : 21640 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921988737936 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21641] ppid=21623 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21626/task/21641/stat : 21641 (java) S 21623 21626 19053 0 -1 4202560 2763 0 0 0 40 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921987684536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21642] ppid=21623 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21626/task/21642/stat : 21642 (java) S 21623 21626 19053 0 -1 4202560 2909 0 0 0 40 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921986631736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21643] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21643/stat : 21643 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921985579640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21644] ppid=21623 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/21626/task/21644/stat : 21644 (java) S 21623 21626 19053 0 -1 4202560 104 0 0 0 42 32 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921984527048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21645] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21645/stat : 21645 (java) S 21623 21626 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29399371 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921983473064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.37
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.24 2.23 2.22 4/213 21779
/proc/meminfo: memFree=29635520/32872528 swapFree=1643088/1798432
[pid=21626] ppid=21623 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/21626/stat : 21626 (java) S 21623 21626 19053 0 -1 4202496 10658 0 1 0 179958 50 0 0 20 0 19 0 29399328 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 140733590396640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21626/statm: 2406260 84553 2285 9 0 2396937 0
[pid=21626/tid=21628] ppid=21623 vsize=9625040 CPUtime=1797.62 cores=0,2,4,6
/proc/21626/task/21628/stat : 21628 (java) R 21623 21626 19053 0 -1 4202560 2500 0 1 0 179731 31 0 0 20 0 19 0 29399330 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922168602400 139921998864784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21629] ppid=21623 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21626/task/21629/stat : 21629 (java) S 21623 21626 19053 0 -1 4202560 137 0 0 0 15 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922130103080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21630] ppid=21623 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21626/task/21630/stat : 21630 (java) S 21623 21626 19053 0 -1 4202560 169 0 0 0 12 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922129050280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21631] ppid=21623 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21626/task/21631/stat : 21631 (java) S 21623 21626 19053 0 -1 4202560 49 0 0 0 11 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922127997992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21632] ppid=21623 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21626/task/21632/stat : 21632 (java) S 21623 21626 19053 0 -1 4202560 189 0 0 0 17 4 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922126945192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21633] ppid=21623 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21626/task/21633/stat : 21633 (java) S 21623 21626 19053 0 -1 4202560 51 0 0 0 10 3 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922125891880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21634] ppid=21623 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21626/task/21634/stat : 21634 (java) S 21623 21626 19053 0 -1 4202560 245 0 0 0 12 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922124839080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21635] ppid=21623 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21626/task/21635/stat : 21635 (java) S 21623 21626 19053 0 -1 4202560 173 0 0 0 12 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922123786792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21636] ppid=21623 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21626/task/21636/stat : 21636 (java) S 21623 21626 19053 0 -1 4202560 53 0 0 0 11 2 0 0 20 0 19 0 29399331 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139922122733992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21626/tid=21637] ppid=21623 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21626/task/21637/stat : 21637 (java) S 21623 21626 19053 0 -1 4202560 53 0 0 0 1 1 0 0 20 0 19 0 29399332 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921991895784 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21638] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21638/stat : 21638 (java) S 21623 21626 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921990841848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21639] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21639/stat : 21639 (java) S 21623 21626 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29399332 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921989789448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21640] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21640/stat : 21640 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921988737936 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21641] ppid=21623 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21626/task/21641/stat : 21641 (java) S 21623 21626 19053 0 -1 4202560 2763 0 0 0 40 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921987684536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21626/tid=21642] ppid=21623 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21626/task/21642/stat : 21642 (java) S 21623 21626 19053 0 -1 4202560 2909 0 0 0 40 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921986631736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21643] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21643/stat : 21643 (java) S 21623 21626 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921985579640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21626/tid=21644] ppid=21623 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/21626/task/21644/stat : 21644 (java) S 21623 21626 19053 0 -1 4202560 104 0 0 0 43 33 0 0 20 0 19 0 29399335 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921984527048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21626/tid=21645] ppid=21623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21626/task/21645/stat : 21645 (java) S 21623 21626 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29399371 9856040960 84553 33554432000 1073741824 1073778376 140733590405504 139921983473064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21626 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.04
CPU time (s): 1800.71
CPU user time (s): 1799.73
CPU system time (s): 0.98385
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.98385
maximum resident set size= 338328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10692
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38427
involuntary context switches= 3242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8843 second user time and 13.311 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 19:53:22
IDJOB=4116073
IDBENCH=109424
IDSOLVER=2546
FILE ID=node123/4116073-1466963602
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round22-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116073-1466963602/watcher-4116073-1466963602 -o /tmp/evaluation-result-4116073-1466963602/solver-4116073-1466963602 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116073-1466963602.opb

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

MD5SUM BENCH= 339b0592277b6eb86d9f3fb9ca0d5b6d
RANDOM SEED=62509929

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29937344 kB
Buffers:           26540 kB
Cached:           113576 kB
SwapCached:         1772 kB
Active:           315444 kB
Inactive:         114812 kB
Active(anon):     291832 kB
Inactive(anon):      924 kB
Active(file):      23612 kB
Inactive(file):   113888 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098704 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:       2079724 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565544 kB
SReclaimable:       9624 kB
SUnreclaim:       555920 kB
KernelStack:        1760 kB
PageTables:         8356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2538872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node123 at 2016-06-26 20:23:20