Trace number 4089964

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.64 1798.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v071-n3.opb
MD5SUMd60fa57d8d77f247ed65c13a0fdd15c7
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.048992
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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-4089964-1466035953.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.025s.
0.09/0.14	c declared #vars     213
0.09/0.14	c #constraints  142
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 71
0.09/0.14	c 142 constraints processed.
0.73/0.52	c cleaning 2496 clauses out of 5001 with flag 35785/5001
1.30/0.92	c cleaning 4245 clauses out of 8504 with flag 84389/11000
1.71/1.39	c cleaning 5626 clauses out of 11260 with flag 149885/18001
2.32/1.98	c cleaning 6801 clauses out of 13633 with flag 227547/26000
3.23/2.80	c cleaning 7916 clauses out of 15835 with flag 328023/35003
4.23/3.80	c cleaning 8950 clauses out of 17916 with flag 435361/45000
5.43/5.04	c cleaning 9958 clauses out of 19967 with flag 548069/56001
6.93/6.54	c cleaning 10981 clauses out of 22009 with flag 674285/68001
8.43/8.03	c cleaning 12013 clauses out of 24028 with flag 790952/81001
10.13/9.75	c cleaning 12994 clauses out of 26014 with flag 965646/95000
12.03/11.61	c cleaning 13999 clauses out of 28020 with flag 1134618/110000
14.43/14.09	c cleaning 15001 clauses out of 30022 with flag 1317903/126001
17.33/16.93	c cleaning 16006 clauses out of 32022 with flag 1525203/143002
20.53/20.15	c cleaning 16994 clauses out of 34014 with flag 1754500/161000
23.63/23.28	c cleaning 18006 clauses out of 36022 with flag 1981952/180002
27.13/26.76	c cleaning 18998 clauses out of 38014 with flag 2222458/200000
30.83/30.40	c cleaning 20007 clauses out of 40016 with flag 2465559/221000
34.43/34.04	c cleaning 21001 clauses out of 42011 with flag 2696983/243002
38.63/38.22	c cleaning 22001 clauses out of 44009 with flag 2921460/266001
43.64/43.27	c cleaning 22999 clauses out of 46008 with flag 3159400/290001
49.84/49.50	c cleaning 24000 clauses out of 48009 with flag 3422158/315001
56.93/56.57	c cleaning 24996 clauses out of 50008 with flag 3741685/341000
64.36/63.91	c cleaning 25999 clauses out of 52013 with flag 4072491/368001
70.25/69.81	c cleaning 26997 clauses out of 54013 with flag 4380750/396000
77.35/76.99	c cleaning 28000 clauses out of 56016 with flag 4669606/425000
85.16/84.74	c cleaning 29000 clauses out of 58016 with flag 4998887/455000
92.56/92.18	c cleaning 30003 clauses out of 60016 with flag 5368928/486000
99.66/99.23	c cleaning 31000 clauses out of 62016 with flag 5734733/518003
108.56/108.18	c cleaning 31998 clauses out of 64014 with flag 6082228/551001
119.26/118.84	c cleaning 33000 clauses out of 66015 with flag 6478164/585000
130.06/129.65	c cleaning 34000 clauses out of 68015 with flag 6886167/620000
142.25/141.89	c cleaning 34999 clauses out of 70016 with flag 7322665/656001
155.76/155.33	c cleaning 36002 clauses out of 72017 with flag 7783078/693001
169.10/168.65	c cleaning 37002 clauses out of 74018 with flag 8254947/731004
181.90/181.45	c cleaning 38002 clauses out of 76013 with flag 8707703/770001
192.30/191.81	c cleaning 38982 clauses out of 78011 with flag 9144126/810001
204.01/203.59	c cleaning 39986 clauses out of 80029 with flag 9594543/851001
215.90/215.41	c cleaning 40992 clauses out of 82042 with flag 10037167/893000
227.81/227.31	c cleaning 41998 clauses out of 84053 with flag 10490030/936003
240.91/240.45	c cleaning 43001 clauses out of 86054 with flag 10947159/980002
256.71/256.22	c cleaning 44000 clauses out of 88052 with flag 11419206/1025001
272.18/271.62	c cleaning 45015 clauses out of 90052 with flag 11935601/1071001
293.68/293.18	c cleaning 46003 clauses out of 92036 with flag 12474686/1118000
315.88/315.31	c cleaning 47009 clauses out of 94035 with flag 13036347/1166002
339.58/339.09	c cleaning 48003 clauses out of 96027 with flag 13632554/1215003
364.18/363.68	c cleaning 49001 clauses out of 98021 with flag 14227669/1265000
388.78/388.21	c cleaning 50003 clauses out of 100021 with flag 14815651/1316001
416.59/416.08	c cleaning 50997 clauses out of 102017 with flag 15450428/1368000
443.19/442.67	c cleaning 52003 clauses out of 104021 with flag 16070676/1421001
468.05/467.44	c cleaning 53001 clauses out of 106019 with flag 16688710/1475002
488.75/488.10	c cleaning 53981 clauses out of 108016 with flag 17313992/1530000
508.35/507.76	c cleaning 54999 clauses out of 110037 with flag 17943751/1586002
534.55/533.97	c cleaning 55991 clauses out of 112037 with flag 18610283/1643001
563.06/562.42	c cleaning 57008 clauses out of 114045 with flag 19308848/1701000
590.28/589.69	c cleaning 58008 clauses out of 116037 with flag 20026412/1760000
619.57/618.80	c cleaning 59003 clauses out of 118029 with flag 20659183/1820000
652.78/652.07	c cleaning 60003 clauses out of 120026 with flag 21338117/1881000
687.67/686.92	c cleaning 61006 clauses out of 122023 with flag 22083807/1943000
717.08/716.33	c cleaning 62005 clauses out of 124018 with flag 22843092/2006001
743.78/743.07	c cleaning 62992 clauses out of 126013 with flag 23574382/2070001
784.38/783.40	c cleaning 64004 clauses out of 128020 with flag 24354083/2135000
815.88/814.99	c cleaning 64996 clauses out of 130017 with flag 25190727/2201001
855.09/854.20	c cleaning 66000 clauses out of 132021 with flag 25935631/2268001
899.41/898.40	c cleaning 66998 clauses out of 134021 with flag 26752208/2336001
940.95/939.83	c cleaning 67987 clauses out of 136022 with flag 27649459/2405000
973.85/972.76	c cleaning 69009 clauses out of 138035 with flag 28446519/2475000
1006.36/1005.26	c cleaning 70011 clauses out of 140027 with flag 29253143/2546001
1038.66/1037.57	c cleaning 70983 clauses out of 142015 with flag 30096132/2618000
1081.43/1080.19	c cleaning 72007 clauses out of 144032 with flag 30994915/2691000
1122.04/1120.78	c cleaning 73006 clauses out of 146025 with flag 31864673/2765000
1163.54/1162.27	c cleaning 73991 clauses out of 148019 with flag 32811772/2840000
1219.50/1218.03	c cleaning 75008 clauses out of 150029 with flag 33742878/2916001
1285.30/1283.85	c cleaning 76005 clauses out of 152021 with flag 34683424/2993001
1329.79/1328.34	c cleaning 76999 clauses out of 154015 with flag 35627414/3071000
1376.05/1374.46	c cleaning 78004 clauses out of 156017 with flag 36569187/3150001
1443.64/1442.10	c cleaning 79001 clauses out of 158014 with flag 37618364/3230002
1507.25/1505.60	c cleaning 79993 clauses out of 160011 with flag 38623862/3311000
1556.55/1554.88	c cleaning 81004 clauses out of 162019 with flag 39688346/3393001
1615.74/1614.03	c cleaning 82003 clauses out of 164014 with flag 40622679/3476000
1671.84/1670.00	c cleaning 82998 clauses out of 166011 with flag 41603304/3560000
1738.45/1736.66	c cleaning 83999 clauses out of 168013 with flag 42608123/3645000
1798.17/1796.20	c cleaning 85000 clauses out of 170016 with flag 43666374/3731002
1800.07/1798.10	c starts		: 3048
1800.07/1798.10	c timeout
1800.07/1798.10	c conflicts		: 3736710
1800.07/1798.10	c decisions		: 4371060
1800.07/1798.10	c propagations		: 81034914
1800.07/1798.10	c inspects		: 37056919264
1800.07/1798.10	c shortcuts		: 0
1800.07/1798.10	c learnt literals	: 0
1800.07/1798.10	c learnt binary clauses	: 0
1800.07/1798.10	c learnt ternary clauses	: 0
1800.07/1798.10	c learnt constraints	: 3736710
1800.07/1798.10	c ignored constraints	: 0
1800.07/1798.10	c root simplifications	: 0
1800.07/1798.10	c removed literals (reason simplification)	: 0
1800.07/1798.10	c reason swapping (by a shorter reason)	: 0
1800.07/1798.10	c Calls to reduceDB	: 82
1800.07/1798.10	c Number of update (reduction) of LBD	: 1188436
1800.07/1798.10	c Imported unit clauses	: 0
1800.07/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.10	c number of learned constraints concerned by reduction	: 0
1800.07/1798.10	c number of learning phase by resolution	: 0
1800.07/1798.10	c number of learning phase by cutting planes	: 0
1800.07/1798.10	c speed (assignments/second)	: 45070.42640500745
1800.07/1798.10	c non guided choices	94
1800.07/1798.13	c learnt constraints type 
1800.07/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90724
1800.07/1798.13	s UNKNOWN
1800.07/1798.13	c Total wall clock time (in seconds): 1798.016

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

