Trace number 4107933

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.07 1796.24

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12036_4-sat.opb
MD5SUMb4d4215a44d43278004dfcd0ea549fa8
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 variables57354
Total number of constraints192702
Number of constraints which are clauses191758
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints944
Minimum length of a constraint1
Maximum length of a constraint120
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 754
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4107933-1466291290.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
2.19/1.41	c ... done. Wall clock time 1.304s.
2.19/1.41	c declared #vars     57354
2.19/1.41	c #constraints  192702
2.19/1.41	c constraints type 
2.19/1.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24190
2.19/1.41	c org.sat4j.specs.Constr$1 => 14083
2.19/1.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147772
2.19/1.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 5713
2.19/1.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 944
2.19/1.41	c 192702 constraints processed.
4.65/3.58	c cleaning 2497 clauses out of 5001 with flag 20017/5002
7.06/5.80	c cleaning 4248 clauses out of 8502 with flag 50723/11001
9.37/8.13	c cleaning 5611 clauses out of 11253 with flag 96404/18000
11.67/10.46	c cleaning 6797 clauses out of 13642 with flag 141820/26000
14.60/13.33	c cleaning 7915 clauses out of 15845 with flag 185945/35000
17.92/16.56	c cleaning 8945 clauses out of 17930 with flag 238784/45000
20.91/19.55	c cleaning 9986 clauses out of 19985 with flag 310833/56000
24.91/23.50	c cleaning 10988 clauses out of 21999 with flag 376183/68000
29.51/28.17	c cleaning 12005 clauses out of 24013 with flag 443018/81002
34.32/32.90	c cleaning 12994 clauses out of 26009 with flag 519939/95003
39.32/37.98	c cleaning 13999 clauses out of 28012 with flag 598683/110000
44.02/42.66	c cleaning 14995 clauses out of 30014 with flag 693696/126001
48.84/47.39	c cleaning 15994 clauses out of 32018 with flag 792582/143000
54.44/52.99	c cleaning 16992 clauses out of 34024 with flag 892873/161000
60.43/59.00	c cleaning 18005 clauses out of 36033 with flag 994612/180001
67.43/65.94	c cleaning 18995 clauses out of 38027 with flag 1104540/200000
74.03/72.58	c cleaning 19996 clauses out of 40033 with flag 1239453/221001
81.73/80.26	c cleaning 20997 clauses out of 42035 with flag 1375481/243000
90.34/88.86	c cleaning 22004 clauses out of 44040 with flag 1508813/266002
98.14/96.65	c cleaning 23018 clauses out of 46036 with flag 1667597/290002
107.33/105.89	c cleaning 24000 clauses out of 48015 with flag 1814637/315000
116.97/115.33	c cleaning 24989 clauses out of 50015 with flag 1961532/341000
126.77/125.12	c cleaning 26006 clauses out of 52026 with flag 2112448/368000
136.38/134.76	c cleaning 27002 clauses out of 54021 with flag 2273824/396001
146.28/144.63	c cleaning 27991 clauses out of 56018 with flag 2436405/425000
156.38/154.72	c cleaning 29013 clauses out of 58027 with flag 2612444/455000
167.38/165.71	c cleaning 29989 clauses out of 60014 with flag 2777368/486001
178.88/177.29	c cleaning 30977 clauses out of 62024 with flag 2947983/518001
190.42/188.61	c cleaning 31994 clauses out of 64046 with flag 3150116/551000
202.74/201.00	c cleaning 33017 clauses out of 66053 with flag 3338059/585001
216.44/214.61	c cleaning 34007 clauses out of 68035 with flag 3526464/620000
229.25/227.48	c cleaning 34985 clauses out of 70029 with flag 3748785/656001
242.85/241.01	c cleaning 35993 clauses out of 72043 with flag 3950222/693000
257.74/255.94	c cleaning 37004 clauses out of 74051 with flag 4145082/731001
272.15/270.37	c cleaning 38001 clauses out of 76046 with flag 4341198/770000
287.45/285.65	c cleaning 39002 clauses out of 78047 with flag 4558611/810003
302.55/300.72	c cleaning 39997 clauses out of 80044 with flag 4775755/851002
319.06/317.20	c cleaning 41002 clauses out of 82046 with flag 4988887/893001
335.46/333.46	c cleaning 42000 clauses out of 84043 with flag 5222635/936000
352.86/350.83	c cleaning 43016 clauses out of 86043 with flag 5448185/980000
369.87/367.83	c cleaning 44008 clauses out of 88028 with flag 5671281/1025001
388.37/386.30	c cleaning 44969 clauses out of 90021 with flag 5902632/1071002
406.08/404.02	c cleaning 46015 clauses out of 92053 with flag 6149368/1118003
423.17/421.11	c cleaning 46989 clauses out of 94035 with flag 6395612/1166000
442.67/440.64	c cleaning 48019 clauses out of 96047 with flag 6641893/1215001
461.49/459.48	c cleaning 48996 clauses out of 98028 with flag 6900838/1265001
480.48/478.27	c cleaning 49976 clauses out of 100032 with flag 7147269/1316001
501.38/499.13	c cleaning 51007 clauses out of 102055 with flag 7410790/1368000
522.39/520.10	c cleaning 51996 clauses out of 104050 with flag 7681678/1421002
544.99/542.77	c cleaning 52988 clauses out of 106052 with flag 7949641/1475000
567.19/564.97	c cleaning 54018 clauses out of 108064 with flag 8219189/1530000
589.30/587.09	c cleaning 55018 clauses out of 110046 with flag 8510455/1586000
611.20/608.96	c cleaning 56000 clauses out of 112029 with flag 8798323/1643002
634.89/632.50	c cleaning 56986 clauses out of 114028 with flag 9079457/1701001
658.19/655.77	c cleaning 57997 clauses out of 116041 with flag 9369672/1760000
680.28/677.84	c cleaning 58999 clauses out of 118044 with flag 9667483/1820001
705.28/702.85	c cleaning 60013 clauses out of 120044 with flag 9966263/1881001
730.07/727.68	c cleaning 60987 clauses out of 122031 with flag 10284601/1943001
755.68/753.07	c cleaning 62010 clauses out of 124043 with flag 10573966/2006000
781.68/779.05	c cleaning 62973 clauses out of 126033 with flag 10875387/2070000
809.58/806.95	c cleaning 64006 clauses out of 128060 with flag 11197425/2135000
836.50/833.89	c cleaning 64993 clauses out of 130056 with flag 11510081/2201002
864.29/861.64	c cleaning 66000 clauses out of 132063 with flag 11837495/2268002
892.80/890.14	c cleaning 67001 clauses out of 134063 with flag 12155344/2336003
921.55/918.79	c cleaning 67998 clauses out of 136059 with flag 12485762/2405000
952.95/950.19	c cleaning 69012 clauses out of 138062 with flag 12809255/2475001
981.56/978.72	c cleaning 70005 clauses out of 140052 with flag 13155892/2546003
1012.58/1009.77	c cleaning 71009 clauses out of 142044 with flag 13494670/2618000
1043.51/1040.50	c cleaning 71998 clauses out of 144036 with flag 13829234/2691001
1076.13/1073.16	c cleaning 73009 clauses out of 146037 with flag 14173537/2765000
1108.83/1105.86	c cleaning 74005 clauses out of 148028 with flag 14525225/2840000
1141.44/1138.47	c cleaning 74971 clauses out of 150023 with flag 14869023/2916000
1174.81/1171.67	c cleaning 76001 clauses out of 152052 with flag 15215139/2993000
1207.71/1204.60	c cleaning 76995 clauses out of 154051 with flag 15573356/3071000
1241.51/1238.39	c cleaning 78012 clauses out of 156058 with flag 15937967/3150002
1278.22/1275.01	c cleaning 78997 clauses out of 158044 with flag 16303492/3230000
1313.64/1310.30	c cleaning 80011 clauses out of 160047 with flag 16668226/3311000
1348.85/1345.57	c cleaning 81003 clauses out of 162036 with flag 17046343/3393000
1385.56/1382.23	c cleaning 81992 clauses out of 164034 with flag 17431183/3476001
1421.67/1418.21	c cleaning 83008 clauses out of 166041 with flag 17820403/3560000
1460.26/1456.86	c cleaning 83995 clauses out of 168034 with flag 18206317/3645001
1498.76/1495.32	c cleaning 85012 clauses out of 170038 with flag 18582227/3731000
1537.81/1534.24	c cleaning 86000 clauses out of 172026 with flag 18963955/3818000
1575.91/1572.35	c cleaning 86988 clauses out of 174026 with flag 19362520/3906000
1614.81/1611.20	c cleaning 87988 clauses out of 176038 with flag 19773740/3995000
1655.44/1651.71	c cleaning 89003 clauses out of 178049 with flag 20171124/4085000
1696.25/1692.50	c cleaning 90009 clauses out of 180048 with flag 20581043/4176002
1738.96/1735.26	c cleaning 91012 clauses out of 182039 with flag 20983747/4268002
1780.17/1776.39	c cleaning 91997 clauses out of 184026 with flag 21402989/4361001
1800.07/1796.20	c starts		: 17029
1800.07/1796.20	c conflicts		: 4406161
1800.07/1796.20	c decisions		: 8144764
1800.07/1796.20	c propagations		: 3348239718
1800.07/1796.20	c inspects		: 14244097897
1800.07/1796.20	c shortcuts		: 0
1800.07/1796.20	c learnt literals	: 12
1800.07/1796.20	c learnt binary clauses	: 88
1800.07/1796.20	c learnt ternary clauses	: 5765
1800.07/1796.20	c learnt constraints	: 4406149
1800.07/1796.20	c ignored constraints	: 0
1800.07/1796.20	c root simplifications	: 0
1800.07/1796.20	c removed literals (reason simplification)	: 0
1800.07/1796.20	c reason swapping (by a shorter reason)	: 0
1800.07/1796.20	c Calls to reduceDB	: 89
1800.07/1796.20	c Number of update (reduction) of LBD	: 1424325
1800.07/1796.20	c Imported unit clauses	: 0
1800.07/1796.20	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.20	c number of learned constraints concerned by reduction	: 0
1800.07/1796.20	c number of learning phase by resolution	: 0
1800.07/1796.20	c number of learning phase by cutting planes	: 0
1800.07/1796.20	c speed (assignments/second)	: 1865588.3809159782
1800.07/1796.20	c non guided choices	63569
1800.07/1796.21	c timeout
1800.07/1796.23	c learnt constraints type 
1800.07/1796.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 88
1800.07/1796.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137101
1800.07/1796.23	s UNKNOWN
1800.07/1796.23	c Total wall clock time (in seconds): 1796.124

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-4107933-1466291290/watcher-4107933-1466291290 -o /tmp/evaluation-result-4107933-1466291290/solver-4107933-1466291290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466289489-7477 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107933-1466291290.opb 

