Trace number 4116785

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.66 1798.13

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round22-3.opb
MD5SUMf2a41252146eb1b2fe320d81ba48ff06
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 benchmark200.673
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8688
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints864
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-4116785-1466960630.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.293s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9952
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 888
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9952 constraints processed.
1.60/1.07	c cleaning 2497 clauses out of 4999 with flag 16487/5001
2.37/1.71	c cleaning 4249 clauses out of 8501 with flag 37562/11000
3.07/2.47	c cleaning 5612 clauses out of 11252 with flag 64572/18000
3.99/3.37	c cleaning 6806 clauses out of 13640 with flag 97390/26000
5.00/4.38	c cleaning 7889 clauses out of 15834 with flag 137642/35000
6.20/5.54	c cleaning 8950 clauses out of 17947 with flag 183564/45002
7.60/6.91	c cleaning 9988 clauses out of 19995 with flag 236482/56000
9.00/8.37	c cleaning 10978 clauses out of 22007 with flag 295362/68000
10.70/10.04	c cleaning 12001 clauses out of 24029 with flag 361919/81000
12.50/11.81	c cleaning 12996 clauses out of 26029 with flag 437213/95001
14.50/13.85	c cleaning 13985 clauses out of 28033 with flag 517015/110001
16.61/15.96	c cleaning 14991 clauses out of 30047 with flag 606053/126000
18.91/18.25	c cleaning 16001 clauses out of 32056 with flag 700256/143000
21.41/20.76	c cleaning 17023 clauses out of 34055 with flag 805282/161000
24.11/23.44	c cleaning 17999 clauses out of 36032 with flag 912305/180000
26.91/26.27	c cleaning 19011 clauses out of 38033 with flag 1025181/200000
30.11/29.42	c cleaning 19986 clauses out of 40023 with flag 1147411/221001
33.52/32.83	c cleaning 21009 clauses out of 42036 with flag 1274570/243000
37.12/36.47	c cleaning 22006 clauses out of 44027 with flag 1409121/266000
41.02/40.39	c cleaning 22967 clauses out of 46022 with flag 1549674/290001
45.12/44.45	c cleaning 23997 clauses out of 48054 with flag 1698959/315000
49.42/48.79	c cleaning 24971 clauses out of 50058 with flag 1853589/341001
53.92/53.29	c cleaning 26015 clauses out of 52086 with flag 2019561/368000
58.71/58.06	c cleaning 26966 clauses out of 54074 with flag 2188400/396003
63.46/62.79	c cleaning 28030 clauses out of 56105 with flag 2364003/425000
68.35/67.65	c cleaning 29039 clauses out of 58078 with flag 2548479/455003
73.35/72.63	c cleaning 29997 clauses out of 60036 with flag 2741249/486000
78.75/78.03	c cleaning 31010 clauses out of 62039 with flag 2940260/518000
84.35/83.70	c cleaning 31987 clauses out of 64029 with flag 3144230/551000
90.24/89.56	c cleaning 33006 clauses out of 66042 with flag 3356701/585000
96.45/95.72	c cleaning 34009 clauses out of 68036 with flag 3574777/620000
102.85/102.16	c cleaning 34983 clauses out of 70027 with flag 3799308/656000
109.35/108.68	c cleaning 35991 clauses out of 72044 with flag 4035579/693000
116.35/115.65	c cleaning 37003 clauses out of 74053 with flag 4276995/731000
123.74/123.08	c cleaning 37986 clauses out of 76050 with flag 4524629/770000
131.35/130.63	c cleaning 38989 clauses out of 78065 with flag 4777185/810001
139.35/138.70	c cleaning 40025 clauses out of 80075 with flag 5035514/851000
147.94/147.20	c cleaning 40988 clauses out of 82050 with flag 5296980/893000
156.44/155.76	c cleaning 42023 clauses out of 84063 with flag 5569764/936001
165.40/164.63	c cleaning 43011 clauses out of 86040 with flag 5844301/980001
174.31/173.57	c cleaning 43971 clauses out of 88028 with flag 6131863/1025000
183.41/182.68	c cleaning 45020 clauses out of 90057 with flag 6420614/1071000
193.00/192.21	c cleaning 45993 clauses out of 92038 with flag 6717605/1118001
203.00/202.20	c cleaning 46991 clauses out of 94045 with flag 7021647/1166001
213.30/212.58	c cleaning 48005 clauses out of 96053 with flag 7333529/1215000
224.00/223.24	c cleaning 49000 clauses out of 98051 with flag 7651641/1265003
235.00/234.22	c cleaning 49985 clauses out of 100048 with flag 7975550/1316000
246.29/245.52	c cleaning 51021 clauses out of 102063 with flag 8305468/1368000
258.09/257.40	c cleaning 52010 clauses out of 104042 with flag 8642241/1421000
270.09/269.35	c cleaning 52997 clauses out of 106033 with flag 8986652/1475001
282.33/281.60	c cleaning 53981 clauses out of 108035 with flag 9336876/1530000
294.72/293.94	c cleaning 54996 clauses out of 110054 with flag 9693007/1586000
307.73/306.98	c cleaning 55999 clauses out of 112058 with flag 10053725/1643000
321.12/320.39	c cleaning 57001 clauses out of 114059 with flag 10419674/1701000
334.82/334.08	c cleaning 58014 clauses out of 116059 with flag 10797908/1760001
349.32/348.52	c cleaning 59012 clauses out of 118045 with flag 11178239/1820001
363.84/363.08	c cleaning 59996 clauses out of 120033 with flag 11563509/1881001
379.13/378.38	c cleaning 61004 clauses out of 122036 with flag 11955692/1943000
394.93/394.17	c cleaning 61976 clauses out of 124032 with flag 12355933/2006000
410.67/409.86	c cleaning 63005 clauses out of 126056 with flag 12761440/2070000
426.68/425.84	c cleaning 63978 clauses out of 128052 with flag 13173331/2135001
443.00/442.16	c cleaning 65025 clauses out of 130073 with flag 13593492/2201000
459.80/459.00	c cleaning 66013 clauses out of 132048 with flag 14016277/2268000
477.20/476.39	c cleaning 67007 clauses out of 134036 with flag 14446653/2336001
495.71/494.80	c cleaning 67960 clauses out of 136028 with flag 14884658/2405000
513.81/512.90	c cleaning 69010 clauses out of 138068 with flag 15331152/2475000
532.81/531.96	c cleaning 69977 clauses out of 140060 with flag 15783354/2546002
551.53/550.62	c cleaning 70995 clauses out of 142083 with flag 16237448/2618002
570.75/569.89	c cleaning 72027 clauses out of 144086 with flag 16702931/2691000
590.34/589.42	c cleaning 73004 clauses out of 146060 with flag 17172733/2765001
610.34/609.49	c cleaning 74018 clauses out of 148057 with flag 17646527/2840002
630.74/629.89	c cleaning 75005 clauses out of 150041 with flag 18127774/2916004
651.94/651.07	c cleaning 75990 clauses out of 152033 with flag 18613437/2993001
673.74/672.72	c cleaning 77013 clauses out of 154042 with flag 19106222/3071000
695.74/694.72	c cleaning 77974 clauses out of 156029 with flag 19609352/3150000
718.55/717.57	c cleaning 79009 clauses out of 158055 with flag 20113285/3230000
742.25/741.20	c cleaning 80004 clauses out of 160046 with flag 20625219/3311000
766.56/765.54	c cleaning 80985 clauses out of 162042 with flag 21143802/3393000
791.36/790.39	c cleaning 82006 clauses out of 164058 with flag 21668054/3476001
817.05/815.97	c cleaning 82981 clauses out of 166052 with flag 22199265/3560001
843.77/842.66	c cleaning 84007 clauses out of 168071 with flag 22734894/3645001
870.47/869.31	c cleaning 84976 clauses out of 170064 with flag 23277304/3731001
897.47/896.34	c cleaning 86028 clauses out of 172087 with flag 23829080/3818000
925.67/924.50	c cleaning 87010 clauses out of 174060 with flag 24382030/3906001
954.69/953.57	c cleaning 87991 clauses out of 176050 with flag 24944996/3995001
982.96/981.80	c cleaning 89011 clauses out of 178058 with flag 25512341/4085000
1011.47/1010.29	c cleaning 89992 clauses out of 180047 with flag 26089221/4176000
1040.78/1039.56	c cleaning 91001 clauses out of 182055 with flag 26674548/4268000
1071.27/1070.07	c cleaning 91995 clauses out of 184055 with flag 27259017/4361001
1102.30/1100.96	c cleaning 93014 clauses out of 186059 with flag 27852089/4455000
1135.11/1133.75	c cleaning 94019 clauses out of 188045 with flag 28452894/4550000
1167.61/1166.28	c cleaning 94995 clauses out of 190027 with flag 29056597/4646001
1201.12/1199.79	c cleaning 96015 clauses out of 192032 with flag 29668730/4743001
1235.93/1234.52	c cleaning 97010 clauses out of 194019 with flag 30286342/4841003
1270.88/1269.35	c cleaning 97971 clauses out of 196006 with flag 30905995/4940000
1306.49/1304.96	c cleaning 99007 clauses out of 198036 with flag 31534684/5040001
1343.20/1341.69	c cleaning 99964 clauses out of 200028 with flag 32170169/5141000
1380.61/1379.03	c cleaning 101010 clauses out of 202064 with flag 32812362/5243000
1418.95/1417.22	c cleaning 102008 clauses out of 204054 with flag 33460978/5346000
1457.15/1455.44	c cleaning 102998 clauses out of 206047 with flag 34115371/5450001
1497.94/1496.21	c cleaning 103973 clauses out of 208049 with flag 34774961/5555001
1538.93/1537.28	c cleaning 105012 clauses out of 210075 with flag 35441109/5661000
1580.05/1578.21	c cleaning 105982 clauses out of 212063 with flag 36121584/5768000
1621.27/1619.50	c cleaning 106999 clauses out of 214081 with flag 36803390/5876000
1663.78/1661.92	c cleaning 108019 clauses out of 216082 with flag 37482642/5985000
1707.68/1705.88	c cleaning 109005 clauses out of 218063 with flag 38178126/6095000
1751.97/1750.00	c cleaning 110022 clauses out of 220058 with flag 38869813/6206000
1797.18/1795.29	c cleaning 111006 clauses out of 222037 with flag 39567404/6318001
1800.08/1798.10	c starts		: 53550
1800.08/1798.10	c conflicts		: 6327834
1800.08/1798.10	c decisions		: 62378575
1800.08/1798.10	c propagations		: 869963782
1800.08/1798.10	c inspects		: 24174432591
1800.08/1798.10	c shortcuts		: 0
1800.08/1798.10	c learnt literals	: 2
1800.08/1798.10	c learnt binary clauses	: 45
1800.08/1798.10	c learnt ternary clauses	: 696
1800.08/1798.10	c learnt constraints	: 6327832
1800.08/1798.10	c ignored constraints	: 0
1800.08/1798.10	c root simplifications	: 0
1800.08/1798.10	c removed literals (reason simplification)	: 0
1800.08/1798.10	c reason swapping (by a shorter reason)	: 0
1800.08/1798.10	c Calls to reduceDB	: 108
1800.08/1798.10	c Number of update (reduction) of LBD	: 1334386
1800.08/1798.10	c Imported unit clauses	: 0
1800.08/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.10	c number of learned constraints concerned by reduction	: 0
1800.08/1798.10	c number of learning phase by resolution	: 0
1800.08/1798.10	c number of learning phase by cutting planes	: 0
1800.08/1798.10	c speed (assignments/second)	: 483934.7995870251
1800.08/1798.10	c non guided choices	12656
1800.08/1798.10	c timeout
1800.08/1798.13	c learnt constraints type 
1800.08/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 45
1800.08/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120819
1800.08/1798.13	s UNKNOWN
1800.08/1798.13	c Total wall clock time (in seconds): 1798.013

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

