Trace number 4084556

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.51 1796.64

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-120.opb
MD5SUM7b80ddfff13fd2a12f867bbe09bf6414
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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-4084556-1465276395.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
8.45/6.80	c ... done. Wall clock time 6.704s.
8.45/6.80	c declared #vars     48411
8.45/6.80	c #constraints  1123290
8.45/6.80	c constraints type 
8.45/6.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
8.45/6.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
8.45/6.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
8.45/6.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
8.45/6.80	c 1123290 constraints processed.
10.75/8.73	c cleaning 2495 clauses out of 5000 with flag 30487/5000
20.47/18.02	c cleaning 4250 clauses out of 8505 with flag 286500/11000
24.48/22.03	c cleaning 5619 clauses out of 11255 with flag 639914/18000
29.39/26.99	c cleaning 6805 clauses out of 13636 with flag 978262/26000
32.21/29.77	c cleaning 7909 clauses out of 15831 with flag 1179548/35000
40.41/37.98	c cleaning 8960 clauses out of 17922 with flag 1534210/45000
50.41/47.92	c cleaning 9967 clauses out of 19963 with flag 1915237/56001
57.91/55.46	c cleaning 10984 clauses out of 21997 with flag 2422370/68002
66.85/64.32	c cleaning 11780 clauses out of 24012 with flag 2689606/81002
78.47/75.92	c cleaning 13070 clauses out of 26230 with flag 3226143/95000
90.59/88.08	c cleaning 13961 clauses out of 28156 with flag 3553387/110000
100.69/98.14	c cleaning 14805 clauses out of 30192 with flag 3806863/126000
109.00/106.49	c cleaning 16173 clauses out of 32388 with flag 3956998/143001
118.00/115.48	c cleaning 17093 clauses out of 34215 with flag 4079388/161001
126.49/123.94	c cleaning 18051 clauses out of 36121 with flag 4215665/180000
137.70/135.15	c cleaning 19018 clauses out of 38070 with flag 4562323/200000
151.81/149.29	c cleaning 19767 clauses out of 40052 with flag 4917340/221001
168.41/165.80	c cleaning 21030 clauses out of 42282 with flag 5317680/243000
181.92/179.31	c cleaning 22082 clauses out of 44252 with flag 5620449/266000
193.12/190.54	c cleaning 23065 clauses out of 46171 with flag 5916732/290002
204.53/201.90	c cleaning 23892 clauses out of 48104 with flag 6145738/315000
225.23/222.70	c cleaning 24932 clauses out of 50212 with flag 6658429/341000
241.45/238.83	c cleaning 26092 clauses out of 52280 with flag 6945747/368000
258.74/256.16	c cleaning 26981 clauses out of 54188 with flag 7416121/396000
281.65/279.08	c cleaning 28062 clauses out of 56207 with flag 7815119/425000
299.35/296.77	c cleaning 28956 clauses out of 58145 with flag 8272129/455000
315.17/312.57	c cleaning 30084 clauses out of 60190 with flag 8484104/486001
329.76/327.13	c cleaning 31046 clauses out of 62108 with flag 8724856/518003
344.37/341.72	c cleaning 31970 clauses out of 64060 with flag 9101772/551001
359.57/356.96	c cleaning 33046 clauses out of 66091 with flag 9413291/585002
378.18/375.55	c cleaning 33953 clauses out of 68043 with flag 9822608/620000
392.68/390.06	c cleaning 34992 clauses out of 70090 with flag 10222344/656000
413.60/410.97	c cleaning 35986 clauses out of 72099 with flag 10504697/693001
433.50/430.89	c cleaning 37030 clauses out of 74112 with flag 10810415/731000
452.01/449.37	c cleaning 38012 clauses out of 76082 with flag 11070915/770000
473.31/470.67	c cleaning 38999 clauses out of 78070 with flag 11361377/810000
487.52/484.84	c cleaning 39905 clauses out of 80071 with flag 11752488/851000
501.71/499.07	c cleaning 40989 clauses out of 82166 with flag 12261089/893000
517.62/514.97	c cleaning 41981 clauses out of 84177 with flag 12769635/936000
534.21/531.59	c cleaning 43067 clauses out of 86196 with flag 13337290/980000
554.42/551.74	c cleaning 43859 clauses out of 88130 with flag 14008086/1025001
576.94/574.21	c cleaning 45115 clauses out of 90271 with flag 14495271/1071001
605.93/603.26	c cleaning 46065 clauses out of 92155 with flag 15149441/1118000
626.03/623.36	c cleaning 46973 clauses out of 94091 with flag 15531343/1166001
654.14/651.42	c cleaning 48015 clauses out of 96116 with flag 15951933/1215000
687.44/684.70	c cleaning 48899 clauses out of 98101 with flag 16741341/1265000
703.45/700.78	c cleaning 50056 clauses out of 100202 with flag 17129320/1316000
725.56/722.82	c cleaning 50999 clauses out of 102146 with flag 17730709/1368000
745.96/743.30	c cleaning 51953 clauses out of 104148 with flag 18198629/1421001
768.66/765.98	c cleaning 53038 clauses out of 106195 with flag 18587041/1475001
790.37/787.61	c cleaning 54065 clauses out of 108156 with flag 19022747/1530000
809.37/806.62	c cleaning 55006 clauses out of 110091 with flag 19604771/1586000
826.68/823.92	c cleaning 56023 clauses out of 112087 with flag 20080956/1643002
845.48/842.77	c cleaning 56971 clauses out of 114063 with flag 20448472/1701001
869.69/866.94	c cleaning 58015 clauses out of 116091 with flag 20864029/1760000
898.69/895.95	c cleaning 58992 clauses out of 118077 with flag 21464605/1820001
921.10/918.38	c cleaning 60008 clauses out of 120084 with flag 21972819/1881000
947.20/944.42	c cleaning 60990 clauses out of 122077 with flag 22539388/1943001
965.20/962.46	c cleaning 61973 clauses out of 124086 with flag 23076561/2006000
991.02/988.28	c cleaning 62903 clauses out of 126113 with flag 23570014/2070000
1015.34/1012.56	c cleaning 64103 clauses out of 128211 with flag 24038415/2135001
1046.55/1043.79	c cleaning 65009 clauses out of 130108 with flag 24522682/2201001
1069.25/1066.40	c cleaning 65999 clauses out of 132099 with flag 25027297/2268001
1092.85/1090.04	c cleaning 67032 clauses out of 134100 with flag 25768408/2336001
1124.86/1122.06	c cleaning 67994 clauses out of 136067 with flag 26339590/2405000
1154.16/1151.34	c cleaning 69024 clauses out of 138073 with flag 26949114/2475000
1185.57/1182.76	c cleaning 69973 clauses out of 140049 with flag 27503535/2546000
1213.77/1210.97	c cleaning 71027 clauses out of 142077 with flag 28076690/2618001
1247.37/1244.51	c cleaning 71994 clauses out of 144051 with flag 28546622/2691002
1282.19/1279.40	c cleaning 72990 clauses out of 146057 with flag 29231486/2765002
1316.00/1313.12	c cleaning 74026 clauses out of 148066 with flag 29804819/2840001
1368.72/1365.87	c cleaning 75005 clauses out of 150040 with flag 30992365/2916001
1431.35/1428.49	c cleaning 75257 clauses out of 152035 with flag 31932670/2993001
1463.67/1460.34	c cleaning 76358 clauses out of 154778 with flag 32860196/3071001
1509.58/1506.22	c cleaning 75759 clauses out of 157419 with flag 33654747/3150000
1545.09/1541.70	c cleaning 78669 clauses out of 161661 with flag 34396769/3230001
1584.60/1581.27	c cleaning 80639 clauses out of 163992 with flag 35022251/3311001
1634.31/1630.99	c cleaning 81737 clauses out of 165352 with flag 35601094/3393000
1679.52/1676.17	c cleaning 82704 clauses out of 166616 with flag 36281213/3476001
1716.82/1713.43	c cleaning 83076 clauses out of 167913 with flag 36951216/3560002
1756.74/1753.34	c cleaning 83429 clauses out of 169837 with flag 37718589/3645002
1800.06/1796.60	c starts		: 13827
1800.06/1796.60	c conflicts		: 3688159
1800.06/1796.60	c decisions		: 56462190
1800.06/1796.60	c propagations		: 3203189606
1800.06/1796.60	c inspects		: 21299701116
1800.06/1796.60	c shortcuts		: 0
1800.06/1796.60	c learnt literals	: 13
1800.06/1796.60	c learnt binary clauses	: 1672
1800.06/1796.60	c learnt ternary clauses	: 4508
1800.06/1796.60	c learnt constraints	: 3688146
1800.06/1796.60	c ignored constraints	: 0
1800.06/1796.60	c root simplifications	: 0
1800.06/1796.60	c removed literals (reason simplification)	: 0
1800.06/1796.60	c reason swapping (by a shorter reason)	: 0
1800.06/1796.60	c Calls to reduceDB	: 81
1800.06/1796.60	c Number of update (reduction) of LBD	: 2128677
1800.06/1796.60	c Imported unit clauses	: 0
1800.06/1796.60	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.60	c number of learned constraints concerned by reduction	: 0
1800.06/1796.60	c number of learning phase by resolution	: 0
1800.06/1796.60	c number of learning phase by cutting planes	: 0
1800.06/1796.60	c speed (assignments/second)	: 1789718.3983667204
1800.06/1796.60	c non guided choices	7694718
1800.06/1796.60	c timeout
1800.06/1796.63	c learnt constraints type 
1800.06/1796.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1672
1800.06/1796.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127894
1800.06/1796.63	s UNKNOWN
1800.06/1796.63	c Total wall clock time (in seconds): 1796.531

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-4084556-1465276395/watcher-4084556-1465276395 -o /tmp/evaluation-result-4084556-1465276395/solver-4084556-1465276395 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28820 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084556-1465276395.opb 

