Trace number 4080597

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 Res+CP PB16? (TO) 1800 895.166

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080597-1465259073.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
1.34/0.67	c ... done. Wall clock time 0.563s.
1.34/0.67	c declared #vars     400
1.34/0.67	c internal #vars     6620
1.34/0.67	c #constraints  13043
1.34/0.67	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.34/0.67	c constraints type 
1.34/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1.34/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.34/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.34/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6220
1.34/0.67	c 13043 constraints processed.
1.34/0.67	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.34/0.67	c constraints type 
1.34/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.34/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6220
1.34/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1.34/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1.34/0.67	c 13043 constraints processed.
8.31/2.70	c cleaning 2483 clauses out of 5000 with flag 11804/5000
10.60/3.71	c cleaning 4266 clauses out of 8533 with flag 25646/11016
12.59/4.78	c cleaning 5623 clauses out of 11251 with flag 42931/18000
15.06/5.96	c cleaning 6819 clauses out of 13643 with flag 63319/26015
17.91/7.30	c cleaning 7900 clauses out of 15810 with flag 86484/35001
21.00/8.89	c cleaning 8944 clauses out of 17909 with flag 115657/45000
24.38/10.56	c cleaning 9982 clauses out of 19969 with flag 148946/56004
28.02/12.38	c cleaning 10975 clauses out of 21984 with flag 193476/68001
34.82/15.79	c cleaning 12026 clauses out of 24052 with flag 231931/81044
41.62/18.98	c cleaning 12977 clauses out of 25982 with flag 283706/95000
47.54/21.89	c cleaning 14003 clauses out of 28006 with flag 331241/110001
55.70/25.86	c cleaning 14986 clauses out of 30002 with flag 373388/126000
63.96/29.94	c cleaning 15986 clauses out of 32016 with flag 427670/143000
73.39/34.62	c cleaning 17016 clauses out of 34032 with flag 485212/161002
81.84/38.80	c cleaning 17994 clauses out of 36015 with flag 539447/180001
89.48/42.61	c cleaning 18975 clauses out of 38020 with flag 592992/200000
97.13/46.44	c cleaning 19997 clauses out of 40045 with flag 655081/221000
105.33/50.54	c cleaning 20999 clauses out of 42048 with flag 722307/243000
115.21/55.40	c cleaning 22023 clauses out of 44049 with flag 789648/266000
125.10/60.46	c cleaning 22998 clauses out of 46026 with flag 865435/290000
135.93/65.80	c cleaning 23982 clauses out of 48028 with flag 934164/315000
147.78/71.70	c cleaning 25001 clauses out of 50046 with flag 1002335/341000
160.46/78.05	c cleaning 26017 clauses out of 52045 with flag 1070819/368000
174.37/84.98	c cleaning 27008 clauses out of 54028 with flag 1144280/396000
189.64/92.51	c cleaning 28008 clauses out of 56020 with flag 1221690/425000
206.17/100.99	c cleaning 28981 clauses out of 58012 with flag 1297663/455000
223.21/109.47	c cleaning 29981 clauses out of 60031 with flag 1382093/486000
240.34/117.94	c cleaning 31023 clauses out of 62050 with flag 1461240/518000
258.45/126.93	c cleaning 32007 clauses out of 64027 with flag 1542912/551000
276.96/136.14	c cleaning 33005 clauses out of 66021 with flag 1627795/585001
294.82/145.07	c cleaning 33996 clauses out of 68015 with flag 1724520/620000
312.33/153.77	c cleaning 34991 clauses out of 70020 with flag 1834862/656001
332.70/163.80	c cleaning 35993 clauses out of 72033 with flag 1940825/693005
346.44/170.67	c cleaning 0 clauses out of 5004 with flag 0/5004
354.77/174.83	c cleaning 37010 clauses out of 74037 with flag 2054485/731002
379.03/186.98	c cleaning 38004 clauses out of 76027 with flag 2167779/770002
403.15/198.96	c cleaning 38947 clauses out of 78022 with flag 2285316/810001
428.45/211.57	c cleaning 40018 clauses out of 80075 with flag 2402040/851001
455.39/224.98	c cleaning 41010 clauses out of 82056 with flag 2520768/893000
483.72/239.02	c cleaning 41989 clauses out of 84046 with flag 2631792/936000
507.18/250.78	c cleaning 43005 clauses out of 86063 with flag 2739735/980006
532.77/263.47	c cleaning 44036 clauses out of 88073 with flag 2852647/1025021
559.36/277.09	c cleaning 45006 clauses out of 90016 with flag 2980388/1071000
585.72/290.11	c cleaning 45990 clauses out of 92010 with flag 3120241/1118000
604.18/299.33	c cleaning 46997 clauses out of 94022 with flag 3286224/1166002
623.24/308.82	c cleaning 48002 clauses out of 96033 with flag 3444909/1215010
645.41/319.83	c cleaning 48982 clauses out of 98022 with flag 3625834/1265001
669.85/332.01	c cleaning 50003 clauses out of 100039 with flag 3799726/1316000
696.36/345.28	c cleaning 50991 clauses out of 102036 with flag 3970859/1368000
722.47/358.21	c cleaning 51997 clauses out of 104045 with flag 4145055/1421000
751.71/372.70	c cleaning 52999 clauses out of 106049 with flag 4319753/1475001
783.33/388.80	c cleaning 54010 clauses out of 108049 with flag 4493988/1530000
816.49/405.32	c cleaning 54999 clauses out of 110039 with flag 4666040/1586000
849.90/421.95	c cleaning 56007 clauses out of 112040 with flag 4842052/1643000
887.33/440.53	c cleaning 57006 clauses out of 114037 with flag 5012236/1701004
924.25/458.94	c cleaning 57985 clauses out of 116027 with flag 5195559/1760000
963.25/478.34	c cleaning 59001 clauses out of 118043 with flag 5371429/1820001
1006.23/499.71	c cleaning 60018 clauses out of 120051 with flag 5548607/1881010
1050.95/521.93	c cleaning 61006 clauses out of 122029 with flag 5733357/1943006
1094.89/543.71	c cleaning 61998 clauses out of 124018 with flag 5919956/2006001
1138.29/565.32	c cleaning 62995 clauses out of 126019 with flag 6109522/2070000
1183.66/587.97	c cleaning 64002 clauses out of 128024 with flag 6299153/2135000
1230.25/611.17	c cleaning 64980 clauses out of 130023 with flag 6490358/2201001
1279.96/635.86	c cleaning 66008 clauses out of 132042 with flag 6677749/2268000
1330.38/660.93	c cleaning 67009 clauses out of 134034 with flag 6872075/2336000
1383.37/687.22	c cleaning 67999 clauses out of 136025 with flag 7069033/2405000
1437.47/714.62	c cleaning 69009 clauses out of 138026 with flag 7265740/2475000
1494.45/743.06	c cleaning 69997 clauses out of 140017 with flag 7466242/2546000
1542.22/766.81	c cleaning 0 clauses out of 11003 with flag 0/11003
1549.20/770.39	c cleaning 70999 clauses out of 142024 with flag 7670565/2618004
1613.05/802.18	c cleaning 72002 clauses out of 144024 with flag 7878811/2691003
1675.89/833.35	c cleaning 72991 clauses out of 146019 with flag 8090727/2765000
1742.00/866.24	c cleaning 74002 clauses out of 148028 with flag 8300636/2840000
1800.00/895.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.10	c starts		: 636
1800.00/895.10	c conflicts		: 2909629
1800.00/895.10	c decisions		: 12798239
1800.00/895.10	c propagations		: 59809015
1800.00/895.10	c inspects		: 10203283160
1800.00/895.10	c shortcuts		: 0
1800.00/895.10	c learnt literals	: 0
1800.00/895.10	c learnt binary clauses	: 0
1800.00/895.10	c learnt ternary clauses	: 71
1800.00/895.10	c learnt constraints	: 2909629
1800.00/895.10	c ignored constraints	: 0
1800.00/895.10	c root simplifications	: 0
1800.00/895.10	c removed literals (reason simplification)	: 109396397
1800.00/895.10	c reason swapping (by a shorter reason)	: 0
1800.00/895.10	c Calls to reduceDB	: 71
1800.00/895.10	c Number of update (reduction) of LBD	: 790373
1800.00/895.10	c Imported unit clauses	: 0
1800.00/895.10	c number of reductions to clauses (during analyze)	: 0
1800.00/895.10	c number of learned constraints concerned by reduction	: 0
1800.00/895.10	c number of learning phase by resolution	: 0
1800.00/895.10	c number of learning phase by cutting planes	: 0
1800.00/895.10	c speed (assignments/second)	: 66869.42303069604
1800.00/895.10	c non guided choices	6381
1800.00/895.13	c learnt constraints type 
1800.00/895.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143655
1800.00/895.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.13	c starts		: 36
1800.00/895.13	c conflicts		: 11787
1800.00/895.13	c decisions		: 121428
1800.00/895.13	c propagations		: 4202653
1800.00/895.13	c inspects		: 898970266
1800.00/895.13	c shortcuts		: 0
1800.00/895.13	c learnt literals	: 0
1800.00/895.13	c learnt binary clauses	: 0
1800.00/895.13	c learnt ternary clauses	: 0
1800.00/895.13	c learnt constraints	: 11786
1800.00/895.13	c ignored constraints	: 0
1800.00/895.13	c root simplifications	: 0
1800.00/895.13	c removed literals (reason simplification)	: 0
1800.00/895.13	c reason swapping (by a shorter reason)	: 0
1800.00/895.13	c Calls to reduceDB	: 2
1800.00/895.13	c Number of update (reduction) of LBD	: 0
1800.00/895.13	c Imported unit clauses	: 0
1800.00/895.13	c number of reductions to clauses (during analyze)	: 0
1800.00/895.13	c number of learned constraints concerned by reduction	: 0
1800.00/895.13	c number of learning phase by resolution	: 0
1800.00/895.13	c number of learning phase by cutting planes	: 0
1800.00/895.13	c speed (assignments/second)	: 4698.610089373758
1800.00/895.13	c non guided choices	6381
1800.00/895.13	c learnt constraints type 
1800.00/895.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.00/895.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11785
1800.00/895.13	s UNKNOWN
1800.00/895.13	c Total wall clock time (in seconds): 895.027

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