pid=21352
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.42 2.35 2.28 3/194 21355
/proc/meminfo: memFree=30043184/32872528 swapFree=1643088/1798432
[pid=21355] ppid=21352 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/21355/stat : 21355 (java) R 21352 21355 19053 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 29102140 2560000 44 33554432000 1073741824 1073778376 140734831015552 140733693409080 260181159722 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21355/statm: 625 46 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.42 2.35 2.28 3/194 21355
/proc/meminfo: memFree=30043184/32872528 swapFree=1643088/1798432
[pid=21355] ppid=21352 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21352 21355 19053 0 -1 4202496 4416 0 1 0 8 1 0 0 20 0 18 0 29102140 9787879424 6038 33554432000 1073741824 1073778376 140734831015552 140734831006688 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21355/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.42 2.35 2.28 3/194 21355
/proc/meminfo: memFree=30043184/32872528 swapFree=1643088/1798432
[pid=21355] ppid=21352 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21352 21355 19053 0 -1 4202496 4870 0 1 0 24 1 0 0 20 0 18 0 29102140 9787879424 6925 33554432000 1073741824 1073778376 140734831015552 140734831006688 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21355/statm: 2389619 6925 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 2.42 2.35 2.28 3/194 21355
/proc/meminfo: memFree=30043184/32872528 swapFree=1643088/1798432
[pid=21355] ppid=21352 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21352 21355 19053 0 -1 4202496 5756 0 1 0 47 2 0 0 20 0 18 0 29102140 9787879424 8993 33554432000 1073741824 1073778376 140734831015552 140734831006688 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21355/statm: 2389619 9023 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.70019 s]
/proc/loadavg: 2.42 2.35 2.28 3/194 21355
/proc/meminfo: memFree=30043184/32872528 swapFree=1643088/1798432
[pid=21355] ppid=21352 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21352 21355 19053 0 -1 4202496 8441 0 1 0 126 3 0 0 20 0 19 0 29102140 9856040960 15253 33554432000 1073741824 1073778376 140734831015552 140734831006688 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21355/statm: 2406260 15253 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.42 2.35 2.28 3/213 21374
/proc/meminfo: memFree=29990068/32872528 swapFree=1643088/1798432
[pid=21355] ppid=21352 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21352 21355 19053 0 -1 4202496 8723 0 1 0 211 3 0 0 20 0 19 0 29102140 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140734831006688 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21355/statm: 2406260 15772 2269 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19053 0 -1 4202560 2423 0 1 0 144 2 0 0 20 0 19 0 29102141 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140100054216984 140099904443995 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140100026669736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140100025617192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140100024564648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140100023512104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140100022458536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099892848936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099891796392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099890743848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29102143 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099407796840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099406743160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099405690504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099404639248 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19053 0 -1 4202560 3110 0 0 0 35 1 0 0 20 0 19 0 29102146 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099403585592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19053 0 -1 4202560 1912 0 0 0 27 0 0 0 20 0 19 0 29102146 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099402533048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099401480696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099400428360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29102182 9856040960 15772 33554432000 1073741824 1073778376 140734831015552 140099399374120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.39 2.34 2.28 4/213 21374
/proc/meminfo: memFree=29987772/32872528 swapFree=1643088/1798432
[pid=21355] ppid=21352 vsize=9625040 CPUtime=3.78 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21352 21355 19053 0 -1 4202496 8726 0 1 0 375 3 0 0 20 0 19 0 29102140 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140734831006688 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21355/statm: 2406260 16285 2270 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19053 0 -1 4202560 2425 0 1 0 304 2 0 0 20 0 19 0 29102141 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140100054208208 140099904525350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140100026669736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140100025617192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140100024564648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140100023512104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140100022458536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099892848936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099891796392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099890743848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29102143 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099407796840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099406743160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099405690504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099404639248 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19053 0 -1 4202560 3111 0 0 0 37 1 0 0 20 0 19 0 29102146 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099403585592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19053 0 -1 4202560 1912 0 0 0 29 0 0 0 20 0 19 0 29102146 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099402533048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099401480696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099400428360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29102182 9856040960 16285 33554432000 1073741824 1073778376 140734831015552 140099399374120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.39 2.34 2.28 3/213 21374
/proc/meminfo: memFree=29980752/32872528 swapFree=1643088/1798432
[pid=21355] ppid=21352 vsize=9625040 CPUtime=7 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21352 21355 19053 0 -1 4202496 8765 0 1 0 697 3 0 0 20 0 19 0 29102140 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140734831006688 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21355/statm: 2406260 18018 2271 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19053 0 -1 4202560 2430 0 1 0 624 2 0 0 20 0 19 0 29102141 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140100054217128 140099904404647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140100026669736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140100025617192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140100024564648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140100023512104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140100022458536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099892848936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099891796392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29102142 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099890743848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29102143 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099407796840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099406743160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099405690504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099404639248 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19053 0 -1 4202560 3144 0 0 0 39 1 0 0 20 0 19 0 29102146 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099403585592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19053 0 -1 4202560 1912 0 0 0 29 0 0 0 20 0 19 0 29102146 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099402533048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099401480696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099400428360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29102182 9856040960 18018 33554432000 1073741824 1073778376 140734831015552 140099399374120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 9625040


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