pid=7849
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.12 2.36 2.36 4/194 7852
/proc/meminfo: memFree=29815388/32872528 swapFree=1534436/1655032
[pid=7852] ppid=7849 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/7852/stat : 7852 (java) S 7849 7852 7460 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 31177442 95129600 927 33554432000 1073741824 1073778376 140737340222400 140737340213536 217413877821 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7852/statm: 23225 927 703 9 0 16769 0
[pid=7852/tid=7853] ppid=7849 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7853/stat : 7853 (java) D 7849 7852 7460 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 31177443 95129600 927 33554432000 1073741824 1073778376 140737340222400 140172062203432 217401355559 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.12 2.36 2.36 4/194 7852
/proc/meminfo: memFree=29815388/32872528 swapFree=1534436/1655032
[pid=7852] ppid=7849 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/7852/stat : 7852 (java) S 7849 7852 7460 0 -1 4202496 4432 0 1 0 9 1 0 0 20 0 18 0 31177442 9787879424 6069 33554432000 1073741824 1073778376 140737340222400 140737340213536 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7852/statm: 2389619 6069 2140 9 0 2380296 0
[pid=7852/tid=7853] ppid=7849 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7852/task/7853/stat : 7853 (java) R 7849 7852 7460 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 31177443 9787879424 6069 33554432000 1073741824 1073778376 140737340222400 140172062206880 217413903629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200316 s]
/proc/loadavg: 2.12 2.36 2.36 4/194 7852
/proc/meminfo: memFree=29815388/32872528 swapFree=1534436/1655032
[pid=7852] ppid=7849 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/7852/stat : 7852 (java) S 7849 7852 7460 0 -1 4202496 4926 0 1 0 25 1 0 0 20 0 18 0 31177442 9787879424 7499 33554432000 1073741824 1073778376 140737340222400 140737340213536 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7852/statm: 2389619 7499 2212 9 0 2380296 0
[pid=7852/tid=7853] ppid=7849 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/7852/task/7853/stat : 7853 (java) R 7849 7852 7460 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 31177443 9787879424 7499 33554432000 1073741824 1073778376 140737340222400 140172062206880 140171911718695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300403 s]
/proc/loadavg: 2.12 2.36 2.36 4/194 7852
/proc/meminfo: memFree=29815388/32872528 swapFree=1534436/1655032
[pid=7852] ppid=7849 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/7852/stat : 7852 (java) S 7849 7852 7460 0 -1 4202496 6418 0 1 0 48 2 0 0 20 0 18 0 31177442 9787879424 9370 33554432000 1073741824 1073778376 140737340222400 140737340213536 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7852/statm: 2389619 9370 2233 9 0 2380296 0
[pid=7852/tid=7853] ppid=7849 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/7852/task/7853/stat : 7853 (java) R 7849 7852 7460 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 18 0 31177443 9787879424 9370 33554432000 1073741824 1073778376 140737340222400 140172062199712 140171911726419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.70033 s]
/proc/loadavg: 2.12 2.36 2.36 4/194 7852
/proc/meminfo: memFree=29815388/32872528 swapFree=1534436/1655032
[pid=7852] ppid=7849 vsize=9558476 CPUtime=1.11 cores=1,3,5,7
/proc/7852/stat : 7852 (java) S 7849 7852 7460 0 -1 4202496 7677 0 1 0 107 4 0 0 20 0 18 0 31177442 9787879424 41181 33554432000 1073741824 1073778376 140737340222400 140737340213536 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7852/statm: 2389619 41181 2267 9 0 2380296 0
[pid=7852/tid=7853] ppid=7849 vsize=9558476 CPUtime=0.66 cores=1,3,5,7
/proc/7852/task/7853/stat : 7853 (java) R 7849 7852 7460 0 -1 4202560 2472 0 1 0 63 3 0 0 20 0 18 0 31177443 9787879424 41181 33554432000 1073741824 1073778376 140737340222400 140172062207416 217413903629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.12 2.36 2.36 4/212 7870
/proc/meminfo: memFree=29640292/32872528 swapFree=1534436/1655032
[pid=7852] ppid=7849 vsize=9625040 CPUtime=2.39 cores=1,3,5,7
/proc/7852/stat : 7852 (java) S 7849 7852 7460 0 -1 4202496 12076 0 1 0 232 7 0 0 20 0 19 0 31177442 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140737340213536 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7852/statm: 2406260 52798 2277 9 0 2396937 0
[pid=7852/tid=7853] ppid=7849 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/7852/task/7853/stat : 7853 (java) R 7849 7852 7460 0 -1 4202560 2486 0 1 0 140 3 0 0 20 0 19 0 31177443 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140172062208640 217413893176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7855] ppid=7849 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7852/task/7855/stat : 7855 (java) S 7849 7852 7460 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 31177444 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140172034660904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7856] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7856/stat : 7856 (java) S 7849 7852 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140172033608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7857] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7857/stat : 7857 (java) S 7849 7852 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140172032555304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7858] ppid=7849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7852/task/7858/stat : 7858 (java) S 7849 7852 7460 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 31177444 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140172031502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7859] ppid=7849 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7852/task/7859/stat : 7859 (java) S 7849 7852 7460 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 31177444 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140172030450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7860] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7860/stat : 7860 (java) S 7849 7852 7460 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140171900660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7861] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7861/stat : 7861 (java) S 7849 7852 7460 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140171899607848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7862] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7862/stat : 7862 (java) S 7849 7852 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140171898555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7863] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7863/stat : 7863 (java) S 7849 7852 7460 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140171415607784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7864] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7864/stat : 7864 (java) S 7849 7852 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140171414553848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7865] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7865/stat : 7865 (java) S 7849 7852 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140171413500936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7866] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7866/stat : 7866 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140171412449424 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7867] ppid=7849 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7852/task/7867/stat : 7867 (java) R 7849 7852 7460 0 -1 4202560 2601 0 0 0 34 0 0 0 20 0 19 0 31177447 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140171411397560 140172064018704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7868] ppid=7849 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7852/task/7868/stat : 7868 (java) R 7849 7852 7460 0 -1 4202560 5582 0 0 0 42 0 0 0 20 0 19 0 31177447 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140171410344760 140172069950769 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7869] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7869/stat : 7869 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140171409292152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7870] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7870/stat : 7870 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 52798 33554432000 1073741824 1073778376 140737340222400 140171408239560 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625040

