Trace number 4096019

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.73 1798.55

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-random4regular-75.opb
MD5SUMe99a92c475c27e379186b23a10ad8a97
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4096019-1466100783.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.034s.
0.09/0.15	c declared #vars     301
0.09/0.15	c #constraints  300
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 300
0.09/0.15	c 300 constraints processed.
0.67/0.49	c cleaning 2492 clauses out of 5000 with flag 42435/5000
1.01/0.77	c cleaning 4249 clauses out of 8508 with flag 94116/11000
1.45/1.14	c cleaning 5601 clauses out of 11259 with flag 157776/18000
2.15/1.87	c cleaning 6798 clauses out of 13658 with flag 246884/26000
3.18/2.84	c cleaning 7894 clauses out of 15860 with flag 344417/35000
4.48/4.13	c cleaning 8953 clauses out of 17967 with flag 470056/45001
5.99/5.66	c cleaning 9974 clauses out of 20013 with flag 597814/56000
7.28/6.91	c cleaning 11010 clauses out of 22039 with flag 721166/68000
8.38/8.06	c cleaning 12002 clauses out of 24029 with flag 832380/81000
10.18/9.84	c cleaning 13003 clauses out of 26027 with flag 958651/95000
11.98/11.65	c cleaning 14000 clauses out of 28024 with flag 1097773/110000
13.39/13.07	c cleaning 15012 clauses out of 30024 with flag 1230578/126000
14.99/14.60	c cleaning 15998 clauses out of 32013 with flag 1362210/143001
16.79/16.50	c cleaning 17001 clauses out of 34014 with flag 1516562/161000
18.79/18.50	c cleaning 18001 clauses out of 36015 with flag 1682702/180002
20.99/20.62	c cleaning 19002 clauses out of 38013 with flag 1845135/200001
24.39/24.07	c cleaning 19993 clauses out of 40011 with flag 2046770/221001
27.29/26.95	c cleaning 20997 clauses out of 42017 with flag 2248303/243000
31.09/30.76	c cleaning 22003 clauses out of 44020 with flag 2491020/266000
35.59/35.29	c cleaning 23007 clauses out of 46019 with flag 2741488/290002
40.48/40.13	c cleaning 23997 clauses out of 48010 with flag 2985726/315000
45.88/45.57	c cleaning 24994 clauses out of 50013 with flag 3252253/341000
49.90/49.54	c cleaning 25995 clauses out of 52019 with flag 3490098/368000
53.59/53.26	c cleaning 27001 clauses out of 54024 with flag 3719284/396000
57.49/57.20	c cleaning 27992 clauses out of 56023 with flag 3961989/425000
61.89/61.53	c cleaning 29013 clauses out of 58031 with flag 4197369/455000
66.40/66.02	c cleaning 30002 clauses out of 60018 with flag 4448650/486000
71.29/70.90	c cleaning 30995 clauses out of 62016 with flag 4708698/518000
76.59/76.28	c cleaning 32004 clauses out of 64021 with flag 4972813/551000
82.49/82.14	c cleaning 32997 clauses out of 66017 with flag 5246309/585000
88.09/87.79	c cleaning 34004 clauses out of 68021 with flag 5512915/620001
96.82/96.49	c cleaning 34993 clauses out of 70016 with flag 5855757/656000
103.22/102.89	c cleaning 35998 clauses out of 72023 with flag 6163175/693000
110.01/109.60	c cleaning 37008 clauses out of 74025 with flag 6497603/731000
116.61/116.23	c cleaning 38003 clauses out of 76018 with flag 6830244/770001
123.52/123.13	c cleaning 38996 clauses out of 78016 with flag 7150686/810002
130.82/130.47	c cleaning 40001 clauses out of 80018 with flag 7479238/851000
138.12/137.80	c cleaning 41002 clauses out of 82017 with flag 7813342/893000
146.43/146.03	c cleaning 42001 clauses out of 84016 with flag 8163774/936001
154.92/154.54	c cleaning 42998 clauses out of 86015 with flag 8515754/980001
163.92/163.58	c cleaning 43996 clauses out of 88016 with flag 8879248/1025000
173.13/172.77	c cleaning 45004 clauses out of 90022 with flag 9242810/1071002
182.62/182.23	c cleaning 45995 clauses out of 92016 with flag 9619073/1118000
192.42/192.02	c cleaning 47002 clauses out of 94021 with flag 10003813/1166000
203.22/202.83	c cleaning 48002 clauses out of 96020 with flag 10414858/1215001
214.62/214.30	c cleaning 48997 clauses out of 98019 with flag 10856641/1265002
226.41/226.08	c cleaning 50010 clauses out of 100025 with flag 11274863/1316005
237.78/237.39	c cleaning 50998 clauses out of 102010 with flag 11701612/1368000
251.78/251.33	c cleaning 51998 clauses out of 104012 with flag 12158210/1421000
264.49/264.03	c cleaning 52985 clauses out of 106014 with flag 12629604/1475000
277.49/277.06	c cleaning 54003 clauses out of 108029 with flag 13074960/1530000
290.90/290.50	c cleaning 55007 clauses out of 110027 with flag 13547910/1586001
305.39/304.90	c cleaning 55993 clauses out of 112019 with flag 14016222/1643000
320.20/319.76	c cleaning 57011 clauses out of 114029 with flag 14472025/1701003
334.70/334.26	c cleaning 57989 clauses out of 116015 with flag 14952053/1760000
350.20/349.73	c cleaning 58996 clauses out of 118026 with flag 15446582/1820000
366.60/366.10	c cleaning 60007 clauses out of 120032 with flag 15929684/1881002
382.71/382.25	c cleaning 60997 clauses out of 122023 with flag 16446783/1943000
400.17/399.68	c cleaning 62010 clauses out of 124028 with flag 16971601/2006002
417.27/416.78	c cleaning 63005 clauses out of 126018 with flag 17471630/2070002
435.27/434.72	c cleaning 63996 clauses out of 128013 with flag 18025463/2135002
452.77/452.23	c cleaning 64996 clauses out of 130017 with flag 18560066/2201002
471.87/471.34	c cleaning 65997 clauses out of 132020 with flag 19111602/2268001
492.47/491.94	c cleaning 66997 clauses out of 134023 with flag 19674695/2336001
512.57/512.01	c cleaning 68004 clauses out of 136026 with flag 20234123/2405001
532.20/531.68	c cleaning 69003 clauses out of 138021 with flag 20801569/2475000
554.91/554.38	c cleaning 70002 clauses out of 140019 with flag 21369529/2546001
577.70/577.19	c cleaning 70998 clauses out of 142016 with flag 21971004/2618000
601.30/600.69	c cleaning 71999 clauses out of 144018 with flag 22576333/2691000
623.40/622.72	c cleaning 73004 clauses out of 146019 with flag 23184943/2765000
646.30/645.63	c cleaning 73995 clauses out of 148016 with flag 23795305/2840001
672.70/672.00	c cleaning 75000 clauses out of 150025 with flag 24422814/2916005
698.22/697.60	c cleaning 76004 clauses out of 152022 with flag 25059953/2993002
723.91/723.28	c cleaning 77000 clauses out of 154016 with flag 25690817/3071000
748.92/748.24	c cleaning 77999 clauses out of 156017 with flag 26324179/3150001
778.02/777.36	c cleaning 79004 clauses out of 158018 with flag 26961733/3230001
805.82/805.14	c cleaning 79997 clauses out of 160013 with flag 27624164/3311000
835.44/834.61	c cleaning 80998 clauses out of 162016 with flag 28312247/3393000
864.04/863.22	c cleaning 82005 clauses out of 164019 with flag 28994278/3476001
892.96/892.19	c cleaning 82998 clauses out of 166014 with flag 29684064/3560001
926.16/925.35	c cleaning 83995 clauses out of 168015 with flag 30420162/3645000
957.97/957.11	c cleaning 84995 clauses out of 170021 with flag 31104382/3731001
990.98/990.13	c cleaning 86009 clauses out of 172028 with flag 31814619/3818003
1023.98/1023.17	c cleaning 86997 clauses out of 174016 with flag 32520323/3906000
1059.10/1058.19	c cleaning 88003 clauses out of 176020 with flag 33240873/3995001
1095.51/1094.50	c cleaning 89003 clauses out of 178016 with flag 33966691/4085000
1131.91/1130.96	c cleaning 90000 clauses out of 180016 with flag 34712454/4176003
1168.51/1167.58	c cleaning 91001 clauses out of 182013 with flag 35427302/4268000
1206.52/1205.52	c cleaning 92001 clauses out of 184013 with flag 36185134/4361001
1247.44/1246.49	c cleaning 92994 clauses out of 186011 with flag 36976703/4455000
1290.73/1289.71	c cleaning 94002 clauses out of 188017 with flag 37788422/4550000
1334.55/1333.41	c cleaning 94988 clauses out of 190016 with flag 38573264/4646001
1380.56/1379.45	c cleaning 96002 clauses out of 192028 with flag 39402595/4743001
1425.26/1424.11	c cleaning 97005 clauses out of 194025 with flag 40249348/4841000
1471.57/1470.47	c cleaning 98001 clauses out of 196022 with flag 41079654/4940002
1534.68/1533.52	c cleaning 99004 clauses out of 198020 with flag 41928288/5040001
1580.08/1578.71	c cleaning 100002 clauses out of 200015 with flag 42767307/5141000
1628.89/1627.52	c cleaning 100999 clauses out of 202014 with flag 43591026/5243001
1678.10/1676.78	c cleaning 102000 clauses out of 204014 with flag 44443161/5346000
1750.72/1749.39	c cleaning 102997 clauses out of 206015 with flag 45342010/5450001
1800.10/1798.51	c starts		: 16735
1800.10/1798.51	c conflicts		: 5553353
1800.10/1798.51	c decisions		: 8644465
1800.10/1798.51	c propagations		: 169157338
1800.10/1798.51	c inspects		: 40360587417
1800.10/1798.51	c shortcuts		: 0
1800.10/1798.51	c learnt literals	: 0
1800.10/1798.51	c learnt binary clauses	: 0
1800.10/1798.51	c learnt ternary clauses	: 0
1800.10/1798.51	c learnt constraints	: 5553353
1800.10/1798.51	c ignored constraints	: 0
1800.10/1798.51	c root simplifications	: 0
1800.10/1798.51	c removed literals (reason simplification)	: 0
1800.10/1798.51	c reason swapping (by a shorter reason)	: 0
1800.10/1798.51	c Calls to reduceDB	: 100
1800.10/1798.51	c Number of update (reduction) of LBD	: 1691909
1800.10/1798.51	c Imported unit clauses	: 0
1800.10/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.10/1798.51	c number of learned constraints concerned by reduction	: 0
1800.10/1798.51	c number of learning phase by resolution	: 0
1800.10/1798.51	c number of learning phase by cutting planes	: 0
1800.10/1798.51	c speed (assignments/second)	: 94062.00371449544
1800.10/1798.51	c non guided choices	2156
1800.10/1798.51	c timeout
1800.10/1798.54	c learnt constraints type 
1800.10/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 206370
1800.10/1798.54	s UNKNOWN
1800.10/1798.54	c Total wall clock time (in seconds): 1798.426

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-4096019-1466100783/watcher-4096019-1466100783 -o /tmp/evaluation-result-4096019-1466100783/solver-4096019-1466100783 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466097110-5879 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096019-1466100783.opb 

