Trace number 4096698

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 1798.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_33.opb
MD5SUMd391fabd9d095715d87c32e8f977e774
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1741.64
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1482
Total number of constraints7073
Number of constraints which are clauses7068
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint38
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 71
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4096698-1466115275.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.54/0.34	c ... done. Wall clock time 0.235s.
0.54/0.34	c declared #vars     1482
0.54/0.34	c #constraints  7077
0.54/0.34	c constraints type 
0.54/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4218
0.54/0.34	c org.sat4j.specs.Constr$1 => 4
0.54/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.54/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.54/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2849
0.54/0.34	c 7077 constraints processed.
1.55/1.02	c cleaning 2500 clauses out of 5000 with flag 24768/5000
2.29/1.66	c cleaning 4249 clauses out of 8500 with flag 49108/11000
3.13/2.46	c cleaning 5623 clauses out of 11252 with flag 75119/18001
4.14/3.42	c cleaning 6811 clauses out of 13628 with flag 108821/26000
5.35/4.66	c cleaning 7910 clauses out of 15819 with flag 149713/35002
6.86/6.15	c cleaning 8952 clauses out of 17907 with flag 197464/45000
8.46/7.80	c cleaning 9974 clauses out of 19955 with flag 254101/56000
10.45/9.73	c cleaning 10988 clauses out of 21981 with flag 320326/68000
12.45/11.77	c cleaning 11995 clauses out of 23993 with flag 392940/81000
14.85/14.17	c cleaning 12995 clauses out of 25998 with flag 472689/95000
17.75/17.01	c cleaning 13999 clauses out of 28003 with flag 564230/110000
20.35/19.67	c cleaning 14999 clauses out of 30007 with flag 633924/126003
23.15/22.44	c cleaning 16003 clauses out of 32008 with flag 698979/143003
26.26/25.50	c cleaning 17001 clauses out of 34004 with flag 772934/161002
29.37/28.70	c cleaning 17995 clauses out of 36002 with flag 855528/180001
32.86/32.18	c cleaning 18996 clauses out of 38008 with flag 947921/200002
36.76/36.03	c cleaning 20001 clauses out of 40010 with flag 1050535/221000
40.75/40.03	c cleaning 21001 clauses out of 42009 with flag 1149026/243000
44.87/44.16	c cleaning 21996 clauses out of 44008 with flag 1256426/266000
49.36/48.66	c cleaning 23000 clauses out of 46012 with flag 1376288/290000
54.46/53.71	c cleaning 24001 clauses out of 48012 with flag 1505230/315000
59.76/59.00	c cleaning 24999 clauses out of 50011 with flag 1637321/341000
65.26/64.58	c cleaning 26004 clauses out of 52012 with flag 1773631/368000
71.37/70.67	c cleaning 27001 clauses out of 54010 with flag 1933092/396002
77.87/77.15	c cleaning 27998 clauses out of 56007 with flag 2081364/425000
84.76/84.01	c cleaning 28995 clauses out of 58010 with flag 2245038/455001
92.36/91.60	c cleaning 29999 clauses out of 60014 with flag 2414708/486000
100.47/99.79	c cleaning 30997 clauses out of 62017 with flag 2595224/518002
108.42/107.68	c cleaning 32001 clauses out of 64020 with flag 2776241/551002
116.82/116.08	c cleaning 33000 clauses out of 66017 with flag 2975569/585000
125.82/125.03	c cleaning 34001 clauses out of 68018 with flag 3191264/620001
134.31/133.56	c cleaning 35000 clauses out of 70016 with flag 3396644/656000
144.11/143.40	c cleaning 35999 clauses out of 72016 with flag 3616100/693000
154.51/153.72	c cleaning 37000 clauses out of 74017 with flag 3850605/731000
164.62/163.87	c cleaning 38000 clauses out of 76017 with flag 4054521/770000
175.32/174.51	c cleaning 38996 clauses out of 78017 with flag 4283538/810000
187.22/186.46	c cleaning 39999 clauses out of 80021 with flag 4528881/851000
199.52/198.72	c cleaning 41000 clauses out of 82022 with flag 4766381/893000
211.62/210.88	c cleaning 42000 clauses out of 84024 with flag 5011406/936002
225.62/224.90	c cleaning 43000 clauses out of 86023 with flag 5264094/980001
239.54/238.72	c cleaning 44008 clauses out of 88024 with flag 5509665/1025002
254.43/253.67	c cleaning 44994 clauses out of 90015 with flag 5780180/1071001
270.73/269.97	c cleaning 46007 clauses out of 92021 with flag 6069302/1118001
286.85/286.07	c cleaning 46999 clauses out of 94014 with flag 6377723/1166001
303.40/302.55	c cleaning 48002 clauses out of 96015 with flag 6722348/1215001
319.80/318.90	c cleaning 48998 clauses out of 98013 with flag 7038537/1265001
337.00/336.13	c cleaning 50003 clauses out of 100014 with flag 7335323/1316000
355.10/354.28	c cleaning 51003 clauses out of 102012 with flag 7643666/1368001
373.40/372.50	c cleaning 51992 clauses out of 104008 with flag 7941101/1421000
393.21/392.37	c cleaning 52996 clauses out of 106016 with flag 8269670/1475000
413.41/412.60	c cleaning 54004 clauses out of 108022 with flag 8601092/1530002
435.60/434.74	c cleaning 54999 clauses out of 110017 with flag 8948885/1586001
458.82/457.90	c cleaning 56001 clauses out of 112017 with flag 9297965/1643000
481.72/480.88	c cleaning 57000 clauses out of 114016 with flag 9648293/1701000
506.02/505.16	c cleaning 57997 clauses out of 116016 with flag 10016082/1760000
531.13/530.23	c cleaning 59000 clauses out of 118019 with flag 10425520/1820000
556.16/555.22	c cleaning 59999 clauses out of 120020 with flag 10845316/1881001
583.17/582.25	c cleaning 61005 clauses out of 122020 with flag 11273237/1943000
609.47/608.52	c cleaning 62002 clauses out of 124015 with flag 11646484/2006000
638.67/637.79	c cleaning 62996 clauses out of 126013 with flag 12045958/2070000
668.39/667.42	c cleaning 63999 clauses out of 128017 with flag 12477452/2135000
697.59/696.60	c cleaning 64995 clauses out of 130019 with flag 12896574/2201001
729.09/728.17	c cleaning 66001 clauses out of 132023 with flag 13351718/2268000
761.60/760.64	c cleaning 67007 clauses out of 134024 with flag 13838904/2336002
793.89/792.90	c cleaning 68002 clauses out of 136016 with flag 14274070/2405001
827.37/826.31	c cleaning 68997 clauses out of 138013 with flag 14712464/2475000
860.98/859.94	c cleaning 70000 clauses out of 140016 with flag 15176739/2546000
896.58/895.57	c cleaning 70999 clauses out of 142016 with flag 15652278/2618000
934.49/933.49	c cleaning 72004 clauses out of 144018 with flag 16145335/2691001
971.79/970.78	c cleaning 72997 clauses out of 146013 with flag 16630127/2765000
1012.20/1011.11	c cleaning 74006 clauses out of 148016 with flag 17105341/2840000
1051.41/1050.33	c cleaning 75002 clauses out of 150010 with flag 17596272/2916000
1091.72/1090.64	c cleaning 75996 clauses out of 152008 with flag 18061165/2993000
1131.13/1130.05	c cleaning 77000 clauses out of 154014 with flag 18527809/3071002
1173.44/1172.24	c cleaning 77997 clauses out of 156013 with flag 19033291/3150001
1217.95/1216.72	c cleaning 79000 clauses out of 158016 with flag 19568127/3230001
1265.55/1264.35	c cleaning 79999 clauses out of 160018 with flag 20146409/3311003
1315.56/1314.37	c cleaning 81001 clauses out of 162017 with flag 20712819/3393001
1365.86/1364.68	c cleaning 82004 clauses out of 164017 with flag 21267582/3476002
1416.78/1415.51	c cleaning 83002 clauses out of 166011 with flag 21839153/3560000
1466.49/1465.28	c cleaning 83998 clauses out of 168012 with flag 22381277/3645003
1522.80/1521.51	c cleaning 84997 clauses out of 170012 with flag 22954595/3731001
1579.33/1577.99	c cleaning 85999 clauses out of 172015 with flag 23539548/3818001
1632.33/1630.90	c cleaning 86996 clauses out of 174015 with flag 24130044/3906000
1692.31/1690.94	c cleaning 88004 clauses out of 176019 with flag 24793236/3995000
1754.51/1753.20	c cleaning 88999 clauses out of 178015 with flag 25464639/4085000
1800.00/1798.61	c starts		: 265
1800.00/1798.61	c conflicts		: 4159480
1800.00/1798.61	c decisions		: 4904182
1800.00/1798.61	c propagations		: 425803919
1800.00/1798.61	c inspects		: 29524193852
1800.00/1798.61	c shortcuts		: 0
1800.00/1798.61	c learnt literals	: 0
1800.00/1798.61	c learnt binary clauses	: 0
1800.00/1798.61	c learnt ternary clauses	: 1
1800.00/1798.61	c learnt constraints	: 4159481
1800.00/1798.61	c ignored constraints	: 0
1800.00/1798.61	c timeout
1800.00/1798.61	c root simplifications	: 0
1800.00/1798.61	c removed literals (reason simplification)	: 0
1800.00/1798.61	c reason swapping (by a shorter reason)	: 0
1800.00/1798.61	c Calls to reduceDB	: 86
1800.00/1798.61	c Number of update (reduction) of LBD	: 714357
1800.00/1798.61	c Imported unit clauses	: 0
1800.00/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.61	c number of learned constraints concerned by reduction	: 0
1800.00/1798.61	c number of learning phase by resolution	: 0
1800.00/1798.61	c number of learning phase by cutting planes	: 0
1800.00/1798.61	c speed (assignments/second)	: 236785.57311813367
1800.00/1798.61	c non guided choices	149
1800.00/1798.64	c learnt constraints type 
1800.00/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 163497
1800.00/1798.64	s UNKNOWN
1800.00/1798.64	c Total wall clock time (in seconds): 1798.534

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-4096698-1466115275/watcher-4096698-1466115275 -o /tmp/evaluation-result-4096698-1466115275/solver-4096698-1466115275 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27740 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096698-1466115275.opb 