pid=11315
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.31 2.24 2.19 3/194 11318
/proc/meminfo: memFree=30416488/32872528 swapFree=1243664/1390832
[pid=11318] ppid=11315 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/11318/stat : 11318 (java) R 11315 11318 5929 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 5643937 278528 33 33554432000 1073741824 1073778376 140736975048224 140735928295624 272877317301 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11318/statm: 68 33 25 9 0 25 0

[startup+0.100144 s]
/proc/loadavg: 2.31 2.24 2.19 3/194 11318
/proc/meminfo: memFree=30416488/32872528 swapFree=1243664/1390832
[pid=11318] ppid=11315 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11318/stat : 11318 (java) S 11315 11318 5929 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 5643937 9787879424 6038 33554432000 1073741824 1073778376 140736975048224 140736975039360 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11318/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.31 2.24 2.19 3/194 11318
/proc/meminfo: memFree=30416488/32872528 swapFree=1243664/1390832
[pid=11318] ppid=11315 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/11318/stat : 11318 (java) S 11315 11318 5929 0 -1 4202496 6559 0 1 0 25 2 0 0 20 0 19 0 5643937 9856040960 7358 33554432000 1073741824 1073778376 140736975048224 140736975039360 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11318/statm: 2406260 7358 2216 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300229 s]
/proc/loadavg: 2.31 2.24 2.19 3/194 11318
/proc/meminfo: memFree=30416488/32872528 swapFree=1243664/1390832
[pid=11318] ppid=11315 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/11318/stat : 11318 (java) S 11315 11318 5929 0 -1 4202496 7248 0 1 0 49 2 0 0 20 0 19 0 5643937 9856040960 7564 33554432000 1073741824 1073778376 140736975048224 140736975039360 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11318/statm: 2406260 7564 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700237 s]
/proc/loadavg: 2.31 2.24 2.19 3/194 11318
/proc/meminfo: memFree=30416488/32872528 swapFree=1243664/1390832
[pid=11318] ppid=11315 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/11318/stat : 11318 (java) S 11315 11318 5929 0 -1 4202496 8670 0 1 0 100 2 0 0 20 0 19 0 5643937 9856040960 9099 33554432000 1073741824 1073778376 140736975048224 140736975039360 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11318/statm: 2406260 9099 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.31 2.24 2.19 3/213 11337
/proc/meminfo: memFree=30383508/32872528 swapFree=1243664/1390832
[pid=11318] ppid=11315 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/11318/stat : 11318 (java) S 11315 11318 5929 0 -1 4202496 9998 0 1 0 189 3 0 0 20 0 19 0 5643937 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 140736975039360 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11318/statm: 2406260 10791 2241 9 0 2396937 0
[pid=11318/tid=11320] ppid=11315 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/11318/task/11320/stat : 11320 (java) R 11315 11318 5929 0 -1 4202560 2405 0 1 0 146 0 0 0 20 0 19 0 5643938 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731209679224 139731073940392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11321] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11321/stat : 11321 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731198740776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11322] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11322/stat : 11322 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731197687976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11323] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11323/stat : 11323 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731196635688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11324] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11324/stat : 11324 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731195582888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11325] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11325/stat : 11325 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731194530600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11326] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11326/stat : 11326 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731193477800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11327] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11327/stat : 11327 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731192425512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11328] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11328/stat : 11328 (java) S 11315 11318 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731045923752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11329] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11329/stat : 11329 (java) S 11315 11318 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731033725160 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11330] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11330/stat : 11330 (java) S 11315 11318 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731032671224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11331] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11331/stat : 11331 (java) S 11315 11318 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731031618824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11332] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11332/stat : 11332 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731030567312 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11333] ppid=11315 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/11318/task/11333/stat : 11333 (java) S 11315 11318 5929 0 -1 4202560 2968 0 0 0 19 0 0 0 20 0 19 0 5643944 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731029514936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11334] ppid=11315 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11318/task/11334/stat : 11334 (java) S 11315 11318 5929 0 -1 4202560 3355 0 0 0 22 0 0 0 20 0 19 0 5643944 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731028462136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11335] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11335/stat : 11335 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731027410040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11336] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11336/stat : 11336 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731026357448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11337] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11337/stat : 11337 (java) S 11315 11318 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5643952 9856040960 10791 33554432000 1073741824 1073778376 140736975048224 139731025302440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.28 2.24 2.19 3/213 11337
/proc/meminfo: memFree=30379164/32872528 swapFree=1243664/1390832
[pid=11318] ppid=11315 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/11318/stat : 11318 (java) S 11315 11318 5929 0 -1 4202496 10004 0 1 0 350 3 0 0 20 0 19 0 5643937 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 140736975039360 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11318/statm: 2406260 12330 2241 9 0 2396937 0
[pid=11318/tid=11320] ppid=11315 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/11318/task/11320/stat : 11320 (java) R 11315 11318 5929 0 -1 4202560 2408 0 1 0 305 2 0 0 20 0 19 0 5643938 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731209679096 139731073974048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11321] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11321/stat : 11321 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731198740776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11322] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11322/stat : 11322 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731197687976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11323] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11323/stat : 11323 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731196635688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11324] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11324/stat : 11324 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731195582888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11325] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11325/stat : 11325 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731194530600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11326] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11326/stat : 11326 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731193477800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11327] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11327/stat : 11327 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731192425512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11328] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11328/stat : 11328 (java) S 11315 11318 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731045923752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11329] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11329/stat : 11329 (java) S 11315 11318 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731033725160 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11330] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11330/stat : 11330 (java) S 11315 11318 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731032671224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11331] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11331/stat : 11331 (java) S 11315 11318 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731031618824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11332] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11332/stat : 11332 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731030567312 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11333] ppid=11315 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11318/task/11333/stat : 11333 (java) S 11315 11318 5929 0 -1 4202560 2968 0 0 0 20 0 0 0 20 0 19 0 5643944 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731029514936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11334] ppid=11315 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/11318/task/11334/stat : 11334 (java) S 11315 11318 5929 0 -1 4202560 3358 0 0 0 23 0 0 0 20 0 19 0 5643944 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731028462136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11335] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11335/stat : 11335 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731027410040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11336] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11336/stat : 11336 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731026357448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11337] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11337/stat : 11337 (java) S 11315 11318 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5643952 9856040960 12330 33554432000 1073741824 1073778376 140736975048224 139731025302440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.28 2.24 2.19 3/213 11337
/proc/meminfo: memFree=30366760/32872528 swapFree=1243664/1390832
[pid=11318] ppid=11315 vsize=9625040 CPUtime=6.73 cores=0,2,4,6
/proc/11318/stat : 11318 (java) S 11315 11318 5929 0 -1 4202496 10011 0 1 0 670 3 0 0 20 0 19 0 5643937 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 140736975039360 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11318/statm: 2406260 14874 2242 9 0 2396937 0
[pid=11318/tid=11320] ppid=11315 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/11318/task/11320/stat : 11320 (java) R 11315 11318 5929 0 -1 4202560 2414 0 1 0 625 2 0 0 20 0 19 0 5643938 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731209670320 139731073991524 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11321] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11321/stat : 11321 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731198740776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11322] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11322/stat : 11322 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731197687976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11323] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11323/stat : 11323 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731196635688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11324] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11324/stat : 11324 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731195582888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11325] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11325/stat : 11325 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731194530600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11326] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11326/stat : 11326 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731193477800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11327] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11327/stat : 11327 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731192425512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11328] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11328/stat : 11328 (java) S 11315 11318 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5643940 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731045923752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11329] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11329/stat : 11329 (java) S 11315 11318 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731033725160 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11330] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11330/stat : 11330 (java) S 11315 11318 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731032671224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11331] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11331/stat : 11331 (java) S 11315 11318 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731031618824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11332] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11332/stat : 11332 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731030567312 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11333] ppid=11315 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11318/task/11333/stat : 11333 (java) S 11315 11318 5929 0 -1 4202560 2968 0 0 0 20 0 0 0 20 0 19 0 5643944 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731029514936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11334] ppid=11315 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/11318/task/11334/stat : 11334 (java) S 11315 11318 5929 0 -1 4202560 3358 0 0 0 23 0 0 0 20 0 19 0 5643944 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731028462136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11335] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11335/stat : 11335 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731027410040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11336] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11336/stat : 11336 (java) S 11315 11318 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731026357448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11337] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11337/stat : 11337 (java) S 11315 11318 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5643952 9856040960 14874 33554432000 1073741824 1073778376 140736975048224 139731025302440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040


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