pid=5162
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: 4.15 4.16 4.20 3/188 5165
/proc/meminfo: memFree=30333728/32872528 swapFree=16080/1655368
[pid=5165] ppid=5162 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5165/stat : 5165 (java) S 5162 5165 3593 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 107840925 98570240 977 33554432000 1073741824 1073778376 140733833759456 140733833750592 217413877821 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5165/statm: 24065 977 743 9 0 16771 0
[pid=5165/tid=5166] ppid=5162 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 3593 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 107840925 98570240 978 33554432000 1073741824 1073778376 140733833759456 140484225252904 217410520448 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 4.15 4.16 4.20 3/188 5165
/proc/meminfo: memFree=30333728/32872528 swapFree=16080/1655368
[pid=5165] ppid=5162 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/5165/stat : 5165 (java) S 5162 5165 3593 0 -1 4202496 4517 0 1 0 10 1 0 0 20 0 18 0 107840925 9787879424 6156 33554432000 1073741824 1073778376 140733833759456 140733833750592 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5165/statm: 2389619 6156 2156 9 0 2380296 0
[pid=5165/tid=5166] ppid=5162 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 3593 0 -1 4202560 2412 0 1 0 7 0 0 0 20 0 18 0 107840925 9787879424 6156 33554432000 1073741824 1073778376 140733833759456 140484225256352 140484229389855 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.200384 s]
/proc/loadavg: 4.15 4.16 4.20 3/188 5165
/proc/meminfo: memFree=30333728/32872528 swapFree=16080/1655368
[pid=5165] ppid=5162 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/5165/stat : 5165 (java) S 5162 5165 3593 0 -1 4202496 4625 0 1 0 23 1 0 0 20 0 18 0 107840925 9787879424 7242 33554432000 1073741824 1073778376 140733833759456 140733833750592 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5165/statm: 2389619 7242 2213 9 0 2380296 0
[pid=5165/tid=5166] ppid=5162 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 3593 0 -1 4202560 2426 0 1 0 16 1 0 0 20 0 18 0 107840925 9787879424 7242 33554432000 1073741824 1073778376 140733833759456 140484225257016 140484097868257 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300394 s]
/proc/loadavg: 4.15 4.16 4.20 3/188 5165
/proc/meminfo: memFree=30333728/32872528 swapFree=16080/1655368
[pid=5165] ppid=5162 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/5165/stat : 5165 (java) S 5162 5165 3593 0 -1 4202496 6128 0 1 0 47 2 0 0 20 0 18 0 107840925 9787879424 9673 33554432000 1073741824 1073778376 140733833759456 140733833750592 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5165/statm: 2389619 9673 2240 9 0 2380296 0
[pid=5165/tid=5166] ppid=5162 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/5165/task/5166/stat : 5166 (java) R 5162 5165 3593 0 -1 4202560 2431 0 1 0 26 1 0 0 20 0 18 0 107840925 9787879424 9673 33554432000 1073741824 1073778376 140733833759456 140484225257016 140484097848720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700239 s]
/proc/loadavg: 4.15 4.16 4.20 3/188 5165
/proc/meminfo: memFree=30333728/32872528 swapFree=16080/1655368
[pid=5165] ppid=5162 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/5165/stat : 5165 (java) S 5162 5165 3593 0 -1 4202496 23623 0 1 0 159 6 0 0 20 0 22 0 107840925 10060525568 36290 33554432000 1073741824 1073778376 140733833759456 140733833750592 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5165/statm: 2456183 36290 2264 9 0 2446860 0
[pid=5165/tid=5166] ppid=5162 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/5165/task/5166/stat : 5166 (java) S 5162 5165 3593 0 -1 4202560 2470 0 1 0 64 1 0 0 20 0 22 0 107840925 10060525568 36290 33554432000 1073741824 1073778376 140733833759456 140484225258360 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.15 4.16 4.20 9/219 5196
/proc/meminfo: memFree=29954768/32872528 swapFree=16080/1655368
[pid=5165] ppid=5162 vsize=9824732 CPUtime=4.83 cores=1,3,5,7
/proc/5165/stat : 5165 (java) S 5162 5165 3593 0 -1 4202496 35829 0 1 0 476 7 0 0 20 0 22 0 107840925 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140733833750592 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5165/statm: 2456183 40943 2274 9 0 2446860 0
[pid=5165/tid=5166] ppid=5162 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/5165/task/5166/stat : 5166 (java) S 5162 5165 3593 0 -1 4202560 2470 0 1 0 64 1 0 0 20 0 22 0 107840925 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484225258360 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5168] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484069239208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484068186664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484067133608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484066081064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484065029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484063976488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484062923432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5175/stat : 5175 (java) S 5162 5165 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484061870888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 3593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107840927 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484049459560 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 3593 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107840928 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484048405880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5183/stat : 5183 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840928 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484047352712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5184] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5184/stat : 5184 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484046301456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5185] ppid=5162 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/5165/task/5185/stat : 5185 (java) R 5162 5165 3593 0 -1 4202560 11908 0 0 0 122 3 0 0 20 0 22 0 107840930 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484045236864 140484231100857 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5186] ppid=5162 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/5165/task/5186/stat : 5186 (java) R 5162 5165 3593 0 -1 4202560 20121 0 0 0 124 3 0 0 20 0 22 0 107840930 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484044184160 140484231284897 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5187] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5187/stat : 5187 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484043143928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5188] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5188/stat : 5188 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484042091592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5189] ppid=5162 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/5165/task/5189/stat : 5189 (java) R 5162 5165 3593 0 -1 4202560 22 0 0 0 79 0 0 0 20 0 22 0 107840993 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484041036664 140484228543354 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5190] ppid=5162 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/5165/task/5190/stat : 5190 (java) R 5162 5165 3593 0 -1 4202560 30 0 0 0 80 0 0 0 20 0 22 0 107840993 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484039983120 140484098230215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5191] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5191/stat : 5191 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840994 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484038931240 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5192] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5192/stat : 5192 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840994 10060525568 40943 33554432000 1073741824 1073778376 140733833759456 140484037878696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.45 4.22 4.22 6/219 5196
/proc/meminfo: memFree=29892180/32872528 swapFree=16080/1655368
[pid=5165] ppid=5162 vsize=9824732 CPUtime=9.31 cores=1,3,5,7
/proc/5165/stat : 5165 (java) S 5162 5165 3593 0 -1 4202496 36040 0 1 0 919 12 0 0 20 0 22 0 107840925 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140733833750592 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5165/statm: 2456183 60026 2293 9 0 2446860 0
[pid=5165/tid=5166] ppid=5162 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/5165/task/5166/stat : 5166 (java) S 5162 5165 3593 0 -1 4202560 2470 0 1 0 64 1 0 0 20 0 22 0 107840925 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484225258360 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5168] ppid=5162 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (java) S 5162 5165 3593 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 107840926 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484069239208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (java) S 5162 5165 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484068186664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 3593 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484067133608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 3593 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 107840926 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484066081064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484065029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 3593 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484063976488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484062923432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5175/stat : 5175 (java) S 5162 5165 3593 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107840926 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484061870888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 3593 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 107840927 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484049459560 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107840928 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484048405880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5183/stat : 5183 (java) S 5162 5165 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107840928 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484047352712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5184] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5184/stat : 5184 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484046301456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5185] ppid=5162 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/5165/task/5185/stat : 5185 (java) S 5162 5165 3593 0 -1 4202560 11926 0 0 0 173 3 0 0 20 0 22 0 107840930 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484045249336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5186] ppid=5162 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/5165/task/5186/stat : 5186 (java) S 5162 5165 3593 0 -1 4202560 20155 0 0 0 197 3 0 0 20 0 22 0 107840930 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484044196792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5187] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5187/stat : 5187 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484043143928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5188] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5188/stat : 5188 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484042091592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5189] ppid=5162 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/5165/task/5189/stat : 5189 (java) R 5162 5165 3593 0 -1 4202560 26 0 0 0 233 0 0 0 20 0 22 0 107840993 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484041036152 140484099024639 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5190] ppid=5162 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/5165/task/5190/stat : 5190 (java) R 5162 5165 3593 0 -1 4202560 59 0 0 0 236 1 0 0 20 0 22 0 107840993 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484039982472 140484099187841 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5191] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5191/stat : 5191 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840994 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484038931240 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5192] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5192/stat : 5192 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840994 10060525568 60026 33554432000 1073741824 1073778376 140733833759456 140484037878696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 4.45 4.22 4.22 5/219 5196
/proc/meminfo: memFree=29521116/32872528 swapFree=16080/1655368
[pid=5165] ppid=5162 vsize=9824732 CPUtime=15.91 cores=1,3,5,7
/proc/5165/stat : 5165 (java) S 5162 5165 3593 0 -1 4202496 36701 0 1 0 1568 23 0 0 20 0 22 0 107840925 10060525568 106289 33554432000 1073741824 1073778376 140733833759456 140733833750592 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5165/statm: 2456183 106289 2293 9 0 2446860 0
[pid=5165/tid=5166] ppid=5162 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/5165/task/5166/stat : 5166 (java) S 5162 5165 3593 0 -1 4202560 2470 0 1 0 64 1 0 0 20 0 22 0 107840925 10060525568 106289 33554432000 1073741824 1073778376 140733833759456 140484225258360 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5168] ppid=5162 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (java) S 5162 5165 3593 0 -1 4202560 147 0 0 0 1 2 0 0 20 0 22 0 107840926 10060525568 106289 33554432000 1073741824 1073778376 140733833759456 140484069239208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (java) S 5162 5165 3593 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 107840926 10060525568 106289 33554432000 1073741824 1073778376 140733833759456 140484068186664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 3593 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 107840926 10060525568 106289 33554432000 1073741824 1073778376 140733833759456 140484067133608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 3593 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 107840926 10060525568 106289 33554432000 1073741824 1073778376 140733833759456 140484066081064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 3593 0 -1 4202560 141 0 0 0 5 2 0 0 20 0 22 0 107840926 10060525568 106289 33554432000 1073741824 1073778376 140733833759456 140484065029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 3593 0 -1 4202560 82 0 0 0 2 1 0 0 20 0 22 0 107840926 10060525568 106289 33554432000 1073741824 1073778376 140733833759456 140484063976488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 3593 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 107840926 10060525568 106289 33554432000 1073741824 1073778376 140733833759456 140484062923432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9824732 CPUtime=0.03 cores=1,3,5,7

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