pid=6364
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.35 2.27 2.18 3/194 6367
/proc/meminfo: memFree=30490272/32872528 swapFree=1243920/1391088
[pid=6367] ppid=6364 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6367/stat : 6367 (java) R 6364 6367 3284 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 12126929 9515008 186 33554432000 1073741824 1073778376 140736849872032 140736849854760 272877317415 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6367/statm: 2323 186 143 9 0 71 0

[startup+0.100205 s]
/proc/loadavg: 2.35 2.27 2.18 3/194 6367
/proc/meminfo: memFree=30490272/32872528 swapFree=1243920/1391088
[pid=6367] ppid=6364 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6367/stat : 6367 (java) S 6364 6367 3284 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 12126929 9787879424 6028 33554432000 1073741824 1073778376 140736849872032 140736849863168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6367/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.35 2.27 2.18 3/194 6367
/proc/meminfo: memFree=30490272/32872528 swapFree=1243920/1391088
[pid=6367] ppid=6364 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6367/stat : 6367 (java) S 6364 6367 3284 0 -1 4202496 6270 0 1 0 26 2 0 0 20 0 19 0 12126929 9856040960 7741 33554432000 1073741824 1073778376 140736849872032 140736849863168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6367/statm: 2406260 7741 2229 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300321 s]
/proc/loadavg: 2.35 2.27 2.18 3/194 6367
/proc/meminfo: memFree=30490272/32872528 swapFree=1243920/1391088
[pid=6367] ppid=6364 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/6367/stat : 6367 (java) S 6364 6367 3284 0 -1 4202496 7060 0 1 0 50 2 0 0 20 0 19 0 12126929 9856040960 7932 33554432000 1073741824 1073778376 140736849872032 140736849863168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6367/statm: 2406260 7932 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.70014 s]
/proc/loadavg: 2.35 2.27 2.18 3/194 6367
/proc/meminfo: memFree=30490272/32872528 swapFree=1243920/1391088
[pid=6367] ppid=6364 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/6367/stat : 6367 (java) S 6364 6367 3284 0 -1 4202496 8021 0 1 0 99 2 0 0 20 0 19 0 12126929 9856040960 8532 33554432000 1073741824 1073778376 140736849872032 140736849863168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6367/statm: 2406260 8532 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.35 2.27 2.18 3/213 6386
/proc/meminfo: memFree=30459992/32872528 swapFree=1243920/1391088
[pid=6367] ppid=6364 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/6367/stat : 6367 (java) S 6364 6367 3284 0 -1 4202496 8024 0 1 0 183 2 0 0 20 0 19 0 12126929 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140736849863168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6367/statm: 2406260 9045 2249 9 0 2396937 0
[pid=6367/tid=6369] ppid=6364 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/6367/task/6369/stat : 6369 (java) R 6364 6367 3284 0 -1 4202560 2399 0 1 0 145 1 0 0 20 0 19 0 12126930 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548590214864 140548459935310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6370] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6370/stat : 6370 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548579285160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6371] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6371/stat : 6371 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548578232616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6372] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6372/stat : 6372 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548431886760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6373] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6373/stat : 6373 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548430834216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6374] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6374/stat : 6374 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548429781672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6375] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6375/stat : 6375 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548428729128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6376] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6376/stat : 6376 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548427676584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6377] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6377/stat : 6377 (java) S 6364 6367 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548426624040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6378] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6378/stat : 6378 (java) S 6364 6367 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126932 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548414425192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6379] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6379/stat : 6379 (java) S 6364 6367 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548413371512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6380] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6380/stat : 6380 (java) S 6364 6367 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548412318856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6381] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6381/stat : 6381 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548411267600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6382] ppid=6364 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/6367/task/6382/stat : 6382 (java) S 6364 6367 3284 0 -1 4202560 1176 0 0 0 14 0 0 0 20 0 19 0 12126935 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548410214968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6383] ppid=6364 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6367/task/6383/stat : 6383 (java) S 6364 6367 3284 0 -1 4202560 3179 0 0 0 21 0 0 0 20 0 19 0 12126935 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548409162424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6384] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6384/stat : 6384 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548408110072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6385] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6385/stat : 6385 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548407057736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6386] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6386/stat : 6386 (java) S 6364 6367 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126944 9856040960 9045 33554432000 1073741824 1073778376 140736849872032 140548406002472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.35 2.27 2.18 3/213 6386
/proc/meminfo: memFree=30457944/32872528 swapFree=1243920/1391088
[pid=6367] ppid=6364 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/6367/stat : 6367 (java) S 6364 6367 3284 0 -1 4202496 8028 0 1 0 346 2 0 0 20 0 19 0 12126929 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140736849863168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6367/statm: 2406260 10070 2250 9 0 2396937 0
[pid=6367/tid=6369] ppid=6364 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/6367/task/6369/stat : 6369 (java) R 6364 6367 3284 0 -1 4202560 2402 0 1 0 305 1 0 0 20 0 19 0 12126930 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548590223744 140548459935456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6370] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6370/stat : 6370 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548579285160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6371] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6371/stat : 6371 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548578232616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6372] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6372/stat : 6372 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548431886760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6373] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6373/stat : 6373 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548430834216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6374] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6374/stat : 6374 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548429781672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6375] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6375/stat : 6375 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548428729128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6376] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6376/stat : 6376 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548427676584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6377] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6377/stat : 6377 (java) S 6364 6367 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548426624040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6378] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6378/stat : 6378 (java) S 6364 6367 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126932 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548414425192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6379] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6379/stat : 6379 (java) S 6364 6367 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548413371512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6380] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6380/stat : 6380 (java) S 6364 6367 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548412318856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6381] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6381/stat : 6381 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548411267600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6382] ppid=6364 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/6367/task/6382/stat : 6382 (java) S 6364 6367 3284 0 -1 4202560 1176 0 0 0 14 0 0 0 20 0 19 0 12126935 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548410214968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6383] ppid=6364 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6367/task/6383/stat : 6383 (java) S 6364 6367 3284 0 -1 4202560 3180 0 0 0 24 0 0 0 20 0 19 0 12126935 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548409162424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6384] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6384/stat : 6384 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548408110072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6385] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6385/stat : 6385 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548407057736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6386] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6386/stat : 6386 (java) S 6364 6367 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126944 9856040960 10070 33554432000 1073741824 1073778376 140736849872032 140548406002472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.41 2.29 2.18 3/213 6386
/proc/meminfo: memFree=30447932/32872528 swapFree=1243920/1391088
[pid=6367] ppid=6364 vsize=9625040 CPUtime=6.68 cores=1,3,5,7
/proc/6367/stat : 6367 (java) S 6364 6367 3284 0 -1 4202496 8032 0 1 0 666 2 0 0 20 0 19 0 12126929 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140736849863168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6367/statm: 2406260 10935 2251 9 0 2396937 0
[pid=6367/tid=6369] ppid=6364 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/6367/task/6369/stat : 6369 (java) R 6364 6367 3284 0 -1 4202560 2405 0 1 0 625 1 0 0 20 0 19 0 12126930 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548590214864 140548459960003 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6370] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6370/stat : 6370 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548579285160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6371] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6371/stat : 6371 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548578232616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6372] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6372/stat : 6372 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548431886760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6373] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6373/stat : 6373 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548430834216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6374] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6374/stat : 6374 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548429781672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6375] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6375/stat : 6375 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548428729128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6376] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6376/stat : 6376 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548427676584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6377] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6377/stat : 6377 (java) S 6364 6367 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126931 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548426624040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6378] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6378/stat : 6378 (java) S 6364 6367 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126932 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548414425192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6379] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6379/stat : 6379 (java) S 6364 6367 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548413371512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6380] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6380/stat : 6380 (java) S 6364 6367 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548412318856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6381] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6381/stat : 6381 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548411267600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6382] ppid=6364 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/6367/task/6382/stat : 6382 (java) S 6364 6367 3284 0 -1 4202560 1176 0 0 0 14 0 0 0 20 0 19 0 12126935 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548410214968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6383] ppid=6364 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6367/task/6383/stat : 6383 (java) S 6364 6367 3284 0 -1 4202560 3180 0 0 0 24 0 0 0 20 0 19 0 12126935 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548409162424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6384] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6384/stat : 6384 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548408110072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6385] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6385/stat : 6385 (java) S 6364 6367 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548407057736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6386] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6386/stat : 6386 (java) S 6364 6367 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126944 9856040960 10935 33554432000 1073741824 1073778376 140736849872032 140548406002472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9625040


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