[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099406743160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099405690504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099404639248 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19053 0 -1 4202560 3268 0 0 0 42 1 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099403585592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19053 0 -1 4202560 1912 0 0 0 29 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099402533048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099401480696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19053 0 -1 4202560 100 0 0 0 30 39 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099400428360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29102182 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099399374120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.26
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.29 2.27 4/213 21484
/proc/meminfo: memFree=29684320/32872528 swapFree=1643088/1798432
[pid=21355] ppid=21352 vsize=9625040 CPUtime=1784.28 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21352 21355 19053 0 -1 4202496 9674 0 1 0 178362 66 0 0 20 0 19 0 29102140 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140734831006688 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21355/statm: 2406260 87508 2285 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=1781.78 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19053 0 -1 4202560 2487 0 1 0 178141 37 0 0 20 0 19 0 29102141 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100054208288 140099904499773 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19053 0 -1 4202560 55 0 0 0 15 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100026669736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19053 0 -1 4202560 45 0 0 0 13 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100025617192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19053 0 -1 4202560 110 0 0 0 17 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100024564648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19053 0 -1 4202560 132 0 0 0 18 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100023512104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19053 0 -1 4202560 80 0 0 0 13 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100022458536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19053 0 -1 4202560 89 0 0 0 11 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099892848936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19053 0 -1 4202560 29 0 0 0 11 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099891796392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19053 0 -1 4202560 39 0 0 0 12 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099890743848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19053 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 29102143 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099407796840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099406743160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099405690504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099404639248 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19053 0 -1 4202560 3268 0 0 0 42 1 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099403585592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19053 0 -1 4202560 1912 0 0 0 29 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099402533048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099401480696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19053 0 -1 4202560 104 0 0 0 32 39 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099400428360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29102182 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099399374120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.28
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.36 2.32 2.28 3/213 21484
/proc/meminfo: memFree=29684668/32872528 swapFree=1643088/1798432
[pid=21355] ppid=21352 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21352 21355 19053 0 -1 4202496 9674 0 1 0 179942 66 0 0 20 0 19 0 29102140 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140734831006688 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21355/statm: 2406260 87508 2285 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=1797.58 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19053 0 -1 4202560 2487 0 1 0 179721 37 0 0 20 0 19 0 29102141 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100054208288 140099904499569 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19053 0 -1 4202560 55 0 0 0 15 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100026669736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19053 0 -1 4202560 45 0 0 0 13 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100025617192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19053 0 -1 4202560 110 0 0 0 17 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100024564648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19053 0 -1 4202560 132 0 0 0 18 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100023512104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19053 0 -1 4202560 80 0 0 0 13 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100022458536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19053 0 -1 4202560 89 0 0 0 11 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099892848936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19053 0 -1 4202560 29 0 0 0 11 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099891796392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19053 0 -1 4202560 39 0 0 0 12 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099890743848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19053 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 29102143 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099407796840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099406743160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099405690504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099404639248 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19053 0 -1 4202560 3268 0 0 0 42 1 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099403585592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19053 0 -1 4202560 1912 0 0 0 29 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099402533048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099401480696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19053 0 -1 4202560 104 0 0 0 32 40 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099400428360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29102182 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099399374120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 21355 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.36 2.32 2.28 3/213 21484
/proc/meminfo: memFree=29684668/32872528 swapFree=1643088/1798432
[pid=21355] ppid=21352 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21352 21355 19053 0 -1 4202496 9674 0 1 0 179942 66 0 0 20 0 19 0 29102140 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140734831006688 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21355/statm: 2406260 87508 2285 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=1797.58 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19053 0 -1 4202560 2487 0 1 0 179721 37 0 0 20 0 19 0 29102141 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100054208288 140099904499569 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19053 0 -1 4202560 55 0 0 0 15 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100026669736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19053 0 -1 4202560 45 0 0 0 13 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100025617192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19053 0 -1 4202560 110 0 0 0 17 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100024564648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19053 0 -1 4202560 132 0 0 0 18 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100023512104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19053 0 -1 4202560 80 0 0 0 13 3 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140100022458536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19053 0 -1 4202560 89 0 0 0 11 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099892848936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19053 0 -1 4202560 29 0 0 0 11 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099891796392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19053 0 -1 4202560 39 0 0 0 12 2 0 0 20 0 19 0 29102142 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099890743848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19053 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 29102143 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099407796840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099406743160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29102144 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099405690504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099404639248 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19053 0 -1 4202560 3268 0 0 0 42 1 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099403585592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19053 0 -1 4202560 1912 0 0 0 29 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099402533048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099401480696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19053 0 -1 4202560 104 0 0 0 32 40 0 0 20 0 19 0 29102146 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099400428360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29102182 9856040960 87508 33554432000 1073741824 1073778376 140734831015552 140099399374120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.13
CPU time (s): 1800.66
CPU user time (s): 1799.53
CPU system time (s): 1.13183
CPU usage (%): 100.14
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 1.13183
maximum resident set size= 350636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9839
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38397
involuntary context switches= 13382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8923 second user time and 13.8539 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 19:03:50
IDJOB=4116785
IDBENCH=109513
IDSOLVER=2546
FILE ID=node123/4116785-1466960630
RUNJOBID= node123-1466943595-19070
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= f2a41252146eb1b2fe320d81ba48ff06
RANDOM SEED=1876821383

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:        30043720 kB
Buffers:           23400 kB
Cached:           112100 kB
SwapCached:         1776 kB
Active:           219100 kB
Inactive:         110684 kB
Active(anon):     195864 kB
Inactive(anon):      924 kB
Active(file):      23236 kB
Inactive(file):   109760 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:       1988520 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565468 kB
SReclaimable:       9516 kB
SUnreclaim:       555952 kB
KernelStack:        1760 kB
PageTables:         8188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2486768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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 19:33:48