Trace number 4085590

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800 1796.74

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085590-1465267085.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.27/0.26	c ... done. Wall clock time 0.163s.
0.27/0.26	c declared #vars     774
0.27/0.26	c #constraints  1024
0.27/0.26	c constraints type 
0.27/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.27/0.26	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.27/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.27/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 771
0.27/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 192
0.27/0.26	c 1024 constraints processed.
0.27/0.26	c objective function length is 3 literals
1.30/0.78	c cleaning 2501 clauses out of 5002 with flag 28154/5002
1.97/1.37	c cleaning 4237 clauses out of 8500 with flag 78784/11001
2.67/2.07	c cleaning 5633 clauses out of 11266 with flag 142120/18004
3.48/2.87	c cleaning 6814 clauses out of 13629 with flag 213044/26000
4.39/3.76	c cleaning 7902 clauses out of 15816 with flag 287297/35001
5.39/4.78	c cleaning 8946 clauses out of 17913 with flag 366235/45000
6.79/6.10	c cleaning 9969 clauses out of 19969 with flag 460393/56002
8.09/7.41	c cleaning 10991 clauses out of 22000 with flag 551064/68002
9.49/8.84	c cleaning 11998 clauses out of 24007 with flag 645436/81000
11.09/10.48	c cleaning 12996 clauses out of 26009 with flag 784405/95000
12.99/12.36	c cleaning 13998 clauses out of 28014 with flag 914597/110001
15.00/14.40	c cleaning 15001 clauses out of 30018 with flag 1083590/126003
17.49/16.85	c cleaning 16001 clauses out of 32015 with flag 1218142/143001
19.79/19.11	c cleaning 17002 clauses out of 34013 with flag 1337386/161000
22.09/21.45	c cleaning 17999 clauses out of 36012 with flag 1467032/180001
24.69/24.02	c cleaning 19001 clauses out of 38013 with flag 1600328/200001
27.39/26.71	c cleaning 19999 clauses out of 40011 with flag 1745682/221000
30.59/29.92	c cleaning 21005 clauses out of 42014 with flag 1925051/243002
33.70/33.04	c cleaning 21966 clauses out of 44007 with flag 2116724/266000
37.32/36.61	c cleaning 23007 clauses out of 46041 with flag 2321068/290000
41.42/40.74	c cleaning 24014 clauses out of 48037 with flag 2520339/315003
46.52/45.80	c cleaning 25008 clauses out of 50020 with flag 2749990/341000
50.62/49.91	c cleaning 26006 clauses out of 52013 with flag 2979106/368001
55.02/54.39	c cleaning 26994 clauses out of 54008 with flag 3180739/396002
59.32/58.67	c cleaning 28001 clauses out of 56012 with flag 3405432/425000
64.42/63.78	c cleaning 29002 clauses out of 58013 with flag 3628852/455002
69.72/69.09	c cleaning 30002 clauses out of 60011 with flag 3880883/486002
75.22/74.53	c cleaning 30997 clauses out of 62009 with flag 4157721/518002
81.32/80.63	c cleaning 32002 clauses out of 64012 with flag 4413439/551002
87.41/86.79	c cleaning 32992 clauses out of 66009 with flag 4732816/585001
94.25/93.54	c cleaning 34000 clauses out of 68017 with flag 5081586/620001
100.95/100.22	c cleaning 34988 clauses out of 70016 with flag 5399584/656000
108.56/107.90	c cleaning 36003 clauses out of 72029 with flag 5729538/693001
116.36/115.63	c cleaning 37009 clauses out of 74026 with flag 6078775/731001
123.55/122.87	c cleaning 38005 clauses out of 76016 with flag 6410304/770000
130.75/130.00	c cleaning 38989 clauses out of 78012 with flag 6724992/810001
138.85/138.12	c cleaning 40007 clauses out of 80022 with flag 7123549/851000
147.47/146.76	c cleaning 41001 clauses out of 82015 with flag 7494028/893000
156.66/155.99	c cleaning 42002 clauses out of 84016 with flag 7831186/936002
165.87/165.13	c cleaning 43000 clauses out of 86012 with flag 8282553/980000
175.86/175.11	c cleaning 43993 clauses out of 88012 with flag 8721489/1025000
184.96/184.28	c cleaning 45005 clauses out of 90019 with flag 9097701/1071000
194.77/194.01	c cleaning 45977 clauses out of 92014 with flag 9478263/1118000
205.07/204.31	c cleaning 47016 clauses out of 94038 with flag 9912231/1166001
215.80/215.08	c cleaning 48001 clauses out of 96022 with flag 10326591/1215001
226.61/225.89	c cleaning 49004 clauses out of 98020 with flag 10763528/1265000
238.41/237.68	c cleaning 49994 clauses out of 100019 with flag 11131376/1316003
250.20/249.44	c cleaning 51007 clauses out of 102027 with flag 11543645/1368005
261.80/261.05	c cleaning 51992 clauses out of 104015 with flag 12049835/1421000
274.81/274.07	c cleaning 52987 clauses out of 106024 with flag 12574516/1475001
287.28/286.46	c cleaning 54006 clauses out of 108036 with flag 13118020/1530000
300.79/299.95	c cleaning 55004 clauses out of 110032 with flag 13732503/1586002
314.40/313.59	c cleaning 56003 clauses out of 112027 with flag 14263762/1643001
328.60/327.74	c cleaning 57009 clauses out of 114025 with flag 14827265/1701002
343.10/342.22	c cleaning 58000 clauses out of 116014 with flag 15362515/1760000
358.10/357.14	c cleaning 58994 clauses out of 118014 with flag 15876953/1820000
373.30/372.30	c cleaning 59999 clauses out of 120020 with flag 16494432/1881000
389.42/388.42	c cleaning 60992 clauses out of 122024 with flag 17069256/1943003
406.61/405.67	c cleaning 61999 clauses out of 124029 with flag 17657188/2006000
423.31/422.30	c cleaning 63012 clauses out of 126031 with flag 18264164/2070001
440.00/438.95	c cleaning 64002 clauses out of 128018 with flag 18903113/2135000
458.10/457.03	c cleaning 65001 clauses out of 130016 with flag 19546311/2201000
476.31/475.23	c cleaning 65992 clauses out of 132016 with flag 20227469/2268001
495.96/494.70	c cleaning 67009 clauses out of 134027 with flag 20954199/2336004
514.16/512.91	c cleaning 68003 clauses out of 136019 with flag 21657442/2405005
533.88/532.66	c cleaning 68999 clauses out of 138011 with flag 22436941/2475000
556.18/554.89	c cleaning 70001 clauses out of 140012 with flag 23167672/2546000
576.87/575.56	c cleaning 70986 clauses out of 142012 with flag 23854817/2618001
599.78/598.47	c cleaning 71977 clauses out of 144026 with flag 24528817/2691001
620.60/619.11	c cleaning 73020 clauses out of 146050 with flag 25252043/2765002
642.50/641.04	c cleaning 74005 clauses out of 148028 with flag 25959190/2840000
670.51/668.96	c cleaning 75003 clauses out of 150023 with flag 26600736/2916000
694.72/693.14	c cleaning 76000 clauses out of 152020 with flag 27439418/2993000
718.71/717.11	c cleaning 77009 clauses out of 154024 with flag 28235478/3071004
743.80/742.16	c cleaning 78004 clauses out of 156013 with flag 29022339/3150002
770.81/769.18	c cleaning 79003 clauses out of 158008 with flag 29797865/3230001
796.81/795.01	c cleaning 79994 clauses out of 160005 with flag 30647453/3311001
826.11/824.33	c cleaning 80989 clauses out of 162011 with flag 31380536/3393001
852.92/851.00	c cleaning 81990 clauses out of 164021 with flag 32170356/3476000
880.22/878.36	c cleaning 83012 clauses out of 166031 with flag 32982926/3560000
909.83/907.92	c cleaning 84003 clauses out of 168022 with flag 33857378/3645003
938.52/936.59	c cleaning 84999 clauses out of 170017 with flag 34696880/3731001
968.72/966.75	c cleaning 86003 clauses out of 172017 with flag 35609630/3818000
999.39/997.31	c cleaning 86993 clauses out of 174015 with flag 36534564/3906001
1030.40/1028.36	c cleaning 87999 clauses out of 176021 with flag 37530304/3995000
1063.23/1061.11	c cleaning 89001 clauses out of 178023 with flag 38385324/4085001
1096.34/1094.24	c cleaning 89994 clauses out of 180021 with flag 39288078/4176000
1130.92/1128.78	c cleaning 91012 clauses out of 182029 with flag 40090734/4268002
1162.58/1160.32	c cleaning 91996 clauses out of 184015 with flag 40941763/4361000
1201.78/1199.50	c cleaning 93001 clauses out of 186019 with flag 41630889/4455000
1237.38/1235.02	c cleaning 94000 clauses out of 188018 with flag 42682150/4550000
1276.95/1274.53	c cleaning 95000 clauses out of 190019 with flag 43785163/4646001
1316.59/1314.18	c cleaning 95995 clauses out of 192018 with flag 44945775/4743000
1356.20/1353.75	c cleaning 96997 clauses out of 194023 with flag 46001755/4841000
1394.95/1392.47	c cleaning 98005 clauses out of 196027 with flag 47032278/4940001
1431.05/1428.41	c cleaning 98996 clauses out of 198021 with flag 47975572/5040000
1483.43/1480.74	c cleaning 100003 clauses out of 200025 with flag 49042145/5141000
1526.64/1523.81	c cleaning 100984 clauses out of 202022 with flag 49960312/5243000
1567.15/1564.26	c cleaning 102004 clauses out of 204041 with flag 51057876/5346003
1609.12/1606.13	c cleaning 103008 clauses out of 206037 with flag 52001615/5450003
1655.30/1652.22	c cleaning 103994 clauses out of 208026 with flag 53093158/5555000
1698.66/1695.52	c cleaning 105007 clauses out of 210032 with flag 54197116/5661000
1741.43/1738.26	c cleaning 106001 clauses out of 212026 with flag 55359311/5768001
1785.51/1782.25	c cleaning 107003 clauses out of 214024 with flag 56476299/5876000
1800.00/1796.70	c starts		: 14978
1800.00/1796.70	c conflicts		: 5921736
1800.00/1796.70	c decisions		: 9777816
1800.00/1796.70	c propagations		: 423488949
1800.00/1796.70	c inspects		: 33356574779
1800.00/1796.70	c shortcuts		: 0
1800.00/1796.70	c learnt literals	: 0
1800.00/1796.70	c learnt binary clauses	: 0
1800.00/1796.70	c timeout
1800.00/1796.70	c learnt ternary clauses	: 0
1800.00/1796.70	c learnt constraints	: 5921736
1800.00/1796.70	c ignored constraints	: 0
1800.00/1796.70	c root simplifications	: 0
1800.00/1796.70	c removed literals (reason simplification)	: 0
1800.00/1796.70	c reason swapping (by a shorter reason)	: 0
1800.00/1796.70	c Calls to reduceDB	: 104
1800.00/1796.70	c Number of update (reduction) of LBD	: 3005215
1800.00/1796.70	c Imported unit clauses	: 0
1800.00/1796.70	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.70	c number of learned constraints concerned by reduction	: 0
1800.00/1796.70	c number of learning phase by resolution	: 0
1800.00/1796.70	c number of learning phase by cutting planes	: 0
1800.00/1796.70	c speed (assignments/second)	: 235738.53159173587
1800.00/1796.70	c non guided choices	387
1800.00/1796.73	c learnt constraints type 
1800.00/1796.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152757
1800.00/1796.73	s UNKNOWN
1800.00/1796.73	c Total wall clock time (in seconds): 1796.63

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-4085590-1465267085/watcher-4085590-1465267085 -o /tmp/evaluation-result-4085590-1465267085/solver-4085590-1465267085 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15101 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085590-1465267085.opb 