pid=29675
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.14 2.17 2.17 4/194 29678
/proc/meminfo: memFree=30626112/32872528 swapFree=1103228/1182944
[pid=29678] ppid=29675 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/29678/stat : 29678 (java) S 29675 29678 24719 0 -1 4202496 1359 0 0 0 0 0 0 0 20 0 2 0 13576489 98578432 984 33554432000 1073741824 1073778376 140734268997024 140734268988160 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29678/statm: 24068 984 749 9 0 16774 0
[pid=29678/tid=29679] ppid=29675 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29679/stat : 29679 (java) R 29675 29678 24719 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 13576489 98582528 986 33554432000 1073741824 1073778376 140734268997024 140305592876584 271787574685 0 0 0 16784584 0 0 0 -1 4 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.14 2.17 2.17 4/194 29678
/proc/meminfo: memFree=30626112/32872528 swapFree=1103228/1182944
[pid=29678] ppid=29675 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/29678/stat : 29678 (java) S 29675 29678 24719 0 -1 4202496 4481 0 1 0 10 1 0 0 20 0 18 0 13576489 9787879424 6112 33554432000 1073741824 1073778376 140734268997024 140734268988160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29678/statm: 2389619 6112 2155 9 0 2380296 0
[pid=29678/tid=29679] ppid=29675 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/29678/task/29679/stat : 29679 (java) R 29675 29678 24719 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 13576489 9787879424 6112 33554432000 1073741824 1073778376 140734268997024 140305592876808 271790957837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200286 s]
/proc/loadavg: 2.14 2.17 2.17 4/194 29678
/proc/meminfo: memFree=30626112/32872528 swapFree=1103228/1182944
[pid=29678] ppid=29675 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/29678/stat : 29678 (java) S 29675 29678 24719 0 -1 4202496 4971 0 1 0 28 1 0 0 20 0 18 0 13576489 9787879424 6988 33554432000 1073741824 1073778376 140734268997024 140734268988160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29678/statm: 2389619 6988 2216 9 0 2380296 0
[pid=29678/tid=29679] ppid=29675 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/29678/task/29679/stat : 29679 (java) R 29675 29678 24719 0 -1 4202560 2396 0 1 0 16 1 0 0 20 0 18 0 13576489 9787879424 6988 33554432000 1073741824 1073778376 140734268997024 140305592875960 140305458364106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300262 s]
/proc/loadavg: 2.14 2.17 2.17 4/194 29678
/proc/meminfo: memFree=30626112/32872528 swapFree=1103228/1182944
[pid=29678] ppid=29675 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/29678/stat : 29678 (java) S 29675 29678 24719 0 -1 4202496 6169 0 1 0 52 2 0 0 20 0 18 0 13576489 9787879424 9101 33554432000 1073741824 1073778376 140734268997024 140734268988160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29678/statm: 2389619 9101 2233 9 0 2380296 0
[pid=29678/tid=29679] ppid=29675 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/29678/task/29679/stat : 29679 (java) R 29675 29678 24719 0 -1 4202560 2399 0 1 0 26 1 0 0 20 0 18 0 13576489 9787879424 9101 33554432000 1073741824 1073778376 140734268997024 140305592881272 271790957837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700224 s]
/proc/loadavg: 2.14 2.17 2.17 4/194 29678
/proc/meminfo: memFree=30626112/32872528 swapFree=1103228/1182944
[pid=29678] ppid=29675 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/29678/stat : 29678 (java) S 29675 29678 24719 0 -1 4202496 8935 0 1 0 121 2 0 0 20 0 19 0 13576489 9856040960 12935 33554432000 1073741824 1073778376 140734268997024 140734268988160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29678/statm: 2406260 12935 2258 9 0 2396937 0
[pid=29678/tid=29679] ppid=29675 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/29678/task/29679/stat : 29679 (java) R 29675 29678 24719 0 -1 4202560 2417 0 1 0 66 1 0 0 20 0 19 0 13576489 9856040960 12935 33554432000 1073741824 1073778376 140734268997024 140305592881320 140305458288766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.14 2.17 2.17 4/213 29697
/proc/meminfo: memFree=30580044/32872528 swapFree=1103228/1182944
[pid=29678] ppid=29675 vsize=9625040 CPUtime=2.14 cores=0,2,4,6
/proc/29678/stat : 29678 (java) S 29675 29678 24719 0 -1 4202496 9098 0 1 0 212 2 0 0 20 0 19 0 13576489 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140734268988160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29678/statm: 2406260 13490 2267 9 0 2396937 0
[pid=29678/tid=29679] ppid=29675 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/29678/task/29679/stat : 29679 (java) R 29675 29678 24719 0 -1 4202560 2419 0 1 0 146 1 0 0 20 0 19 0 13576489 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305592881368 140305458842422 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29681] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29681/stat : 29681 (java) S 29675 29678 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305581943080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29682] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29682/stat : 29682 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305580890280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29683] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29683/stat : 29683 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305579837992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29684] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29684/stat : 29684 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305578785192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29685] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29685/stat : 29685 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305577732904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29686] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29686/stat : 29686 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305430690472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29687] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29687/stat : 29687 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305429638184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29688] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29688/stat : 29688 (java) S 29675 29678 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305428585384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29689] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29689/stat : 29689 (java) S 29675 29678 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13576491 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305416386792 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29690] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29690/stat : 29690 (java) S 29675 29678 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305415332856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29691] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29691/stat : 29691 (java) S 29675 29678 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305414280456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29692] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29692/stat : 29692 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305413228944 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29693] ppid=29675 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/29678/task/29693/stat : 29693 (java) S 29675 29678 24719 0 -1 4202560 2034 0 0 0 27 0 0 0 20 0 19 0 13576494 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305412176568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29694] ppid=29675 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/29678/task/29694/stat : 29694 (java) S 29675 29678 24719 0 -1 4202560 3372 0 0 0 35 0 0 0 20 0 19 0 13576494 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305411123768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29695] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29695/stat : 29695 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305410071672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29696] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29696/stat : 29696 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305409019080 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29697] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29697/stat : 29697 (java) S 29675 29678 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13576524 9856040960 13490 33554432000 1073741824 1073778376 140734268997024 140305407964072 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.14 2.17 2.17 4/213 29697
/proc/meminfo: memFree=30577872/32872528 swapFree=1103228/1182944
[pid=29678] ppid=29675 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/29678/stat : 29678 (java) S 29675 29678 24719 0 -1 4202496 9110 0 1 0 381 3 0 0 20 0 19 0 13576489 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140734268988160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29678/statm: 2406260 14514 2267 9 0 2396937 0
[pid=29678/tid=29679] ppid=29675 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/29678/task/29679/stat : 29679 (java) R 29675 29678 24719 0 -1 4202560 2421 0 1 0 306 1 0 0 20 0 19 0 13576489 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305592872640 140305458331575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29681] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29681/stat : 29681 (java) S 29675 29678 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305581943080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29682] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29682/stat : 29682 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305580890280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29683] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29683/stat : 29683 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305579837992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29684] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29684/stat : 29684 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305578785192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29685] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29685/stat : 29685 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305577732904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29686] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29686/stat : 29686 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305430690472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29687] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29687/stat : 29687 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305429638184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29688] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29688/stat : 29688 (java) S 29675 29678 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305428585384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29689] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29689/stat : 29689 (java) S 29675 29678 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13576491 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305416386792 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29690] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29690/stat : 29690 (java) S 29675 29678 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305415332856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29691] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29691/stat : 29691 (java) S 29675 29678 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305414280456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29692] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29692/stat : 29692 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305413228944 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29693] ppid=29675 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/29678/task/29693/stat : 29693 (java) S 29675 29678 24719 0 -1 4202560 2034 0 0 0 29 0 0 0 20 0 19 0 13576494 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305412176568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29694] ppid=29675 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/29678/task/29694/stat : 29694 (java) S 29675 29678 24719 0 -1 4202560 3382 0 0 0 42 0 0 0 20 0 19 0 13576494 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305411123768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29695] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29695/stat : 29695 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305410071672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29696] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29696/stat : 29696 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305409019080 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29697] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29697/stat : 29697 (java) S 29675 29678 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13576524 9856040960 14514 33554432000 1073741824 1073778376 140734268997024 140305407964072 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.21 2.18 2.17 3/213 29697
/proc/meminfo: memFree=30573096/32872528 swapFree=1103228/1182944
[pid=29678] ppid=29675 vsize=9625040 CPUtime=7.06 cores=0,2,4,6
/proc/29678/stat : 29678 (java) S 29675 29678 24719 0 -1 4202496 9114 0 1 0 703 3 0 0 20 0 19 0 13576489 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140734268988160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29678/statm: 2406260 14913 2268 9 0 2396937 0
[pid=29678/tid=29679] ppid=29675 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/29678/task/29679/stat : 29679 (java) R 29675 29678 24719 0 -1 4202560 2424 0 1 0 625 1 0 0 20 0 19 0 13576489 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305592881384 140305458854952 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29681] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29681/stat : 29681 (java) S 29675 29678 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305581943080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29682] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29682/stat : 29682 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305580890280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29683] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29683/stat : 29683 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305579837992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29684] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29684/stat : 29684 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305578785192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29685] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29685/stat : 29685 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305577732904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29686] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29686/stat : 29686 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305430690472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29687] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29687/stat : 29687 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305429638184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29688] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29688/stat : 29688 (java) S 29675 29678 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13576490 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305428585384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29689] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29689/stat : 29689 (java) S 29675 29678 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13576491 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305416386792 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29690] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29690/stat : 29690 (java) S 29675 29678 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305415332856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29691] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29691/stat : 29691 (java) S 29675 29678 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305414280456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29692] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29692/stat : 29692 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305413228944 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29693] ppid=29675 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/29678/task/29693/stat : 29693 (java) S 29675 29678 24719 0 -1 4202560 2034 0 0 0 30 0 0 0 20 0 19 0 13576494 9856040960 14913 33554432000 1073741824 1073778376 140734268997024 140305412176568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29694] ppid=29675 vsize=9625040 CPUtime=0.42 cores=0,2,4,6

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

