Trace number 4116825

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.63 1797.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-0.opb
MD5SUM714fb1707334627ad5aa5c74a169f33e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark82.4475
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116825-1466954610.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.49/0.39	c ... done. Wall clock time 0.28s.
0.49/0.39	c declared #vars     3968
0.49/0.39	c #constraints  9216
0.49/0.39	c constraints type 
0.49/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.49/0.39	c org.sat4j.specs.Constr$1 => 936
0.49/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.49/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.49/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.49/0.39	c 9216 constraints processed.
1.60/1.06	c cleaning 2496 clauses out of 4996 with flag 15757/5000
2.46/1.72	c cleaning 4243 clauses out of 8500 with flag 37587/11000
3.17/2.50	c cleaning 5619 clauses out of 11258 with flag 64810/18001
4.08/3.34	c cleaning 6816 clauses out of 13638 with flag 100520/26000
5.09/4.34	c cleaning 7884 clauses out of 15823 with flag 141222/35001
6.30/5.52	c cleaning 8961 clauses out of 17938 with flag 187716/45000
7.59/6.89	c cleaning 9959 clauses out of 19978 with flag 240393/56001
9.09/8.35	c cleaning 10999 clauses out of 22018 with flag 302294/68000
10.70/10.00	c cleaning 11969 clauses out of 24019 with flag 368902/81000
12.60/11.83	c cleaning 13013 clauses out of 26050 with flag 443703/95000
14.60/13.87	c cleaning 14016 clauses out of 28037 with flag 525510/110000
16.80/16.03	c cleaning 14980 clauses out of 30021 with flag 612946/126000
19.11/18.35	c cleaning 16012 clauses out of 32041 with flag 708720/143000
21.60/20.90	c cleaning 17013 clauses out of 34031 with flag 814051/161002
24.40/23.67	c cleaning 17996 clauses out of 36017 with flag 923667/180001
27.40/26.67	c cleaning 19006 clauses out of 38021 with flag 1041993/200001
30.61/29.83	c cleaning 20000 clauses out of 40014 with flag 1166607/221000
34.00/33.24	c cleaning 20990 clauses out of 42014 with flag 1297239/243000
37.60/36.87	c cleaning 22002 clauses out of 44025 with flag 1434113/266001
41.51/40.80	c cleaning 23005 clauses out of 46022 with flag 1576911/290000
45.70/44.95	c cleaning 23975 clauses out of 48020 with flag 1728735/315003
50.10/49.32	c cleaning 25002 clauses out of 50042 with flag 1886877/341000
54.72/53.94	c cleaning 25990 clauses out of 52041 with flag 2052377/368001
59.67/58.89	c cleaning 27013 clauses out of 54050 with flag 2224164/396000
64.27/63.45	c cleaning 28011 clauses out of 56038 with flag 2403210/425001
69.18/68.32	c cleaning 29009 clauses out of 58026 with flag 2587083/455000
74.27/73.43	c cleaning 30002 clauses out of 60018 with flag 2778629/486001
79.67/78.81	c cleaning 30988 clauses out of 62015 with flag 2976754/518000
85.37/84.59	c cleaning 32002 clauses out of 64028 with flag 3184100/551001
91.37/90.55	c cleaning 32986 clauses out of 66026 with flag 3397393/585001
97.68/96.87	c cleaning 34005 clauses out of 68042 with flag 3617607/620003
104.28/103.47	c cleaning 34995 clauses out of 70034 with flag 3844673/656000
111.28/110.43	c cleaning 35980 clauses out of 72040 with flag 4075885/693001
118.38/117.55	c cleaning 36999 clauses out of 74060 with flag 4317197/731001
125.88/125.00	c cleaning 38003 clauses out of 76061 with flag 4565641/770001
133.78/132.93	c cleaning 39022 clauses out of 78058 with flag 4819924/810001
141.98/141.19	c cleaning 39988 clauses out of 80035 with flag 5084259/851000
150.22/149.36	c cleaning 40992 clauses out of 82047 with flag 5353482/893000
158.62/157.70	c cleaning 42023 clauses out of 84056 with flag 5626859/936001
167.32/166.49	c cleaning 43006 clauses out of 86032 with flag 5908785/980000
176.42/175.58	c cleaning 43977 clauses out of 88027 with flag 6197623/1025001
185.92/185.09	c cleaning 45021 clauses out of 90049 with flag 6493778/1071000
195.83/194.96	c cleaning 45986 clauses out of 92029 with flag 6794876/1118001
206.03/205.13	c cleaning 46986 clauses out of 94043 with flag 7101605/1166001
216.54/215.68	c cleaning 48009 clauses out of 96056 with flag 7418608/1215000
227.83/226.91	c cleaning 49006 clauses out of 98047 with flag 7743115/1265000
239.23/238.32	c cleaning 50009 clauses out of 100041 with flag 8076113/1316000
250.77/249.85	c cleaning 51000 clauses out of 102032 with flag 8416769/1368000
262.78/261.81	c cleaning 52006 clauses out of 104032 with flag 8761196/1421000
275.08/274.11	c cleaning 53002 clauses out of 106026 with flag 9114313/1475000
287.78/286.85	c cleaning 54013 clauses out of 108026 with flag 9475759/1530002
300.98/300.01	c cleaning 54968 clauses out of 110012 with flag 9838785/1586001
314.38/313.42	c cleaning 56010 clauses out of 112044 with flag 10205137/1643001
328.28/327.30	c cleaning 56967 clauses out of 114033 with flag 10586238/1701000
342.59/341.66	c cleaning 58028 clauses out of 116066 with flag 10975370/1760000
357.04/356.10	c cleaning 59014 clauses out of 118038 with flag 11370369/1820000
372.04/371.09	c cleaning 59985 clauses out of 120025 with flag 11770327/1881001
387.15/386.18	c cleaning 60982 clauses out of 122039 with flag 12178372/1943000
403.15/402.17	c cleaning 62009 clauses out of 124059 with flag 12591993/2006002
419.45/418.45	c cleaning 63010 clauses out of 126048 with flag 13011394/2070000
436.45/435.41	c cleaning 64010 clauses out of 128038 with flag 13439647/2135000
454.18/453.12	c cleaning 64980 clauses out of 130029 with flag 13871065/2201001
471.92/470.84	c cleaning 65989 clauses out of 132048 with flag 14305430/2268000
490.22/489.20	c cleaning 66999 clauses out of 134060 with flag 14749407/2336001
508.92/507.85	c cleaning 68010 clauses out of 136060 with flag 15202210/2405000
528.03/526.97	c cleaning 68982 clauses out of 138050 with flag 15656963/2475000
547.84/546.74	c cleaning 70021 clauses out of 140068 with flag 16123139/2546000
567.94/566.88	c cleaning 71010 clauses out of 142048 with flag 16594772/2618001
588.65/587.50	c cleaning 71991 clauses out of 144038 with flag 17073205/2691001
611.05/609.89	c cleaning 73017 clauses out of 146046 with flag 17558714/2765000
633.14/631.90	c cleaning 73994 clauses out of 148029 with flag 18047632/2840000
655.74/654.60	c cleaning 75008 clauses out of 150035 with flag 18547500/2916000
678.94/677.78	c cleaning 75984 clauses out of 152027 with flag 19055266/2993000
702.93/701.76	c cleaning 77010 clauses out of 154044 with flag 19567189/3071001
726.71/725.44	c cleaning 78000 clauses out of 156034 with flag 20087890/3150001
750.91/749.63	c cleaning 79010 clauses out of 158033 with flag 20613849/3230000
776.21/774.97	c cleaning 79997 clauses out of 160024 with flag 21145648/3311001
803.01/801.74	c cleaning 80984 clauses out of 162026 with flag 21679094/3393000
829.78/828.35	c cleaning 81982 clauses out of 164043 with flag 22218519/3476001
858.17/856.76	c cleaning 83022 clauses out of 166060 with flag 22764210/3560000
886.56/885.14	c cleaning 83991 clauses out of 168038 with flag 23314631/3645000
914.67/913.28	c cleaning 85002 clauses out of 170047 with flag 23875618/3731000
944.17/942.67	c cleaning 86018 clauses out of 172045 with flag 24450352/3818000
973.38/971.86	c cleaning 86996 clauses out of 174028 with flag 25028852/3906001
1003.69/1002.11	c cleaning 87999 clauses out of 176032 with flag 25611824/3995001
1034.50/1032.97	c cleaning 88975 clauses out of 178032 with flag 26198344/4085000
1066.23/1064.51	c cleaning 90012 clauses out of 180058 with flag 26795027/4176001
1098.44/1096.73	c cleaning 91016 clauses out of 182045 with flag 27394602/4268000
1132.03/1130.36	c cleaning 91988 clauses out of 184029 with flag 28000294/4361000
1165.84/1164.07	c cleaning 92994 clauses out of 186041 with flag 28616998/4455000
1200.05/1198.22	c cleaning 93997 clauses out of 188047 with flag 29239928/4550000
1234.75/1232.99	c cleaning 95020 clauses out of 190051 with flag 29871390/4646001
1271.27/1269.42	c cleaning 95995 clauses out of 192031 with flag 30504321/4743001
1307.22/1305.36	c cleaning 96976 clauses out of 194035 with flag 31141649/4841000
1344.03/1342.16	c cleaning 98014 clauses out of 196059 with flag 31782010/4940000
1381.73/1379.71	c cleaning 99015 clauses out of 198046 with flag 32433560/5040001
1419.73/1417.74	c cleaning 99979 clauses out of 200030 with flag 33095127/5141000
1459.14/1457.15	c cleaning 101014 clauses out of 202051 with flag 33760843/5243000
1499.92/1497.79	c cleaning 102017 clauses out of 204037 with flag 34430595/5346000
1541.72/1539.58	c cleaning 103005 clauses out of 206021 with flag 35106746/5450001
1584.01/1581.82	c cleaning 103969 clauses out of 208015 with flag 35788655/5555000
1625.89/1623.63	c cleaning 104995 clauses out of 210046 with flag 36479579/5661000
1669.28/1667.02	c cleaning 106021 clauses out of 212051 with flag 37175553/5768000
1713.28/1711.03	c cleaning 107016 clauses out of 214031 with flag 37877142/5876001
1758.24/1755.97	c cleaning 108007 clauses out of 216014 with flag 38590382/5985000
1800.04/1797.70	c starts		: 58413
1800.04/1797.70	c conflicts		: 6087905
1800.04/1797.70	c decisions		: 49614884
1800.04/1797.70	c propagations		: 797253416
1800.04/1797.70	c inspects		: 25384071326
1800.04/1797.70	c shortcuts		: 0
1800.04/1797.70	c learnt literals	: 4
1800.04/1797.70	c learnt binary clauses	: 96
1800.04/1797.70	c learnt ternary clauses	: 851
1800.04/1797.70	c learnt constraints	: 6087901
1800.04/1797.70	c ignored constraints	: 0
1800.04/1797.70	c root simplifications	: 0
1800.04/1797.70	c removed literals (reason simplification)	: 0
1800.04/1797.70	c reason swapping (by a shorter reason)	: 0
1800.04/1797.70	c Calls to reduceDB	: 105
1800.04/1797.70	c Number of update (reduction) of LBD	: 1298373
1800.04/1797.70	c Imported unit clauses	: 0
1800.04/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.70	c number of learned constraints concerned by reduction	: 0
1800.04/1797.70	c number of learning phase by resolution	: 0
1800.04/1797.70	c number of learning phase by cutting planes	: 0
1800.04/1797.70	c speed (assignments/second)	: 443583.44674406416
1800.04/1797.70	c non guided choices	6949
1800.04/1797.70	c timeout
1800.04/1797.73	c learnt constraints type 
1800.04/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 96
1800.04/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 210816
1800.04/1797.73	s UNKNOWN
1800.04/1797.73	c Total wall clock time (in seconds): 1797.618

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-4116825-1466954610/watcher-4116825-1466954610 -o /tmp/evaluation-result-4116825-1466954610/solver-4116825-1466954610 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116825-1466954610.opb 