/proc/6367/task/6379/stat : 6379 (java) S 6364 6367 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548413371512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6380] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6380/stat : 6380 (java) S 6364 6367 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548412318856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6381] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6381/stat : 6381 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548411267600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6382] ppid=6364 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/6367/task/6382/stat : 6382 (java) S 6364 6367 3284 0 -1 4202560 1176 0 0 0 14 0 0 0 20 0 19 0 12126935 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548410214968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6383] ppid=6364 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6367/task/6383/stat : 6383 (java) S 6364 6367 3284 0 -1 4202560 3306 0 0 0 27 0 0 0 20 0 19 0 12126935 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548409162424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6384] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6384/stat : 6384 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548408110072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6385] ppid=6364 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/6367/task/6385/stat : 6385 (java) S 6364 6367 3284 0 -1 4202560 100 0 0 0 25 34 0 0 20 0 19 0 12126935 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548407057736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6386] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6386/stat : 6386 (java) S 6364 6367 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126944 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548406002472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.71
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.16 2.17 3/213 6495
/proc/meminfo: memFree=30146156/32872528 swapFree=1243920/1391088
[pid=6367] ppid=6364 vsize=9625040 CPUtime=1783.73 cores=1,3,5,7
/proc/6367/stat : 6367 (java) S 6364 6367 3284 0 -1 4202496 9841 0 1 0 178322 51 0 0 20 0 19 0 12126929 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140736849863168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6367/statm: 2406260 82803 2266 9 0 2396937 0
[pid=6367/tid=6369] ppid=6364 vsize=9625040 CPUtime=1782.06 cores=1,3,5,7
/proc/6367/task/6369/stat : 6369 (java) R 6364 6367 3284 0 -1 4202560 2470 0 1 0 178175 31 0 0 20 0 19 0 12126930 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548590214960 140548459934986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6370] ppid=6364 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/6367/task/6370/stat : 6370 (java) S 6364 6367 3284 0 -1 4202560 175 0 0 0 12 3 0 0 20 0 19 0 12126931 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548579285160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6371] ppid=6364 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/6367/task/6371/stat : 6371 (java) S 6364 6367 3284 0 -1 4202560 200 0 0 0 10 1 0 0 20 0 19 0 12126931 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548578232616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6372] ppid=6364 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/6367/task/6372/stat : 6372 (java) S 6364 6367 3284 0 -1 4202560 144 0 0 0 11 4 0 0 20 0 19 0 12126931 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548431886760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6373] ppid=6364 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/6367/task/6373/stat : 6373 (java) S 6364 6367 3284 0 -1 4202560 188 0 0 0 12 2 0 0 20 0 19 0 12126931 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548430834216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6374] ppid=6364 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/6367/task/6374/stat : 6374 (java) S 6364 6367 3284 0 -1 4202560 270 0 0 0 12 3 0 0 20 0 19 0 12126931 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548429781672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6375] ppid=6364 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/6367/task/6375/stat : 6375 (java) S 6364 6367 3284 0 -1 4202560 265 0 0 0 4 2 0 0 20 0 19 0 12126931 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548428729128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6376] ppid=6364 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/6367/task/6376/stat : 6376 (java) S 6364 6367 3284 0 -1 4202560 182 0 0 0 9 2 0 0 20 0 19 0 12126931 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548427676584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6377] ppid=6364 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/6367/task/6377/stat : 6377 (java) S 6364 6367 3284 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 19 0 12126931 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548426624040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6378] ppid=6364 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6367/task/6378/stat : 6378 (java) S 6364 6367 3284 0 -1 4202560 74 0 0 0 0 2 0 0 20 0 19 0 12126932 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548414425192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6379] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6379/stat : 6379 (java) S 6364 6367 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548413371512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6380] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6380/stat : 6380 (java) S 6364 6367 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548412318856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6381] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6381/stat : 6381 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548411267600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6382] ppid=6364 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/6367/task/6382/stat : 6382 (java) S 6364 6367 3284 0 -1 4202560 1176 0 0 0 14 0 0 0 20 0 19 0 12126935 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548410214968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6383] ppid=6364 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6367/task/6383/stat : 6383 (java) S 6364 6367 3284 0 -1 4202560 3306 0 0 0 27 0 0 0 20 0 19 0 12126935 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548409162424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6384] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6384/stat : 6384 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548408110072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6385] ppid=6364 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6367/task/6385/stat : 6385 (java) S 6364 6367 3284 0 -1 4202560 104 0 0 0 26 36 0 0 20 0 19 0 12126935 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548407057736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6386] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6386/stat : 6386 (java) S 6364 6367 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126944 9856040960 82803 33554432000 1073741824 1073778376 140736849872032 140548406002472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.73
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.11 2.15 2.17 4/213 6496
/proc/meminfo: memFree=30103312/32872528 swapFree=1243920/1391088
[pid=6367] ppid=6364 vsize=9625040 CPUtime=1800.1 cores=1,3,5,7
/proc/6367/stat : 6367 (java) S 6364 6367 3284 0 -1 4202496 9867 0 1 0 179957 53 0 0 20 0 19 0 12126929 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140736849863168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6367/statm: 2406260 86388 2266 9 0 2396937 0
[pid=6367/tid=6369] ppid=6364 vsize=9625040 CPUtime=1798.21 cores=1,3,5,7
/proc/6367/task/6369/stat : 6369 (java) R 6364 6367 3284 0 -1 4202560 2471 0 1 0 179790 31 0 0 20 0 19 0 12126930 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548590222672 140548459934986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6370] ppid=6364 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/6367/task/6370/stat : 6370 (java) S 6364 6367 3284 0 -1 4202560 177 0 0 0 14 3 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548579285160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6371] ppid=6364 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/6367/task/6371/stat : 6371 (java) S 6364 6367 3284 0 -1 4202560 203 0 0 0 11 2 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548578232616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6372] ppid=6364 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6367/task/6372/stat : 6372 (java) S 6364 6367 3284 0 -1 4202560 146 0 0 0 14 4 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548431886760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6373] ppid=6364 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6367/task/6373/stat : 6373 (java) S 6364 6367 3284 0 -1 4202560 190 0 0 0 14 2 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548430834216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6374] ppid=6364 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6367/task/6374/stat : 6374 (java) S 6364 6367 3284 0 -1 4202560 275 0 0 0 17 3 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548429781672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6375] ppid=6364 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/6367/task/6375/stat : 6375 (java) S 6364 6367 3284 0 -1 4202560 267 0 0 0 7 2 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548428729128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6376] ppid=6364 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/6367/task/6376/stat : 6376 (java) S 6364 6367 3284 0 -1 4202560 186 0 0 0 12 2 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548427676584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6377] ppid=6364 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/6367/task/6377/stat : 6377 (java) S 6364 6367 3284 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548426624040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6378] ppid=6364 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6367/task/6378/stat : 6378 (java) S 6364 6367 3284 0 -1 4202560 77 0 0 0 0 2 0 0 20 0 19 0 12126932 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548414425192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6379] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6379/stat : 6379 (java) S 6364 6367 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548413371512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6380] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6380/stat : 6380 (java) S 6364 6367 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548412318856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6381] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6381/stat : 6381 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548411267600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6382] ppid=6364 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/6367/task/6382/stat : 6382 (java) S 6364 6367 3284 0 -1 4202560 1176 0 0 0 14 0 0 0 20 0 19 0 12126935 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548410214968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6383] ppid=6364 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6367/task/6383/stat : 6383 (java) S 6364 6367 3284 0 -1 4202560 3306 0 0 0 27 0 0 0 20 0 19 0 12126935 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548409162424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6384] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6384/stat : 6384 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548408110072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6385] ppid=6364 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6367/task/6385/stat : 6385 (java) S 6364 6367 3284 0 -1 4202560 104 0 0 0 26 36 0 0 20 0 19 0 12126935 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548407057736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6386] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6386/stat : 6386 (java) S 6364 6367 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126944 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548406002472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 6367 sig 9
??? kill -6367 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.11 2.15 2.17 4/213 6496
/proc/meminfo: memFree=30103312/32872528 swapFree=1243920/1391088
[pid=6367] ppid=6364 vsize=9625040 CPUtime=1800.1 cores=1,3,5,7
/proc/6367/stat : 6367 (java) S 6364 6367 3284 0 -1 4202496 9867 0 1 0 179957 53 0 0 20 0 19 0 12126929 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140736849863168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6367/statm: 2406260 86388 2266 9 0 2396937 0
[pid=6367/tid=6369] ppid=6364 vsize=9625040 CPUtime=1798.21 cores=1,3,5,7
/proc/6367/task/6369/stat : 6369 (java) R 6364 6367 3284 0 -1 4202560 2471 0 1 0 179790 31 0 0 20 0 19 0 12126930 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548590222672 140548459934986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6367/tid=6370] ppid=6364 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/6367/task/6370/stat : 6370 (java) S 6364 6367 3284 0 -1 4202560 177 0 0 0 14 3 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548579285160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6371] ppid=6364 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/6367/task/6371/stat : 6371 (java) S 6364 6367 3284 0 -1 4202560 203 0 0 0 11 2 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548578232616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6372] ppid=6364 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6367/task/6372/stat : 6372 (java) S 6364 6367 3284 0 -1 4202560 146 0 0 0 14 4 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548431886760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6373] ppid=6364 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6367/task/6373/stat : 6373 (java) S 6364 6367 3284 0 -1 4202560 190 0 0 0 14 2 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548430834216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6374] ppid=6364 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6367/task/6374/stat : 6374 (java) S 6364 6367 3284 0 -1 4202560 275 0 0 0 17 3 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548429781672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6375] ppid=6364 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/6367/task/6375/stat : 6375 (java) S 6364 6367 3284 0 -1 4202560 267 0 0 0 7 2 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548428729128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6376] ppid=6364 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/6367/task/6376/stat : 6376 (java) S 6364 6367 3284 0 -1 4202560 186 0 0 0 12 2 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548427676584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6377] ppid=6364 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/6367/task/6377/stat : 6377 (java) S 6364 6367 3284 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 19 0 12126931 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548426624040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6378] ppid=6364 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6367/task/6378/stat : 6378 (java) S 6364 6367 3284 0 -1 4202560 77 0 0 0 0 2 0 0 20 0 19 0 12126932 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548414425192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6379] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6379/stat : 6379 (java) S 6364 6367 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548413371512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6380] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6380/stat : 6380 (java) S 6364 6367 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12126933 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548412318856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6381] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6381/stat : 6381 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548411267600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6382] ppid=6364 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/6367/task/6382/stat : 6382 (java) S 6364 6367 3284 0 -1 4202560 1176 0 0 0 14 0 0 0 20 0 19 0 12126935 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548410214968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6367/tid=6383] ppid=6364 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6367/task/6383/stat : 6383 (java) S 6364 6367 3284 0 -1 4202560 3306 0 0 0 27 0 0 0 20 0 19 0 12126935 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548409162424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6384] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6384/stat : 6384 (java) S 6364 6367 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126935 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548408110072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6367/tid=6385] ppid=6364 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6367/task/6385/stat : 6385 (java) S 6364 6367 3284 0 -1 4202560 104 0 0 0 26 36 0 0 20 0 19 0 12126935 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548407057736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6367/tid=6386] ppid=6364 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6367/task/6386/stat : 6386 (java) S 6364 6367 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126944 9856040960 86388 33554432000 1073741824 1073778376 140736849872032 140548406002472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.55
CPU time (s): 1800.73
CPU user time (s): 1799.7
CPU system time (s): 1.03184
CPU usage (%): 100.121
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 1.03184
maximum resident set size= 345732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9917
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38196
involuntary context switches= 2680

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9712 second user time and 12.2541 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 20:13:03
IDJOB=4096019
IDBENCH=107554
IDSOLVER=2546
FILE ID=node119/4096019-1466100783
RUNJOBID= node119-1466097110-5879
PBS_JOBID= 19904040
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-random4regular-75.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096019-1466100783/watcher-4096019-1466100783 -o /tmp/evaluation-result-4096019-1466100783/solver-4096019-1466100783 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466097110-5879 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096019-1466100783.opb

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

MD5SUM BENCH= e99a92c475c27e379186b23a10ad8a97
RANDOM SEED=477372595

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.56
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.456
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:        30490908 kB
Buffers:           51236 kB
Cached:           101140 kB
SwapCached:         1048 kB
Active:           172736 kB
Inactive:          91260 kB
Active(anon):     112688 kB
Inactive(anon):     1560 kB
Active(file):      60048 kB
Inactive(file):    89700 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       1587956 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             570216 kB
SReclaimable:      14164 kB
SUnreclaim:       556052 kB
KernelStack:        1760 kB
PageTables:         7484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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= 71736 MiB
End job on node119 at 2016-06-16 20:43:02