pid=29571
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 29574
/proc/meminfo: memFree=31064884/32872528 swapFree=11320/319964
[pid=29574] ppid=29571 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 28803 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 109572950 98570240 976 33554432000 1073741824 1073778376 140737011576704 140737011567840 262966116413 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 24065 976 743 9 0 16771 0
[pid=29574/tid=29575] ppid=29571 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29575/stat : 29575 (java) R 29571 29574 28803 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 109572951 98570240 976 33554432000 1073741824 1073778376 140737011576704 140265632681512 262962759040 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 29574
/proc/meminfo: memFree=31064884/32872528 swapFree=11320/319964
[pid=29574] ppid=29571 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 28803 0 -1 4202496 4487 0 1 0 10 1 0 0 20 0 18 0 109572950 9787879424 6114 33554432000 1073741824 1073778376 140737011576704 140737011567840 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 2389619 6114 2157 9 0 2380296 0
[pid=29574/tid=29575] ppid=29571 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/29574/task/29575/stat : 29575 (java) R 29571 29574 28803 0 -1 4202560 2379 0 1 0 6 2 0 0 20 0 18 0 109572951 9787879424 6114 33554432000 1073741824 1073778376 140737011576704 140265632686424 140265640113041 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 29574
/proc/meminfo: memFree=31064884/32872528 swapFree=11320/319964
[pid=29574] ppid=29571 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 28803 0 -1 4202496 4809 0 1 0 26 1 0 0 20 0 18 0 109572950 9787879424 7875 33554432000 1073741824 1073778376 140737011576704 140737011567840 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 2389619 7875 2215 9 0 2380296 0
[pid=29574/tid=29575] ppid=29571 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/29574/task/29575/stat : 29575 (java) R 29571 29574 28803 0 -1 4202560 2399 0 1 0 16 2 0 0 20 0 18 0 109572951 9787879424 7875 33554432000 1073741824 1073778376 140737011576704 140265632686216 140265461464702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30027 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 29574
/proc/meminfo: memFree=31064884/32872528 swapFree=11320/319964
[pid=29574] ppid=29571 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 28803 0 -1 4202496 6284 0 1 0 47 2 0 0 20 0 18 0 109572950 9787879424 10651 33554432000 1073741824 1073778376 140737011576704 140737011567840 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 2389619 10651 2232 9 0 2380296 0
[pid=29574/tid=29575] ppid=29571 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/29574/task/29575/stat : 29575 (java) R 29571 29574 28803 0 -1 4202560 2403 0 1 0 25 2 0 0 20 0 18 0 109572951 9787879424 10651 33554432000 1073741824 1073778376 140737011576704 140265632685576 140265461495272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 29574
/proc/meminfo: memFree=31064884/32872528 swapFree=11320/319964
[pid=29574] ppid=29571 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 28803 0 -1 4202496 7385 0 1 0 108 5 0 0 20 0 18 0 109572950 9787879424 40253 33554432000 1073741824 1073778376 140737011576704 140737011567840 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 2389619 40253 2263 9 0 2380296 0
[pid=29574/tid=29575] ppid=29571 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/29574/task/29575/stat : 29575 (java) R 29571 29574 28803 0 -1 4202560 2462 0 1 0 63 4 0 0 20 0 18 0 109572951 9787879424 40253 33554432000 1073741824 1073778376 140737011576704 140265632685288 140265461825920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.08 2.02 2.01 3/212 29592
/proc/meminfo: memFree=30896752/32872528 swapFree=11320/319964
[pid=29574] ppid=29571 vsize=9558476 CPUtime=2.15 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 28803 0 -1 4202496 8824 0 1 0 207 8 0 0 20 0 18 0 109572950 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140737011567840 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 2389619 62859 2263 9 0 2380296 0
[pid=29574/tid=29575] ppid=29571 vsize=9558476 CPUtime=1.42 cores=1,3,5,7
/proc/29574/task/29575/stat : 29575 (java) R 29571 29574 28803 0 -1 4202560 2492 0 1 0 137 5 0 0 20 0 18 0 109572951 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265632677840 140265461899301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) S 29571 29574 28803 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 109572951 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265594177832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) S 29571 29574 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 109572951 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265593125032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) S 29571 29574 28803 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 109572951 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265592072744 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) S 29571 29574 28803 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 109572951 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265591019944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) S 29571 29574 28803 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 109572951 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265589967656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) S 29571 29574 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 109572951 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265588914856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) S 29571 29574 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 109572951 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265587862568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) S 29571 29574 28803 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 109572951 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265586809768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 28803 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 109572952 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265456113896 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109572953 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265455059960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109572953 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265454007560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109572955 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265452956048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 28803 0 -1 4202560 2133 0 0 0 24 0 0 0 20 0 18 0 109572955 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265451903672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) R 29571 29574 28803 0 -1 4202560 2787 0 0 0 28 0 0 0 20 0 18 0 109572955 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265450850872 140265635558873 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109572955 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265449798776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109572955 9787879424 62859 33554432000 1073741824 1073778376 140737011576704 140265448746184 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9558476

