Trace number 3688009

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.78 1780.05

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-55-50.opb
MD5SUM277dd35641d3866b31d8fb041eb7f9fb
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.049991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints105
Number of constraints which are clauses55
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/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@431b9fb1
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 Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688009-1337879096.opb
0.09/0.11	c reading problem ... 
0.28/0.22	c ... done. Wall clock time 0.109s.
0.28/0.22	c declared #vars     2750
0.28/0.22	c #constraints  105
0.28/0.22	c constraints type 
0.28/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 55
0.28/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.28/0.22	c 105 constraints processed.
1.02/0.68	c cleaning 2486 clauses out of 5001 with flag 5001/5001
1.59/1.17	c cleaning 4254 clauses out of 8519 with flag 11005/11005
2.29/1.83	c cleaning 5618 clauses out of 11261 with flag 18001/18001
3.12/2.65	c cleaning 6809 clauses out of 13642 with flag 26000/26000
4.26/3.73	c cleaning 7906 clauses out of 15837 with flag 35004/35004
5.40/4.89	c cleaning 8948 clauses out of 17927 with flag 45000/45000
6.82/6.25	c cleaning 9975 clauses out of 19981 with flag 56002/56002
8.43/7.86	c cleaning 10992 clauses out of 22006 with flag 68002/68002
10.44/9.86	c cleaning 11997 clauses out of 24013 with flag 81001/81001
12.36/11.78	c cleaning 12993 clauses out of 26015 with flag 95000/95000
14.79/14.11	c cleaning 13991 clauses out of 28022 with flag 110000/110000
17.01/16.34	c cleaning 15012 clauses out of 30031 with flag 126000/126000
19.56/18.87	c cleaning 16001 clauses out of 32022 with flag 143003/143003
22.48/21.79	c cleaning 16999 clauses out of 34018 with flag 161000/161000
25.43/24.67	c cleaning 17999 clauses out of 36021 with flag 180002/180002
28.58/27.78	c cleaning 18996 clauses out of 38021 with flag 200001/200001
31.84/30.99	c cleaning 20000 clauses out of 40025 with flag 221001/221001
35.35/34.47	c cleaning 21005 clauses out of 42026 with flag 243002/243002
39.92/38.99	c cleaning 22000 clauses out of 44019 with flag 266000/266000
44.09/43.06	c cleaning 22999 clauses out of 46019 with flag 290000/290000
48.33/47.25	c cleaning 23998 clauses out of 48023 with flag 315003/315003
54.18/53.03	c cleaning 25007 clauses out of 50024 with flag 341002/341002
60.07/58.82	c cleaning 26000 clauses out of 52017 with flag 368002/368002
66.50/65.26	c cleaning 26996 clauses out of 54017 with flag 396002/396002
71.89/70.52	c cleaning 28001 clauses out of 56020 with flag 425001/425001
77.04/75.60	c cleaning 28996 clauses out of 58020 with flag 455002/455002
83.49/82.03	c cleaning 29998 clauses out of 60022 with flag 486000/486000
92.49/90.98	c cleaning 31000 clauses out of 62025 with flag 518001/518001
101.16/99.51	c cleaning 32004 clauses out of 64024 with flag 551000/551000
111.03/109.31	c cleaning 33003 clauses out of 66020 with flag 585000/585000
117.07/115.36	c cleaning 34001 clauses out of 68017 with flag 620000/620000
123.66/121.80	c cleaning 34999 clauses out of 70017 with flag 656001/656001
130.42/128.59	c cleaning 35999 clauses out of 72017 with flag 693000/693000
138.00/136.06	c cleaning 37000 clauses out of 74019 with flag 731001/731001
147.88/145.85	c cleaning 38001 clauses out of 76019 with flag 770001/770001
156.34/154.22	c cleaning 38995 clauses out of 78017 with flag 810000/810000
165.90/163.73	c cleaning 39996 clauses out of 80022 with flag 851000/851000
174.58/172.32	c cleaning 40999 clauses out of 82026 with flag 893000/893000
184.00/181.64	c cleaning 41985 clauses out of 84027 with flag 936000/936000
194.07/191.61	c cleaning 43004 clauses out of 86046 with flag 980004/980004
205.06/202.52	c cleaning 44007 clauses out of 88039 with flag 1025001/1025001
219.03/216.49	c cleaning 44994 clauses out of 90031 with flag 1071000/1071000
231.82/229.15	c cleaning 46009 clauses out of 92038 with flag 1118001/1118001
245.10/242.32	c cleaning 47004 clauses out of 94030 with flag 1166002/1166002
257.19/254.39	c cleaning 47999 clauses out of 96025 with flag 1215001/1215001
274.77/271.82	c cleaning 49003 clauses out of 98027 with flag 1265002/1265002
291.68/288.69	c cleaning 50000 clauses out of 100024 with flag 1316002/1316002
303.98/300.89	c cleaning 51003 clauses out of 102023 with flag 1368001/1368001
316.97/313.74	c cleaning 52000 clauses out of 104020 with flag 1421001/1421001
331.27/327.93	c cleaning 52993 clauses out of 106020 with flag 1475001/1475001
346.47/343.03	c cleaning 53998 clauses out of 108026 with flag 1530000/1530000
365.88/362.35	c cleaning 55001 clauses out of 110028 with flag 1586000/1586000
380.79/377.11	c cleaning 56001 clauses out of 112027 with flag 1643000/1643000
401.20/397.41	c cleaning 56994 clauses out of 114027 with flag 1701001/1701001
420.40/416.56	c cleaning 57998 clauses out of 116032 with flag 1760000/1760000
439.90/435.90	c cleaning 59004 clauses out of 118035 with flag 1820001/1820001
465.30/461.10	c cleaning 60008 clauses out of 120030 with flag 1881000/1881000
485.01/480.86	c cleaning 60999 clauses out of 122026 with flag 1943004/1943004
502.38/498.15	c cleaning 61999 clauses out of 124023 with flag 2006000/2006000
516.98/512.64	c cleaning 63002 clauses out of 126024 with flag 2070000/2070000
536.43/531.81	c cleaning 63996 clauses out of 128022 with flag 2135000/2135000
559.74/555.01	c cleaning 64999 clauses out of 130027 with flag 2201001/2201001
589.04/584.14	c cleaning 65994 clauses out of 132027 with flag 2268000/2268000
614.12/608.54	c cleaning 67005 clauses out of 134033 with flag 2336000/2336000
644.73/638.74	c cleaning 67998 clauses out of 136030 with flag 2405002/2405002
666.93/660.53	c cleaning 69004 clauses out of 138030 with flag 2475000/2475000
696.89/690.28	c cleaning 69994 clauses out of 140026 with flag 2546000/2546000
726.11/719.10	c cleaning 70999 clauses out of 142032 with flag 2618000/2618000
747.26/739.93	c cleaning 72006 clauses out of 144035 with flag 2691002/2691002
786.39/778.73	c cleaning 73005 clauses out of 146029 with flag 2765002/2765002
822.13/814.16	c cleaning 73998 clauses out of 148022 with flag 2840000/2840000
863.73/855.19	c cleaning 75005 clauses out of 150027 with flag 2916003/2916003
899.76/890.77	c cleaning 76006 clauses out of 152025 with flag 2993006/2993006
923.78/914.19	c cleaning 76991 clauses out of 154013 with flag 3071000/3071000
951.55/941.44	c cleaning 77996 clauses out of 156022 with flag 3150000/3150000
976.67/966.29	c cleaning 78983 clauses out of 158026 with flag 3230000/3230000
1005.95/995.18	c cleaning 80003 clauses out of 160043 with flag 3311000/3311000
1050.01/1038.86	c cleaning 81016 clauses out of 162043 with flag 3393003/3393003
1082.65/1070.96	c cleaning 82000 clauses out of 164025 with flag 3476001/3476001
1125.16/1113.04	c cleaning 82997 clauses out of 166026 with flag 3560002/3560002
1168.15/1155.67	c cleaning 84000 clauses out of 168028 with flag 3645001/3645001
1212.66/1199.79	c cleaning 85008 clauses out of 170031 with flag 3731004/3731004
1261.47/1247.89	c cleaning 86004 clauses out of 172021 with flag 3818002/3818002
1304.26/1290.20	c cleaning 87000 clauses out of 174016 with flag 3906001/3906001
1338.76/1324.22	c cleaning 87987 clauses out of 176015 with flag 3995000/3995000
1383.80/1368.84	c cleaning 88994 clauses out of 178028 with flag 4085000/4085000
1430.91/1415.49	c cleaning 90005 clauses out of 180041 with flag 4176007/4176007
1475.45/1459.53	c cleaning 90990 clauses out of 182031 with flag 4268002/4268002
1522.37/1505.91	c cleaning 92004 clauses out of 184043 with flag 4361004/4361004
1568.72/1551.86	c cleaning 93000 clauses out of 186036 with flag 4455001/4455001
1599.30/1581.78	c cleaning 94009 clauses out of 188035 with flag 4550000/4550000
1632.70/1614.62	c cleaning 94998 clauses out of 190026 with flag 4646000/4646000
1669.69/1651.19	c cleaning 96003 clauses out of 192030 with flag 4743002/4743002
1708.83/1689.86	c cleaning 97002 clauses out of 194026 with flag 4841001/4841001
1764.32/1744.78	c cleaning 98000 clauses out of 196023 with flag 4940000/4940000
1800.05/1780.01	c starts		: 273
1800.05/1780.01	c conflicts		: 5015508
1800.05/1780.01	c decisions		: 6328831
1800.05/1780.01	c propagations		: 192638319
1800.05/1780.01	c inspects		: 19437675872
1800.05/1780.01	c shortcuts		: 0
1800.05/1780.01	c learnt literals	: 0
1800.05/1780.01	c learnt binary clauses	: 0
1800.05/1780.01	c learnt ternary clauses	: 0
1800.05/1780.01	c learnt constraints	: 5015508
1800.05/1780.01	c ignored constraints	: 0
1800.05/1780.01	c root simplifications	: 0
1800.05/1780.01	c removed literals (reason simplification)	: 0
1800.05/1780.01	c reason swapping (by a shorter reason)	: 0
1800.05/1780.01	c Calls to reduceDB	: 95
1800.05/1780.01	c number of reductions to clauses (during analyze)	: 0
1800.05/1780.01	c number of learned constraints concerned by reduction	: 0
1800.05/1780.01	c number of learning phase by resolution	: 0
1800.05/1780.01	c number of learning phase by cutting planes	: 0
1800.05/1780.01	c speed (assignments/second)	: 108236.97102399563
1800.05/1780.01	c non guided choices	81471
1800.05/1780.04	c learnt constraints type 
1800.05/1780.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 173540
1800.05/1780.04	c constraints type 
1800.05/1780.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 55
1800.05/1780.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
1800.05/1780.04	c 105 constraints processed.
1800.05/1780.04	s UNKNOWN
1800.05/1780.04	c Total wall clock time (in seconds): 1779.931

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3688009-1337879096/watcher-3688009-1337879096 -o /tmp/evaluation-result-3688009-1337879096/solver-3688009-1337879096 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688009-1337879096.opb 

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.00 2.02 2.00 3/194 18338
/proc/meminfo: memFree=28590096/32873648 swapFree=7360/7360
[pid=18338] ppid=18336 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18338/stat : 18338 (java) R 18336 18338 16961 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254033714 9515008 182 33554432000 1073741824 1073778376 140734630677568 140734630668600 251053031093 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18338/statm: 2323 182 140 9 0 71 0

