Trace number 4117129

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round21-6.opb
MD5SUM7765f6d31497d47a350f27e7c2e46727
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 benchmark48.3576
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7920
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117129-1466952304.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.40	c ... done. Wall clock time 0.283s.
0.69/0.40	c declared #vars     3968
0.69/0.40	c #constraints  9184
0.69/0.40	c constraints type 
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.69/0.40	c org.sat4j.specs.Constr$1 => 920
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.69/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.69/0.40	c 9184 constraints processed.
1.61/1.05	c cleaning 2490 clauses out of 4998 with flag 16940/5000
2.39/1.72	c cleaning 4248 clauses out of 8509 with flag 39681/11001
3.09/2.47	c cleaning 5622 clauses out of 11260 with flag 68951/18000
4.01/3.39	c cleaning 6800 clauses out of 13638 with flag 104580/26000
5.13/4.46	c cleaning 7892 clauses out of 15837 with flag 148119/35000
6.33/5.63	c cleaning 8941 clauses out of 17947 with flag 196978/45002
7.62/6.98	c cleaning 9972 clauses out of 20004 with flag 256522/56000
9.12/8.47	c cleaning 11011 clauses out of 22033 with flag 323136/68001
10.82/10.19	c cleaning 12006 clauses out of 24021 with flag 394429/81000
12.72/12.05	c cleaning 12978 clauses out of 26016 with flag 474028/95001
14.82/14.11	c cleaning 14008 clauses out of 28037 with flag 560549/110000
16.92/16.27	c cleaning 14986 clauses out of 30030 with flag 654494/126001
19.32/18.69	c cleaning 16006 clauses out of 32043 with flag 756419/143000
22.02/21.32	c cleaning 16998 clauses out of 34038 with flag 864739/161001
24.82/24.13	c cleaning 18013 clauses out of 36039 with flag 980905/180000
27.92/27.23	c cleaning 18993 clauses out of 38026 with flag 1104860/200000
31.12/30.43	c cleaning 20005 clauses out of 40035 with flag 1233614/221002
34.72/34.06	c cleaning 21014 clauses out of 42028 with flag 1369515/243000
38.53/37.87	c cleaning 22000 clauses out of 44014 with flag 1514137/266000
42.64/41.91	c cleaning 23005 clauses out of 46014 with flag 1665781/290000
46.83/46.16	c cleaning 23997 clauses out of 48011 with flag 1824355/315002
51.23/50.59	c cleaning 24989 clauses out of 50012 with flag 1990271/341000
56.14/55.43	c cleaning 25975 clauses out of 52023 with flag 2164096/368000
61.24/60.56	c cleaning 27014 clauses out of 54048 with flag 2343016/396000
66.26/65.50	c cleaning 27996 clauses out of 56036 with flag 2530343/425002
71.17/70.49	c cleaning 28997 clauses out of 58038 with flag 2725181/455000
76.36/75.65	c cleaning 30006 clauses out of 60041 with flag 2923819/486000
81.86/81.15	c cleaning 30987 clauses out of 62036 with flag 3130973/518001
87.46/86.75	c cleaning 32012 clauses out of 64048 with flag 3343550/551000
93.46/92.77	c cleaning 33019 clauses out of 66037 with flag 3563536/585001
99.77/99.09	c cleaning 33972 clauses out of 68017 with flag 3790053/620000
106.47/105.72	c cleaning 35007 clauses out of 70045 with flag 4025807/656000
113.26/112.59	c cleaning 35984 clauses out of 72038 with flag 4266318/693000
120.46/119.79	c cleaning 36991 clauses out of 74056 with flag 4513403/731002
128.08/127.33	c cleaning 38012 clauses out of 76065 with flag 4767662/770002
136.18/135.48	c cleaning 39022 clauses out of 78051 with flag 5028228/810000
144.48/143.78	c cleaning 39989 clauses out of 80029 with flag 5298475/851000
153.18/152.40	c cleaning 40994 clauses out of 82040 with flag 5574807/893000
161.52/160.79	c cleaning 41974 clauses out of 84046 with flag 5855211/936000
170.41/169.69	c cleaning 43003 clauses out of 86072 with flag 6147343/980000
179.62/178.88	c cleaning 44010 clauses out of 88069 with flag 6443845/1025000
189.22/188.46	c cleaning 45020 clauses out of 90060 with flag 6749587/1071001
199.32/198.51	c cleaning 46012 clauses out of 92042 with flag 7057592/1118003
209.62/208.85	c cleaning 46985 clauses out of 94027 with flag 7371485/1166000
220.32/219.59	c cleaning 47984 clauses out of 96043 with flag 7694536/1215001
231.53/230.80	c cleaning 49017 clauses out of 98058 with flag 8022557/1265000
243.23/242.45	c cleaning 49991 clauses out of 100043 with flag 8358782/1316002
255.23/254.48	c cleaning 51019 clauses out of 102051 with flag 8707689/1368001
267.36/266.50	c cleaning 52007 clauses out of 104031 with flag 9056112/1421000
279.96/279.12	c cleaning 53002 clauses out of 106025 with flag 9412277/1475001
293.16/292.40	c cleaning 53985 clauses out of 108023 with flag 9776827/1530001
306.66/305.85	c cleaning 54985 clauses out of 110037 with flag 10149450/1586000
320.54/319.76	c cleaning 55998 clauses out of 112052 with flag 10529988/1643000
335.25/334.47	c cleaning 57001 clauses out of 114054 with flag 10917074/1701000
350.23/349.49	c cleaning 57996 clauses out of 116053 with flag 11312733/1760000
365.42/364.69	c cleaning 58992 clauses out of 118058 with flag 11710618/1820001
380.96/380.12	c cleaning 60019 clauses out of 120065 with flag 12116408/1881000
396.66/395.88	c cleaning 61015 clauses out of 122046 with flag 12528728/1943000
412.97/412.12	c cleaning 61988 clauses out of 124032 with flag 12951017/2006001
429.27/428.46	c cleaning 63013 clauses out of 126043 with flag 13377638/2070000
445.98/445.19	c cleaning 64016 clauses out of 128031 with flag 13809278/2135001
463.20/462.39	c cleaning 64980 clauses out of 130014 with flag 14244833/2201000
481.21/480.37	c cleaning 66005 clauses out of 132034 with flag 14689198/2268000
499.67/498.76	c cleaning 66987 clauses out of 134029 with flag 15142418/2336000
518.27/517.32	c cleaning 68002 clauses out of 136044 with flag 15600801/2405002
537.58/536.61	c cleaning 69013 clauses out of 138041 with flag 16068937/2475001
557.18/556.25	c cleaning 69962 clauses out of 140027 with flag 16541193/2546000
577.57/576.69	c cleaning 71004 clauses out of 142065 with flag 17013724/2618000
598.47/597.56	c cleaning 71996 clauses out of 144062 with flag 17492117/2691001
619.97/618.95	c cleaning 72998 clauses out of 146065 with flag 17980507/2765000
642.39/641.40	c cleaning 74018 clauses out of 148067 with flag 18471707/2840000
665.28/664.20	c cleaning 75008 clauses out of 150049 with flag 18970397/2916000
688.88/687.80	c cleaning 75995 clauses out of 152044 with flag 19471614/2993003
712.90/711.89	c cleaning 76981 clauses out of 154046 with flag 19986358/3071000
737.89/736.84	c cleaning 78014 clauses out of 156065 with flag 20498989/3150000
762.76/761.67	c cleaning 79004 clauses out of 158051 with flag 21023198/3230000
788.06/786.97	c cleaning 80005 clauses out of 160051 with flag 21554017/3311004
813.86/812.75	c cleaning 80992 clauses out of 162043 with flag 22094688/3393001
840.37/839.21	c cleaning 82007 clauses out of 164051 with flag 22643293/3476001
867.49/866.23	c cleaning 82992 clauses out of 166044 with flag 23196785/3560001
895.40/894.11	c cleaning 83996 clauses out of 168053 with flag 23752040/3645002
923.81/922.59	c cleaning 85009 clauses out of 170055 with flag 24316475/3731000
952.82/951.52	c cleaning 85994 clauses out of 172046 with flag 24884521/3818000
982.62/981.30	c cleaning 86990 clauses out of 174053 with flag 25457625/3906001
1013.02/1011.68	c cleaning 88001 clauses out of 176062 with flag 26038013/3995000
1044.62/1043.22	c cleaning 89022 clauses out of 178062 with flag 26627463/4085001
1076.83/1075.42	c cleaning 89985 clauses out of 180039 with flag 27222714/4176000
1109.34/1107.89	c cleaning 91015 clauses out of 182054 with flag 27826160/4268000
1142.35/1140.86	c cleaning 92007 clauses out of 184040 with flag 28439333/4361001
1176.55/1175.04	c cleaning 93003 clauses out of 186032 with flag 29055637/4455000
1211.37/1209.76	c cleaning 93997 clauses out of 188029 with flag 29676747/4550000
1247.48/1245.84	c cleaning 94974 clauses out of 190032 with flag 30304771/4646000
1284.29/1282.66	c cleaning 95998 clauses out of 192058 with flag 30942400/4743000
1321.39/1319.76	c cleaning 97017 clauses out of 194060 with flag 31582711/4841000
1359.06/1357.39	c cleaning 98019 clauses out of 196043 with flag 32228989/4940000
1397.27/1395.57	c cleaning 98983 clauses out of 198024 with flag 32881826/5040000
1436.38/1434.70	c cleaning 100006 clauses out of 200042 with flag 33542187/5141001
1476.58/1474.76	c cleaning 100954 clauses out of 202037 with flag 34209349/5243002
1517.40/1515.54	c cleaning 102031 clauses out of 204081 with flag 34882385/5346000
1558.67/1556.68	c cleaning 103020 clauses out of 206050 with flag 35560343/5450000
1601.58/1599.59	c cleaning 103994 clauses out of 208030 with flag 36248409/5555000
1645.88/1643.87	c cleaning 104980 clauses out of 210039 with flag 36945617/5661003
1689.84/1687.77	c cleaning 105989 clauses out of 212057 with flag 37644902/5768001
1734.95/1732.89	c cleaning 106995 clauses out of 214067 with flag 38347031/5876000
1780.36/1778.21	c cleaning 107997 clauses out of 216072 with flag 39056692/5985000
1800.09/1797.90	c starts		: 59816
1800.09/1797.90	c conflicts		: 6041949
1800.09/1797.90	c decisions		: 54019139
1800.09/1797.90	c propagations		: 824735242
1800.09/1797.90	c inspects		: 25088946696
1800.09/1797.90	c shortcuts		: 0
1800.09/1797.90	c learnt literals	: 3
1800.09/1797.90	c learnt binary clauses	: 85
1800.09/1797.90	c learnt ternary clauses	: 868
1800.09/1797.90	c learnt constraints	: 6041946
1800.09/1797.90	c ignored constraints	: 0
1800.09/1797.90	c root simplifications	: 0
1800.09/1797.90	c removed literals (reason simplification)	: 0
1800.09/1797.90	c reason swapping (by a shorter reason)	: 0
1800.09/1797.90	c Calls to reduceDB	: 105
1800.09/1797.90	c Number of update (reduction) of LBD	: 1287757
1800.09/1797.90	c Imported unit clauses	: 0
1800.09/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.90	c number of learned constraints concerned by reduction	: 0
1800.09/1797.90	c number of learning phase by resolution	: 0
1800.09/1797.90	c number of learning phase by cutting planes	: 0
1800.09/1797.90	c speed (assignments/second)	: 458824.0342965611
1800.09/1797.90	c non guided choices	6365
1800.09/1797.90	c timeout
1800.09/1797.93	c learnt constraints type 
1800.09/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 85
1800.09/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164940
1800.09/1797.93	s UNKNOWN
1800.09/1797.93	c Total wall clock time (in seconds): 1797.816

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-4117129-1466952304/watcher-4117129-1466952304 -o /tmp/evaluation-result-4117129-1466952304/solver-4117129-1466952304 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117129-1466952304.opb 