[startup+3.10075 s]
/proc/loadavg: 2.08 2.02 2.01 4/212 29592
/proc/meminfo: memFree=30723920/32872528 swapFree=11320/319964
[pid=29574] ppid=29571 vsize=9558476 CPUtime=4.09 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 28803 0 -1 4202496 9975 0 1 0 387 22 0 0 20 0 18 0 109572950 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140737011567840 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 2389619 149743 2263 9 0 2380296 0
[pid=29574/tid=29575] ppid=29571 vsize=9558476 CPUtime=2.92 cores=1,3,5,7
/proc/29574/task/29575/stat : 29575 (java) R 29571 29574 28803 0 -1 4202560 2624 0 1 0 282 10 0 0 20 0 18 0 109572951 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265632677840 140265461797449 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) S 29571 29574 28803 0 -1 4202560 154 0 0 0 4 1 0 0 20 0 18 0 109572951 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265594177832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) S 29571 29574 28803 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 18 0 109572951 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265593125032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) S 29571 29574 28803 0 -1 4202560 175 0 0 0 8 3 0 0 20 0 18 0 109572951 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265592072744 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) S 29571 29574 28803 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 18 0 109572951 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265591019944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) S 29571 29574 28803 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 18 0 109572951 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265589967656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) S 29571 29574 28803 0 -1 4202560 157 0 0 0 3 0 0 0 20 0 18 0 109572951 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265588914856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) S 29571 29574 28803 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 18 0 109572951 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265587862568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) S 29571 29574 28803 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 109572951 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265586809768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 28803 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 18 0 109572952 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265456113896 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109572953 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265455059960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109572953 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265454007560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109572955 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265452956048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 28803 0 -1 4202560 2133 0 0 0 24 0 0 0 20 0 18 0 109572955 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265451903672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 28803 0 -1 4202560 2788 0 0 0 32 0 0 0 20 0 18 0 109572955 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265450850872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109572955 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265449798776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109572955 9787879424 149743 33554432000 1073741824 1073778376 140737011576704 140265448746184 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9558476

