Trace number 4100037

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.09 1774.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-ran12x12.opb
MD5SUM7fc7d1504277575b295a954b31196765
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.033994
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4464
Total number of constraints168
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints168
Minimum length of a constraint31
Maximum length of a constraint360
Number of terms in the objective function 4464
Biggest coefficient in the objective function 3285
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 527751
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527751
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4100037-1466209713.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.57/0.32	c ... done. Wall clock time 0.208s.
0.57/0.32	c declared #vars     4464
0.57/0.32	c #constraints  192
0.57/0.32	c constraints type 
0.57/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20
0.57/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 172
0.57/0.32	c 192 constraints processed.
0.57/0.32	c objective function length is 4464 literals
1.66/0.91	c cleaning 2449 clauses out of 5000 with flag 25319/5000
2.22/1.48	c cleaning 4257 clauses out of 8551 with flag 57662/11000
2.83/2.08	c cleaning 5606 clauses out of 11294 with flag 87626/18000
3.65/2.81	c cleaning 6776 clauses out of 13688 with flag 133981/26000
4.46/3.65	c cleaning 7943 clauses out of 15912 with flag 185116/35000
5.36/4.56	c cleaning 8981 clauses out of 17969 with flag 247846/45000
6.43/5.53	c cleaning 9976 clauses out of 19989 with flag 306531/56001
7.42/6.56	c cleaning 10975 clauses out of 22012 with flag 382582/68000
8.82/7.91	c cleaning 12011 clauses out of 24038 with flag 486378/81001
10.22/9.32	c cleaning 12991 clauses out of 26026 with flag 563328/95000
11.83/10.96	c cleaning 13976 clauses out of 28035 with flag 685653/110000
13.62/12.66	c cleaning 15012 clauses out of 30059 with flag 814566/126000
15.52/14.59	c cleaning 15984 clauses out of 32047 with flag 973441/143000
17.63/16.61	c cleaning 17010 clauses out of 34063 with flag 1148739/161000
19.70/18.69	c cleaning 17986 clauses out of 36053 with flag 1297983/180000
22.10/21.04	c cleaning 18995 clauses out of 38067 with flag 1470996/200000
24.60/23.51	c cleaning 20038 clauses out of 40075 with flag 1663510/221003
27.44/26.25	c cleaning 21015 clauses out of 42034 with flag 1849811/243000
30.44/29.28	c cleaning 21949 clauses out of 44021 with flag 2085861/266002
33.58/32.23	c cleaning 23005 clauses out of 46072 with flag 2292713/290002
36.88/35.51	c cleaning 24020 clauses out of 48069 with flag 2527634/315004
40.42/38.91	c cleaning 24944 clauses out of 50045 with flag 2799544/341000
43.82/42.37	c cleaning 26031 clauses out of 52103 with flag 3049868/368002
47.90/46.24	c cleaning 26997 clauses out of 54072 with flag 3353287/396002
51.80/50.18	c cleaning 27990 clauses out of 56076 with flag 3651063/425003
56.08/54.21	c cleaning 29005 clauses out of 58084 with flag 3938912/455001
60.44/58.44	c cleaning 29993 clauses out of 60078 with flag 4183609/486000
64.44/62.45	c cleaning 30991 clauses out of 62085 with flag 4495003/518000
69.39/67.25	c cleaning 32033 clauses out of 64094 with flag 4824654/551000
73.97/71.75	c cleaning 33011 clauses out of 66061 with flag 5139187/585000
79.07/76.81	c cleaning 34008 clauses out of 68050 with flag 5571958/620000
83.68/81.35	c cleaning 34975 clauses out of 70042 with flag 5940387/656000
89.29/86.95	c cleaning 36017 clauses out of 72070 with flag 6401243/693003
94.59/92.14	c cleaning 36993 clauses out of 74050 with flag 6764455/731000
100.78/98.26	c cleaning 38000 clauses out of 76057 with flag 7265960/770000
107.19/104.50	c cleaning 38955 clauses out of 78057 with flag 7774030/810000
113.29/110.62	c cleaning 40033 clauses out of 80103 with flag 8305492/851001
119.79/117.06	c cleaning 41002 clauses out of 82071 with flag 8816314/893002
126.70/123.84	c cleaning 42019 clauses out of 84068 with flag 9382598/936001
134.11/131.11	c cleaning 42995 clauses out of 86048 with flag 9950302/980000
141.99/138.90	c cleaning 43984 clauses out of 88053 with flag 10546618/1025000
148.60/145.48	c cleaning 44983 clauses out of 90069 with flag 11064245/1071000
156.09/152.90	c cleaning 46037 clauses out of 92086 with flag 11684883/1118000
164.10/160.76	c cleaning 47010 clauses out of 94050 with flag 12238588/1166001
172.30/168.83	c cleaning 47995 clauses out of 96039 with flag 12856248/1215000
180.39/176.82	c cleaning 48987 clauses out of 98044 with flag 13463785/1265000
188.18/184.59	c cleaning 50010 clauses out of 100057 with flag 14025049/1316000
196.32/192.54	c cleaning 50948 clauses out of 102047 with flag 14591939/1368000
206.11/202.10	c cleaning 52027 clauses out of 104099 with flag 15335385/1421000
214.21/210.11	c cleaning 52995 clauses out of 106073 with flag 15926248/1475001
223.70/219.57	c cleaning 53955 clauses out of 108077 with flag 16639826/1530000
232.78/228.40	c cleaning 55029 clauses out of 110122 with flag 17311802/1586000
242.75/238.32	c cleaning 55999 clauses out of 112093 with flag 18099994/1643000
254.01/249.46	c cleaning 57006 clauses out of 114094 with flag 18890775/1701000
266.66/261.93	c cleaning 58011 clauses out of 116088 with flag 19813625/1760000
277.64/272.82	c cleaning 59016 clauses out of 118077 with flag 20599052/1820000
290.60/285.64	c cleaning 59995 clauses out of 120061 with flag 21465046/1881000
303.06/297.98	c cleaning 60974 clauses out of 122066 with flag 22342960/1943000
316.90/311.63	c cleaning 62005 clauses out of 124092 with flag 23299782/2006000
330.36/324.85	c cleaning 63004 clauses out of 126088 with flag 24232588/2070001
344.92/339.20	c cleaning 63963 clauses out of 128083 with flag 25307662/2135000
358.25/352.46	c cleaning 65022 clauses out of 130120 with flag 26288618/2201000
371.28/365.26	c cleaning 66032 clauses out of 132098 with flag 27170448/2268000
385.34/379.20	c cleaning 66943 clauses out of 134066 with flag 28178569/2336000
402.62/396.18	c cleaning 67995 clauses out of 136123 with flag 29437144/2405000
417.37/410.61	c cleaning 69026 clauses out of 138134 with flag 30517335/2475006
430.29/423.31	c cleaning 70037 clauses out of 140105 with flag 31445931/2546003
445.51/438.32	c cleaning 71013 clauses out of 142065 with flag 32537091/2618000
464.10/456.77	c cleaning 71955 clauses out of 144053 with flag 33850382/2691001
482.20/474.60	c cleaning 73019 clauses out of 146098 with flag 35139106/2765001
501.47/493.69	c cleaning 74021 clauses out of 148078 with flag 36360534/2840000
520.18/512.17	c cleaning 75004 clauses out of 150057 with flag 37628955/2916000
538.06/529.79	c cleaning 75935 clauses out of 152053 with flag 38815564/2993000
557.05/548.50	c cleaning 77021 clauses out of 154118 with flag 40047049/3071000
576.61/567.80	c cleaning 77987 clauses out of 156097 with flag 41308966/3150000
598.99/589.88	c cleaning 79017 clauses out of 158110 with flag 42832116/3230000
618.67/609.24	c cleaning 80000 clauses out of 160093 with flag 44192404/3311000
641.33/631.55	c cleaning 81034 clauses out of 162093 with flag 45663198/3393000
664.28/654.25	c cleaning 82003 clauses out of 164059 with flag 47198965/3476000
687.59/677.27	c cleaning 82987 clauses out of 166058 with flag 48834825/3560002
709.85/699.16	c cleaning 84012 clauses out of 168069 with flag 50195026/3645000
736.56/725.53	c cleaning 84999 clauses out of 170060 with flag 51846963/3731003
761.19/749.88	c cleaning 85997 clauses out of 172058 with flag 53414351/3818000
786.37/774.74	c cleaning 87019 clauses out of 174067 with flag 54966626/3906006
810.83/798.80	c cleaning 87970 clauses out of 176042 with flag 56560410/3995000
833.77/821.49	c cleaning 89012 clauses out of 178072 with flag 58049128/4085000
859.50/846.93	c cleaning 90005 clauses out of 180065 with flag 59519068/4176005
882.59/869.66	c cleaning 90982 clauses out of 182055 with flag 61030619/4268000
906.48/893.12	c cleaning 91931 clauses out of 184073 with flag 62587074/4361000
929.14/915.44	c cleaning 93012 clauses out of 186142 with flag 64051251/4455000
954.13/940.02	c cleaning 94038 clauses out of 188130 with flag 65693404/4550000
975.28/960.81	c cleaning 95009 clauses out of 190092 with flag 66980000/4646000
1000.02/985.27	c cleaning 96022 clauses out of 192087 with flag 68591551/4743004
1025.41/1010.38	c cleaning 96946 clauses out of 194061 with flag 70340563/4841000
1056.02/1040.53	c cleaning 98033 clauses out of 196116 with flag 72210495/4940001
1088.19/1072.40	c cleaning 99011 clauses out of 198082 with flag 74190715/5040000
1114.60/1098.37	c cleaning 100006 clauses out of 200071 with flag 75991678/5141000
1141.99/1125.20	c cleaning 100979 clauses out of 202065 with flag 77738158/5243000
1167.76/1150.61	c cleaning 102022 clauses out of 204086 with flag 79428350/5346000
1196.54/1179.01	c cleaning 102991 clauses out of 206064 with flag 81274652/5450000
1230.14/1212.24	c cleaning 104021 clauses out of 208074 with flag 83425969/5555001
1258.61/1240.21	c cleaning 105008 clauses out of 210052 with flag 85318887/5661000
1289.31/1270.55	c cleaning 105987 clauses out of 212045 with flag 87359105/5768001
1320.06/1300.97	c cleaning 106993 clauses out of 214057 with flag 89241530/5876000
1350.53/1330.92	c cleaning 107992 clauses out of 216065 with flag 91193702/5985001
1385.81/1365.70	c cleaning 108976 clauses out of 218072 with flag 93486912/6095000
1417.69/1397.19	c cleaning 110037 clauses out of 220096 with flag 95402510/6206000
1453.35/1432.22	c cleaning 111026 clauses out of 222061 with flag 97487812/6318002
1486.16/1464.58	c cleaning 111994 clauses out of 224033 with flag 99454441/6431000
1523.52/1501.46	c cleaning 112958 clauses out of 226040 with flag 101745341/6545001
1554.60/1532.02	c cleaning 113985 clauses out of 228082 with flag 103603586/6660001
1594.01/1570.99	c cleaning 115042 clauses out of 230096 with flag 106013508/6776000
1636.15/1612.54	c cleaning 115978 clauses out of 232054 with flag 108577464/6893000
1667.25/1643.09	c cleaning 117022 clauses out of 234076 with flag 110518256/7011000
1709.29/1684.69	c cleaning 117999 clauses out of 236055 with flag 113102760/7130001
1751.46/1726.37	c cleaning 119012 clauses out of 238055 with flag 115484622/7250000
1797.33/1771.63	c cleaning 119982 clauses out of 240044 with flag 118188654/7371001
1800.09/1774.31	c starts		: 46271
1800.09/1774.31	c conflicts		: 7382847
1800.09/1774.31	c decisions		: 103018986
1800.09/1774.31	c propagations		: 343407951
1800.09/1774.31	c inspects		: 19304863155
1800.09/1774.31	c shortcuts		: 0
1800.09/1774.31	c learnt literals	: 0
1800.09/1774.31	c learnt binary clauses	: 0
1800.09/1774.31	c learnt ternary clauses	: 0
1800.09/1774.31	c learnt constraints	: 7382847
1800.09/1774.31	c ignored constraints	: 0
1800.09/1774.31	c root simplifications	: 0
1800.09/1774.31	c removed literals (reason simplification)	: 0
1800.09/1774.31	c reason swapping (by a shorter reason)	: 0
1800.09/1774.31	c Calls to reduceDB	: 117
1800.09/1774.31	c Number of update (reduction) of LBD	: 4721295
1800.09/1774.31	c Imported unit clauses	: 0
1800.09/1774.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1774.31	c number of learned constraints concerned by reduction	: 0
1800.09/1774.31	c number of learning phase by resolution	: 0
1800.09/1774.31	c number of learning phase by cutting planes	: 0
1800.09/1774.31	c speed (assignments/second)	: 193584.0024623044
1800.09/1774.31	c non guided choices	33609
1800.09/1774.31	c timeout
1800.09/1774.34	c learnt constraints type 
1800.09/1774.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 131908
1800.09/1774.34	s UNKNOWN
1800.09/1774.34	c Total wall clock time (in seconds): 1774.229

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-4100037-1466209713/watcher-4100037-1466209713 -o /tmp/evaluation-result-4100037-1466209713/solver-4100037-1466209713 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100037-1466209713.opb 