[startup+0.038383 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 18338
/proc/meminfo: memFree=28590096/32873648 swapFree=7360/7360
[pid=18338] ppid=18336 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/18338/stat : 18338 (java) S 18336 18338 16961 0 -1 4202496 2967 0 1 0 1 0 0 0 20 0 13 0 254033714 9446973440 3667 33554432000 1073741824 1073778376 140735828431376 140735828422512 251056390205 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18338/statm: 2306390 3667 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100311 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 18338
/proc/meminfo: memFree=28590096/32873648 swapFree=7360/7360
[pid=18338] ppid=18336 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/18338/stat : 18338 (java) S 18336 18338 16961 0 -1 4202496 4336 0 1 0 8 1 0 0 20 0 18 0 254033714 9787813888 5531 33554432000 1073741824 1073778376 140735828431376 140735828422512 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18338/statm: 2389603 5532 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 18338
/proc/meminfo: memFree=28590096/32873648 swapFree=7360/7360
[pid=18338] ppid=18336 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/18338/stat : 18338 (java) S 18336 18338 16961 0 -1 4202496 6636 0 1 0 53 2 0 0 20 0 19 0 254033714 9855975424 8402 33554432000 1073741824 1073778376 140735828431376 140735828422512 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18338/statm: 2406244 8402 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9624976

[startup+0.700151 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 18338
/proc/meminfo: memFree=28590096/32873648 swapFree=7360/7360
[pid=18338] ppid=18336 vsize=9624976 CPUtime=1.16 cores=0,2,4,6
/proc/18338/stat : 18338 (java) S 18336 18338 16961 0 -1 4202496 7619 0 1 0 113 3 0 0 20 0 19 0 254033714 9855975424 12798 33554432000 1073741824 1073778376 140735828431376 140735828422512 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18338/statm: 2406244 12798 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9624976

[startup+1.50068 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 18357
/proc/meminfo: memFree=28543152/32873648 swapFree=7360/7360
[pid=18338] ppid=18336 vsize=9624976 CPUtime=1.99 cores=0,2,4,6
/proc/18338/stat : 18338 (java) S 18336 18338 16961 0 -1 4202496 7653 0 1 0 195 4 0 0 20 0 19 0 254033714 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140735828422512 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18338/statm: 2406244 16906 2264 9 0 2396937 0
[pid=18338/tid=18340] ppid=18336 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/18338/task/18340/stat : 18340 (java) R 18336 18338 16961 0 -1 4202560 2466 0 1 0 142 1 0 0 20 0 19 0 254033715 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140291116687784 140290963294210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18341] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18341/stat : 18341 (java) S 18336 18338 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140291089140520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18342] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18342/stat : 18342 (java) S 18336 18338 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140291088087720 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18343] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18343/stat : 18343 (java) S 18336 18338 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140291087035432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18344] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18344/stat : 18344 (java) S 18336 18338 16961 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140291085982632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18345] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18345/stat : 18345 (java) S 18336 18338 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140291084929320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18346] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18346/stat : 18346 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140291083876520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18347] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18347/stat : 18347 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140291082824232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18348] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18348/stat : 18348 (java) S 18336 18338 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140291081771432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18349] ppid=18336 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/18338/task/18349/stat : 18349 (java) S 18336 18338 16961 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 254033717 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140290469890792 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18350] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18350/stat : 18350 (java) S 18336 18338 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140290468836856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18351] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18351/stat : 18351 (java) S 18336 18338 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140290467784456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18352] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18352/stat : 18352 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140290466732944 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18353] ppid=18336 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/18338/task/18353/stat : 18353 (java) S 18336 18338 16961 0 -1 4202560 2076 0 0 0 26 0 0 0 20 0 19 0 254033720 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140290465679544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18354] ppid=18336 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/18338/task/18354/stat : 18354 (java) S 18336 18338 16961 0 -1 4202560 1835 0 0 0 21 0 0 0 20 0 19 0 254033720 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140290464626744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18355] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18355/stat : 18355 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140290463574648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18356] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18356/stat : 18356 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140290462522056 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18357] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18357/stat : 18357 (java) S 18336 18338 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254033737 9855975424 16906 33554432000 1073741824 1073778376 140735828431376 140290461468072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 18357
/proc/meminfo: memFree=28522424/32873648 swapFree=7360/7360
[pid=18338] ppid=18336 vsize=9624976 CPUtime=3.66 cores=0,2,4,6
/proc/18338/stat : 18338 (java) S 18336 18338 16961 0 -1 4202496 7862 0 1 0 361 5 0 0 20 0 19 0 254033714 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140735828422512 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18338/statm: 2406244 20494 2264 9 0 2396937 0
[pid=18338/tid=18340] ppid=18336 vsize=9624976 CPUtime=2.99 cores=0,2,4,6
/proc/18338/task/18340/stat : 18340 (java) R 18336 18338 16961 0 -1 4202560 2466 0 1 0 297 2 0 0 20 0 19 0 254033715 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140291116687784 140290963279161 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18341] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18341/stat : 18341 (java) S 18336 18338 16961 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140291089140520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18342] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18342/stat : 18342 (java) S 18336 18338 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140291088087720 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18343] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18343/stat : 18343 (java) S 18336 18338 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140291087035432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18344] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18344/stat : 18344 (java) S 18336 18338 16961 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140291085982632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18345] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18345/stat : 18345 (java) S 18336 18338 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140291084929320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18346] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18346/stat : 18346 (java) S 18336 18338 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140291083876520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18347] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18347/stat : 18347 (java) S 18336 18338 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140291082824232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18348] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18348/stat : 18348 (java) S 18336 18338 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140291081771432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18349] ppid=18336 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/18338/task/18349/stat : 18349 (java) S 18336 18338 16961 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 254033717 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140290469890792 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18350] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18350/stat : 18350 (java) S 18336 18338 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140290468836856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18351] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18351/stat : 18351 (java) S 18336 18338 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140290467784456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18352] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18352/stat : 18352 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140290466732944 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18353] ppid=18336 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/18338/task/18353/stat : 18353 (java) S 18336 18338 16961 0 -1 4202560 2077 0 0 0 27 0 0 0 20 0 19 0 254033720 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140290465679544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18354] ppid=18336 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/18338/task/18354/stat : 18354 (java) S 18336 18338 16961 0 -1 4202560 2023 0 0 0 24 0 0 0 20 0 19 0 254033720 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140290464626744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18355] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18355/stat : 18355 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140290463574648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18356] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18356/stat : 18356 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140290462522056 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18357] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18357/stat : 18357 (java) S 18336 18338 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254033737 9855975424 20494 33554432000 1073741824 1073778376 140735828431376 140290461468072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 18357
/proc/meminfo: memFree=28503372/32873648 swapFree=7360/7360
[pid=18338] ppid=18336 vsize=9624976 CPUtime=6.93 cores=0,2,4,6
/proc/18338/stat : 18338 (java) S 18336 18338 16961 0 -1 4202496 7896 0 1 0 687 6 0 0 20 0 19 0 254033714 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140735828422512 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18338/statm: 2406244 26611 2264 9 0 2396937 0
[pid=18338/tid=18340] ppid=18336 vsize=9624976 CPUtime=6.11 cores=0,2,4,6
/proc/18338/task/18340/stat : 18340 (java) R 18336 18338 16961 0 -1 4202560 2473 0 1 0 609 2 0 0 20 0 19 0 254033715 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140291116687784 140290963242724 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18341] ppid=18336 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/18338/task/18341/stat : 18341 (java) S 18336 18338 16961 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254033716 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140291089140520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18342] ppid=18336 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/18338/task/18342/stat : 18342 (java) S 18336 18338 16961 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254033716 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140291088087720 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18343] ppid=18336 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/18338/task/18343/stat : 18343 (java) S 18336 18338 16961 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254033716 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140291087035432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18344] ppid=18336 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/18338/task/18344/stat : 18344 (java) S 18336 18338 16961 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 254033716 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140291085982632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18345] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18345/stat : 18345 (java) S 18336 18338 16961 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140291084929320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18346] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18346/stat : 18346 (java) S 18336 18338 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254033716 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140291083876520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18347] ppid=18336 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/18338/task/18347/stat : 18347 (java) S 18336 18338 16961 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 254033716 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140291082824232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18348] ppid=18336 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/18338/task/18348/stat : 18348 (java) S 18336 18338 16961 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 254033716 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140291081771432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18349] ppid=18336 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/18338/task/18349/stat : 18349 (java) S 18336 18338 16961 0 -1 4202560 40 0 0 0 9 0 0 0 20 0 19 0 254033717 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140290469890792 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18350] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18350/stat : 18350 (java) S 18336 18338 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140290468836856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18351] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18351/stat : 18351 (java) S 18336 18338 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140290467784456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18352] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18352/stat : 18352 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140290466732944 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18353] ppid=18336 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/18338/task/18353/stat : 18353 (java) S 18336 18338 16961 0 -1 4202560 2077 0 0 0 27 0 0 0 20 0 19 0 254033720 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140290465679544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18354] ppid=18336 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/18338/task/18354/stat : 18354 (java) S 18336 18338 16961 0 -1 4202560 2023 0 0 0 24 0 0 0 20 0 19 0 254033720 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140290464626744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18355] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18355/stat : 18355 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140290463574648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18356] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18356/stat : 18356 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140290462522056 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18357] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18357/stat : 18357 (java) S 18336 18338 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254033737 9855975424 26611 33554432000 1073741824 1073778376 140735828431376 140290461468072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=18338/tid=18346] ppid=18336 vsize=9624976 CPUtime=2.94 cores=0,2,4,6
/proc/18338/task/18346/stat : 18346 (java) S 18336 18338 16961 0 -1 4202560 795 0 0 0 281 13 0 0 20 0 19 0 254033716 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140291083876520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18347] ppid=18336 vsize=9624976 CPUtime=3.15 cores=0,2,4,6
/proc/18338/task/18347/stat : 18347 (java) S 18336 18338 16961 0 -1 4202560 1032 0 0 0 307 8 0 0 20 0 19 0 254033716 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140291082824232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18348] ppid=18336 vsize=9624976 CPUtime=3.12 cores=0,2,4,6
/proc/18338/task/18348/stat : 18348 (java) S 18336 18338 16961 0 -1 4202560 608 0 0 0 300 12 0 0 20 0 19 0 254033716 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140291081771432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18349] ppid=18336 vsize=9624976 CPUtime=6.99 cores=0,2,4,6
/proc/18338/task/18349/stat : 18349 (java) S 18336 18338 16961 0 -1 4202560 790 0 0 0 693 6 0 0 20 0 19 0 254033717 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140290469890792 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18350] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18350/stat : 18350 (java) S 18336 18338 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140290468836856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18351] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18351/stat : 18351 (java) S 18336 18338 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140290467784456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18352] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18352/stat : 18352 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140290466732944 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18353] ppid=18336 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/18338/task/18353/stat : 18353 (java) S 18336 18338 16961 0 -1 4202560 2502 0 0 0 29 0 0 0 20 0 19 0 254033720 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140290465679544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18354] ppid=18336 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/18338/task/18354/stat : 18354 (java) S 18336 18338 16961 0 -1 4202560 2023 0 0 0 24 0 0 0 20 0 19 0 254033720 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140290464626744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18355] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18355/stat : 18355 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140290463574648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18356] ppid=18336 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/18338/task/18356/stat : 18356 (java) S 18336 18338 16961 0 -1 4202560 93 0 0 0 24 31 0 0 20 0 19 0 254033720 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140290462522056 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18357] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18357/stat : 18357 (java) S 18336 18338 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254033737 9855975424 170840 33554432000 1073741824 1073778376 140735828431376 140290461468072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1620.23
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 20484
/proc/meminfo: memFree=28350992/32873648 swapFree=7360/7360
[pid=18338] ppid=18336 vsize=9624976 CPUtime=1681.01 cores=0,2,4,6
/proc/18338/stat : 18338 (java) S 18336 18338 16961 0 -1 4202496 16333 0 1 0 167978 123 0 0 20 0 19 0 254033714 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140735828422512 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18338/statm: 2406244 175977 2265 9 0 2396937 0
[pid=18338/tid=18340] ppid=18336 vsize=9624976 CPUtime=1647.86 cores=0,2,4,6
/proc/18338/task/18340/stat : 18340 (java) R 18336 18338 16961 0 -1 4202560 2820 0 1 0 164754 32 0 0 20 0 19 0 254033715 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140291116686720 140290963374465 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18341] ppid=18336 vsize=9624976 CPUtime=3.12 cores=0,2,4,6
/proc/18338/task/18341/stat : 18341 (java) S 18336 18338 16961 0 -1 4202560 859 0 0 0 301 11 0 0 20 0 19 0 254033716 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140291089140520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18342] ppid=18336 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/18338/task/18342/stat : 18342 (java) S 18336 18338 16961 0 -1 4202560 655 0 0 0 291 11 0 0 20 0 19 0 254033716 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140291088087720 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18343] ppid=18336 vsize=9624976 CPUtime=3.28 cores=0,2,4,6
/proc/18338/task/18343/stat : 18343 (java) S 18336 18338 16961 0 -1 4202560 896 0 0 0 315 13 0 0 20 0 19 0 254033716 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140291087035432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18344] ppid=18336 vsize=9624976 CPUtime=3 cores=0,2,4,6
/proc/18338/task/18344/stat : 18344 (java) S 18336 18338 16961 0 -1 4202560 810 0 0 0 291 9 0 0 20 0 19 0 254033716 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140291085982632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18345] ppid=18336 vsize=9624976 CPUtime=3.06 cores=0,2,4,6
/proc/18338/task/18345/stat : 18345 (java) S 18336 18338 16961 0 -1 4202560 1235 0 0 0 295 11 0 0 20 0 19 0 254033716 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140291084929320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18346] ppid=18336 vsize=9624976 CPUtime=3.04 cores=0,2,4,6
/proc/18338/task/18346/stat : 18346 (java) S 18336 18338 16961 0 -1 4202560 795 0 0 0 291 13 0 0 20 0 19 0 254033716 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140291083876520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18347] ppid=18336 vsize=9624976 CPUtime=3.3 cores=0,2,4,6
/proc/18338/task/18347/stat : 18347 (java) S 18336 18338 16961 0 -1 4202560 1036 0 0 0 322 8 0 0 20 0 19 0 254033716 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140291082824232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18348] ppid=18336 vsize=9624976 CPUtime=3.31 cores=0,2,4,6
/proc/18338/task/18348/stat : 18348 (java) S 18336 18338 16961 0 -1 4202560 611 0 0 0 319 12 0 0 20 0 19 0 254033716 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140291081771432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18349] ppid=18336 vsize=9624976 CPUtime=7.26 cores=0,2,4,6
/proc/18338/task/18349/stat : 18349 (java) S 18336 18338 16961 0 -1 4202560 812 0 0 0 720 6 0 0 20 0 19 0 254033717 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140290469890792 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18350] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18350/stat : 18350 (java) S 18336 18338 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140290468836856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18351] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18351/stat : 18351 (java) S 18336 18338 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140290467784456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18352] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18352/stat : 18352 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140290466732944 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18353] ppid=18336 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/18338/task/18353/stat : 18353 (java) S 18336 18338 16961 0 -1 4202560 2502 0 0 0 29 0 0 0 20 0 19 0 254033720 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140290465679544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18354] ppid=18336 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/18338/task/18354/stat : 18354 (java) S 18336 18338 16961 0 -1 4202560 2023 0 0 0 24 0 0 0 20 0 19 0 254033720 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140290464626744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18355] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18355/stat : 18355 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140290463574648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18356] ppid=18336 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/18338/task/18356/stat : 18356 (java) S 18336 18338 16961 0 -1 4202560 95 0 0 0 25 32 0 0 20 0 19 0 254033720 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140290462522056 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18357] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18357/stat : 18357 (java) S 18336 18338 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254033737 9855975424 175977 33554432000 1073741824 1073778376 140735828431376 140290461468072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1681.01
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 20541
/proc/meminfo: memFree=28348184/32873648 swapFree=7360/7360
[pid=18338] ppid=18336 vsize=9624976 CPUtime=1741.65 cores=0,2,4,6
/proc/18338/stat : 18338 (java) S 18336 18338 16961 0 -1 4202496 16461 0 1 0 174039 126 0 0 20 0 19 0 254033714 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140735828422512 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18338/statm: 2406244 181156 2265 9 0 2396937 0
[pid=18338/tid=18340] ppid=18336 vsize=9624976 CPUtime=1707.45 cores=0,2,4,6
/proc/18338/task/18340/stat : 18340 (java) R 18336 18338 16961 0 -1 4202560 2828 0 1 0 170713 32 0 0 20 0 19 0 254033715 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140291116686720 140290963242432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18341] ppid=18336 vsize=9624976 CPUtime=3.2 cores=0,2,4,6
/proc/18338/task/18341/stat : 18341 (java) S 18336 18338 16961 0 -1 4202560 865 0 0 0 309 11 0 0 20 0 19 0 254033716 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140291089140520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18342] ppid=18336 vsize=9624976 CPUtime=3.12 cores=0,2,4,6
/proc/18338/task/18342/stat : 18342 (java) S 18336 18338 16961 0 -1 4202560 656 0 0 0 301 11 0 0 20 0 19 0 254033716 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140291088087720 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18343] ppid=18336 vsize=9624976 CPUtime=3.43 cores=0,2,4,6
/proc/18338/task/18343/stat : 18343 (java) S 18336 18338 16961 0 -1 4202560 907 0 0 0 329 14 0 0 20 0 19 0 254033716 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140291087035432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18344] ppid=18336 vsize=9624976 CPUtime=3.12 cores=0,2,4,6
/proc/18338/task/18344/stat : 18344 (java) S 18336 18338 16961 0 -1 4202560 816 0 0 0 302 10 0 0 20 0 19 0 254033716 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140291085982632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18345] ppid=18336 vsize=9624976 CPUtime=3.18 cores=0,2,4,6
/proc/18338/task/18345/stat : 18345 (java) S 18336 18338 16961 0 -1 4202560 1261 0 0 0 306 12 0 0 20 0 19 0 254033716 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140291084929320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18346] ppid=18336 vsize=9624976 CPUtime=3.14 cores=0,2,4,6
/proc/18338/task/18346/stat : 18346 (java) S 18336 18338 16961 0 -1 4202560 813 0 0 0 301 13 0 0 20 0 19 0 254033716 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140291083876520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18347] ppid=18336 vsize=9624976 CPUtime=3.41 cores=0,2,4,6
/proc/18338/task/18347/stat : 18347 (java) S 18336 18338 16961 0 -1 4202560 1055 0 0 0 332 9 0 0 20 0 19 0 254033716 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140291082824232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18348] ppid=18336 vsize=9624976 CPUtime=3.45 cores=0,2,4,6
/proc/18338/task/18348/stat : 18348 (java) S 18336 18338 16961 0 -1 4202560 619 0 0 0 333 12 0 0 20 0 19 0 254033716 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140291081771432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18349] ppid=18336 vsize=9624976 CPUtime=7.4 cores=0,2,4,6
/proc/18338/task/18349/stat : 18349 (java) S 18336 18338 16961 0 -1 4202560 833 0 0 0 734 6 0 0 20 0 19 0 254033717 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140290469890792 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18350] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18350/stat : 18350 (java) S 18336 18338 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140290468836856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18351] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18351/stat : 18351 (java) S 18336 18338 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140290467784456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18352] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18352/stat : 18352 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140290466732944 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18353] ppid=18336 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/18338/task/18353/stat : 18353 (java) S 18336 18338 16961 0 -1 4202560 2502 0 0 0 29 0 0 0 20 0 19 0 254033720 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140290465679544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18354] ppid=18336 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/18338/task/18354/stat : 18354 (java) S 18336 18338 16961 0 -1 4202560 2023 0 0 0 24 0 0 0 20 0 19 0 254033720 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140290464626744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18355] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18355/stat : 18355 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140290463574648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18356] ppid=18336 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/18338/task/18356/stat : 18356 (java) S 18336 18338 16961 0 -1 4202560 99 0 0 0 26 34 0 0 20 0 19 0 254033720 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140290462522056 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18357] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18357/stat : 18357 (java) S 18336 18338 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254033737 9855975424 181156 33554432000 1073741824 1073778376 140735828431376 140290461468072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1741.65
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 20541
/proc/meminfo: memFree=28296308/32873648 swapFree=7360/7360
[pid=18338] ppid=18336 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/18338/stat : 18338 (java) S 18336 18338 16961 0 -1 4202496 16977 0 1 0 179876 129 0 0 20 0 19 0 254033714 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140735828422512 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18338/statm: 2406244 184177 2265 9 0 2396937 0
[pid=18338/tid=18340] ppid=18336 vsize=9624976 CPUtime=1764.66 cores=0,2,4,6
/proc/18338/task/18340/stat : 18340 (java) R 18336 18338 16961 0 -1 4202560 2839 0 1 0 176433 33 0 0 20 0 19 0 254033715 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140291116686720 140290963374470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18341] ppid=18336 vsize=9624976 CPUtime=3.36 cores=0,2,4,6
/proc/18338/task/18341/stat : 18341 (java) S 18336 18338 16961 0 -1 4202560 867 0 0 0 325 11 0 0 20 0 19 0 254033716 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140291089140520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18342] ppid=18336 vsize=9624976 CPUtime=3.26 cores=0,2,4,6
/proc/18338/task/18342/stat : 18342 (java) S 18336 18338 16961 0 -1 4202560 783 0 0 0 315 11 0 0 20 0 19 0 254033716 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140291088087720 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18343] ppid=18336 vsize=9624976 CPUtime=3.54 cores=0,2,4,6
/proc/18338/task/18343/stat : 18343 (java) S 18336 18338 16961 0 -1 4202560 1023 0 0 0 340 14 0 0 20 0 19 0 254033716 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140291087035432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18344] ppid=18336 vsize=9624976 CPUtime=3.23 cores=0,2,4,6
/proc/18338/task/18344/stat : 18344 (java) S 18336 18338 16961 0 -1 4202560 816 0 0 0 313 10 0 0 20 0 19 0 254033716 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140291085982632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18345] ppid=18336 vsize=9624976 CPUtime=3.29 cores=0,2,4,6
/proc/18338/task/18345/stat : 18345 (java) S 18336 18338 16961 0 -1 4202560 1402 0 0 0 317 12 0 0 20 0 19 0 254033716 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140291084929320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18346] ppid=18336 vsize=9624976 CPUtime=3.27 cores=0,2,4,6
/proc/18338/task/18346/stat : 18346 (java) S 18336 18338 16961 0 -1 4202560 815 0 0 0 313 14 0 0 20 0 19 0 254033716 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140291083876520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18347] ppid=18336 vsize=9624976 CPUtime=3.49 cores=0,2,4,6
/proc/18338/task/18347/stat : 18347 (java) S 18336 18338 16961 0 -1 4202560 1142 0 0 0 340 9 0 0 20 0 19 0 254033716 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140291082824232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18348] ppid=18336 vsize=9624976 CPUtime=3.57 cores=0,2,4,6
/proc/18338/task/18348/stat : 18348 (java) S 18336 18338 16961 0 -1 4202560 620 0 0 0 344 13 0 0 20 0 19 0 254033716 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140291081771432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18349] ppid=18336 vsize=9624976 CPUtime=7.61 cores=0,2,4,6
/proc/18338/task/18349/stat : 18349 (java) S 18336 18338 16961 0 -1 4202560 858 0 0 0 755 6 0 0 20 0 19 0 254033717 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140290469890792 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18338/tid=18350] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18350/stat : 18350 (java) S 18336 18338 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140290468836856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18351] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18351/stat : 18351 (java) S 18336 18338 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254033718 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140290467784456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18352] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18352/stat : 18352 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140290466732944 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18353] ppid=18336 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/18338/task/18353/stat : 18353 (java) S 18336 18338 16961 0 -1 4202560 2502 0 0 0 29 0 0 0 20 0 19 0 254033720 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140290465679544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18338/tid=18354] ppid=18336 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/18338/task/18354/stat : 18354 (java) S 18336 18338 16961 0 -1 4202560 2023 0 0 0 24 0 0 0 20 0 19 0 254033720 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140290464626744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18355] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18355/stat : 18355 (java) S 18336 18338 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254033720 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140290463574648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18338/tid=18356] ppid=18336 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/18338/task/18356/stat : 18356 (java) S 18336 18338 16961 0 -1 4202560 103 0 0 0 27 35 0 0 20 0 19 0 254033720 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140290462522056 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18338/tid=18357] ppid=18336 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/18338/task/18357/stat : 18357 (java) S 18336 18338 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254033737 9855975424 184177 33554432000 1073741824 1073778376 140735828431376 140290461468072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1780.05
CPU time (s): 1800.78
CPU user time (s): 1798.96
CPU system time (s): 1.82272
CPU usage (%): 101.165
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.82272
maximum resident set size= 736868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17020
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47582
involuntary context switches= 51015

runsolver used 6.03008 second user time and 14.8437 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-24 19:04:56
IDJOB=3688009
IDBENCH=2573
IDSOLVER=2269
FILE ID=node149/3688009-1337879096
RUNJOBID= node149-1337871880-16977
PBS_JOBID= 14620055
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-55-50.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688009-1337879096/watcher-3688009-1337879096 -o /tmp/evaluation-result-3688009-1337879096/solver-3688009-1337879096 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688009-1337879096.opb

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

MD5SUM BENCH= 277dd35641d3866b31d8fb041eb7f9fb
RANDOM SEED=997330539

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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	: 5331.91
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.145
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28590360 kB
Buffers:          220116 kB
Cached:          2713412 kB
SwapCached:            0 kB
Active:          1145996 kB
Inactive:        2354968 kB
Active(anon):     568456 kB
Inactive(anon):        0 kB
Active(file):     577540 kB
Inactive(file):  2354968 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:        589384 kB
Mapped:            22596 kB
Shmem:               200 kB
Slab:             627832 kB
SReclaimable:      72036 kB
SUnreclaim:       555796 kB
KernelStack:        1592 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     825456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node149 at 2012-05-24 19:34:38