pid=16105
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.31 2.27 2.25 3/196 16108
/proc/meminfo: memFree=30152100/32872528 swapFree=20720/1686580
[pid=16108] ppid=16105 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16105 16108 15085 0 -1 4202496 1317 0 0 0 0 0 0 0 20 0 2 0 108640587 98635776 949 33554432000 1073741824 1073778376 140735140680512 140735140671648 215127982141 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 24081 958 726 9 0 16771 0
[pid=16108/tid=16109] ppid=16105 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16109/stat : 16109 (java) R 16105 16108 15085 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 108640587 98570240 977 33554432000 1073741824 1073778376 140735140680512 140124069592616 215124624272 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.31 2.27 2.25 3/196 16108
/proc/meminfo: memFree=30152100/32872528 swapFree=20720/1686580
[pid=16108] ppid=16105 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16105 16108 15085 0 -1 4202496 4501 0 1 0 10 1 0 0 20 0 18 0 108640587 9787879424 6128 33554432000 1073741824 1073778376 140735140680512 140735140671648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 2389619 6128 2157 9 0 2380296 0
[pid=16108/tid=16109] ppid=16105 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16108/task/16109/stat : 16109 (java) R 16105 16108 15085 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 108640587 9787879424 6128 33554432000 1073741824 1073778376 140735140680512 140124069596064 215128007949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200356 s]
/proc/loadavg: 2.31 2.27 2.25 3/196 16108
/proc/meminfo: memFree=30152100/32872528 swapFree=20720/1686580
[pid=16108] ppid=16105 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16105 16108 15085 0 -1 4202496 4956 0 1 0 26 1 0 0 20 0 18 0 108640587 9787879424 6968 33554432000 1073741824 1073778376 140735140680512 140735140671648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 2389619 6968 2215 9 0 2380296 0
[pid=16108/tid=16109] ppid=16105 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/16108/task/16109/stat : 16109 (java) R 16105 16108 15085 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 18 0 108640587 9787879424 6968 33554432000 1073741824 1073778376 140735140680512 140124069596064 140123928912595 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300257 s]
/proc/loadavg: 2.31 2.27 2.25 3/196 16108
/proc/meminfo: memFree=30152100/32872528 swapFree=20720/1686580
[pid=16108] ppid=16105 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16105 16108 15085 0 -1 4202496 9377 0 1 0 51 2 0 0 20 0 19 0 108640587 9856040960 11194 33554432000 1073741824 1073778376 140735140680512 140735140671648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 2406260 11194 2238 9 0 2396937 0
[pid=16108/tid=16109] ppid=16105 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16108/task/16109/stat : 16109 (java) R 16105 16108 15085 0 -1 4202560 2437 0 1 0 26 1 0 0 20 0 19 0 108640587 9856040960 11194 33554432000 1073741824 1073778376 140735140680512 140124069597824 140123929197251 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700193 s]
/proc/loadavg: 2.31 2.27 2.25 3/196 16108
/proc/meminfo: memFree=30152100/32872528 swapFree=20720/1686580
[pid=16108] ppid=16105 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16105 16108 15085 0 -1 4202496 11942 0 1 0 127 3 0 0 20 0 19 0 108640587 9856040960 12114 33554432000 1073741824 1073778376 140735140680512 140735140671648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 2406260 12114 2251 9 0 2396937 0
[pid=16108/tid=16109] ppid=16105 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/16108/task/16109/stat : 16109 (java) R 16105 16108 15085 0 -1 4202560 2438 0 1 0 66 1 0 0 20 0 19 0 108640587 9856040960 12114 33554432000 1073741824 1073778376 140735140680512 140124069597824 140123929297171 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.31 2.27 2.25 3/215 16192
/proc/meminfo: memFree=30132968/32872528 swapFree=20720/1686580
[pid=16108] ppid=16105 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16105 16108 15085 0 -1 4202496 11967 0 1 0 214 3 0 0 20 0 19 0 108640587 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140735140671648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 2406260 13157 2257 9 0 2396937 0
[pid=16108/tid=16109] ppid=16105 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/16108/task/16109/stat : 16109 (java) R 16105 16108 15085 0 -1 4202560 2441 0 1 0 146 1 0 0 20 0 19 0 108640587 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140124069597560 140123929397293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140124047698472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16112] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123844897192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16113] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123843844392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16114] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123842791592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16115] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123841739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16116] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123840687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16117] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123839634216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16118] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16105 16108 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123838581416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16119] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) S 16105 16108 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123826383336 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16120] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16105 16108 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123825329400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16105 16108 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123824276488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640591 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123823224976 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16124] ppid=16105 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16105 16108 15085 0 -1 4202560 3643 0 0 0 32 0 0 0 20 0 19 0 108640591 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123822173112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16125] ppid=16105 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16105 16108 15085 0 -1 4202560 4611 0 0 0 32 0 0 0 20 0 19 0 108640591 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123821120312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640592 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123820067704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16127] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640592 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123819015112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16142] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16142/stat : 16142 (java) S 16105 16108 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640614 9856040960 13157 33554432000 1073741824 1073778376 140735140680512 140123817862312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.29 2.27 2.25 5/214 16256
/proc/meminfo: memFree=30136952/32872528 swapFree=20720/1686580
[pid=16108] ppid=16105 vsize=9625040 CPUtime=3.79 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16105 16108 15085 0 -1 4202496 11972 0 1 0 376 3 0 0 20 0 19 0 108640587 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140735140671648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 2406260 15205 2257 9 0 2396937 0
[pid=16108/tid=16109] ppid=16105 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/16108/task/16109/stat : 16109 (java) R 16105 16108 15085 0 -1 4202560 2446 0 1 0 306 1 0 0 20 0 19 0 108640587 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140124069588688 140123929385592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140124047698472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16112] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123844897192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16113] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123843844392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16114] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123842791592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16115] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123841739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16116] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123840687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16117] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123839634216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16118] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16105 16108 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123838581416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16119] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) S 16105 16108 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123826383336 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16120] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16105 16108 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123825329400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16105 16108 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123824276488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640591 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123823224976 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16124] ppid=16105 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16105 16108 15085 0 -1 4202560 3643 0 0 0 34 0 0 0 20 0 19 0 108640591 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123822173112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16125] ppid=16105 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16105 16108 15085 0 -1 4202560 4611 0 0 0 32 0 0 0 20 0 19 0 108640591 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123821120312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640592 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123820067704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16127] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640592 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123819015112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16142] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16142/stat : 16142 (java) S 16105 16108 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640614 9856040960 15205 33554432000 1073741824 1073778376 140735140680512 140123817862312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.29 2.27 2.25 3/215 16257
/proc/meminfo: memFree=30091108/32872528 swapFree=20720/1686580
[pid=16108] ppid=16105 vsize=9625040 CPUtime=6.99 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16105 16108 15085 0 -1 4202496 11980 0 1 0 696 3 0 0 20 0 19 0 108640587 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140735140671648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 2406260 18058 2258 9 0 2396937 0
[pid=16108/tid=16109] ppid=16105 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/16108/task/16109/stat : 16109 (java) R 16105 16108 15085 0 -1 4202560 2453 0 1 0 625 1 0 0 20 0 19 0 108640587 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140124069588672 140123929413990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140124047698472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16112] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123844897192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16113] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123843844392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16114] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123842791592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16115] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123841739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16116] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123840687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16117] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123839634216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16118] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16105 16108 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108640588 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123838581416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16119] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) S 16105 16108 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123826383336 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16120] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16105 16108 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123825329400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16105 16108 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123824276488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640591 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123823224976 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16124] ppid=16105 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16105 16108 15085 0 -1 4202560 3643 0 0 0 34 0 0 0 20 0 19 0 108640591 9856040960 18058 33554432000 1073741824 1073778376 140735140680512 140123822173112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16125] ppid=16105 vsize=9625040 CPUtime=0.32 cores=0,2,4,6

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

