Trace number 4084657

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.03 1794.78

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
MD5SUM29fd031d19832e8fd3e4ee8a0dfa62d0
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

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-4084657-1465265077.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.24/0.28	c ... done. Wall clock time 0.165s.
0.24/0.28	c declared #vars     200
0.24/0.28	c internal #vars     1444
0.24/0.28	c #constraints  2791
0.24/0.28	c constraints type 
0.24/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1244
0.24/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.24/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.24/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1244
0.24/0.28	c 2791 constraints processed.
1.02/0.63	c cleaning 2494 clauses out of 5001 with flag 18095/5001
1.28/0.85	c cleaning 4251 clauses out of 8506 with flag 38594/11000
1.62/1.14	c cleaning 5611 clauses out of 11255 with flag 65391/18000
1.92/1.48	c cleaning 6808 clauses out of 13644 with flag 95418/26000
2.33/1.82	c cleaning 7903 clauses out of 15836 with flag 122902/35000
2.73/2.29	c cleaning 8957 clauses out of 17933 with flag 157318/45000
3.33/2.80	c cleaning 9980 clauses out of 19977 with flag 194151/56001
3.94/3.41	c cleaning 10991 clauses out of 21997 with flag 235462/68001
4.53/4.08	c cleaning 11990 clauses out of 24005 with flag 277375/81000
5.33/4.83	c cleaning 12993 clauses out of 26015 with flag 320720/95000
6.14/5.65	c cleaning 14004 clauses out of 28025 with flag 366668/110003
7.03/6.57	c cleaning 14984 clauses out of 30018 with flag 413273/126000
8.13/7.60	c cleaning 16003 clauses out of 32035 with flag 465766/143001
9.67/9.14	c cleaning 16998 clauses out of 34031 with flag 523953/161000
11.67/11.11	c cleaning 17981 clauses out of 36035 with flag 596301/180002
13.43/12.83	c cleaning 19021 clauses out of 38069 with flag 658861/200017
15.23/14.67	c cleaning 19998 clauses out of 40031 with flag 726062/221000
17.24/16.64	c cleaning 20996 clauses out of 42033 with flag 795609/243000
19.63/19.09	c cleaning 21997 clauses out of 44037 with flag 883308/266000
22.33/21.75	c cleaning 22995 clauses out of 46043 with flag 972201/290003
24.73/24.15	c cleaning 24005 clauses out of 48045 with flag 1055447/315000
27.23/26.64	c cleaning 24987 clauses out of 50044 with flag 1140718/341004
30.23/29.63	c cleaning 26002 clauses out of 52053 with flag 1232636/368000
33.93/33.37	c cleaning 27005 clauses out of 54051 with flag 1338217/396000
38.44/37.73	c cleaning 27991 clauses out of 56046 with flag 1453120/425000
43.24/42.52	c cleaning 29003 clauses out of 58056 with flag 1570414/455001
46.84/46.11	c cleaning 30019 clauses out of 60061 with flag 1668462/486009
50.35/49.66	c cleaning 31001 clauses out of 62033 with flag 1767719/518000
53.85/53.19	c cleaning 31991 clauses out of 64033 with flag 1865715/551001
58.66/57.90	c cleaning 33006 clauses out of 66041 with flag 1978178/585000
64.42/63.53	c cleaning 34011 clauses out of 68035 with flag 2106042/620000
69.92/69.08	c cleaning 35001 clauses out of 70024 with flag 2227030/656000
76.21/75.35	c cleaning 36001 clauses out of 72025 with flag 2367528/693002
82.42/81.58	c cleaning 36993 clauses out of 74026 with flag 2493201/731004
88.21/87.34	c cleaning 37986 clauses out of 76030 with flag 2621386/770001
93.63/92.78	c cleaning 39006 clauses out of 78044 with flag 2744963/810001
101.67/100.61	c cleaning 39983 clauses out of 80039 with flag 2891450/851002
107.88/106.82	c cleaning 41010 clauses out of 82057 with flag 3025758/893003
115.07/114.04	c cleaning 42005 clauses out of 84045 with flag 3162018/936001
122.08/121.07	c cleaning 43003 clauses out of 86040 with flag 3288166/980001
129.28/128.20	c cleaning 43991 clauses out of 88036 with flag 3420472/1025000
137.73/136.59	c cleaning 45003 clauses out of 90050 with flag 3563343/1071005
146.72/145.52	c cleaning 46006 clauses out of 92044 with flag 3715301/1118002
156.43/155.22	c cleaning 47004 clauses out of 94036 with flag 3882655/1166000
166.53/165.37	c cleaning 47991 clauses out of 96032 with flag 4053846/1215000
178.63/177.24	c cleaning 48997 clauses out of 98042 with flag 4237539/1265001
190.32/188.94	c cleaning 49999 clauses out of 100044 with flag 4422516/1316000
205.03/203.65	c cleaning 51001 clauses out of 102045 with flag 4626191/1368000
219.53/218.17	c cleaning 52008 clauses out of 104045 with flag 4832018/1421001
231.66/230.07	c cleaning 52997 clauses out of 106036 with flag 5022099/1475000
242.56/240.93	c cleaning 53995 clauses out of 108041 with flag 5204245/1530002
255.65/254.04	c cleaning 54998 clauses out of 110044 with flag 5397836/1586000
270.66/269.02	c cleaning 55993 clauses out of 112046 with flag 5583178/1643000
282.65/280.89	c cleaning 57006 clauses out of 114053 with flag 5772939/1701000
294.65/292.83	c cleaning 57996 clauses out of 116047 with flag 5953919/1760000
312.33/310.33	c cleaning 59014 clauses out of 118051 with flag 6156809/1820000
325.33/323.33	c cleaning 60008 clauses out of 120045 with flag 6347056/1881008
337.83/335.88	c cleaning 60997 clauses out of 122029 with flag 6528789/1943000
351.09/348.81	c cleaning 61990 clauses out of 124033 with flag 6702040/2006001
366.69/364.42	c cleaning 62997 clauses out of 126043 with flag 6897150/2070001
384.30/382.01	c cleaning 64003 clauses out of 128046 with flag 7101953/2135001
404.29/401.95	c cleaning 65000 clauses out of 130042 with flag 7312038/2201000
420.68/418.34	c cleaning 66011 clauses out of 132051 with flag 7534900/2268009
438.49/436.03	c cleaning 66990 clauses out of 134031 with flag 7750253/2336000
455.59/453.11	c cleaning 68005 clauses out of 136042 with flag 7958450/2405001
475.30/472.78	c cleaning 69000 clauses out of 138036 with flag 8174777/2475000
495.00/492.41	c cleaning 69998 clauses out of 140036 with flag 8397270/2546000
516.20/513.61	c cleaning 71007 clauses out of 142038 with flag 8628333/2618000
536.50/533.84	c cleaning 71992 clauses out of 144033 with flag 8857045/2691002
559.50/556.82	c cleaning 72998 clauses out of 146039 with flag 9094312/2765000
579.31/576.58	c cleaning 74001 clauses out of 148041 with flag 9323619/2840000
599.31/596.57	c cleaning 75002 clauses out of 150040 with flag 9549211/2916000
623.19/620.34	c cleaning 76003 clauses out of 152038 with flag 9789062/2993000
643.50/640.60	c cleaning 76998 clauses out of 154036 with flag 10004884/3071001
665.80/662.86	c cleaning 77995 clauses out of 156037 with flag 10228566/3150000
690.28/687.11	c cleaning 79008 clauses out of 158045 with flag 10453334/3230003
716.79/713.61	c cleaning 79996 clauses out of 160034 with flag 10706243/3311000
747.90/744.62	c cleaning 80997 clauses out of 162038 with flag 11027528/3393000
776.72/773.48	c cleaning 82003 clauses out of 164041 with flag 11334643/3476000
803.87/800.52	c cleaning 83003 clauses out of 166039 with flag 11616684/3560001
834.75/831.31	c cleaning 83991 clauses out of 168035 with flag 11900664/3645000
866.05/862.67	c cleaning 84997 clauses out of 170045 with flag 12189367/3731001
898.32/894.89	c cleaning 86007 clauses out of 172050 with flag 12461239/3818003
930.62/927.20	c cleaning 87006 clauses out of 174041 with flag 12748943/3906001
969.21/965.65	c cleaning 87992 clauses out of 176035 with flag 13057814/3995001
1003.89/1000.23	c cleaning 89005 clauses out of 178042 with flag 13349087/4085000
1044.91/1041.13	c cleaning 90006 clauses out of 180039 with flag 13667663/4176002
1084.40/1080.62	c cleaning 91006 clauses out of 182031 with flag 13994474/4268000
1122.07/1118.24	c cleaning 92000 clauses out of 184025 with flag 14278691/4361000
1157.55/1153.63	c cleaning 92985 clauses out of 186026 with flag 14613867/4455001
1192.93/1188.99	c cleaning 94004 clauses out of 188040 with flag 14943550/4550000
1239.84/1235.85	c cleaning 95006 clauses out of 190038 with flag 15305864/4646002
1279.80/1275.74	c cleaning 95986 clauses out of 192031 with flag 15636182/4743001
1314.70/1310.53	c cleaning 97000 clauses out of 194045 with flag 15944213/4841001
1355.28/1351.09	c cleaning 98000 clauses out of 196045 with flag 16262680/4940001
1396.00/1391.64	c cleaning 98997 clauses out of 198044 with flag 16587884/5040000
1435.00/1430.56	c cleaning 100003 clauses out of 200049 with flag 16906523/5141002
1481.90/1477.40	c cleaning 101003 clauses out of 202046 with flag 17259619/5243002
1527.90/1523.26	c cleaning 101997 clauses out of 204041 with flag 17612518/5346000
1581.14/1576.33	c cleaning 103001 clauses out of 206044 with flag 17986034/5450000
1625.43/1620.55	c cleaning 103998 clauses out of 208046 with flag 18338263/5555003
1670.33/1665.40	c cleaning 105009 clauses out of 210045 with flag 18663607/5661000
1710.12/1705.06	c cleaning 105987 clauses out of 212036 with flag 18986077/5768000
1752.23/1747.03	c cleaning 107008 clauses out of 214049 with flag 19300614/5876000
1800.03/1794.74	c starts		: 12
1800.03/1794.74	c conflicts		: 5985000
1800.03/1794.74	c decisions		: 14892201
1800.03/1794.74	c propagations		: 45314968
1800.03/1794.74	c inspects		: 30448244061
1800.03/1794.74	c shortcuts		: 0
1800.03/1794.74	c learnt literals	: 0
1800.03/1794.74	c learnt binary clauses	: 0
1800.03/1794.74	c learnt ternary clauses	: 379
1800.03/1794.74	c learnt constraints	: 5985000
1800.03/1794.74	c ignored constraints	: 0
1800.03/1794.74	c root simplifications	: 0
1800.03/1794.74	c removed literals (reason simplification)	: 0
1800.03/1794.74	c reason swapping (by a shorter reason)	: 0
1800.03/1794.74	c Calls to reduceDB	: 105
1800.03/1794.74	c Number of update (reduction) of LBD	: 1986171
1800.03/1794.74	c Imported unit clauses	: 0
1800.03/1794.74	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.74	c number of learned constraints concerned by reduction	: 0
1800.03/1794.74	c number of learning phase by resolution	: 0
1800.03/1794.74	c number of learning phase by cutting planes	: 0
1800.03/1794.74	c speed (assignments/second)	: 25252.690362175606
1800.03/1794.74	c non guided choices	1332
1800.03/1794.77	c learnt constraints type 
1800.03/1794.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 216041
1800.03/1794.77	s UNKNOWN
1800.03/1794.77	c Total wall clock time (in seconds): 1794.661

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-4084657-1465265077/watcher-4084657-1465265077 -o /tmp/evaluation-result-4084657-1465265077/solver-4084657-1465265077 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3502 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084657-1465265077.opb 