pid=20697
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.35 2.28 2.20 3/194 20700
/proc/meminfo: memFree=30038960/32872528 swapFree=1643088/1798432
[pid=20700] ppid=20697 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/20700/stat : 20700 (java) R 20697 20700 19053 0 -1 4202496 469 0 0 0 0 0 0 0 20 0 1 0 28500104 9379840 123 33554432000 1073741824 1073778376 140733342339200 140733342336328 260193685984 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20700/statm: 2323 128 98 9 0 71 0

[startup+0.100165 s]
/proc/loadavg: 2.35 2.28 2.20 3/194 20700
/proc/meminfo: memFree=30038960/32872528 swapFree=1643088/1798432
[pid=20700] ppid=20697 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 19053 0 -1 4202496 4415 0 1 0 8 1 0 0 20 0 18 0 28500104 9787879424 6034 33554432000 1073741824 1073778376 140733342339200 140733342330336 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20700/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.35 2.28 2.20 3/194 20700
/proc/meminfo: memFree=30038960/32872528 swapFree=1643088/1798432
[pid=20700] ppid=20697 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 19053 0 -1 4202496 4938 0 1 0 25 1 0 0 20 0 18 0 28500104 9787879424 6979 33554432000 1073741824 1073778376 140733342339200 140733342330336 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20700/statm: 2389619 6979 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300219 s]
/proc/loadavg: 2.35 2.28 2.20 3/194 20700
/proc/meminfo: memFree=30038960/32872528 swapFree=1643088/1798432
[pid=20700] ppid=20697 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 19053 0 -1 4202496 5814 0 1 0 48 1 0 0 20 0 18 0 28500104 9787879424 8990 33554432000 1073741824 1073778376 140733342339200 140733342330336 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20700/statm: 2389619 8990 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700276 s]
/proc/loadavg: 2.35 2.28 2.20 3/194 20700
/proc/meminfo: memFree=30038960/32872528 swapFree=1643088/1798432
[pid=20700] ppid=20697 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 19053 0 -1 4202496 8847 0 1 0 128 2 0 0 20 0 19 0 28500104 9856040960 14422 33554432000 1073741824 1073778376 140733342339200 140733342330336 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20700/statm: 2406260 14422 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.33 2.27 2.20 4/213 20719
/proc/meminfo: memFree=29986164/32872528 swapFree=1643088/1798432
[pid=20700] ppid=20697 vsize=9625040 CPUtime=2.24 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 19053 0 -1 4202496 10598 0 1 0 221 3 0 0 20 0 19 0 28500104 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140733342330336 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20700/statm: 2406260 15939 2269 9 0 2396937 0
[pid=20700/tid=20702] ppid=20697 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) R 20697 20700 19053 0 -1 4202560 2434 0 1 0 145 2 0 0 20 0 19 0 28500105 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711227302424 140711064851604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20703] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711188793896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20704] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711187741096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20705] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711186688296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20706] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711185635496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20707] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711184583720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20708] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711183530920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20709] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711064234792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20710] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711063181992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20711] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711050983912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20712] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711049929976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20713] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140711048877064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20714] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140710309259408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20715] ppid=20697 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 19053 0 -1 4202560 5140 0 0 0 44 0 0 0 20 0 19 0 28500110 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140710308207544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20716] ppid=20697 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/20700/task/20716/stat : 20716 (java) S 20697 20700 19053 0 -1 4202560 1746 0 0 0 29 0 0 0 20 0 19 0 28500110 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140710307154744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20717] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20717/stat : 20717 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140710306102136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20718] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20718/stat : 20718 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140710305049544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20719] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20719/stat : 20719 (java) S 20697 20700 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28500145 9856040960 15939 33554432000 1073741824 1073778376 140733342339200 140710303995048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.33 2.27 2.20 4/213 20719
/proc/meminfo: memFree=29983372/32872528 swapFree=1643088/1798432
[pid=20700] ppid=20697 vsize=9625040 CPUtime=3.88 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 19053 0 -1 4202496 10603 0 1 0 385 3 0 0 20 0 19 0 28500104 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140733342330336 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20700/statm: 2406260 16454 2270 9 0 2396937 0
[pid=20700/tid=20702] ppid=20697 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) R 20697 20700 19053 0 -1 4202560 2436 0 1 0 305 2 0 0 20 0 19 0 28500105 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711227293392 140711064862709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20703] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711188793896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20704] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711187741096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20705] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711186688296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20706] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711185635496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20707] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711184583720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20708] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711183530920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20709] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711064234792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20710] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711063181992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20711] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711050983912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20712] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711049929976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20713] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140711048877064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20714] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140710309259408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20715] ppid=20697 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 19053 0 -1 4202560 5143 0 0 0 46 0 0 0 20 0 19 0 28500110 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140710308207544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20716] ppid=20697 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/20700/task/20716/stat : 20716 (java) S 20697 20700 19053 0 -1 4202560 1746 0 0 0 31 0 0 0 20 0 19 0 28500110 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140710307154744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20717] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20717/stat : 20717 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140710306102136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20718] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20718/stat : 20718 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140710305049544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20719] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20719/stat : 20719 (java) S 20697 20700 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28500145 9856040960 16454 33554432000 1073741824 1073778376 140733342339200 140710303995048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.33 2.27 2.20 3/213 20719
/proc/meminfo: memFree=29974500/32872528 swapFree=1643088/1798432
[pid=20700] ppid=20697 vsize=9625040 CPUtime=7.09 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 19053 0 -1 4202496 10612 0 1 0 706 3 0 0 20 0 19 0 28500104 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140733342330336 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20700/statm: 2406260 18247 2271 9 0 2396937 0
[pid=20700/tid=20702] ppid=20697 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) R 20697 20700 19053 0 -1 4202560 2441 0 1 0 624 2 0 0 20 0 19 0 28500105 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711227293376 140711064827564 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20703] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711188793896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20704] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711187741096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20705] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711186688296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20706] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711185635496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20707] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711184583720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20708] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711183530920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20709] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711064234792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20710] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28500106 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711063181992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20711] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711050983912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20712] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711049929976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20713] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140711048877064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20714] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140710309259408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20715] ppid=20697 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 19053 0 -1 4202560 5146 0 0 0 47 0 0 0 20 0 19 0 28500110 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140710308207544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20716] ppid=20697 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/20700/task/20716/stat : 20716 (java) S 20697 20700 19053 0 -1 4202560 1746 0 0 0 31 0 0 0 20 0 19 0 28500110 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140710307154744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20717] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20717/stat : 20717 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140710306102136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20718] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20718/stat : 20718 (java) S 20697 20700 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140710305049544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20719] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20719/stat : 20719 (java) S 20697 20700 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28500145 9856040960 18247 33554432000 1073741824 1073778376 140733342339200 140710303995048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9625040


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