pid=25973
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.15 2.23 2.18 4/194 25976
/proc/meminfo: memFree=30340264/32872528 swapFree=1400172/1569824
[pid=25976] ppid=25973 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25976/stat : 25976 (java) S 25973 25976 22937 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 23016523 98570240 976 33554432000 1073741824 1073778376 140733368221376 140733368212512 213422997565 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25976/statm: 24065 976 743 9 0 16771 0
[pid=25976/tid=25977] ppid=25973 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25977/stat : 25977 (java) R 25973 25976 22937 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23016523 98570240 976 33554432000 1073741824 1073778376 140733368221376 139891968372264 213419640192 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.15 2.23 2.18 4/194 25976
/proc/meminfo: memFree=30340264/32872528 swapFree=1400172/1569824
[pid=25976] ppid=25973 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25976/stat : 25976 (java) S 25973 25976 22937 0 -1 4202496 4394 0 1 0 9 1 0 0 20 0 18 0 23016523 9787879424 6027 33554432000 1073741824 1073778376 140733368221376 140733368212512 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25976/statm: 2389619 6027 2125 9 0 2380296 0
[pid=25976/tid=25977] ppid=25973 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25976/task/25977/stat : 25977 (java) R 25973 25976 22937 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 23016523 9787879424 6027 33554432000 1073741824 1073778376 140733368221376 139891968376536 139891975387444 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 2.15 2.23 2.18 4/194 25976
/proc/meminfo: memFree=30340264/32872528 swapFree=1400172/1569824
[pid=25976] ppid=25973 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/25976/stat : 25976 (java) S 25973 25976 22937 0 -1 4202496 5034 0 1 0 29 2 0 0 20 0 18 0 23016523 9787879424 6878 33554432000 1073741824 1073778376 140733368221376 140733368212512 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25976/statm: 2389619 6878 2222 9 0 2380296 0
[pid=25976/tid=25977] ppid=25973 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/25976/task/25977/stat : 25977 (java) R 25973 25976 22937 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 23016523 9787879424 6878 33554432000 1073741824 1073778376 140733368221376 139891968376792 139891799352304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300269 s]
/proc/loadavg: 2.15 2.23 2.18 4/194 25976
/proc/meminfo: memFree=30340264/32872528 swapFree=1400172/1569824
[pid=25976] ppid=25973 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/25976/stat : 25976 (java) S 25973 25976 22937 0 -1 4202496 10034 0 1 0 54 3 0 0 20 0 18 0 23016523 9787879424 12135 33554432000 1073741824 1073778376 140733368221376 140733368212512 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25976/statm: 2389619 12135 2231 9 0 2380296 0
[pid=25976/tid=25977] ppid=25973 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/25976/task/25977/stat : 25977 (java) R 25973 25976 22937 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 23016523 9787879424 12135 33554432000 1073741824 1073778376 140733368221376 139891968376312 139891799669481 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.70027 s]
/proc/loadavg: 2.15 2.23 2.18 4/194 25976
/proc/meminfo: memFree=30340264/32872528 swapFree=1400172/1569824
[pid=25976] ppid=25973 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/25976/stat : 25976 (java) S 25973 25976 22937 0 -1 4202496 11125 0 1 0 143 3 0 0 20 0 19 0 23016523 9856040960 14894 33554432000 1073741824 1073778376 140733368221376 140733368212512 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25976/statm: 2406260 14894 2257 9 0 2396937 0
[pid=25976/tid=25977] ppid=25973 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25976/task/25977/stat : 25977 (java) R 25973 25976 22937 0 -1 4202560 2427 0 1 0 66 1 0 0 20 0 19 0 23016523 9856040960 14894 33554432000 1073741824 1073778376 140733368221376 139891968377272 139891799864772 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.14 2.23 2.18 4/213 25995
/proc/meminfo: memFree=30257268/32872528 swapFree=1400172/1569824
[pid=25976] ppid=25973 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/25976/stat : 25976 (java) S 25973 25976 22937 0 -1 4202496 11143 0 1 0 229 3 0 0 20 0 19 0 23016523 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 140733368212512 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25976/statm: 2406260 19509 2263 9 0 2396937 0
[pid=25976/tid=25977] ppid=25973 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/25976/task/25977/stat : 25977 (java) R 25973 25976 22937 0 -1 4202560 2437 0 1 0 145 2 0 0 20 0 19 0 23016523 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891968377160 139891799883918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25979] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25979/stat : 25979 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891929869352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25980] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25980/stat : 25980 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891928816552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25981] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25981/stat : 25981 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891927763752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25982] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25982/stat : 25982 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891926710952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25983] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25983/stat : 25983 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891925658152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25984] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25984/stat : 25984 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891924605352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25985] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25985/stat : 25985 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891923552552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25986] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25986/stat : 25986 (java) S 25973 25976 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891922499752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25987] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25987/stat : 25987 (java) S 25973 25976 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23016525 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891791854568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25988] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25988/stat : 25988 (java) S 25973 25976 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891790800632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25989] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25989/stat : 25989 (java) S 25973 25976 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891789747720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25990] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25990/stat : 25990 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891788696208 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25991] ppid=25973 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/25976/task/25991/stat : 25991 (java) S 25973 25976 22937 0 -1 4202560 4559 0 0 0 44 0 0 0 20 0 19 0 23016528 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891787643320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25992] ppid=25973 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/25976/task/25992/stat : 25992 (java) S 25973 25976 22937 0 -1 4202560 2875 0 0 0 37 0 0 0 20 0 19 0 23016528 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891786590520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25993] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25993/stat : 25993 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891785537912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25994] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25994/stat : 25994 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139891784485320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25995] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25995/stat : 25995 (java) S 25973 25976 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016559 9856040960 19509 33554432000 1073741824 1073778376 140733368221376 139890775811752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.14 2.23 2.18 3/213 25995
/proc/meminfo: memFree=30201476/32872528 swapFree=1400172/1569824
[pid=25976] ppid=25973 vsize=9625040 CPUtime=3.96 cores=0,2,4,6
/proc/25976/stat : 25976 (java) S 25973 25976 22937 0 -1 4202496 11163 0 1 0 392 4 0 0 20 0 19 0 23016523 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 140733368212512 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25976/statm: 2406260 28725 2263 9 0 2396937 0
[pid=25976/tid=25977] ppid=25973 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/25976/task/25977/stat : 25977 (java) R 25973 25976 22937 0 -1 4202560 2457 0 1 0 305 2 0 0 20 0 19 0 23016523 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891968375400 139891799840222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25979] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25979/stat : 25979 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891929869352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25980] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25980/stat : 25980 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891928816552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25981] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25981/stat : 25981 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891927763752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25982] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25982/stat : 25982 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891926710952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25983] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25983/stat : 25983 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891925658152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25984] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25984/stat : 25984 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891924605352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25985] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25985/stat : 25985 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891923552552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25986] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25986/stat : 25986 (java) S 25973 25976 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891922499752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25987] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25987/stat : 25987 (java) S 25973 25976 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23016525 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891791854568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25988] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25988/stat : 25988 (java) S 25973 25976 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891790800632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25989] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25989/stat : 25989 (java) S 25973 25976 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891789747720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25990] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25990/stat : 25990 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891788696208 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25991] ppid=25973 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/25976/task/25991/stat : 25991 (java) S 25973 25976 22937 0 -1 4202560 4559 0 0 0 44 0 0 0 20 0 19 0 23016528 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891787643320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25992] ppid=25973 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25976/task/25992/stat : 25992 (java) S 25973 25976 22937 0 -1 4202560 2875 0 0 0 39 0 0 0 20 0 19 0 23016528 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891786590520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25993] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25993/stat : 25993 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891785537912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25994] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25994/stat : 25994 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139891784485320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25995] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25995/stat : 25995 (java) S 25973 25976 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016559 9856040960 28725 33554432000 1073741824 1073778376 140733368221376 139890775811752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.14 2.23 2.18 3/213 25995
/proc/meminfo: memFree=30057196/32872528 swapFree=1400172/1569824
[pid=25976] ppid=25973 vsize=9625040 CPUtime=7.22 cores=0,2,4,6
/proc/25976/stat : 25976 (java) S 25973 25976 22937 0 -1 4202496 11270 0 1 0 715 7 0 0 20 0 19 0 23016523 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 140733368212512 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25976/statm: 2406260 49225 2277 9 0 2396937 0
[pid=25976/tid=25977] ppid=25973 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/25976/task/25977/stat : 25977 (java) R 25973 25976 22937 0 -1 4202560 2487 0 1 0 621 2 0 0 20 0 19 0 23016523 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891968368320 139891799936997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25979] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25979/stat : 25979 (java) S 25973 25976 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891929869352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25980] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25980/stat : 25980 (java) S 25973 25976 22937 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891928816552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25981] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25981/stat : 25981 (java) S 25973 25976 22937 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891927763752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25982] ppid=25973 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25976/task/25982/stat : 25982 (java) S 25973 25976 22937 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 23016524 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891926710952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25983] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25983/stat : 25983 (java) S 25973 25976 22937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891925658152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25984] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25984/stat : 25984 (java) S 25973 25976 22937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891924605352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25976/tid=25985] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25985/stat : 25985 (java) S 25973 25976 22937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891923552552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25986] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25986/stat : 25986 (java) S 25973 25976 22937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23016524 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891922499752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25987] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25987/stat : 25987 (java) S 25973 25976 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23016525 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891791854568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25976/tid=25988] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25988/stat : 25988 (java) S 25973 25976 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891790800632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25989] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25989/stat : 25989 (java) S 25973 25976 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891789747720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25990] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25990/stat : 25990 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891788696208 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25991] ppid=25973 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/25976/task/25991/stat : 25991 (java) S 25973 25976 22937 0 -1 4202560 4559 0 0 0 44 0 0 0 20 0 19 0 23016528 9856040960 49225 33554432000 1073741824 1073778376 140733368221376 139891787643320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25992] ppid=25973 vsize=9625040 CPUtime=0.39 cores=0,2,4,6

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