pid=7023
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.14 2.11 2.10 3/194 7026
/proc/meminfo: memFree=30844368/32872528 swapFree=12352/737972
[pid=7026] ppid=7023 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/7026/stat : 7026 (java) R 7023 7026 3485 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 108442172 278528 33 33554432000 1073741824 1073778376 140735363158432 140736061401688 213857168565 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7026/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.14 2.11 2.10 3/194 7026
/proc/meminfo: memFree=30844368/32872528 swapFree=12352/737972
[pid=7026] ppid=7023 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7026/stat : 7026 (java) S 7023 7026 3485 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 108442172 9787879424 6024 33554432000 1073741824 1073778376 140735363158432 140735363149568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7026/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 2.14 2.11 2.10 3/194 7026
/proc/meminfo: memFree=30844368/32872528 swapFree=12352/737972
[pid=7026] ppid=7023 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/7026/stat : 7026 (java) S 7023 7026 3485 0 -1 4202496 4697 0 1 0 22 2 0 0 20 0 18 0 108442172 9787879424 6773 33554432000 1073741824 1073778376 140735363158432 140735363149568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7026/statm: 2389619 6773 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30034 s]
/proc/loadavg: 2.14 2.11 2.10 3/194 7026
/proc/meminfo: memFree=30844368/32872528 swapFree=12352/737972
[pid=7026] ppid=7023 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/7026/stat : 7026 (java) S 7023 7026 3485 0 -1 4202496 6195 0 1 0 42 2 0 0 20 0 19 0 108442172 9856040960 9304 33554432000 1073741824 1073778376 140735363158432 140735363149568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7026/statm: 2406260 9304 2249 9 0 2396937 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9625040