pid=21549
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.27 2.22 2.18 3/196 21552
/proc/meminfo: memFree=30096844/32872528 swapFree=1491540/1663236
[pid=21552] ppid=21549 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21552/stat : 21552 (java) D 21549 21552 19710 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 28268696 9515008 175 33554432000 1073741824 1073778376 140734859548912 140734859531640 273905697680 0 0 4096 0 18446744072100764964 0 0 17 5 0 0 0 0 0
/proc/21552/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.27 2.22 2.18 3/196 21552
/proc/meminfo: memFree=30096844/32872528 swapFree=1491540/1663236
[pid=21552] ppid=21549 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21552/stat : 21552 (java) S 21549 21552 19710 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 28268696 9787879424 6030 33554432000 1073741824 1073778376 140734859548912 140734859540048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21552/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.27 2.22 2.18 3/196 21552
/proc/meminfo: memFree=30096844/32872528 swapFree=1491540/1663236
[pid=21552] ppid=21549 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/21552/stat : 21552 (java) S 21549 21552 19710 0 -1 4202496 4927 0 1 0 25 1 0 0 20 0 18 0 28268696 9787879424 6973 33554432000 1073741824 1073778376 140734859548912 140734859540048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21552/statm: 2389619 6973 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 2.27 2.22 2.18 3/196 21552
/proc/meminfo: memFree=30096844/32872528 swapFree=1491540/1663236
[pid=21552] ppid=21549 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/21552/stat : 21552 (java) S 21549 21552 19710 0 -1 4202496 5792 0 1 0 47 1 0 0 20 0 18 0 28268696 9787879424 8983 33554432000 1073741824 1073778376 140734859548912 140734859540048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21552/statm: 2389619 8983 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700212 s]
/proc/loadavg: 2.27 2.22 2.18 3/196 21552
/proc/meminfo: memFree=30096844/32872528 swapFree=1491540/1663236
[pid=21552] ppid=21549 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/21552/stat : 21552 (java) S 21549 21552 19710 0 -1 4202496 8696 0 1 0 128 2 0 0 20 0 19 0 28268696 9856040960 14601 33554432000 1073741824 1073778376 140734859548912 140734859540048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21552/statm: 2406260 14601 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.27 2.22 2.18 3/215 21571
/proc/meminfo: memFree=30046380/32872528 swapFree=1491540/1663236
[pid=21552] ppid=21549 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/21552/stat : 21552 (java) S 21549 21552 19710 0 -1 4202496 8925 0 1 0 214 2 0 0 20 0 19 0 28268696 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140734859540048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21552/statm: 2406260 14608 2269 9 0 2396937 0
[pid=21552/tid=21554] ppid=21549 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/21552/task/21554/stat : 21554 (java) R 21549 21552 19710 0 -1 4202560 2424 0 1 0 145 2 0 0 20 0 19 0 28268697 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596609446120 140596442890435 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21555] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21555/stat : 21555 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596570938408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21556] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21556/stat : 21556 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596569885608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21557] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21557/stat : 21557 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596568832808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21558] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21558/stat : 21558 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596567780008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21552/tid=21559] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596566727208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21560] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596565674408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21552/tid=21561] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596564621608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21562] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596563568808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21563] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21563/stat : 21563 (java) S 21549 21552 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596432821224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21564] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596431767288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21565] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596430714376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21566] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596429662864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21567] ppid=21549 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 19710 0 -1 4202560 2218 0 0 0 28 0 0 0 20 0 19 0 28268702 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596428609976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21568] ppid=21549 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/21552/task/21568/stat : 21568 (java) S 21549 21552 19710 0 -1 4202560 3006 0 0 0 39 0 0 0 20 0 19 0 28268702 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140596427557176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21569] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21569/stat : 21569 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140595553102200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21570] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21570/stat : 21570 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140595552049608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21571] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21571/stat : 21571 (java) S 21549 21552 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28268737 9856040960 14608 33554432000 1073741824 1073778376 140734859548912 140595550996136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.27 2.22 2.18 3/215 21571
/proc/meminfo: memFree=30043836/32872528 swapFree=1491540/1663236
[pid=21552] ppid=21549 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/21552/stat : 21552 (java) S 21549 21552 19710 0 -1 4202496 8929 0 1 0 377 3 0 0 20 0 19 0 28268696 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140734859540048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21552/statm: 2406260 15633 2270 9 0 2396937 0
[pid=21552/tid=21554] ppid=21549 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/21552/task/21554/stat : 21554 (java) R 21549 21552 19710 0 -1 4202560 2427 0 1 0 304 2 0 0 20 0 19 0 28268697 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596609437392 140596442952654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21555] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21555/stat : 21555 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596570938408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21556] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21556/stat : 21556 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596569885608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21557] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21557/stat : 21557 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596568832808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21558] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21558/stat : 21558 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596567780008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21552/tid=21559] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596566727208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21560] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596565674408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21552/tid=21561] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596564621608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21562] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596563568808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21563] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21563/stat : 21563 (java) S 21549 21552 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596432821224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21564] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596431767288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21565] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596430714376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21566] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596429662864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21567] ppid=21549 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 19710 0 -1 4202560 2218 0 0 0 30 0 0 0 20 0 19 0 28268702 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596428609976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21568] ppid=21549 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/21552/task/21568/stat : 21568 (java) S 21549 21552 19710 0 -1 4202560 3007 0 0 0 41 0 0 0 20 0 19 0 28268702 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140596427557176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21569] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21569/stat : 21569 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140595553102200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21570] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21570/stat : 21570 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140595552049608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21571] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21571/stat : 21571 (java) S 21549 21552 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28268737 9856040960 15633 33554432000 1073741824 1073778376 140734859548912 140595550996136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.25 2.21 2.18 3/215 21571
/proc/meminfo: memFree=30035896/32872528 swapFree=1491540/1663236
[pid=21552] ppid=21549 vsize=9625040 CPUtime=7.02 cores=1,3,5,7
/proc/21552/stat : 21552 (java) S 21549 21552 19710 0 -1 4202496 8935 0 1 0 699 3 0 0 20 0 19 0 28268696 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140734859540048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21552/statm: 2406260 16949 2271 9 0 2396937 0
[pid=21552/tid=21554] ppid=21549 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/21552/task/21554/stat : 21554 (java) R 21549 21552 19710 0 -1 4202560 2432 0 1 0 623 2 0 0 20 0 19 0 28268697 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596609437376 140596442912340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21555] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21555/stat : 21555 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596570938408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21556] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21556/stat : 21556 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596569885608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21557] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21557/stat : 21557 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596568832808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21558] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21558/stat : 21558 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596567780008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21552/tid=21559] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596566727208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21560] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596565674408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21552/tid=21561] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596564621608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21562] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28268698 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596563568808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21563] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21563/stat : 21563 (java) S 21549 21552 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596432821224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21564] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596431767288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21565] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596430714376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21566] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596429662864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21567] ppid=21549 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 19710 0 -1 4202560 2218 0 0 0 30 0 0 0 20 0 19 0 28268702 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596428609976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21568] ppid=21549 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/21552/task/21568/stat : 21568 (java) S 21549 21552 19710 0 -1 4202560 3007 0 0 0 42 0 0 0 20 0 19 0 28268702 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140596427557176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21569] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21569/stat : 21569 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140595553102200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21570] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21570/stat : 21570 (java) S 21549 21552 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140595552049608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21571] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21571/stat : 21571 (java) S 21549 21552 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28268737 9856040960 16949 33554432000 1073741824 1073778376 140734859548912 140595550996136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625040


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