/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 3593 0 -1 4202560 724 0 0 0 255 17 0 0 20 0 22 0 107840926 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484067133608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 3593 0 -1 4202560 723 0 0 0 264 15 0 0 20 0 22 0 107840926 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484066081064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 3593 0 -1 4202560 699 0 0 0 236 18 0 0 20 0 22 0 107840926 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484065029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 3593 0 -1 4202560 614 0 0 0 237 19 0 0 20 0 22 0 107840926 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484063976488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 3593 0 -1 4202560 658 0 0 0 274 18 0 0 20 0 22 0 107840926 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484062923432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/5165/task/5175/stat : 5175 (java) S 5162 5165 3593 0 -1 4202560 698 0 0 0 235 16 0 0 20 0 22 0 107840926 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484061870888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9824732 CPUtime=3.66 cores=1,3,5,7
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 3593 0 -1 4202560 2343 0 0 0 357 9 0 0 20 0 22 0 107840927 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484049459560 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107840928 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484048405880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5183/stat : 5183 (java) S 5162 5165 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107840928 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484047352712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5184] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5184/stat : 5184 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484046301456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5185] ppid=5162 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/5165/task/5185/stat : 5185 (java) S 5162 5165 3593 0 -1 4202560 11937 0 0 0 228 3 0 0 20 0 22 0 107840930 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484045249336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5186] ppid=5162 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/5165/task/5186/stat : 5186 (java) S 5162 5165 3593 0 -1 4202560 20163 0 0 0 231 3 0 0 20 0 22 0 107840930 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484044196792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5187] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5187/stat : 5187 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484043143928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5188] ppid=5162 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/5165/task/5188/stat : 5188 (java) S 5162 5165 3593 0 -1 4202560 51 0 0 0 13 21 0 0 20 0 22 0 107840930 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484042091592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5189] ppid=5162 vsize=9824732 CPUtime=869.64 cores=1,3,5,7
/proc/5165/task/5189/stat : 5189 (java) R 5162 5165 3593 0 -1 4202560 195 0 0 0 86949 15 0 0 20 0 22 0 107840993 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484041035168 140484099076223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5190] ppid=5162 vsize=9824732 CPUtime=869.6 cores=1,3,5,7
/proc/5165/task/5190/stat : 5190 (java) R 5162 5165 3593 0 -1 4202560 1776 0 0 0 86912 48 0 0 20 0 22 0 107840993 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484039983864 140484099210880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5191] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5191/stat : 5191 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840994 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484038931240 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5192] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5192/stat : 5192 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840994 10060525568 946263 33554432000 1073741824 1073778376 140733833759456 140484037878696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1774.37
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.19 4.26 4.22 5/219 5216
/proc/meminfo: memFree=22722972/32872528 swapFree=16080/1655368
[pid=5165] ppid=5162 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/5165/stat : 5165 (java) S 5162 5165 3593 0 -1 4202496 45744 0 1 0 179785 215 0 0 20 0 22 0 107840925 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140733833750592 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5165/statm: 2456183 946264 2302 9 0 2446860 0
[pid=5165/tid=5166] ppid=5162 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/5165/task/5166/stat : 5166 (java) S 5162 5165 3593 0 -1 4202560 2476 0 1 0 66 4 0 0 20 0 22 0 107840925 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484225258360 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5168] ppid=5162 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (java) S 5162 5165 3593 0 -1 4202560 716 0 0 0 251 15 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484069239208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (java) S 5162 5165 3593 0 -1 4202560 703 0 0 0 256 16 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484068186664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 3593 0 -1 4202560 724 0 0 0 258 17 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484067133608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 3593 0 -1 4202560 723 0 0 0 266 15 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484066081064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 3593 0 -1 4202560 699 0 0 0 238 18 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484065029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 3593 0 -1 4202560 614 0 0 0 241 19 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484063976488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 3593 0 -1 4202560 658 0 0 0 275 18 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484062923432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/5165/task/5175/stat : 5175 (java) S 5162 5165 3593 0 -1 4202560 698 0 0 0 236 16 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484061870888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9824732 CPUtime=3.66 cores=1,3,5,7
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 3593 0 -1 4202560 2344 0 0 0 357 9 0 0 20 0 22 0 107840927 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484049459560 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107840928 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484048405880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5183/stat : 5183 (java) S 5162 5165 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107840928 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484047352712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5184] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5184/stat : 5184 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484046301456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5185] ppid=5162 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/5165/task/5185/stat : 5185 (java) S 5162 5165 3593 0 -1 4202560 11937 0 0 0 228 3 0 0 20 0 22 0 107840930 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484045249336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5186] ppid=5162 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/5165/task/5186/stat : 5186 (java) S 5162 5165 3593 0 -1 4202560 20163 0 0 0 231 3 0 0 20 0 22 0 107840930 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484044196792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5187] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5187/stat : 5187 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484043143928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5188] ppid=5162 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/5165/task/5188/stat : 5188 (java) S 5162 5165 3593 0 -1 4202560 51 0 0 0 13 21 0 0 20 0 22 0 107840930 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484042091592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5189] ppid=5162 vsize=9824732 CPUtime=882.35 cores=1,3,5,7
/proc/5165/task/5189/stat : 5189 (java) R 5162 5165 3593 0 -1 4202560 195 0 0 0 88220 15 0 0 20 0 22 0 107840993 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484041035168 140484099076570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5190] ppid=5162 vsize=9824732 CPUtime=882.31 cores=1,3,5,7
/proc/5165/task/5190/stat : 5190 (java) R 5162 5165 3593 0 -1 4202560 1777 0 0 0 88183 48 0 0 20 0 22 0 107840993 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484039983744 140484099210893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5191] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5191/stat : 5191 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840994 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484038931240 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5192] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5192/stat : 5192 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840994 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484037878696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

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 5165 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.101 s]
/proc/loadavg: 4.19 4.26 4.22 5/219 5216
/proc/meminfo: memFree=22722972/32872528 swapFree=16080/1655368
[pid=5165] ppid=5162 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/5165/stat : 5165 (java) S 5162 5165 3593 0 -1 4202496 45744 0 1 0 179785 215 0 0 20 0 22 0 107840925 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140733833750592 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5165/statm: 2456183 946264 2302 9 0 2446860 0
[pid=5165/tid=5166] ppid=5162 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/5165/task/5166/stat : 5166 (java) S 5162 5165 3593 0 -1 4202560 2476 0 1 0 66 4 0 0 20 0 22 0 107840925 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484225258360 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5168] ppid=5162 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (java) S 5162 5165 3593 0 -1 4202560 716 0 0 0 251 15 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484069239208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (java) S 5162 5165 3593 0 -1 4202560 703 0 0 0 256 16 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484068186664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (java) S 5162 5165 3593 0 -1 4202560 724 0 0 0 258 17 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484067133608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5171] ppid=5162 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/5165/task/5171/stat : 5171 (java) S 5162 5165 3593 0 -1 4202560 723 0 0 0 266 15 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484066081064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5172] ppid=5162 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/5165/task/5172/stat : 5172 (java) S 5162 5165 3593 0 -1 4202560 699 0 0 0 238 18 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484065029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5173] ppid=5162 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/5165/task/5173/stat : 5173 (java) S 5162 5165 3593 0 -1 4202560 614 0 0 0 241 19 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484063976488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5174] ppid=5162 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/5165/task/5174/stat : 5174 (java) S 5162 5165 3593 0 -1 4202560 658 0 0 0 275 18 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484062923432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5175] ppid=5162 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/5165/task/5175/stat : 5175 (java) S 5162 5165 3593 0 -1 4202560 698 0 0 0 236 16 0 0 20 0 22 0 107840926 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484061870888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5181] ppid=5162 vsize=9824732 CPUtime=3.66 cores=1,3,5,7
/proc/5165/task/5181/stat : 5181 (java) S 5162 5165 3593 0 -1 4202560 2344 0 0 0 357 9 0 0 20 0 22 0 107840927 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484049459560 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5182] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5182/stat : 5182 (java) S 5162 5165 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107840928 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484048405880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5183] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5183/stat : 5183 (java) S 5162 5165 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107840928 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484047352712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5184] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5184/stat : 5184 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484046301456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5185] ppid=5162 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/5165/task/5185/stat : 5185 (java) S 5162 5165 3593 0 -1 4202560 11937 0 0 0 228 3 0 0 20 0 22 0 107840930 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484045249336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5186] ppid=5162 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/5165/task/5186/stat : 5186 (java) S 5162 5165 3593 0 -1 4202560 20163 0 0 0 231 3 0 0 20 0 22 0 107840930 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484044196792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5187] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5187/stat : 5187 (java) S 5162 5165 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107840930 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484043143928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5165/tid=5188] ppid=5162 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/5165/task/5188/stat : 5188 (java) S 5162 5165 3593 0 -1 4202560 51 0 0 0 13 21 0 0 20 0 22 0 107840930 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484042091592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5189] ppid=5162 vsize=9824732 CPUtime=882.35 cores=1,3,5,7
/proc/5165/task/5189/stat : 5189 (java) R 5162 5165 3593 0 -1 4202560 195 0 0 0 88220 15 0 0 20 0 22 0 107840993 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484041035168 140484099076570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5165/tid=5190] ppid=5162 vsize=9824732 CPUtime=882.31 cores=1,3,5,7
/proc/5165/task/5190/stat : 5190 (java) R 5162 5165 3593 0 -1 4202560 1777 0 0 0 88183 48 0 0 20 0 22 0 107840993 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484039983744 140484099210893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5165/tid=5191] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5191/stat : 5191 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840994 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484038931240 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5165/tid=5192] ppid=5162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5192/stat : 5192 (java) S 5162 5165 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107840994 10060525568 946264 33554432000 1073741824 1073778376 140733833759456 140484037878696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5165 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=438355
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=542613
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.166
CPU time (s): 1800
CPU user time (s): 1797.85
CPU system time (s): 2.15
CPU usage (%): 201.08
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.44
system time used= 2.54261
maximum resident set size= 3794256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45777
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24931
involuntary context switches= 34844

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.60315 second user time and 7.53285 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 02:24:34
IDJOB=4080597
IDBENCH=48359
IDSOLVER=2543
FILE ID=node122/4080597-1465259073
RUNJOBID= node122-1465253685-3610
PBS_JOBID= 19843267
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080597-1465259073/watcher-4080597-1465259073 -o /tmp/evaluation-result-4080597-1465259073/solver-4080597-1465259073 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3610 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080597-1465259073.opb

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=1475697027

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30334420 kB
Buffers:           70584 kB
Cached:            97880 kB
SwapCached:          856 kB
Active:            73236 kB
Inactive:         107012 kB
Active(anon):      12064 kB
Inactive(anon):     1584 kB
Active(file):      61172 kB
Inactive(file):   105428 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099468 kB
Dirty:              2092 kB
Writeback:             0 kB
AnonPages:       1785228 kB
Mapped:            11880 kB
Shmem:                 0 kB
Slab:             569008 kB
SReclaimable:      12920 kB
SUnreclaim:       556088 kB
KernelStack:        1632 kB
PageTables:         7648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2325692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1765376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node122 at 2016-06-07 02:39:29