/proc/25976/task/25995/stat : 25995 (java) S 25973 25976 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016559 9856040960 164653 33554432000 1073741824 1073778376 140733368221376 139890775811752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1686.77
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.10 2.17 2.17 3/213 26038
/proc/meminfo: memFree=29022812/32872528 swapFree=1400172/1569824
[pid=25976] ppid=25973 vsize=9625040 CPUtime=1747.46 cores=0,2,4,6
/proc/25976/stat : 25976 (java) S 25973 25976 22937 0 -1 4202496 28346 0 1 0 174565 181 0 0 20 0 19 0 23016523 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 140733368212512 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25976/statm: 2406260 163944 2286 9 0 2396937 0
[pid=25976/tid=25977] ppid=25973 vsize=9625040 CPUtime=1702.48 cores=0,2,4,6
/proc/25976/task/25977/stat : 25977 (java) R 25973 25976 22937 0 -1 4202560 2803 0 1 0 170218 30 0 0 20 0 19 0 23016523 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891968376248 139891799908829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25979] ppid=25973 vsize=9625040 CPUtime=4.15 cores=0,2,4,6
/proc/25976/task/25979/stat : 25979 (java) S 25973 25976 22937 0 -1 4202560 1888 0 0 0 398 17 0 0 20 0 19 0 23016524 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891929869352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25976/tid=25980] ppid=25973 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/25976/task/25980/stat : 25980 (java) S 25973 25976 22937 0 -1 4202560 1877 0 0 0 400 19 0 0 20 0 19 0 23016524 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891928816552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25976/tid=25981] ppid=25973 vsize=9625040 CPUtime=4.21 cores=0,2,4,6
/proc/25976/task/25981/stat : 25981 (java) S 25973 25976 22937 0 -1 4202560 1771 0 0 0 400 21 0 0 20 0 19 0 23016524 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891927763752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25982] ppid=25973 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/25976/task/25982/stat : 25982 (java) S 25973 25976 22937 0 -1 4202560 2186 0 0 0 408 18 0 0 20 0 19 0 23016524 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891926710952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25983] ppid=25973 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/25976/task/25983/stat : 25983 (java) S 25973 25976 22937 0 -1 4202560 2197 0 0 0 410 16 0 0 20 0 19 0 23016524 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891925658152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25984] ppid=25973 vsize=9625040 CPUtime=4.15 cores=0,2,4,6
/proc/25976/task/25984/stat : 25984 (java) S 25973 25976 22937 0 -1 4202560 1524 0 0 0 395 20 0 0 20 0 19 0 23016524 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891924605352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25976/tid=25985] ppid=25973 vsize=9625040 CPUtime=4.11 cores=0,2,4,6
/proc/25976/task/25985/stat : 25985 (java) S 25973 25976 22937 0 -1 4202560 1823 0 0 0 394 17 0 0 20 0 19 0 23016524 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891923552552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25986] ppid=25973 vsize=9625040 CPUtime=4.15 cores=0,2,4,6
/proc/25976/task/25986/stat : 25986 (java) S 25973 25976 22937 0 -1 4202560 1908 0 0 0 396 19 0 0 20 0 19 0 23016524 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891922499752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25987] ppid=25973 vsize=9625040 CPUtime=5.98 cores=0,2,4,6
/proc/25976/task/25987/stat : 25987 (java) S 25973 25976 22937 0 -1 4202560 1570 0 0 0 593 5 0 0 20 0 19 0 23016525 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891791854568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25988] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25988/stat : 25988 (java) S 25973 25976 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891790800632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25989] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25989/stat : 25989 (java) S 25973 25976 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891789747720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25990] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25990/stat : 25990 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891788696208 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25991] ppid=25973 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/25976/task/25991/stat : 25991 (java) S 25973 25976 22937 0 -1 4202560 4559 0 0 0 44 0 0 0 20 0 19 0 23016528 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891787643320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25992] ppid=25973 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25976/task/25992/stat : 25992 (java) S 25973 25976 22937 0 -1 4202560 2884 0 0 0 42 0 0 0 20 0 19 0 23016528 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891786590520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25993] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25993/stat : 25993 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891785537912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25994] ppid=25973 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/25976/task/25994/stat : 25994 (java) S 25973 25976 22937 0 -1 4202560 98 0 0 0 28 31 0 0 20 0 19 0 23016528 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139891784485320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25995] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25995/stat : 25995 (java) S 25973 25976 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016559 9856040960 163944 33554432000 1073741824 1073778376 140733368221376 139890775811752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1747.46
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.3 s]
/proc/loadavg: 2.57 2.27 2.20 3/213 26105
/proc/meminfo: memFree=29655672/32872528 swapFree=1400172/1569824
[pid=25976] ppid=25973 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/25976/stat : 25976 (java) S 25973 25976 22937 0 -1 4202496 28835 0 1 0 179825 184 0 0 20 0 19 0 23016523 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 140733368212512 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25976/statm: 2406260 167508 2286 9 0 2396937 0
[pid=25976/tid=25977] ppid=25973 vsize=9625040 CPUtime=1754.11 cores=0,2,4,6
/proc/25976/task/25977/stat : 25977 (java) R 25973 25976 22937 0 -1 4202560 2811 0 1 0 175380 31 0 0 20 0 19 0 23016523 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891968376248 139891799908768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25976/tid=25979] ppid=25973 vsize=9625040 CPUtime=4.25 cores=0,2,4,6
/proc/25976/task/25979/stat : 25979 (java) S 25973 25976 22937 0 -1 4202560 2030 0 0 0 408 17 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891929869352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25980] ppid=25973 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/25976/task/25980/stat : 25980 (java) S 25973 25976 22937 0 -1 4202560 1967 0 0 0 412 19 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891928816552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25981] ppid=25973 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/25976/task/25981/stat : 25981 (java) S 25973 25976 22937 0 -1 4202560 1929 0 0 0 410 21 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891927763752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25976/tid=25982] ppid=25973 vsize=9625040 CPUtime=4.36 cores=0,2,4,6
/proc/25976/task/25982/stat : 25982 (java) S 25973 25976 22937 0 -1 4202560 2189 0 0 0 418 18 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891926710952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25983] ppid=25973 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/25976/task/25983/stat : 25983 (java) S 25973 25976 22937 0 -1 4202560 2201 0 0 0 418 16 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891925658152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25984] ppid=25973 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/25976/task/25984/stat : 25984 (java) S 25973 25976 22937 0 -1 4202560 1526 0 0 0 404 20 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891924605352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25985] ppid=25973 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/25976/task/25985/stat : 25985 (java) S 25973 25976 22937 0 -1 4202560 1892 0 0 0 409 17 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891923552552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25986] ppid=25973 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/25976/task/25986/stat : 25986 (java) S 25973 25976 22937 0 -1 4202560 1912 0 0 0 407 19 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891922499752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25987] ppid=25973 vsize=9625040 CPUtime=5.98 cores=0,2,4,6
/proc/25976/task/25987/stat : 25987 (java) S 25973 25976 22937 0 -1 4202560 1575 0 0 0 593 5 0 0 20 0 19 0 23016525 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891791854568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25988] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25988/stat : 25988 (java) S 25973 25976 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891790800632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25989] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25989/stat : 25989 (java) S 25973 25976 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891789747720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25990] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25990/stat : 25990 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891788696208 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25991] ppid=25973 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/25976/task/25991/stat : 25991 (java) S 25973 25976 22937 0 -1 4202560 4559 0 0 0 44 0 0 0 20 0 19 0 23016528 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891787643320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25992] ppid=25973 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25976/task/25992/stat : 25992 (java) S 25973 25976 22937 0 -1 4202560 2884 0 0 0 42 0 0 0 20 0 19 0 23016528 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891786590520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25993] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25993/stat : 25993 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891785537912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25994] ppid=25973 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/25976/task/25994/stat : 25994 (java) S 25973 25976 22937 0 -1 4202560 102 0 0 0 29 32 0 0 20 0 19 0 23016528 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891784485320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25995] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25995/stat : 25995 (java) S 25973 25976 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016559 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139890775811752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 25976 sig 9
??? kill -25976 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1774.3 s]
/proc/loadavg: 2.57 2.27 2.20 3/213 26105
/proc/meminfo: memFree=29655672/32872528 swapFree=1400172/1569824
[pid=25976] ppid=25973 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/25976/stat : 25976 (java) S 25973 25976 22937 0 -1 4202496 28835 0 1 0 179825 184 0 0 20 0 19 0 23016523 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 140733368212512 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25976/statm: 2406260 167508 2286 9 0 2396937 0
[pid=25976/tid=25977] ppid=25973 vsize=9625040 CPUtime=1754.11 cores=0,2,4,6
/proc/25976/task/25977/stat : 25977 (java) R 25973 25976 22937 0 -1 4202560 2811 0 1 0 175380 31 0 0 20 0 19 0 23016523 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891968376248 139891799908768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25976/tid=25979] ppid=25973 vsize=9625040 CPUtime=4.25 cores=0,2,4,6
/proc/25976/task/25979/stat : 25979 (java) S 25973 25976 22937 0 -1 4202560 2030 0 0 0 408 17 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891929869352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25980] ppid=25973 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/25976/task/25980/stat : 25980 (java) S 25973 25976 22937 0 -1 4202560 1967 0 0 0 412 19 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891928816552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25981] ppid=25973 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/25976/task/25981/stat : 25981 (java) S 25973 25976 22937 0 -1 4202560 1929 0 0 0 410 21 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891927763752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25976/tid=25982] ppid=25973 vsize=9625040 CPUtime=4.36 cores=0,2,4,6
/proc/25976/task/25982/stat : 25982 (java) S 25973 25976 22937 0 -1 4202560 2189 0 0 0 418 18 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891926710952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25983] ppid=25973 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/25976/task/25983/stat : 25983 (java) S 25973 25976 22937 0 -1 4202560 2201 0 0 0 418 16 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891925658152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25984] ppid=25973 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/25976/task/25984/stat : 25984 (java) S 25973 25976 22937 0 -1 4202560 1526 0 0 0 404 20 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891924605352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25985] ppid=25973 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/25976/task/25985/stat : 25985 (java) S 25973 25976 22937 0 -1 4202560 1892 0 0 0 409 17 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891923552552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25986] ppid=25973 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/25976/task/25986/stat : 25986 (java) S 25973 25976 22937 0 -1 4202560 1912 0 0 0 407 19 0 0 20 0 19 0 23016524 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891922499752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25987] ppid=25973 vsize=9625040 CPUtime=5.98 cores=0,2,4,6
/proc/25976/task/25987/stat : 25987 (java) S 25973 25976 22937 0 -1 4202560 1575 0 0 0 593 5 0 0 20 0 19 0 23016525 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891791854568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25988] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25988/stat : 25988 (java) S 25973 25976 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891790800632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25989] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25989/stat : 25989 (java) S 25973 25976 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23016526 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891789747720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25990] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25990/stat : 25990 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891788696208 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25991] ppid=25973 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/25976/task/25991/stat : 25991 (java) S 25973 25976 22937 0 -1 4202560 4559 0 0 0 44 0 0 0 20 0 19 0 23016528 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891787643320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25976/tid=25992] ppid=25973 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25976/task/25992/stat : 25992 (java) S 25973 25976 22937 0 -1 4202560 2884 0 0 0 42 0 0 0 20 0 19 0 23016528 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891786590520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25993] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25993/stat : 25993 (java) S 25973 25976 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016528 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891785537912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25976/tid=25994] ppid=25973 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/25976/task/25994/stat : 25994 (java) S 25973 25976 22937 0 -1 4202560 102 0 0 0 29 32 0 0 20 0 19 0 23016528 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139891784485320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25976/tid=25995] ppid=25973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25976/task/25995/stat : 25995 (java) S 25973 25976 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016559 9856040960 167508 33554432000 1073741824 1073778376 140733368221376 139890775811752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1774.35
CPU time (s): 1800.09
CPU user time (s): 1798.25
CPU system time (s): 1.84
CPU usage (%): 101.451
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.89
system time used= 2.30065
maximum resident set size= 717872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28875
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47512
involuntary context switches= 58270

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7214 second user time and 12.854 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 02:28:33
IDJOB=4100037
IDBENCH=1565
IDSOLVER=2546
FILE ID=node140/4100037-1466209713
RUNJOBID= node140-1466206052-22953
PBS_JOBID= 19918137
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-ran12x12.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100037-1466209713/watcher-4100037-1466209713 -o /tmp/evaluation-result-4100037-1466209713/solver-4100037-1466209713 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100037-1466209713.opb

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

MD5SUM BENCH= 7fc7d1504277575b295a954b31196765
RANDOM SEED=827595222

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.54
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.714
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:        30340172 kB
Buffers:           40508 kB
Cached:           120428 kB
SwapCached:         2488 kB
Active:           118452 kB
Inactive:         117796 kB
Active(anon):      75680 kB
Inactive(anon):     2420 kB
Active(file):      42772 kB
Inactive(file):   115376 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67096952 kB
Dirty:              1920 kB
Writeback:             0 kB
AnonPages:       1645672 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             572584 kB
SReclaimable:      16348 kB
SUnreclaim:       556236 kB
KernelStack:        1760 kB
PageTables:         7676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2262256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node140 at 2016-06-18 02:58:07