[pid=21552/tid=21571] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21571/stat : 21571 (java) S 21549 21552 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28268737 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140595550996136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.45
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.30 2.26 2.19 4/215 21704
/proc/meminfo: memFree=29689880/32872528 swapFree=1491540/1663236
[pid=21552] ppid=21549 vsize=9625040 CPUtime=1784.46 cores=1,3,5,7
/proc/21552/stat : 21552 (java) S 21549 21552 19710 0 -1 4202496 11356 0 1 0 178382 64 0 0 20 0 19 0 28268696 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140734859540048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21552/statm: 2406260 98592 2285 9 0 2396937 0
[pid=21552/tid=21554] ppid=21549 vsize=9625040 CPUtime=1777.22 cores=1,3,5,7
/proc/21552/task/21554/stat : 21554 (java) R 21549 21552 19710 0 -1 4202560 2493 0 1 0 177692 30 0 0 20 0 19 0 28268697 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596609437472 140596442920637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21555] ppid=21549 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21552/task/21555/stat : 21555 (java) S 21549 21552 19710 0 -1 4202560 228 0 0 0 14 2 0 0 20 0 19 0 28268698 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596570938408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21556] ppid=21549 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21552/task/21556/stat : 21556 (java) S 21549 21552 19710 0 -1 4202560 330 0 0 0 14 2 0 0 20 0 19 0 28268698 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596569885608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21557] ppid=21549 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21552/task/21557/stat : 21557 (java) S 21549 21552 19710 0 -1 4202560 311 0 0 0 15 3 0 0 20 0 19 0 28268698 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596568832808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21558] ppid=21549 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21552/task/21558/stat : 21558 (java) S 21549 21552 19710 0 -1 4202560 167 0 0 0 14 3 0 0 20 0 19 0 28268698 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596567780008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21559] ppid=21549 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 19710 0 -1 4202560 369 0 0 0 21 5 0 0 20 0 19 0 28268698 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596566727208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21552/tid=21560] ppid=21549 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 19710 0 -1 4202560 68 0 0 0 13 3 0 0 20 0 19 0 28268698 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596565674408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21561] ppid=21549 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 19710 0 -1 4202560 57 0 0 0 12 3 0 0 20 0 19 0 28268698 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596564621608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21552/tid=21562] ppid=21549 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 19710 0 -1 4202560 260 0 0 0 14 3 0 0 20 0 19 0 28268698 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596563568808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21563] ppid=21549 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21552/task/21563/stat : 21563 (java) S 21549 21552 19710 0 -1 4202560 67 0 0 0 2 0 0 0 20 0 19 0 28268699 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596432821224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21564] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596431767288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21565] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596430714376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21566] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596429662864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21567] ppid=21549 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 19710 0 -1 4202560 2218 0 0 0 30 0 0 0 20 0 19 0 28268702 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596428609976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21568] ppid=21549 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/21552/task/21568/stat : 21568 (java) S 21549 21552 19710 0 -1 4202560 3421 0 0 0 46 0 0 0 20 0 19 0 28268702 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140596427557176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21569] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21569/stat : 21569 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140595553102200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21570] ppid=21549 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/21552/task/21570/stat : 21570 (java) S 21549 21552 19710 0 -1 4202560 104 0 0 0 31 45 0 0 20 0 19 0 28268702 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140595552049608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21571] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21571/stat : 21571 (java) S 21549 21552 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28268737 9856040960 98592 33554432000 1073741824 1073778376 140734859548912 140595550996136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.46
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.23 2.25 2.19 3/215 21704
/proc/meminfo: memFree=29683056/32872528 swapFree=1491540/1663236
[pid=21552] ppid=21549 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/21552/stat : 21552 (java) S 21549 21552 19710 0 -1 4202496 11374 0 1 0 179944 65 0 0 20 0 19 0 28268696 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140734859540048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21552/statm: 2406260 100239 2285 9 0 2396937 0
[pid=21552/tid=21554] ppid=21549 vsize=9625040 CPUtime=1792.76 cores=1,3,5,7
/proc/21552/task/21554/stat : 21554 (java) R 21549 21552 19710 0 -1 4202560 2494 0 1 0 179246 30 0 0 20 0 19 0 28268697 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596609445184 140596442887849 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21555] ppid=21549 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21552/task/21555/stat : 21555 (java) S 21549 21552 19710 0 -1 4202560 230 0 0 0 14 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596570938408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21556] ppid=21549 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21552/task/21556/stat : 21556 (java) S 21549 21552 19710 0 -1 4202560 330 0 0 0 14 2 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596569885608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21557] ppid=21549 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21552/task/21557/stat : 21557 (java) S 21549 21552 19710 0 -1 4202560 314 0 0 0 16 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596568832808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21558] ppid=21549 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21552/task/21558/stat : 21558 (java) S 21549 21552 19710 0 -1 4202560 167 0 0 0 14 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596567780008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21559] ppid=21549 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 19710 0 -1 4202560 373 0 0 0 22 5 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596566727208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21560] ppid=21549 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 19710 0 -1 4202560 68 0 0 0 13 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596565674408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21561] ppid=21549 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 19710 0 -1 4202560 61 0 0 0 13 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596564621608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21562] ppid=21549 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 19710 0 -1 4202560 260 0 0 0 15 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596563568808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21563] ppid=21549 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21552/task/21563/stat : 21563 (java) S 21549 21552 19710 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 28268699 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596432821224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21564] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596431767288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21565] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596430714376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21566] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596429662864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21567] ppid=21549 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 19710 0 -1 4202560 2218 0 0 0 30 0 0 0 20 0 19 0 28268702 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596428609976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21568] ppid=21549 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/21552/task/21568/stat : 21568 (java) S 21549 21552 19710 0 -1 4202560 3421 0 0 0 46 0 0 0 20 0 19 0 28268702 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596427557176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21569] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21569/stat : 21569 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140595553102200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21570] ppid=21549 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/21552/task/21570/stat : 21570 (java) S 21549 21552 19710 0 -1 4202560 106 0 0 0 32 46 0 0 20 0 19 0 28268702 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140595552049608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21571] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21571/stat : 21571 (java) S 21549 21552 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28268737 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140595550996136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 21552 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.23 2.25 2.19 3/215 21704
/proc/meminfo: memFree=29683056/32872528 swapFree=1491540/1663236
[pid=21552] ppid=21549 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/21552/stat : 21552 (java) S 21549 21552 19710 0 -1 4202496 11374 0 1 0 179944 65 0 0 20 0 19 0 28268696 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140734859540048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21552/statm: 2406260 100239 2285 9 0 2396937 0
[pid=21552/tid=21554] ppid=21549 vsize=9625040 CPUtime=1792.76 cores=1,3,5,7
/proc/21552/task/21554/stat : 21554 (java) R 21549 21552 19710 0 -1 4202560 2494 0 1 0 179246 30 0 0 20 0 19 0 28268697 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596609445184 140596442887849 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21555] ppid=21549 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21552/task/21555/stat : 21555 (java) S 21549 21552 19710 0 -1 4202560 230 0 0 0 14 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596570938408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21556] ppid=21549 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21552/task/21556/stat : 21556 (java) S 21549 21552 19710 0 -1 4202560 330 0 0 0 14 2 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596569885608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21557] ppid=21549 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21552/task/21557/stat : 21557 (java) S 21549 21552 19710 0 -1 4202560 314 0 0 0 16 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596568832808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21558] ppid=21549 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21552/task/21558/stat : 21558 (java) S 21549 21552 19710 0 -1 4202560 167 0 0 0 14 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596567780008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21559] ppid=21549 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 19710 0 -1 4202560 373 0 0 0 22 5 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596566727208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21560] ppid=21549 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 19710 0 -1 4202560 68 0 0 0 13 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596565674408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21561] ppid=21549 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 19710 0 -1 4202560 61 0 0 0 13 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596564621608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21562] ppid=21549 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 19710 0 -1 4202560 260 0 0 0 15 3 0 0 20 0 19 0 28268698 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596563568808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21563] ppid=21549 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21552/task/21563/stat : 21563 (java) S 21549 21552 19710 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 28268699 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596432821224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21552/tid=21564] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596431767288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21565] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28268699 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596430714376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21566] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596429662864 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21567] ppid=21549 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 19710 0 -1 4202560 2218 0 0 0 30 0 0 0 20 0 19 0 28268702 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596428609976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21568] ppid=21549 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/21552/task/21568/stat : 21568 (java) S 21549 21552 19710 0 -1 4202560 3421 0 0 0 46 0 0 0 20 0 19 0 28268702 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140596427557176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21569] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21569/stat : 21569 (java) S 21549 21552 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28268702 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140595553102200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21552/tid=21570] ppid=21549 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/21552/task/21570/stat : 21570 (java) S 21549 21552 19710 0 -1 4202560 106 0 0 0 32 46 0 0 20 0 19 0 28268702 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140595552049608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21552/tid=21571] ppid=21549 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21552/task/21571/stat : 21571 (java) S 21549 21552 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28268737 9856040960 100239 33554432000 1073741824 1073778376 140734859548912 140595550996136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 21552 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=938127
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=163823
# CPU time returned by wait4() is 1796.1
# 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): 1797.94
CPU time (s): 1800.09
CPU user time (s): 1799.44
CPU system time (s): 0.65
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.94
system time used= 1.16382
maximum resident set size= 402560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11544
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38387
involuntary context switches= 5636

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4404 second user time and 14.2638 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 16:45:04
IDJOB=4117129
IDBENCH=109556
IDSOLVER=2546
FILE ID=node134/4117129-1466952304
RUNJOBID= node134-1466945036-19727
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round21-6.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117129-1466952304/watcher-4117129-1466952304 -o /tmp/evaluation-result-4117129-1466952304/solver-4117129-1466952304 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117129-1466952304.opb

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

MD5SUM BENCH= 7765f6d31497d47a350f27e7c2e46727
RANDOM SEED=589486388

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.170
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:        30097224 kB
Buffers:           13848 kB
Cached:           108976 kB
SwapCached:         1316 kB
Active:           310436 kB
Inactive:         101324 kB
Active(anon):     288932 kB
Inactive(anon):     2484 kB
Active(file):      21504 kB
Inactive(file):    98840 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:              1180 kB
Writeback:             0 kB
AnonPages:       1952924 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             565064 kB
SReclaimable:       8692 kB
SUnreclaim:       556372 kB
KernelStack:        1624 kB
PageTables:         8404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2396928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    444416 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= 71692 MiB
End job on node134 at 2016-06-26 17:15:02