[pid=29678/tid=29697] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29697/stat : 29697 (java) S 29675 29678 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13576524 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305407964072 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1663.72
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.28 2.18 2.17 3/213 30452
/proc/meminfo: memFree=30431092/32872528 swapFree=1103228/1182944
[pid=29678] ppid=29675 vsize=9625040 CPUtime=1723.71 cores=0,2,4,6
/proc/29678/stat : 29678 (java) S 29675 29678 24719 0 -1 4202496 10449 0 1 0 172327 44 0 0 20 0 19 0 13576489 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140734268988160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29678/statm: 2406260 70906 2282 9 0 2396937 0
[pid=29678/tid=29679] ppid=29675 vsize=9625040 CPUtime=1717.58 cores=0,2,4,6
/proc/29678/task/29679/stat : 29679 (java) R 29675 29678 24719 0 -1 4202560 2481 0 1 0 171728 30 0 0 20 0 19 0 13576489 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305592872624 140305458842066 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29681] ppid=29675 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29678/task/29681/stat : 29681 (java) S 29675 29678 24719 0 -1 4202560 271 0 0 0 6 2 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305581943080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29682] ppid=29675 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29678/task/29682/stat : 29682 (java) S 29675 29678 24719 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305580890280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29683] ppid=29675 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29678/task/29683/stat : 29683 (java) S 29675 29678 24719 0 -1 4202560 136 0 0 0 5 1 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305579837992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29684] ppid=29675 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/29678/task/29684/stat : 29684 (java) S 29675 29678 24719 0 -1 4202560 128 0 0 0 5 2 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305578785192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29685] ppid=29675 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29678/task/29685/stat : 29685 (java) S 29675 29678 24719 0 -1 4202560 254 0 0 0 6 2 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305577732904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29686] ppid=29675 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29678/task/29686/stat : 29686 (java) S 29675 29678 24719 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305430690472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29687] ppid=29675 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/29678/task/29687/stat : 29687 (java) S 29675 29678 24719 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305429638184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29688] ppid=29675 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/29678/task/29688/stat : 29688 (java) S 29675 29678 24719 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305428585384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29689] ppid=29675 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29678/task/29689/stat : 29689 (java) S 29675 29678 24719 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 19 0 13576491 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305416386792 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29690] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29690/stat : 29690 (java) S 29675 29678 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305415332856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29691] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29691/stat : 29691 (java) S 29675 29678 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305414280456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29692] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29692/stat : 29692 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305413228944 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29693] ppid=29675 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/29678/task/29693/stat : 29693 (java) S 29675 29678 24719 0 -1 4202560 2034 0 0 0 30 0 0 0 20 0 19 0 13576494 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305412176568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29694] ppid=29675 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/29678/task/29694/stat : 29694 (java) S 29675 29678 24719 0 -1 4202560 3406 0 0 0 44 0 0 0 20 0 19 0 13576494 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305411123768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29695] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29695/stat : 29695 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305410071672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29696] ppid=29675 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/29678/task/29696/stat : 29696 (java) S 29675 29678 24719 0 -1 4202560 100 0 0 0 33 32 0 0 20 0 19 0 13576494 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305409019080 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29697] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29697/stat : 29697 (java) S 29675 29678 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13576524 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305407964072 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1723.71
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.30 2.21 2.18 3/213 30453
/proc/meminfo: memFree=30374908/32872528 swapFree=1103228/1182944
[pid=29678] ppid=29675 vsize=9625040 CPUtime=1783.7 cores=0,2,4,6
/proc/29678/stat : 29678 (java) S 29675 29678 24719 0 -1 4202496 10454 0 1 0 178324 46 0 0 20 0 19 0 13576489 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140734268988160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29678/statm: 2406260 70906 2282 9 0 2396937 0
[pid=29678/tid=29679] ppid=29675 vsize=9625040 CPUtime=1777.4 cores=0,2,4,6
/proc/29678/task/29679/stat : 29679 (java) R 29675 29678 24719 0 -1 4202560 2482 0 1 0 177709 31 0 0 20 0 19 0 13576489 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305592872624 140305458842027 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29681] ppid=29675 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29678/task/29681/stat : 29681 (java) S 29675 29678 24719 0 -1 4202560 271 0 0 0 6 2 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305581943080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29682] ppid=29675 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29678/task/29682/stat : 29682 (java) S 29675 29678 24719 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305580890280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29683] ppid=29675 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29678/task/29683/stat : 29683 (java) S 29675 29678 24719 0 -1 4202560 136 0 0 0 5 1 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305579837992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29684] ppid=29675 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/29678/task/29684/stat : 29684 (java) S 29675 29678 24719 0 -1 4202560 128 0 0 0 5 2 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305578785192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29685] ppid=29675 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29678/task/29685/stat : 29685 (java) S 29675 29678 24719 0 -1 4202560 254 0 0 0 6 2 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305577732904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29686] ppid=29675 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29678/task/29686/stat : 29686 (java) S 29675 29678 24719 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305430690472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29687] ppid=29675 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/29678/task/29687/stat : 29687 (java) S 29675 29678 24719 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305429638184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29688] ppid=29675 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/29678/task/29688/stat : 29688 (java) S 29675 29678 24719 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 19 0 13576490 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305428585384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29689] ppid=29675 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29678/task/29689/stat : 29689 (java) S 29675 29678 24719 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 19 0 13576491 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305416386792 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29690] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29690/stat : 29690 (java) S 29675 29678 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305415332856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29691] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29691/stat : 29691 (java) S 29675 29678 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305414280456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29692] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29692/stat : 29692 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305413228944 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29693] ppid=29675 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/29678/task/29693/stat : 29693 (java) S 29675 29678 24719 0 -1 4202560 2034 0 0 0 30 0 0 0 20 0 19 0 13576494 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305412176568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29694] ppid=29675 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/29678/task/29694/stat : 29694 (java) S 29675 29678 24719 0 -1 4202560 3406 0 0 0 44 0 0 0 20 0 19 0 13576494 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305411123768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29695] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29695/stat : 29695 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305410071672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29696] ppid=29675 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/29678/task/29696/stat : 29696 (java) S 29675 29678 24719 0 -1 4202560 104 0 0 0 34 33 0 0 20 0 19 0 13576494 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305409019080 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29697] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29697/stat : 29697 (java) S 29675 29678 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13576524 9856040960 70906 33554432000 1073741824 1073778376 140734268997024 140305407964072 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1783.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.61 s]
/proc/loadavg: 2.29 2.21 2.18 3/213 30453
/proc/meminfo: memFree=30361320/32872528 swapFree=1103228/1182944
[pid=29678] ppid=29675 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/29678/stat : 29678 (java) S 29675 29678 24719 0 -1 4202496 10455 0 1 0 179953 47 0 0 20 0 19 0 13576489 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140734268988160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29678/statm: 2406260 71101 2282 9 0 2396937 0
[pid=29678/tid=29679] ppid=29675 vsize=9625040 CPUtime=1793.66 cores=0,2,4,6
/proc/29678/task/29679/stat : 29679 (java) R 29675 29678 24719 0 -1 4202560 2483 0 1 0 179334 32 0 0 20 0 19 0 13576489 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305592872624 140305458849933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29681] ppid=29675 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29678/task/29681/stat : 29681 (java) S 29675 29678 24719 0 -1 4202560 271 0 0 0 6 2 0 0 20 0 19 0 13576490 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305581943080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29682] ppid=29675 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29678/task/29682/stat : 29682 (java) S 29675 29678 24719 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 19 0 13576490 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305580890280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29683] ppid=29675 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29678/task/29683/stat : 29683 (java) S 29675 29678 24719 0 -1 4202560 136 0 0 0 5 1 0 0 20 0 19 0 13576490 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305579837992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29684] ppid=29675 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/29678/task/29684/stat : 29684 (java) S 29675 29678 24719 0 -1 4202560 128 0 0 0 5 2 0 0 20 0 19 0 13576490 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305578785192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29685] ppid=29675 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29678/task/29685/stat : 29685 (java) S 29675 29678 24719 0 -1 4202560 254 0 0 0 6 2 0 0 20 0 19 0 13576490 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305577732904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29678/tid=29686] ppid=29675 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/29678/task/29686/stat : 29686 (java) S 29675 29678 24719 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 19 0 13576490 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305430690472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29687] ppid=29675 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/29678/task/29687/stat : 29687 (java) S 29675 29678 24719 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 13576490 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305429638184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29688] ppid=29675 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/29678/task/29688/stat : 29688 (java) S 29675 29678 24719 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 19 0 13576490 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305428585384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29689] ppid=29675 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29678/task/29689/stat : 29689 (java) S 29675 29678 24719 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 19 0 13576491 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305416386792 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29690] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29690/stat : 29690 (java) S 29675 29678 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305415332856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29691] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29691/stat : 29691 (java) S 29675 29678 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13576492 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305414280456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29692] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29692/stat : 29692 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305413228944 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29678/tid=29693] ppid=29675 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/29678/task/29693/stat : 29693 (java) S 29675 29678 24719 0 -1 4202560 2034 0 0 0 30 0 0 0 20 0 19 0 13576494 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305412176568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29678/tid=29694] ppid=29675 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/29678/task/29694/stat : 29694 (java) S 29675 29678 24719 0 -1 4202560 3406 0 0 0 44 0 0 0 20 0 19 0 13576494 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305411123768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29695] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29695/stat : 29695 (java) S 29675 29678 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13576494 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305410071672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29696] ppid=29675 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/29678/task/29696/stat : 29696 (java) S 29675 29678 24719 0 -1 4202560 104 0 0 0 34 34 0 0 20 0 19 0 13576494 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305409019080 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29678/tid=29697] ppid=29675 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29678/task/29697/stat : 29697 (java) S 29675 29678 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13576524 9856040960 71101 33554432000 1073741824 1073778376 140734268997024 140305407964072 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 29678 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29678 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=29114
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=901862
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.64
CPU time (s): 1800
CPU user time (s): 1799.53
CPU system time (s): 0.47
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 9625580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.03
system time used= 0.901862
maximum resident set size= 284528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10492
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38178
involuntary context switches= 7838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.46517 second user time and 7.11992 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-17 00:14:35
IDJOB=4096698
IDBENCH=107651
IDSOLVER=2546
FILE ID=node115/4096698-1466115275
RUNJOBID= node115-1466113234-27740
PBS_JOBID= 19904041
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_33.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096698-1466115275/watcher-4096698-1466115275 -o /tmp/evaluation-result-4096698-1466115275/solver-4096698-1466115275 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27740 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096698-1466115275.opb

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

MD5SUM BENCH= d391fabd9d095715d87c32e8f977e774
RANDOM SEED=715298826

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30626004 kB
Buffers:           72300 kB
Cached:           121040 kB
SwapCached:         2104 kB
Active:           238628 kB
Inactive:         116380 kB
Active(anon):     163032 kB
Inactive(anon):     1636 kB
Active(file):      75596 kB
Inactive(file):   114744 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:       1348116 kB
Mapped:            15256 kB
Shmem:                 0 kB
Slab:             570868 kB
SReclaimable:      14208 kB
SUnreclaim:       556660 kB
KernelStack:        1600 kB
PageTables:         7012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1870612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node115 at 2016-06-17 00:44:34