[startup+0.700185 s]
/proc/loadavg: 2.14 2.11 2.10 3/194 7026
/proc/meminfo: memFree=30844368/32872528 swapFree=12352/737972
[pid=7026] ppid=7023 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/7026/stat : 7026 (java) S 7023 7026 3485 0 -1 4202496 8286 0 1 0 115 2 0 0 20 0 19 0 108442172 9856040960 10754 33554432000 1073741824 1073778376 140735363158432 140735363149568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7026/statm: 2406260 10754 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.12 2.11 2.10 3/213 7045
/proc/meminfo: memFree=30803540/32872528 swapFree=12352/737972
[pid=7026] ppid=7023 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/7026/stat : 7026 (java) S 7023 7026 3485 0 -1 4202496 8297 0 1 0 201 2 0 0 20 0 19 0 108442172 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 140735363149568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7026/statm: 2406260 13830 2269 9 0 2396937 0
[pid=7026/tid=7028] ppid=7023 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/7026/task/7028/stat : 7028 (java) R 7023 7026 3485 0 -1 4202560 2424 0 1 0 144 1 0 0 20 0 19 0 108442173 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719196041360 139719061533847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7026/tid=7029] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7029/stat : 7029 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719185103656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7030] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7030/stat : 7030 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719184050856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7031] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7031/stat : 7031 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719182998568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7026/tid=7032] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7032/stat : 7032 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719181945768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7033] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7033/stat : 7033 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719180892456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7034] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7034/stat : 7034 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719179839656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7035] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7035/stat : 7035 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719033436712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7036] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7036/stat : 7036 (java) S 7023 7026 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719032383912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7037] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7037/stat : 7037 (java) S 7023 7026 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719020186344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7038] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7038/stat : 7038 (java) S 7023 7026 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719019132408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7039] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7039/stat : 7039 (java) S 7023 7026 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719018080008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7040] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7040/stat : 7040 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719017028496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7041] ppid=7023 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7026/task/7041/stat : 7041 (java) S 7023 7026 3485 0 -1 4202560 2035 0 0 0 25 0 0 0 20 0 19 0 108442178 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719015975096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7042] ppid=7023 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7026/task/7042/stat : 7042 (java) S 7023 7026 3485 0 -1 4202560 2568 0 0 0 29 0 0 0 20 0 19 0 108442178 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719014922296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7043] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7043/stat : 7043 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719013870200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7044] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7044/stat : 7044 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719012817608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7045] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7045/stat : 7045 (java) S 7023 7026 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108442200 9856040960 13830 33554432000 1073741824 1073778376 140735363158432 139719011763624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.12 2.11 2.10 3/213 7045
/proc/meminfo: memFree=30786536/32872528 swapFree=12352/737972
[pid=7026] ppid=7023 vsize=9625040 CPUtime=3.63 cores=1,3,5,7
/proc/7026/stat : 7026 (java) S 7023 7026 3485 0 -1 4202496 8309 0 1 0 360 3 0 0 20 0 19 0 108442172 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 140735363149568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7026/statm: 2406260 19462 2269 9 0 2396937 0
[pid=7026/tid=7028] ppid=7023 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/7026/task/7028/stat : 7028 (java) R 7023 7026 3485 0 -1 4202560 2436 0 1 0 302 2 0 0 20 0 19 0 108442173 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719196032720 139719061736402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7029] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7029/stat : 7029 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719185103656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7030] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7030/stat : 7030 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719184050856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7031] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7031/stat : 7031 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719182998568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7026/tid=7032] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7032/stat : 7032 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719181945768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7033] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7033/stat : 7033 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719180892456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7034] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7034/stat : 7034 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719179839656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7035] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7035/stat : 7035 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719033436712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7036] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7036/stat : 7036 (java) S 7023 7026 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719032383912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7037] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7037/stat : 7037 (java) S 7023 7026 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719020186344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7038] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7038/stat : 7038 (java) S 7023 7026 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719019132408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7039] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7039/stat : 7039 (java) S 7023 7026 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719018080008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7040] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7040/stat : 7040 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719017028496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7041] ppid=7023 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7026/task/7041/stat : 7041 (java) S 7023 7026 3485 0 -1 4202560 2035 0 0 0 25 0 0 0 20 0 19 0 108442178 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719015975096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7042] ppid=7023 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7026/task/7042/stat : 7042 (java) S 7023 7026 3485 0 -1 4202560 2568 0 0 0 29 0 0 0 20 0 19 0 108442178 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719014922296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7043] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7043/stat : 7043 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719013870200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7044] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7044/stat : 7044 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719012817608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7045] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7045/stat : 7045 (java) S 7023 7026 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108442200 9856040960 19462 33554432000 1073741824 1073778376 140735363158432 139719011763624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.11 2.11 2.10 3/213 7045
/proc/meminfo: memFree=30779152/32872528 swapFree=12352/737972
[pid=7026] ppid=7023 vsize=9625040 CPUtime=6.83 cores=1,3,5,7
/proc/7026/stat : 7026 (java) S 7023 7026 3485 0 -1 4202496 8328 0 1 0 680 3 0 0 20 0 19 0 108442172 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 140735363149568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7026/statm: 2406260 27924 2270 9 0 2396937 0
[pid=7026/tid=7028] ppid=7023 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/7026/task/7028/stat : 7028 (java) R 7023 7026 3485 0 -1 4202560 2454 0 1 0 621 2 0 0 20 0 19 0 108442173 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719196032720 139719061600955 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7029] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7029/stat : 7029 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719185103656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7030] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7030/stat : 7030 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719184050856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7031] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7031/stat : 7031 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719182998568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7026/tid=7032] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7032/stat : 7032 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719181945768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7033] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7033/stat : 7033 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719180892456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7034] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7034/stat : 7034 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719179839656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7035] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7035/stat : 7035 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719033436712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7036] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7036/stat : 7036 (java) S 7023 7026 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108442174 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719032383912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7037] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7037/stat : 7037 (java) S 7023 7026 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719020186344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7038] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7038/stat : 7038 (java) S 7023 7026 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719019132408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7039] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7039/stat : 7039 (java) S 7023 7026 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719018080008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7040] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7040/stat : 7040 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719017028496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7041] ppid=7023 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7026/task/7041/stat : 7041 (java) S 7023 7026 3485 0 -1 4202560 2035 0 0 0 25 0 0 0 20 0 19 0 108442178 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719015975096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7042] ppid=7023 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7026/task/7042/stat : 7042 (java) S 7023 7026 3485 0 -1 4202560 2568 0 0 0 29 0 0 0 20 0 19 0 108442178 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719014922296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7043] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7043/stat : 7043 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719013870200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7044] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7044/stat : 7044 (java) S 7023 7026 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719012817608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7045] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7045/stat : 7045 (java) S 7023 7026 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108442200 9856040960 27924 33554432000 1073741824 1073778376 140735363158432 139719011763624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625040


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