[startup+3.1009 s]
/proc/loadavg: 2.12 2.36 2.36 4/212 7935
/proc/meminfo: memFree=29682964/32872528 swapFree=1534436/1655032
[pid=7852] ppid=7849 vsize=9625040 CPUtime=4.24 cores=1,3,5,7
/proc/7852/stat : 7852 (java) S 7849 7852 7460 0 -1 4202496 12810 0 1 0 417 7 0 0 20 0 19 0 31177442 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140737340213536 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7852/statm: 2406260 55371 2282 9 0 2396937 0
[pid=7852/tid=7853] ppid=7849 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/7852/task/7853/stat : 7853 (java) R 7849 7852 7460 0 -1 4202560 2494 0 1 0 299 3 0 0 20 0 19 0 31177443 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140172062208312 140171912504300 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7855] ppid=7849 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7852/task/7855/stat : 7855 (java) S 7849 7852 7460 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 31177444 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140172034660904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7856] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7856/stat : 7856 (java) S 7849 7852 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140172033608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7857] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7857/stat : 7857 (java) S 7849 7852 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140172032555304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7858] ppid=7849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7852/task/7858/stat : 7858 (java) S 7849 7852 7460 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 31177444 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140172031502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7859] ppid=7849 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7852/task/7859/stat : 7859 (java) S 7849 7852 7460 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 31177444 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140172030450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7860] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7860/stat : 7860 (java) S 7849 7852 7460 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171900660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7861] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7861/stat : 7861 (java) S 7849 7852 7460 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171899607848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7862] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7862/stat : 7862 (java) S 7849 7852 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171898555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7863] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7863/stat : 7863 (java) S 7849 7852 7460 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171415607784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7864] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7864/stat : 7864 (java) S 7849 7852 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171414553848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7865] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7865/stat : 7865 (java) S 7849 7852 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171413500936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7866] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7866/stat : 7866 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171412449424 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7867] ppid=7849 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/7852/task/7867/stat : 7867 (java) S 7849 7852 7460 0 -1 4202560 3323 0 0 0 53 0 0 0 20 0 19 0 31177447 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171411397560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7868] ppid=7849 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7852/task/7868/stat : 7868 (java) S 7849 7852 7460 0 -1 4202560 5585 0 0 0 48 0 0 0 20 0 19 0 31177447 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171410344760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7869] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7869/stat : 7869 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171409292152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7870] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7870/stat : 7870 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171408239560 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7889] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7889/stat : 7889 (java) S 7849 7852 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177589 9856040960 55371 33554432000 1073741824 1073778376 140737340222400 140171407185064 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.11 2.35 2.36 4/213 8001
/proc/meminfo: memFree=29579096/32872528 swapFree=1534436/1655032
[pid=7852] ppid=7849 vsize=9625040 CPUtime=7.56 cores=1,3,5,7
/proc/7852/stat : 7852 (java) S 7849 7852 7460 0 -1 4202496 12830 0 1 0 749 7 0 0 20 0 19 0 31177442 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140737340213536 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7852/statm: 2406260 61446 2286 9 0 2396937 0
[pid=7852/tid=7853] ppid=7849 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/7852/task/7853/stat : 7853 (java) R 7849 7852 7460 0 -1 4202560 2510 0 1 0 618 3 0 0 20 0 19 0 31177443 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140172062208320 140171912471001 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7855] ppid=7849 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7852/task/7855/stat : 7855 (java) S 7849 7852 7460 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 31177444 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140172034660904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7856] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7856/stat : 7856 (java) S 7849 7852 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140172033608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7857] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7857/stat : 7857 (java) S 7849 7852 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140172032555304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7858] ppid=7849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7852/task/7858/stat : 7858 (java) S 7849 7852 7460 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 31177444 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140172031502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7859] ppid=7849 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7852/task/7859/stat : 7859 (java) S 7849 7852 7460 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 31177444 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140172030450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7860] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7860/stat : 7860 (java) S 7849 7852 7460 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140171900660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7861] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7861/stat : 7861 (java) S 7849 7852 7460 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140171899607848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7862] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7862/stat : 7862 (java) S 7849 7852 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177444 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140171898555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7863] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7863/stat : 7863 (java) S 7849 7852 7460 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140171415607784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7864] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7864/stat : 7864 (java) S 7849 7852 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140171414553848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7865] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7865/stat : 7865 (java) S 7849 7852 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140171413500936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7866] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7866/stat : 7866 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140171412449424 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7867] ppid=7849 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7852/task/7867/stat : 7867 (java) S 7849 7852 7460 0 -1 4202560 3327 0 0 0 58 0 0 0 20 0 19 0 31177447 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140171411397560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7868] ppid=7849 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/7852/task/7868/stat : 7868 (java) S 7849 7852 7460 0 -1 4202560 5585 0 0 0 55 0 0 0 20 0 19 0 31177447 9856040960 61446 33554432000 1073741824 1073778376 140737340222400 140171410344760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7869] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=7852/tid=7889] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7889/stat : 7889 (java) S 7849 7852 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177589 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171407185064 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1666.03
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.26 2.26 3/213 8108
/proc/meminfo: memFree=27650784/32872528 swapFree=1534436/1655032
[pid=7852] ppid=7849 vsize=9625040 CPUtime=1726.05 cores=1,3,5,7
/proc/7852/stat : 7852 (java) S 7849 7852 7460 0 -1 4202496 17122 0 1 0 172469 136 0 0 20 0 19 0 31177442 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140737340213536 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7852/statm: 2406260 380761 2287 9 0 2396937 0
[pid=7852/tid=7853] ppid=7849 vsize=9625040 CPUtime=1716.85 cores=1,3,5,7
/proc/7852/task/7853/stat : 7853 (java) R 7849 7852 7460 0 -1 4202560 3362 0 1 0 171642 43 0 0 20 0 19 0 31177443 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140172062199600 140171912436447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7855] ppid=7849 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7852/task/7855/stat : 7855 (java) S 7849 7852 7460 0 -1 4202560 334 0 0 0 32 11 0 0 20 0 19 0 31177444 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140172034660904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7856] ppid=7849 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7852/task/7856/stat : 7856 (java) S 7849 7852 7460 0 -1 4202560 325 0 0 0 28 11 0 0 20 0 19 0 31177444 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140172033608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7857] ppid=7849 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7852/task/7857/stat : 7857 (java) S 7849 7852 7460 0 -1 4202560 302 0 0 0 29 12 0 0 20 0 19 0 31177444 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140172032555304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7858] ppid=7849 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7852/task/7858/stat : 7858 (java) S 7849 7852 7460 0 -1 4202560 314 0 0 0 29 12 0 0 20 0 19 0 31177444 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140172031502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7859] ppid=7849 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7852/task/7859/stat : 7859 (java) S 7849 7852 7460 0 -1 4202560 294 0 0 0 29 13 0 0 20 0 19 0 31177444 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140172030450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7860] ppid=7849 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7852/task/7860/stat : 7860 (java) S 7849 7852 7460 0 -1 4202560 250 0 0 0 24 9 0 0 20 0 19 0 31177444 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171900660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7861] ppid=7849 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7852/task/7861/stat : 7861 (java) S 7849 7852 7460 0 -1 4202560 343 0 0 0 25 9 0 0 20 0 19 0 31177444 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171899607848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7862] ppid=7849 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7852/task/7862/stat : 7862 (java) S 7849 7852 7460 0 -1 4202560 286 0 0 0 28 10 0 0 20 0 19 0 31177444 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171898555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7863] ppid=7849 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7852/task/7863/stat : 7863 (java) S 7849 7852 7460 0 -1 4202560 1024 0 0 0 1 1 0 0 20 0 19 0 31177445 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171415607784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7864] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7864/stat : 7864 (java) S 7849 7852 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171414553848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7865] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7865/stat : 7865 (java) S 7849 7852 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171413500936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7866] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7866/stat : 7866 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171412449424 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7867] ppid=7849 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7852/task/7867/stat : 7867 (java) S 7849 7852 7460 0 -1 4202560 3345 0 0 0 62 0 0 0 20 0 19 0 31177447 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171411397560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7868] ppid=7849 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/7852/task/7868/stat : 7868 (java) S 7849 7852 7460 0 -1 4202560 5585 0 0 0 57 0 0 0 20 0 19 0 31177447 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171410344760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7869] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7869/stat : 7869 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171409292152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7870] ppid=7849 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7852/task/7870/stat : 7870 (java) S 7849 7852 7460 0 -1 4202560 99 0 0 0 28 32 0 0 20 0 19 0 31177447 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171408239560 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7889] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7889/stat : 7889 (java) S 7849 7852 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177589 9856040960 380761 33554432000 1073741824 1073778376 140737340222400 140171407185064 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.05
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.37 2.30 2.27 3/213 8109
/proc/meminfo: memFree=27644304/32872528 swapFree=1534436/1655032
[pid=7852] ppid=7849 vsize=9625040 CPUtime=1786.17 cores=1,3,5,7
/proc/7852/stat : 7852 (java) S 7849 7852 7460 0 -1 4202496 17170 0 1 0 178478 139 0 0 20 0 19 0 31177442 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140737340213536 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7852/statm: 2406260 382348 2287 9 0 2396937 0
[pid=7852/tid=7853] ppid=7849 vsize=9625040 CPUtime=1776.65 cores=1,3,5,7
/proc/7852/task/7853/stat : 7853 (java) R 7849 7852 7460 0 -1 4202560 3363 0 1 0 177621 44 0 0 20 0 19 0 31177443 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172062199600 140171912422273 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7855] ppid=7849 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7852/task/7855/stat : 7855 (java) S 7849 7852 7460 0 -1 4202560 343 0 0 0 35 11 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172034660904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7856] ppid=7849 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7852/task/7856/stat : 7856 (java) S 7849 7852 7460 0 -1 4202560 332 0 0 0 30 11 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172033608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7857] ppid=7849 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7852/task/7857/stat : 7857 (java) S 7849 7852 7460 0 -1 4202560 304 0 0 0 30 12 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172032555304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7858] ppid=7849 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7852/task/7858/stat : 7858 (java) S 7849 7852 7460 0 -1 4202560 319 0 0 0 30 12 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172031502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7859] ppid=7849 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7852/task/7859/stat : 7859 (java) S 7849 7852 7460 0 -1 4202560 299 0 0 0 32 13 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172030450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7860] ppid=7849 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/7852/task/7860/stat : 7860 (java) S 7849 7852 7460 0 -1 4202560 261 0 0 0 26 10 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171900660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7861] ppid=7849 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/7852/task/7861/stat : 7861 (java) S 7849 7852 7460 0 -1 4202560 345 0 0 0 26 9 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171899607848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7862] ppid=7849 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7852/task/7862/stat : 7862 (java) S 7849 7852 7460 0 -1 4202560 286 0 0 0 29 10 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171898555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7863] ppid=7849 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7852/task/7863/stat : 7863 (java) S 7849 7852 7460 0 -1 4202560 1026 0 0 0 1 2 0 0 20 0 19 0 31177445 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171415607784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7864] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7864/stat : 7864 (java) S 7849 7852 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171414553848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7865] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7865/stat : 7865 (java) S 7849 7852 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171413500936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7866] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7866/stat : 7866 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171412449424 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7867] ppid=7849 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7852/task/7867/stat : 7867 (java) S 7849 7852 7460 0 -1 4202560 3345 0 0 0 62 0 0 0 20 0 19 0 31177447 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171411397560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7868] ppid=7849 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/7852/task/7868/stat : 7868 (java) S 7849 7852 7460 0 -1 4202560 5585 0 0 0 57 0 0 0 20 0 19 0 31177447 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171410344760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7869] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7869/stat : 7869 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171409292152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7870] ppid=7849 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7852/task/7870/stat : 7870 (java) S 7849 7852 7460 0 -1 4202560 103 0 0 0 29 33 0 0 20 0 19 0 31177447 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171408239560 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7889] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7889/stat : 7889 (java) S 7849 7852 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177589 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171407185064 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.17
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.43 2.31 2.28 4/213 8110
/proc/meminfo: memFree=27644056/32872528 swapFree=1534436/1655032
[pid=7852] ppid=7849 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/7852/stat : 7852 (java) S 7849 7852 7460 0 -1 4202496 17170 0 1 0 179868 139 0 0 20 0 19 0 31177442 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140737340213536 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7852/statm: 2406260 382348 2287 9 0 2396937 0
[pid=7852/tid=7853] ppid=7849 vsize=9625040 CPUtime=1790.52 cores=1,3,5,7
/proc/7852/task/7853/stat : 7853 (java) R 7849 7852 7460 0 -1 4202560 3363 0 1 0 179008 44 0 0 20 0 19 0 31177443 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172062199600 140171912422361 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7855] ppid=7849 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7852/task/7855/stat : 7855 (java) S 7849 7852 7460 0 -1 4202560 343 0 0 0 35 11 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172034660904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7856] ppid=7849 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7852/task/7856/stat : 7856 (java) S 7849 7852 7460 0 -1 4202560 332 0 0 0 30 11 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172033608104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7857] ppid=7849 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7852/task/7857/stat : 7857 (java) S 7849 7852 7460 0 -1 4202560 304 0 0 0 30 12 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172032555304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7858] ppid=7849 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7852/task/7858/stat : 7858 (java) S 7849 7852 7460 0 -1 4202560 319 0 0 0 30 12 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172031502504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7859] ppid=7849 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7852/task/7859/stat : 7859 (java) S 7849 7852 7460 0 -1 4202560 299 0 0 0 32 13 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140172030450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7852/tid=7860] ppid=7849 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/7852/task/7860/stat : 7860 (java) S 7849 7852 7460 0 -1 4202560 261 0 0 0 26 10 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171900660648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7852/tid=7861] ppid=7849 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/7852/task/7861/stat : 7861 (java) S 7849 7852 7460 0 -1 4202560 345 0 0 0 26 9 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171899607848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7862] ppid=7849 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7852/task/7862/stat : 7862 (java) S 7849 7852 7460 0 -1 4202560 286 0 0 0 29 10 0 0 20 0 19 0 31177444 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171898555048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7863] ppid=7849 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7852/task/7863/stat : 7863 (java) S 7849 7852 7460 0 -1 4202560 1026 0 0 0 1 2 0 0 20 0 19 0 31177445 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171415607784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7864] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7864/stat : 7864 (java) S 7849 7852 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171414553848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7865] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7865/stat : 7865 (java) S 7849 7852 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177445 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171413500936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7866] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7866/stat : 7866 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171412449424 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7867] ppid=7849 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7852/task/7867/stat : 7867 (java) S 7849 7852 7460 0 -1 4202560 3345 0 0 0 62 0 0 0 20 0 19 0 31177447 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171411397560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7868] ppid=7849 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/7852/task/7868/stat : 7868 (java) S 7849 7852 7460 0 -1 4202560 5585 0 0 0 57 0 0 0 20 0 19 0 31177447 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171410344760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7869] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7869/stat : 7869 (java) S 7849 7852 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177447 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171409292152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7852/tid=7870] ppid=7849 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/7852/task/7870/stat : 7870 (java) S 7849 7852 7460 0 -1 4202560 103 0 0 0 29 34 0 0 20 0 19 0 31177447 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171408239560 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7852/tid=7889] ppid=7849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7852/task/7889/stat : 7889 (java) S 7849 7852 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177589 9856040960 382348 33554432000 1073741824 1073778376 140737340222400 140171407185064 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 7852 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 7852 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=110253
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=829721
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.24
CPU time (s): 1800.07
CPU user time (s): 1798.68
CPU system time (s): 1.39
CPU usage (%): 100.213
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 1.82972
maximum resident set size= 1552412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17204
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38445
involuntary context switches= 13159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0942 second user time and 17.2654 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-19 01:08:10
IDJOB=4107933
IDBENCH=74232
IDSOLVER=2546
FILE ID=node122/4107933-1466291290
RUNJOBID= node122-1466289489-7477
PBS_JOBID= 19918275
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12036_4-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107933-1466291290/watcher-4107933-1466291290 -o /tmp/evaluation-result-4107933-1466291290/solver-4107933-1466291290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466289489-7477 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107933-1466291290.opb

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

MD5SUM BENCH= b4d4215a44d43278004dfcd0ea549fa8
RANDOM SEED=1515003568

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29816040 kB
Buffers:          164072 kB
Cached:           306776 kB
SwapCached:            0 kB
Active:           291028 kB
Inactive:         348480 kB
Active(anon):     161272 kB
Inactive(anon):     9916 kB
Active(file):     129756 kB
Inactive(file):   338564 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10336 kB
Writeback:             0 kB
AnonPages:       1745588 kB
Mapped:            21064 kB
Shmem:               204 kB
Slab:             613868 kB
SReclaimable:      56784 kB
SUnreclaim:       557084 kB
KernelStack:        1592 kB
PageTables:         7300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2472452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node122 at 2016-06-19 01:38:07