[pid=16108/tid=16142] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16142/stat : 16142 (java) S 16105 16108 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640614 9856040960 115677 33554432000 1073741824 1073778376 140735140680512 140123817862312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.52
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.23 2.21 3/215 16325
/proc/meminfo: memFree=29460960/32872528 swapFree=20720/1686580
[pid=16108] ppid=16105 vsize=9625040 CPUtime=1785.61 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16105 16108 15085 0 -1 4202496 14254 0 1 0 178489 72 0 0 20 0 19 0 108640587 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140735140671648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 2406260 114303 2281 9 0 2396937 0
[pid=16108/tid=16109] ppid=16105 vsize=9625040 CPUtime=1776.57 cores=0,2,4,6
/proc/16108/task/16109/stat : 16109 (java) R 16105 16108 15085 0 -1 4202560 2533 0 1 0 177626 31 0 0 20 0 19 0 108640587 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140124069596352 140123929412443 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16105 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16105 16108 15085 0 -1 4202560 274 0 0 0 36 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140124047698472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16112] ppid=16105 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16105 16108 15085 0 -1 4202560 300 0 0 0 36 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123844897192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16113] ppid=16105 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16105 16108 15085 0 -1 4202560 288 0 0 0 34 5 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123843844392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16114] ppid=16105 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16105 16108 15085 0 -1 4202560 132 0 0 0 36 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123842791592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16115] ppid=16105 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16105 16108 15085 0 -1 4202560 267 0 0 0 42 8 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123841739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16116] ppid=16105 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16105 16108 15085 0 -1 4202560 250 0 0 0 30 5 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123840687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16117] ppid=16105 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16105 16108 15085 0 -1 4202560 146 0 0 0 32 3 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123839634216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16118] ppid=16105 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16105 16108 15085 0 -1 4202560 293 0 0 0 28 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123838581416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16119] ppid=16105 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) S 16105 16108 15085 0 -1 4202560 147 0 0 0 14 1 0 0 20 0 19 0 108640589 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123826383336 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16120] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16105 16108 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123825329400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16105 16108 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123824276488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640591 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123823224976 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16124] ppid=16105 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16105 16108 15085 0 -1 4202560 3651 0 0 0 37 0 0 0 20 0 19 0 108640591 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123822173112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16125] ppid=16105 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16105 16108 15085 0 -1 4202560 4611 0 0 0 32 0 0 0 20 0 19 0 108640591 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123821120312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640592 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123820067704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16127] ppid=16105 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16105 16108 15085 0 -1 4202560 104 0 0 0 31 31 0 0 20 0 19 0 108640592 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123819015112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16142] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16142/stat : 16142 (java) S 16105 16108 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640614 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123817862312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.26 2.24 2.21 4/215 16456
/proc/meminfo: memFree=29602380/32872528 swapFree=20720/1686580
[pid=16108] ppid=16105 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16105 16108 15085 0 -1 4202496 14254 0 1 0 179928 72 0 0 20 0 19 0 108640587 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140735140671648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 2406260 114303 2281 9 0 2396937 0
[pid=16108/tid=16109] ppid=16105 vsize=9625040 CPUtime=1790.94 cores=0,2,4,6
/proc/16108/task/16109/stat : 16109 (java) R 16105 16108 15085 0 -1 4202560 2533 0 1 0 179063 31 0 0 20 0 19 0 108640587 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140124069588672 140123929413877 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16105 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16105 16108 15085 0 -1 4202560 274 0 0 0 36 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140124047698472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16112] ppid=16105 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16105 16108 15085 0 -1 4202560 300 0 0 0 36 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123844897192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16113] ppid=16105 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16105 16108 15085 0 -1 4202560 288 0 0 0 34 5 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123843844392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16114] ppid=16105 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16105 16108 15085 0 -1 4202560 132 0 0 0 36 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123842791592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16115] ppid=16105 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16105 16108 15085 0 -1 4202560 267 0 0 0 42 8 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123841739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16116] ppid=16105 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16105 16108 15085 0 -1 4202560 250 0 0 0 30 5 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123840687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16117] ppid=16105 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16105 16108 15085 0 -1 4202560 146 0 0 0 32 3 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123839634216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16118] ppid=16105 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16105 16108 15085 0 -1 4202560 293 0 0 0 28 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123838581416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16119] ppid=16105 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) S 16105 16108 15085 0 -1 4202560 147 0 0 0 14 1 0 0 20 0 19 0 108640589 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123826383336 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16120] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16105 16108 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123825329400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16105 16108 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123824276488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640591 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123823224976 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16124] ppid=16105 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16105 16108 15085 0 -1 4202560 3651 0 0 0 37 0 0 0 20 0 19 0 108640591 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123822173112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16125] ppid=16105 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16105 16108 15085 0 -1 4202560 4611 0 0 0 32 0 0 0 20 0 19 0 108640591 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123821120312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640592 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123820067704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16127] ppid=16105 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16105 16108 15085 0 -1 4202560 104 0 0 0 32 31 0 0 20 0 19 0 108640592 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123819015112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16142] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16142/stat : 16142 (java) S 16105 16108 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640614 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123817862312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16108 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.7 s]
/proc/loadavg: 2.26 2.24 2.21 4/215 16456
/proc/meminfo: memFree=29602380/32872528 swapFree=20720/1686580
[pid=16108] ppid=16105 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16105 16108 15085 0 -1 4202496 14254 0 1 0 179928 72 0 0 20 0 19 0 108640587 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140735140671648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 2406260 114303 2281 9 0 2396937 0
[pid=16108/tid=16109] ppid=16105 vsize=9625040 CPUtime=1790.94 cores=0,2,4,6
/proc/16108/task/16109/stat : 16109 (java) R 16105 16108 15085 0 -1 4202560 2533 0 1 0 179063 31 0 0 20 0 19 0 108640587 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140124069588672 140123929413877 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16105 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16105 16108 15085 0 -1 4202560 274 0 0 0 36 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140124047698472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16112] ppid=16105 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16105 16108 15085 0 -1 4202560 300 0 0 0 36 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123844897192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16113] ppid=16105 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16105 16108 15085 0 -1 4202560 288 0 0 0 34 5 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123843844392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16114] ppid=16105 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16105 16108 15085 0 -1 4202560 132 0 0 0 36 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123842791592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16115] ppid=16105 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16105 16108 15085 0 -1 4202560 267 0 0 0 42 8 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123841739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16116] ppid=16105 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16105 16108 15085 0 -1 4202560 250 0 0 0 30 5 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123840687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16117] ppid=16105 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16105 16108 15085 0 -1 4202560 146 0 0 0 32 3 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123839634216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16118] ppid=16105 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16105 16108 15085 0 -1 4202560 293 0 0 0 28 6 0 0 20 0 19 0 108640588 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123838581416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16119] ppid=16105 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) S 16105 16108 15085 0 -1 4202560 147 0 0 0 14 1 0 0 20 0 19 0 108640589 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123826383336 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16120] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16105 16108 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123825329400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16105 16108 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108640589 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123824276488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640591 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123823224976 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16124] ppid=16105 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16105 16108 15085 0 -1 4202560 3651 0 0 0 37 0 0 0 20 0 19 0 108640591 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123822173112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16125] ppid=16105 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16105 16108 15085 0 -1 4202560 4611 0 0 0 32 0 0 0 20 0 19 0 108640591 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123821120312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16105 16108 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640592 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123820067704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16127] ppid=16105 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16105 16108 15085 0 -1 4202560 104 0 0 0 32 31 0 0 20 0 19 0 108640592 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123819015112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16142] ppid=16105 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16142/stat : 16142 (java) S 16105 16108 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640614 9856040960 114303 33554432000 1073741824 1073778376 140735140680512 140123817862312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.74
CPU time (s): 1800
CPU user time (s): 1799.28
CPU system time (s): 0.72
CPU usage (%): 100.182
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.71
system time used= 1.22281
maximum resident set size= 565928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14299
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38880
involuntary context switches= 7149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8334 second user time and 13.093 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 04:38:05
IDJOB=4085590
IDBENCH=71846
IDSOLVER=2546
FILE ID=node135/4085590-1465267085
RUNJOBID= node135-1465261709-15101
PBS_JOBID= 19843293
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085590-1465267085/watcher-4085590-1465267085 -o /tmp/evaluation-result-4085590-1465267085/solver-4085590-1465267085 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15101 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085590-1465267085.opb

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=1927811959

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        30152744 kB
Buffers:          108036 kB
Cached:           109664 kB
SwapCached:         1764 kB
Active:           160136 kB
Inactive:         141024 kB
Active(anon):      84320 kB
Inactive(anon):     1376 kB
Active(file):      75816 kB
Inactive(file):   139648 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              2236 kB
Writeback:             0 kB
AnonPages:       1771040 kB
Mapped:            15240 kB
Shmem:                 0 kB
Slab:             598632 kB
SReclaimable:      41880 kB
SUnreclaim:       556752 kB
KernelStack:        1608 kB
PageTables:         7776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2375592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1730560 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= 71732 MiB
End job on node135 at 2016-06-07 05:08:02