[pid=7026/tid=7045] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7045/stat : 7045 (java) S 7023 7026 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108442200 9856040960 126288 33554432000 1073741824 1073778376 140735363158432 139719011763624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.53
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.16 2.10 3/213 7156
/proc/meminfo: memFree=30307468/32872528 swapFree=12352/737972
[pid=7026] ppid=7023 vsize=9625040 CPUtime=1787.62 cores=1,3,5,7
/proc/7026/stat : 7026 (java) S 7023 7026 3485 0 -1 4202496 13159 0 1 0 178661 101 0 0 20 0 19 0 108442172 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 140735363149568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7026/statm: 2406260 125679 2293 9 0 2396937 0
[pid=7026/tid=7028] ppid=7023 vsize=9625040 CPUtime=1775.26 cores=1,3,5,7
/proc/7026/task/7028/stat : 7028 (java) R 7023 7026 3485 0 -1 4202560 2521 0 1 0 177495 31 0 0 20 0 19 0 108442173 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719196040416 139719061736365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7029] ppid=7023 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/7026/task/7029/stat : 7029 (java) S 7023 7026 3485 0 -1 4202560 479 0 0 0 67 8 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719185103656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7030] ppid=7023 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/7026/task/7030/stat : 7030 (java) S 7023 7026 3485 0 -1 4202560 526 0 0 0 68 9 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719184050856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7031] ppid=7023 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7026/task/7031/stat : 7031 (java) S 7023 7026 3485 0 -1 4202560 350 0 0 0 60 5 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719182998568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7032] ppid=7023 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/7026/task/7032/stat : 7032 (java) S 7023 7026 3485 0 -1 4202560 505 0 0 0 69 8 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719181945768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7033] ppid=7023 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/7026/task/7033/stat : 7033 (java) S 7023 7026 3485 0 -1 4202560 289 0 0 0 72 8 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719180892456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7026/tid=7034] ppid=7023 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/7026/task/7034/stat : 7034 (java) S 7023 7026 3485 0 -1 4202560 370 0 0 0 77 10 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719179839656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7035] ppid=7023 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/7026/task/7035/stat : 7035 (java) S 7023 7026 3485 0 -1 4202560 228 0 0 0 65 4 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719033436712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7036] ppid=7023 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/7026/task/7036/stat : 7036 (java) S 7023 7026 3485 0 -1 4202560 262 0 0 0 60 7 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719032383912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7026/tid=7037] ppid=7023 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7026/task/7037/stat : 7037 (java) S 7023 7026 3485 0 -1 4202560 239 0 0 0 62 3 0 0 20 0 19 0 108442175 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719020186344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7038] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7038/stat : 7038 (java) S 7023 7026 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719019132408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7039] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7039/stat : 7039 (java) S 7023 7026 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719018080008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7040] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7040/stat : 7040 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719017028496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7041] ppid=7023 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7026/task/7041/stat : 7041 (java) S 7023 7026 3485 0 -1 4202560 3462 0 0 0 33 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719015975096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7042] ppid=7023 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7026/task/7042/stat : 7042 (java) S 7023 7026 3485 0 -1 4202560 2568 0 0 0 29 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719014922296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7043] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7043/stat : 7043 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719013870200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7044] ppid=7023 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/7026/task/7044/stat : 7044 (java) S 7023 7026 3485 0 -1 4202560 104 0 0 0 34 37 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719012817608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7045] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7045/stat : 7045 (java) S 7023 7026 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108442200 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719011763624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.62
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.13 2.16 2.10 3/213 7156
/proc/meminfo: memFree=30285020/32872528 swapFree=12352/737972
[pid=7026] ppid=7023 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/7026/stat : 7026 (java) S 7023 7026 3485 0 -1 4202496 13159 0 1 0 179901 102 0 0 20 0 19 0 108442172 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 140735363149568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7026/statm: 2406260 125679 2293 9 0 2396937 0
[pid=7026/tid=7028] ppid=7023 vsize=9625040 CPUtime=1787.62 cores=1,3,5,7
/proc/7026/task/7028/stat : 7028 (java) R 7023 7026 3485 0 -1 4202560 2521 0 1 0 178730 32 0 0 20 0 19 0 108442173 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719196040416 139719061741968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7029] ppid=7023 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/7026/task/7029/stat : 7029 (java) S 7023 7026 3485 0 -1 4202560 479 0 0 0 67 8 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719185103656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7030] ppid=7023 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/7026/task/7030/stat : 7030 (java) S 7023 7026 3485 0 -1 4202560 526 0 0 0 68 9 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719184050856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7031] ppid=7023 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7026/task/7031/stat : 7031 (java) S 7023 7026 3485 0 -1 4202560 350 0 0 0 60 5 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719182998568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7032] ppid=7023 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/7026/task/7032/stat : 7032 (java) S 7023 7026 3485 0 -1 4202560 505 0 0 0 69 8 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719181945768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7033] ppid=7023 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/7026/task/7033/stat : 7033 (java) S 7023 7026 3485 0 -1 4202560 289 0 0 0 72 8 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719180892456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7026/tid=7034] ppid=7023 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/7026/task/7034/stat : 7034 (java) S 7023 7026 3485 0 -1 4202560 370 0 0 0 77 10 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719179839656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7035] ppid=7023 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/7026/task/7035/stat : 7035 (java) S 7023 7026 3485 0 -1 4202560 228 0 0 0 65 4 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719033436712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7036] ppid=7023 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/7026/task/7036/stat : 7036 (java) S 7023 7026 3485 0 -1 4202560 262 0 0 0 60 7 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719032383912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7026/tid=7037] ppid=7023 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7026/task/7037/stat : 7037 (java) S 7023 7026 3485 0 -1 4202560 239 0 0 0 62 3 0 0 20 0 19 0 108442175 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719020186344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7038] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7038/stat : 7038 (java) S 7023 7026 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719019132408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7039] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7039/stat : 7039 (java) S 7023 7026 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719018080008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7040] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7040/stat : 7040 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719017028496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7041] ppid=7023 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7026/task/7041/stat : 7041 (java) S 7023 7026 3485 0 -1 4202560 3462 0 0 0 33 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719015975096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7042] ppid=7023 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7026/task/7042/stat : 7042 (java) S 7023 7026 3485 0 -1 4202560 2568 0 0 0 29 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719014922296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7043] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7043/stat : 7043 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719013870200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7044] ppid=7023 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/7026/task/7044/stat : 7044 (java) S 7023 7026 3485 0 -1 4202560 104 0 0 0 34 38 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719012817608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7045] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7045/stat : 7045 (java) S 7023 7026 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108442200 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719011763624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 7026 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.7 s]
/proc/loadavg: 2.13 2.16 2.10 3/213 7156
/proc/meminfo: memFree=30285020/32872528 swapFree=12352/737972
[pid=7026] ppid=7023 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/7026/stat : 7026 (java) S 7023 7026 3485 0 -1 4202496 13159 0 1 0 179901 102 0 0 20 0 19 0 108442172 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 140735363149568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7026/statm: 2406260 125679 2293 9 0 2396937 0
[pid=7026/tid=7028] ppid=7023 vsize=9625040 CPUtime=1787.62 cores=1,3,5,7
/proc/7026/task/7028/stat : 7028 (java) R 7023 7026 3485 0 -1 4202560 2521 0 1 0 178730 32 0 0 20 0 19 0 108442173 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719196040416 139719061741968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7029] ppid=7023 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/7026/task/7029/stat : 7029 (java) S 7023 7026 3485 0 -1 4202560 479 0 0 0 67 8 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719185103656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7030] ppid=7023 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/7026/task/7030/stat : 7030 (java) S 7023 7026 3485 0 -1 4202560 526 0 0 0 68 9 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719184050856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7031] ppid=7023 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7026/task/7031/stat : 7031 (java) S 7023 7026 3485 0 -1 4202560 350 0 0 0 60 5 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719182998568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7032] ppid=7023 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/7026/task/7032/stat : 7032 (java) S 7023 7026 3485 0 -1 4202560 505 0 0 0 69 8 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719181945768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7033] ppid=7023 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/7026/task/7033/stat : 7033 (java) S 7023 7026 3485 0 -1 4202560 289 0 0 0 72 8 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719180892456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7026/tid=7034] ppid=7023 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/7026/task/7034/stat : 7034 (java) S 7023 7026 3485 0 -1 4202560 370 0 0 0 77 10 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719179839656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7035] ppid=7023 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/7026/task/7035/stat : 7035 (java) S 7023 7026 3485 0 -1 4202560 228 0 0 0 65 4 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719033436712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7036] ppid=7023 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/7026/task/7036/stat : 7036 (java) S 7023 7026 3485 0 -1 4202560 262 0 0 0 60 7 0 0 20 0 19 0 108442174 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719032383912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7026/tid=7037] ppid=7023 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7026/task/7037/stat : 7037 (java) S 7023 7026 3485 0 -1 4202560 239 0 0 0 62 3 0 0 20 0 19 0 108442175 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719020186344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7038] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7038/stat : 7038 (java) S 7023 7026 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719019132408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7039] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7039/stat : 7039 (java) S 7023 7026 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108442175 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719018080008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7040] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7040/stat : 7040 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719017028496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7041] ppid=7023 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7026/task/7041/stat : 7041 (java) S 7023 7026 3485 0 -1 4202560 3462 0 0 0 33 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719015975096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7026/tid=7042] ppid=7023 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7026/task/7042/stat : 7042 (java) S 7023 7026 3485 0 -1 4202560 2568 0 0 0 29 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719014922296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7043] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7043/stat : 7043 (java) S 7023 7026 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719013870200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7026/tid=7044] ppid=7023 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/7026/task/7044/stat : 7044 (java) S 7023 7026 3485 0 -1 4202560 104 0 0 0 34 38 0 0 20 0 19 0 108442178 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719012817608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7026/tid=7045] ppid=7023 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7026/task/7045/stat : 7045 (java) S 7023 7026 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108442200 9856040960 125679 33554432000 1073741824 1073778376 140735363158432 139719011763624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7026 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=640173
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=462777
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.78
CPU time (s): 1800.03
CPU user time (s): 1799.01
CPU system time (s): 1.02
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 1.46278
maximum resident set size= 735800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13214
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39137
involuntary context switches= 17754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3753 second user time and 12.951 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 04:04:37
IDJOB=4084657
IDBENCH=48366
IDSOLVER=2546
FILE ID=node112/4084657-1465265077
RUNJOBID= node112-1465252319-3502
PBS_JOBID= 19843261
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084657-1465265077/watcher-4084657-1465265077 -o /tmp/evaluation-result-4084657-1465265077/solver-4084657-1465265077 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3502 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084657-1465265077.opb

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

MD5SUM BENCH= 29fd031d19832e8fd3e4ee8a0dfa62d0
RANDOM SEED=1493845110

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:        30845276 kB
Buffers:           95572 kB
Cached:           117772 kB
SwapCached:         1624 kB
Active:           409104 kB
Inactive:         136756 kB
Active(anon):     334556 kB
Inactive(anon):      608 kB
Active(file):      74548 kB
Inactive(file):   136148 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       1082568 kB
Mapped:            15504 kB
Shmem:                 0 kB
Slab:             597740 kB
SReclaimable:      41024 kB
SUnreclaim:       556716 kB
KernelStack:        1584 kB
PageTables:         6852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1227508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1056768 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= 71748 MiB
End job on node112 at 2016-06-07 04:34:32