[startup+6.3043 s]
/proc/loadavg: 2.07 2.02 2.00 3/212 29592
/proc/meminfo: memFree=29924184/32872528 swapFree=11320/319964
[pid=29574] ppid=29571 vsize=9558476 CPUtime=7.71 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 28803 0 -1 4202496 11452 0 1 0 731 40 0 0 20 0 18 0 109572950 9787879424 291668 33554432000 1073741824 1073778376 140737011576704 140737011567840 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 2389619 291668 2263 9 0 2380296 0
[pid=29574/tid=29575] ppid=29571 vsize=9558476 CPUtime=5.97 cores=1,3,5,7
/proc/29574/task/29575/stat : 29575 (java) S 29571 29574 28803 0 -1 4202560 2899 0 1 0 579 18 0 0 20 0 18 0 109572951 9787879424 291668 33554432000 1073741824 1073778376 140737011576704 140265632685544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) R 29571 29574 28803 0 -1 4202560 179 0 0 0 7 2 0 0 20 0 18 0 109572951 9787879424 291668 33554432000 1073741824 1073778376 140737011576704 140265594178008 140265635157697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) R 29571 29574 28803 0 -1 4202560 216 0 0 0 7 3 0 0 20 0 18 0 109572951 9787879424 291668 33554432000 1073741824 1073778376 140737011576704 140265593125032 262966129724 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) R 29571 29574 28803 0 -1 4202560 302 0 0 0 12 4 0 0 20 0 18 0 109572951 9787879424 291668 33554432000 1073741824 1073778376 140737011576704 140265592072920 140265635157689 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) R 29571 29574 28803 0 -1 4202560 164 0 0 0 9 2 0 0 20 0 18 0 109572951 9787879424 291668 33554432000 1073741824 1073778376 140737011576704 140265591019944 140265635157697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) R 29571 29574 28803 0 -1 4202560 62 0 0 0 9 3 0 0 20 0 18 0 109572951 9787879424 291668 33554432000 1073741824 1073778376 140737011576704 140265589967656 140265635157697 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) R 29571 29574 28803 0 -1 4202560 409 0 0 0 14 4 0 0 20 0 18 0 109572951 9787879424 291668 33554432000 1073741824 1073778376 140737011576704 140265588915032 140265635157673 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) R 29571 29574 28803 0 -1 4202560 184 0 0 0 10 2 0 0 20 0 18 0 109572951 9787879424 291668 33554432000 1073741824 1073778376 140737011576704 140265587862744 140265635157689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) R 29571 29574 28803 0 -1 4202560 97 0 0 0 10 3 0 0 20 0 18 0 109572951 9787879424 291668 33554432000 1073741824 1073778376 140737011576704 140265586809768 140265635157747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 28803 0 -1 4202560 768 0 0 0 0 0 0 0 20 0 18 0 109572952 9787879424 291668 33554432000 1073741824 1073778376 140737011576704 140265456112776 262966129724 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109572953 9787879424 292180 33554432000 1073741824 1073778376 140737011576704 140265455059960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109572953 9787879424 292180 33554432000 1073741824 1073778376 140737011576704 140265454007560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109572955 9787879424 292180 33554432000 1073741824 1073778376 140737011576704 140265452956048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 28803 0 -1 4202560 2133 0 0 0 24 0 0 0 20 0 18 0 109572955 9787879424 292180 33554432000 1073741824 1073778376 140737011576704 140265451903672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 28803 0 -1 4202560 2788 0 0 0 34 0 0 0 20 0 18 0 109572955 9787879424 292180 33554432000 1073741824 1073778376 140737011576704 140265450850872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109572955 9787879424 292180 33554432000 1073741824 1073778376 140737011576704 140265449798776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=29574/tid=29586] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109572953 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265455059960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109572953 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265454007560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265452956048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 28803 0 -1 4202560 4250 0 0 0 82 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265451903672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 28803 0 -1 4202560 4835 0 0 0 69 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265450850872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265449798776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 28803 0 -1 4202560 95 0 0 0 30 40 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265448746184 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29593] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29593/stat : 29593 (java) S 29571 29574 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109573634 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265447691176 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1665.71
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 29636
/proc/meminfo: memFree=28156684/32872528 swapFree=11320/319964
[pid=29574] ppid=29571 vsize=9625040 CPUtime=1725.73 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 28803 0 -1 4202496 17237 0 1 0 172461 112 0 0 20 0 19 0 109572950 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140737011567840 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 2406260 472714 2286 9 0 2396937 0
[pid=29574/tid=29575] ppid=29571 vsize=9625040 CPUtime=1721.7 cores=1,3,5,7
/proc/29574/task/29575/stat : 29575 (java) R 29571 29574 28803 0 -1 4202560 3288 0 1 0 172118 52 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265632677568 140265462166246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) S 29571 29574 28803 0 -1 4202560 240 0 0 0 15 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265594177832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) S 29571 29574 28803 0 -1 4202560 250 0 0 0 12 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265593125032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) S 29571 29574 28803 0 -1 4202560 354 0 0 0 19 6 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265592072744 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) S 29571 29574 28803 0 -1 4202560 217 0 0 0 19 6 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265591019944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) S 29571 29574 28803 0 -1 4202560 271 0 0 0 17 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265589967656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) S 29571 29574 28803 0 -1 4202560 467 0 0 0 25 8 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265588914856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) S 29571 29574 28803 0 -1 4202560 247 0 0 0 18 7 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265587862568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) S 29571 29574 28803 0 -1 4202560 195 0 0 0 17 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265586809768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 28803 0 -1 4202560 1266 0 0 0 1 2 0 0 20 0 19 0 109572952 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265456113896 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109572953 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265455059960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109572953 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265454007560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265452956048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 28803 0 -1 4202560 4250 0 0 0 82 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265451903672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 28803 0 -1 4202560 4835 0 0 0 69 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265450850872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265449798776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 28803 0 -1 4202560 99 0 0 0 31 42 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265448746184 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29593] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29593/stat : 29593 (java) S 29571 29574 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109573634 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265447691176 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.73
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 29637
/proc/meminfo: memFree=28155948/32872528 swapFree=11320/319964
[pid=29574] ppid=29571 vsize=9625040 CPUtime=1785.75 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 28803 0 -1 4202496 17241 0 1 0 178461 114 0 0 20 0 19 0 109572950 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140737011567840 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 2406260 472714 2286 9 0 2396937 0
[pid=29574/tid=29575] ppid=29571 vsize=9625040 CPUtime=1781.7 cores=1,3,5,7
/proc/29574/task/29575/stat : 29575 (java) R 29571 29574 28803 0 -1 4202560 3288 0 1 0 178117 53 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265632677568 140265462166246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) S 29571 29574 28803 0 -1 4202560 240 0 0 0 15 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265594177832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) S 29571 29574 28803 0 -1 4202560 250 0 0 0 12 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265593125032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) S 29571 29574 28803 0 -1 4202560 354 0 0 0 19 6 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265592072744 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) S 29571 29574 28803 0 -1 4202560 217 0 0 0 19 6 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265591019944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) S 29571 29574 28803 0 -1 4202560 271 0 0 0 17 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265589967656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) S 29571 29574 28803 0 -1 4202560 467 0 0 0 25 8 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265588914856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) S 29571 29574 28803 0 -1 4202560 247 0 0 0 18 7 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265587862568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) S 29571 29574 28803 0 -1 4202560 195 0 0 0 17 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265586809768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 28803 0 -1 4202560 1266 0 0 0 1 2 0 0 20 0 19 0 109572952 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265456113896 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109572953 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265455059960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109572953 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265454007560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265452956048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 28803 0 -1 4202560 4250 0 0 0 82 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265451903672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 28803 0 -1 4202560 4835 0 0 0 69 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265450850872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265449798776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 28803 0 -1 4202560 103 0 0 0 32 44 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265448746184 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29593] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29593/stat : 29593 (java) S 29571 29574 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109573634 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265447691176 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.75
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.12 2.04 2.01 3/213 29703
/proc/meminfo: memFree=29355148/32872528 swapFree=11320/319964
[pid=29574] ppid=29571 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/29574/stat : 29574 (java) S 29571 29574 28803 0 -1 4202496 17241 0 1 0 179891 115 0 0 20 0 19 0 109572950 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140737011567840 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 2406260 472714 2286 9 0 2396937 0
[pid=29574/tid=29575] ppid=29571 vsize=9625040 CPUtime=1796 cores=1,3,5,7
/proc/29574/task/29575/stat : 29575 (java) R 29571 29574 28803 0 -1 4202560 3288 0 1 0 179547 53 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265632677568 140265462169200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29577] ppid=29571 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29574/task/29577/stat : 29577 (java) S 29571 29574 28803 0 -1 4202560 240 0 0 0 15 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265594177832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29578] ppid=29571 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29574/task/29578/stat : 29578 (java) S 29571 29574 28803 0 -1 4202560 250 0 0 0 12 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265593125032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29579] ppid=29571 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29574/task/29579/stat : 29579 (java) S 29571 29574 28803 0 -1 4202560 354 0 0 0 19 6 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265592072744 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29580] ppid=29571 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29574/task/29580/stat : 29580 (java) S 29571 29574 28803 0 -1 4202560 217 0 0 0 19 6 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265591019944 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29581] ppid=29571 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29574/task/29581/stat : 29581 (java) S 29571 29574 28803 0 -1 4202560 271 0 0 0 17 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265589967656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29582] ppid=29571 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/29574/task/29582/stat : 29582 (java) S 29571 29574 28803 0 -1 4202560 467 0 0 0 25 8 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265588914856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29583] ppid=29571 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29574/task/29583/stat : 29583 (java) S 29571 29574 28803 0 -1 4202560 247 0 0 0 18 7 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265587862568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29584] ppid=29571 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29574/task/29584/stat : 29584 (java) S 29571 29574 28803 0 -1 4202560 195 0 0 0 17 5 0 0 20 0 19 0 109572951 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265586809768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29574/tid=29585] ppid=29571 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29574/task/29585/stat : 29585 (java) S 29571 29574 28803 0 -1 4202560 1266 0 0 0 1 2 0 0 20 0 19 0 109572952 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265456113896 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29586] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29586/stat : 29586 (java) S 29571 29574 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109572953 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265455059960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29587] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29587/stat : 29587 (java) S 29571 29574 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109572953 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265454007560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29588] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29588/stat : 29588 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265452956048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29574/tid=29589] ppid=29571 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/29574/task/29589/stat : 29589 (java) S 29571 29574 28803 0 -1 4202560 4250 0 0 0 82 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265451903672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29590] ppid=29571 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/29574/task/29590/stat : 29590 (java) S 29571 29574 28803 0 -1 4202560 4835 0 0 0 69 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265450850872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29591] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29591/stat : 29591 (java) S 29571 29574 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265449798776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29574/tid=29592] ppid=29571 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/29574/task/29592/stat : 29592 (java) S 29571 29574 28803 0 -1 4202560 103 0 0 0 32 44 0 0 20 0 19 0 109572955 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265448746184 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29574/tid=29593] ppid=29571 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29574/task/29593/stat : 29593 (java) S 29571 29574 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109573634 9856040960 472714 33554432000 1073741824 1073778376 140737011576704 140265447691176 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 29574 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.64
CPU time (s): 1800.51
CPU user time (s): 1798.89
CPU system time (s): 1.62075
CPU usage (%): 100.215
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.62075
maximum resident set size= 1890980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17278
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38326
involuntary context switches= 4411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5104 second user time and 14.0749 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 07:13:17
IDJOB=4084556
IDBENCH=89735
IDSOLVER=2546
FILE ID=node128/4084556-1465276395
RUNJOBID= node128-1465270992-28820
PBS_JOBID= 19843302
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=482065459

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31064892 kB
Buffers:          114940 kB
Cached:           291036 kB
SwapCached:         1668 kB
Active:           504344 kB
Inactive:         240972 kB
Active(anon):     341152 kB
Inactive(anon):      588 kB
Active(file):     163192 kB
Inactive(file):   240384 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098516 kB
Dirty:             63052 kB
Writeback:             0 kB
AnonPages:        661016 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             606164 kB
SReclaimable:      48628 kB
SUnreclaim:       557536 kB
KernelStack:        1584 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1396704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    626688 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= 71692 MiB
End job on node128 at 2016-06-07 07:43:13