[pid=20700/tid=20712] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711049929976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20713] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711048877064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20714] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710309259408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20715] ppid=20697 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 19053 0 -1 4202560 5396 0 0 0 50 1 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710308207544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20716] ppid=20697 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/20700/task/20716/stat : 20716 (java) S 20697 20700 19053 0 -1 4202560 1746 0 0 0 31 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710307154744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20717] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20717/stat : 20717 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710306102136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20718] ppid=20697 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/20700/task/20718/stat : 20718 (java) S 20697 20700 19053 0 -1 4202560 100 0 0 0 38 31 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710305049544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20719] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20719/stat : 20719 (java) S 20697 20700 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28500145 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710303995048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.63
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.24 2.24 3/213 20829
/proc/meminfo: memFree=29644604/32872528 swapFree=1643088/1798432
[pid=20700] ppid=20697 vsize=9625040 CPUtime=1784.64 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 19053 0 -1 4202496 13040 0 1 0 178408 56 0 0 20 0 19 0 28500104 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140733342330336 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20700/statm: 2406260 100228 2285 9 0 2396937 0
[pid=20700/tid=20702] ppid=20697 vsize=9625040 CPUtime=1781.61 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) R 20697 20700 19053 0 -1 4202560 2502 0 1 0 178130 31 0 0 20 0 19 0 28500105 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711227293472 140711064862654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20703] ppid=20697 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 19053 0 -1 4202560 247 0 0 0 15 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711188793896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20704] ppid=20697 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 19053 0 -1 4202560 215 0 0 0 19 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711187741096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20705] ppid=20697 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 19053 0 -1 4202560 217 0 0 0 20 4 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711186688296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20706] ppid=20697 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 19053 0 -1 4202560 409 0 0 0 20 5 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711185635496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20707] ppid=20697 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 19053 0 -1 4202560 247 0 0 0 14 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711184583720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20708] ppid=20697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 19053 0 -1 4202560 150 0 0 0 18 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711183530920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20709] ppid=20697 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 19053 0 -1 4202560 260 0 0 0 22 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711064234792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20710] ppid=20697 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 19053 0 -1 4202560 214 0 0 0 19 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711063181992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20711] ppid=20697 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 19053 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 28500108 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711050983912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20712] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711049929976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20713] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711048877064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20714] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710309259408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20715] ppid=20697 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 19053 0 -1 4202560 5396 0 0 0 50 1 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710308207544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20716] ppid=20697 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/20700/task/20716/stat : 20716 (java) S 20697 20700 19053 0 -1 4202560 1746 0 0 0 31 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710307154744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20717] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20717/stat : 20717 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710306102136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20718] ppid=20697 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/20700/task/20718/stat : 20718 (java) S 20697 20700 19053 0 -1 4202560 104 0 0 0 39 32 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710305049544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20719] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20719/stat : 20719 (java) S 20697 20700 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28500145 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710303995048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.64
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.15 2.23 2.23 3/213 20829
/proc/meminfo: memFree=29644608/32872528 swapFree=1643088/1798432
[pid=20700] ppid=20697 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 19053 0 -1 4202496 13040 0 1 0 179948 56 0 0 20 0 19 0 28500104 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140733342330336 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20700/statm: 2406260 100228 2285 9 0 2396937 0
[pid=20700/tid=20702] ppid=20697 vsize=9625040 CPUtime=1797.01 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) R 20697 20700 19053 0 -1 4202560 2502 0 1 0 179670 31 0 0 20 0 19 0 28500105 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711227293472 140711064891521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20703] ppid=20697 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 19053 0 -1 4202560 247 0 0 0 15 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711188793896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20704] ppid=20697 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 19053 0 -1 4202560 215 0 0 0 19 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711187741096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20705] ppid=20697 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 19053 0 -1 4202560 217 0 0 0 20 4 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711186688296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20706] ppid=20697 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 19053 0 -1 4202560 409 0 0 0 20 5 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711185635496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20707] ppid=20697 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 19053 0 -1 4202560 247 0 0 0 14 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711184583720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20708] ppid=20697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 19053 0 -1 4202560 150 0 0 0 18 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711183530920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20709] ppid=20697 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 19053 0 -1 4202560 260 0 0 0 22 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711064234792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20710] ppid=20697 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 19053 0 -1 4202560 214 0 0 0 19 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711063181992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20711] ppid=20697 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 19053 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 28500108 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711050983912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20712] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711049929976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20713] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711048877064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20714] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710309259408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20715] ppid=20697 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 19053 0 -1 4202560 5396 0 0 0 50 1 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710308207544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20716] ppid=20697 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/20700/task/20716/stat : 20716 (java) S 20697 20700 19053 0 -1 4202560 1746 0 0 0 31 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710307154744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20717] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20717/stat : 20717 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710306102136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20718] ppid=20697 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/20700/task/20718/stat : 20718 (java) S 20697 20700 19053 0 -1 4202560 104 0 0 0 40 32 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710305049544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20719] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20719/stat : 20719 (java) S 20697 20700 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28500145 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710303995048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 20700 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.15 2.23 2.23 3/213 20829
/proc/meminfo: memFree=29644608/32872528 swapFree=1643088/1798432
[pid=20700] ppid=20697 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 19053 0 -1 4202496 13040 0 1 0 179948 56 0 0 20 0 19 0 28500104 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140733342330336 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20700/statm: 2406260 100228 2285 9 0 2396937 0
[pid=20700/tid=20702] ppid=20697 vsize=9625040 CPUtime=1797.01 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) R 20697 20700 19053 0 -1 4202560 2502 0 1 0 179670 31 0 0 20 0 19 0 28500105 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711227293472 140711064891521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20703] ppid=20697 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 19053 0 -1 4202560 247 0 0 0 15 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711188793896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20704] ppid=20697 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 19053 0 -1 4202560 215 0 0 0 19 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711187741096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20705] ppid=20697 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 19053 0 -1 4202560 217 0 0 0 20 4 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711186688296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20706] ppid=20697 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 19053 0 -1 4202560 409 0 0 0 20 5 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711185635496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20707] ppid=20697 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 19053 0 -1 4202560 247 0 0 0 14 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711184583720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20708] ppid=20697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 19053 0 -1 4202560 150 0 0 0 18 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711183530920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20709] ppid=20697 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 19053 0 -1 4202560 260 0 0 0 22 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711064234792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20710] ppid=20697 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 19053 0 -1 4202560 214 0 0 0 19 3 0 0 20 0 19 0 28500106 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711063181992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20711] ppid=20697 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 19053 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 28500108 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711050983912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20700/tid=20712] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711049929976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20713] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28500108 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140711048877064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20714] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710309259408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20715] ppid=20697 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 19053 0 -1 4202560 5396 0 0 0 50 1 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710308207544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20700/tid=20716] ppid=20697 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/20700/task/20716/stat : 20716 (java) S 20697 20700 19053 0 -1 4202560 1746 0 0 0 31 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710307154744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20717] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20717/stat : 20717 (java) S 20697 20700 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710306102136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20700/tid=20718] ppid=20697 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/20700/task/20718/stat : 20718 (java) S 20697 20700 19053 0 -1 4202560 104 0 0 0 40 32 0 0 20 0 19 0 28500110 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710305049544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20700/tid=20719] ppid=20697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20719/stat : 20719 (java) S 20697 20700 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28500145 9856040960 100228 33554432000 1073741824 1073778376 140733342339200 140710303995048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.74
CPU time (s): 1800.63
CPU user time (s): 1799.58
CPU system time (s): 1.05384
CPU usage (%): 100.161
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 1.05384
maximum resident set size= 401360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13158
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38466
involuntary context switches= 11074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1924 second user time and 14.0629 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 17:23:30
IDJOB=4116825
IDBENCH=109518
IDSOLVER=2546
FILE ID=node123/4116825-1466954610
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round21-0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116825-1466954610/watcher-4116825-1466954610 -o /tmp/evaluation-result-4116825-1466954610/solver-4116825-1466954610 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116825-1466954610.opb

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

MD5SUM BENCH= 714fb1707334627ad5aa5c74a169f33e
RANDOM SEED=1045830408

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30038868 kB
Buffers:           16684 kB
Cached:           109872 kB
SwapCached:         1776 kB
Active:           231668 kB
Inactive:         102768 kB
Active(anon):     209196 kB
Inactive(anon):      924 kB
Active(file):      22472 kB
Inactive(file):   101844 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:       2005220 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             565352 kB
SReclaimable:       9288 kB
SUnreclaim:       556064 kB
KernelStack:        1600 kB
PageTables:         8640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2496932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node123 at 2016-06-26 17:53:28