[pid=11318/tid=11330] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11330/stat : 11330 (java) S 11315 11318 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731032671224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11331] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11331/stat : 11331 (java) S 11315 11318 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731031618824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11332] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11332/stat : 11332 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731030567312 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11333] ppid=11315 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11318/task/11333/stat : 11333 (java) S 11315 11318 5929 0 -1 4202560 2968 0 0 0 20 0 0 0 20 0 19 0 5643944 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731029514936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11334] ppid=11315 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11318/task/11334/stat : 11334 (java) S 11315 11318 5929 0 -1 4202560 3360 0 0 0 26 0 0 0 20 0 19 0 5643944 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731028462136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11335] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11335/stat : 11335 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731027410040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11336] ppid=11315 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11318/task/11336/stat : 11336 (java) S 11315 11318 5929 0 -1 4202560 100 0 0 0 32 27 0 0 20 0 19 0 5643944 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731026357448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11337] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11337/stat : 11337 (java) S 11315 11318 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5643952 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731025302440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.14
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.12 2.13 3/213 11447
/proc/meminfo: memFree=29718644/32872528 swapFree=1243664/1390832
[pid=11318] ppid=11315 vsize=9625040 CPUtime=1784.15 cores=0,2,4,6
/proc/11318/stat : 11318 (java) S 11315 11318 5929 0 -1 4202496 12018 0 1 0 178346 69 0 0 20 0 19 0 5643937 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 140736975039360 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11318/statm: 2406260 131438 2257 9 0 2396937 0
[pid=11318/tid=11320] ppid=11315 vsize=9625040 CPUtime=1781.62 cores=0,2,4,6
/proc/11318/task/11320/stat : 11320 (java) R 11315 11318 5929 0 -1 4202560 2478 0 1 0 178130 32 0 0 20 0 19 0 5643938 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731209670320 139731073991519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11321] ppid=11315 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/11318/task/11321/stat : 11321 (java) S 11315 11318 5929 0 -1 4202560 560 0 0 0 19 6 0 0 20 0 19 0 5643940 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731198740776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11322] ppid=11315 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11318/task/11322/stat : 11322 (java) S 11315 11318 5929 0 -1 4202560 71 0 0 0 11 4 0 0 20 0 19 0 5643940 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731197687976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11323] ppid=11315 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/11318/task/11323/stat : 11323 (java) S 11315 11318 5929 0 -1 4202560 383 0 0 0 18 7 0 0 20 0 19 0 5643940 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731196635688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11324] ppid=11315 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11318/task/11324/stat : 11324 (java) S 11315 11318 5929 0 -1 4202560 252 0 0 0 14 4 0 0 20 0 19 0 5643940 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731195582888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11325] ppid=11315 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/11318/task/11325/stat : 11325 (java) S 11315 11318 5929 0 -1 4202560 142 0 0 0 24 7 0 0 20 0 19 0 5643940 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731194530600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11326] ppid=11315 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11318/task/11326/stat : 11326 (java) S 11315 11318 5929 0 -1 4202560 67 0 0 0 15 3 0 0 20 0 19 0 5643940 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731193477800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11327] ppid=11315 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11318/task/11327/stat : 11327 (java) S 11315 11318 5929 0 -1 4202560 188 0 0 0 17 5 0 0 20 0 19 0 5643940 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731192425512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11328] ppid=11315 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11318/task/11328/stat : 11328 (java) S 11315 11318 5929 0 -1 4202560 89 0 0 0 12 5 0 0 20 0 19 0 5643940 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731045923752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11329] ppid=11315 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11318/task/11329/stat : 11329 (java) S 11315 11318 5929 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 19 0 5643941 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731033725160 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11330] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11330/stat : 11330 (java) S 11315 11318 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731032671224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11331] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11331/stat : 11331 (java) S 11315 11318 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731031618824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11332] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11332/stat : 11332 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731030567312 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11333] ppid=11315 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11318/task/11333/stat : 11333 (java) S 11315 11318 5929 0 -1 4202560 2968 0 0 0 20 0 0 0 20 0 19 0 5643944 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731029514936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11334] ppid=11315 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11318/task/11334/stat : 11334 (java) S 11315 11318 5929 0 -1 4202560 3360 0 0 0 26 0 0 0 20 0 19 0 5643944 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731028462136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11335] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11335/stat : 11335 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731027410040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11336] ppid=11315 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11318/task/11336/stat : 11336 (java) S 11315 11318 5929 0 -1 4202560 104 0 0 0 34 29 0 0 20 0 19 0 5643944 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731026357448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11337] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11337/stat : 11337 (java) S 11315 11318 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5643952 9856040960 131438 33554432000 1073741824 1073778376 140736975048224 139731025302440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.15
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.14 2.13 2.14 3/213 11447
/proc/meminfo: memFree=29609488/32872528 swapFree=1243664/1390832
[pid=11318] ppid=11315 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/11318/stat : 11318 (java) S 11315 11318 5929 0 -1 4202496 12061 0 1 0 179936 71 0 0 20 0 19 0 5643937 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 140736975039360 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11318/statm: 2406260 135900 2257 9 0 2396937 0
[pid=11318/tid=11320] ppid=11315 vsize=9625040 CPUtime=1797.38 cores=0,2,4,6
/proc/11318/task/11320/stat : 11320 (java) R 11315 11318 5929 0 -1 4202560 2479 0 1 0 179706 32 0 0 20 0 19 0 5643938 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731209670320 139731073991519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11321] ppid=11315 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11318/task/11321/stat : 11321 (java) S 11315 11318 5929 0 -1 4202560 566 0 0 0 20 6 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731198740776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11322] ppid=11315 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11318/task/11322/stat : 11322 (java) S 11315 11318 5929 0 -1 4202560 75 0 0 0 14 4 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731197687976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11323] ppid=11315 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11318/task/11323/stat : 11323 (java) S 11315 11318 5929 0 -1 4202560 388 0 0 0 19 7 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731196635688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11324] ppid=11315 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/11318/task/11324/stat : 11324 (java) S 11315 11318 5929 0 -1 4202560 253 0 0 0 15 4 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731195582888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11325] ppid=11315 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/11318/task/11325/stat : 11325 (java) S 11315 11318 5929 0 -1 4202560 145 0 0 0 25 7 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731194530600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11326] ppid=11315 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11318/task/11326/stat : 11326 (java) S 11315 11318 5929 0 -1 4202560 72 0 0 0 17 3 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731193477800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11327] ppid=11315 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11318/task/11327/stat : 11327 (java) S 11315 11318 5929 0 -1 4202560 197 0 0 0 21 5 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731192425512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11328] ppid=11315 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11318/task/11328/stat : 11328 (java) S 11315 11318 5929 0 -1 4202560 94 0 0 0 13 5 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731045923752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11329] ppid=11315 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11318/task/11329/stat : 11329 (java) S 11315 11318 5929 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 19 0 5643941 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731033725160 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11330] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11330/stat : 11330 (java) S 11315 11318 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731032671224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11331] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11331/stat : 11331 (java) S 11315 11318 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731031618824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11332] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11332/stat : 11332 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731030567312 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11333] ppid=11315 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11318/task/11333/stat : 11333 (java) S 11315 11318 5929 0 -1 4202560 2968 0 0 0 20 0 0 0 20 0 19 0 5643944 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731029514936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11334] ppid=11315 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11318/task/11334/stat : 11334 (java) S 11315 11318 5929 0 -1 4202560 3360 0 0 0 26 0 0 0 20 0 19 0 5643944 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731028462136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11335] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11335/stat : 11335 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731027410040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11336] ppid=11315 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11318/task/11336/stat : 11336 (java) S 11315 11318 5929 0 -1 4202560 106 0 0 0 34 29 0 0 20 0 19 0 5643944 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731026357448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11337] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11337/stat : 11337 (java) S 11315 11318 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5643952 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731025302440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 11318 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.14 2.13 2.14 3/213 11447
/proc/meminfo: memFree=29609488/32872528 swapFree=1243664/1390832
[pid=11318] ppid=11315 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/11318/stat : 11318 (java) S 11315 11318 5929 0 -1 4202496 12061 0 1 0 179936 71 0 0 20 0 19 0 5643937 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 140736975039360 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11318/statm: 2406260 135900 2257 9 0 2396937 0
[pid=11318/tid=11320] ppid=11315 vsize=9625040 CPUtime=1797.38 cores=0,2,4,6
/proc/11318/task/11320/stat : 11320 (java) R 11315 11318 5929 0 -1 4202560 2479 0 1 0 179706 32 0 0 20 0 19 0 5643938 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731209670320 139731073991519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11321] ppid=11315 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11318/task/11321/stat : 11321 (java) S 11315 11318 5929 0 -1 4202560 566 0 0 0 20 6 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731198740776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11322] ppid=11315 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11318/task/11322/stat : 11322 (java) S 11315 11318 5929 0 -1 4202560 75 0 0 0 14 4 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731197687976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11323] ppid=11315 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11318/task/11323/stat : 11323 (java) S 11315 11318 5929 0 -1 4202560 388 0 0 0 19 7 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731196635688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11324] ppid=11315 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/11318/task/11324/stat : 11324 (java) S 11315 11318 5929 0 -1 4202560 253 0 0 0 15 4 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731195582888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11325] ppid=11315 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/11318/task/11325/stat : 11325 (java) S 11315 11318 5929 0 -1 4202560 145 0 0 0 25 7 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731194530600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11326] ppid=11315 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11318/task/11326/stat : 11326 (java) S 11315 11318 5929 0 -1 4202560 72 0 0 0 17 3 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731193477800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11327] ppid=11315 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11318/task/11327/stat : 11327 (java) S 11315 11318 5929 0 -1 4202560 197 0 0 0 21 5 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731192425512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11318/tid=11328] ppid=11315 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11318/task/11328/stat : 11328 (java) S 11315 11318 5929 0 -1 4202560 94 0 0 0 13 5 0 0 20 0 19 0 5643940 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731045923752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11329] ppid=11315 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11318/task/11329/stat : 11329 (java) S 11315 11318 5929 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 19 0 5643941 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731033725160 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11330] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11330/stat : 11330 (java) S 11315 11318 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731032671224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11331] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11331/stat : 11331 (java) S 11315 11318 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5643941 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731031618824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11332] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11332/stat : 11332 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731030567312 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11333] ppid=11315 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11318/task/11333/stat : 11333 (java) S 11315 11318 5929 0 -1 4202560 2968 0 0 0 20 0 0 0 20 0 19 0 5643944 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731029514936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11334] ppid=11315 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11318/task/11334/stat : 11334 (java) S 11315 11318 5929 0 -1 4202560 3360 0 0 0 26 0 0 0 20 0 19 0 5643944 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731028462136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11318/tid=11335] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11335/stat : 11335 (java) S 11315 11318 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5643944 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731027410040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11318/tid=11336] ppid=11315 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11318/task/11336/stat : 11336 (java) S 11315 11318 5929 0 -1 4202560 106 0 0 0 34 29 0 0 20 0 19 0 5643944 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731026357448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11318/tid=11337] ppid=11315 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11318/task/11337/stat : 11337 (java) S 11315 11318 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5643952 9856040960 135900 33554432000 1073741824 1073778376 140736975048224 139731025302440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.14
CPU time (s): 1800.64
CPU user time (s): 1799.48
CPU system time (s): 1.16182
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 1.16182
maximum resident set size= 550340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12106
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38358
involuntary context switches= 12353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0325 second user time and 14.0139 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 02:12:33
IDJOB=4089964
IDBENCH=107481
IDSOLVER=2546
FILE ID=node119/4089964-1466035953
RUNJOBID= node119-1466012072-5945
PBS_JOBID= 19902816
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/rand6reg/normalized-rand6reg-v071-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089964-1466035953/watcher-4089964-1466035953 -o /tmp/evaluation-result-4089964-1466035953/solver-4089964-1466035953 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089964-1466035953.opb

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

MD5SUM BENCH= d60fa57d8d77f247ed65c13a0fdd15c7
RANDOM SEED=1074084152

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:        30416760 kB
Buffers:           33064 kB
Cached:            97448 kB
SwapCached:        14188 kB
Active:           244152 kB
Inactive:         117360 kB
Active(anon):     219132 kB
Inactive(anon):    14104 kB
Active(file):      25020 kB
Inactive(file):   103256 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088068 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       1629176 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             565688 kB
SReclaimable:       9816 kB
SUnreclaim:       555872 kB
KernelStack:        1768 kB
PageTables:         7112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 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 02:42:31