Trace number 4116097

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-7.opb
MD5SUM1f2f356ca8bb85193bb403eac8ee557f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116097-1466961685.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.296s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9984
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 904
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9984 constraints processed.
1.67/1.10	c cleaning 2498 clauses out of 4999 with flag 16061/5000
2.45/1.71	c cleaning 4206 clauses out of 8500 with flag 41019/11000
3.15/2.48	c cleaning 5645 clauses out of 11294 with flag 70783/18000
4.07/3.37	c cleaning 6799 clauses out of 13649 with flag 105402/26000
5.07/4.38	c cleaning 7922 clauses out of 15851 with flag 147575/35001
6.28/5.54	c cleaning 8941 clauses out of 17929 with flag 196508/45001
7.48/6.79	c cleaning 9959 clauses out of 19987 with flag 252663/56000
8.97/8.23	c cleaning 10977 clauses out of 22028 with flag 314731/68000
10.57/9.81	c cleaning 12026 clauses out of 24052 with flag 382757/81001
12.27/11.55	c cleaning 13005 clauses out of 26025 with flag 457786/95000
14.18/13.42	c cleaning 13992 clauses out of 28020 with flag 539474/110000
16.19/15.45	c cleaning 14994 clauses out of 30029 with flag 630354/126001
18.38/17.67	c cleaning 15984 clauses out of 32035 with flag 729470/143001
20.88/20.15	c cleaning 17009 clauses out of 34050 with flag 833726/161000
23.47/22.75	c cleaning 18021 clauses out of 36042 with flag 947767/180001
26.27/25.56	c cleaning 18986 clauses out of 38020 with flag 1064558/200000
29.38/28.62	c cleaning 19969 clauses out of 40034 with flag 1187843/221000
32.68/31.91	c cleaning 21003 clauses out of 42067 with flag 1319189/243002
36.08/35.38	c cleaning 22011 clauses out of 44062 with flag 1453521/266000
39.77/39.06	c cleaning 23020 clauses out of 46051 with flag 1599616/290000
43.68/42.93	c cleaning 23976 clauses out of 48031 with flag 1749699/315000
47.77/47.10	c cleaning 25013 clauses out of 50055 with flag 1907902/341000
52.17/51.45	c cleaning 25958 clauses out of 52042 with flag 2071415/368000
56.78/56.07	c cleaning 27035 clauses out of 54086 with flag 2242146/396002
61.40/60.70	c cleaning 28013 clauses out of 56051 with flag 2418580/425002
65.99/65.24	c cleaning 28999 clauses out of 58036 with flag 2606150/455000
70.78/70.09	c cleaning 29953 clauses out of 60037 with flag 2796244/486000
75.89/75.10	c cleaning 31001 clauses out of 62084 with flag 2997503/518000
81.29/80.50	c cleaning 32007 clauses out of 64084 with flag 3203311/551001
86.70/85.95	c cleaning 33006 clauses out of 66077 with flag 3413083/585001
92.69/91.92	c cleaning 33987 clauses out of 68070 with flag 3630880/620000
98.88/98.13	c cleaning 35023 clauses out of 70083 with flag 3851646/656000
105.28/104.55	c cleaning 36016 clauses out of 72060 with flag 4082660/693000
112.07/111.31	c cleaning 36990 clauses out of 74044 with flag 4321282/731000
119.18/118.46	c cleaning 38012 clauses out of 76054 with flag 4568917/770000
126.48/125.77	c cleaning 39004 clauses out of 78042 with flag 4819862/810000
134.17/133.47	c cleaning 40012 clauses out of 80038 with flag 5077359/851000
142.17/141.46	c cleaning 40996 clauses out of 82026 with flag 5339639/893000
150.38/149.62	c cleaning 42012 clauses out of 84030 with flag 5612032/936000
158.59/157.89	c cleaning 42957 clauses out of 86019 with flag 5890432/980001
167.10/166.40	c cleaning 44017 clauses out of 88061 with flag 6172474/1025000
175.99/175.24	c cleaning 45006 clauses out of 90044 with flag 6460093/1071000
185.19/184.41	c cleaning 46012 clauses out of 92038 with flag 6757023/1118000
194.78/194.00	c cleaning 46995 clauses out of 94026 with flag 7059129/1166000
204.68/203.93	c cleaning 48000 clauses out of 96032 with flag 7369019/1215001
214.89/214.11	c cleaning 48963 clauses out of 98033 with flag 7681325/1265002
225.59/224.81	c cleaning 50033 clauses out of 100068 with flag 7998872/1316000
236.58/235.89	c cleaning 51006 clauses out of 102035 with flag 8325909/1368000
248.08/247.39	c cleaning 51985 clauses out of 104029 with flag 8659107/1421000
260.05/259.20	c cleaning 52960 clauses out of 106045 with flag 8998632/1475001
271.84/271.08	c cleaning 54004 clauses out of 108086 with flag 9346349/1530002
284.14/283.36	c cleaning 55016 clauses out of 110081 with flag 9697759/1586001
296.85/296.03	c cleaning 55994 clauses out of 112064 with flag 10054780/1643000
309.96/309.20	c cleaning 57028 clauses out of 114070 with flag 10418038/1701000
323.45/322.61	c cleaning 58007 clauses out of 116044 with flag 10791102/1760002
337.57/336.74	c cleaning 59005 clauses out of 118036 with flag 11167555/1820001
351.96/351.20	c cleaning 59983 clauses out of 120030 with flag 11550463/1881000
367.06/366.28	c cleaning 61007 clauses out of 122047 with flag 11939395/1943000
382.42/381.51	c cleaning 61969 clauses out of 124043 with flag 12334700/2006003
397.92/397.03	c cleaning 63010 clauses out of 126072 with flag 12737543/2070001
414.02/413.18	c cleaning 64019 clauses out of 128063 with flag 13142283/2135002
430.23/429.34	c cleaning 65004 clauses out of 130043 with flag 13554743/2201001
447.03/446.15	c cleaning 66011 clauses out of 132038 with flag 13969682/2268000
464.33/463.48	c cleaning 66991 clauses out of 134028 with flag 14392731/2336001
482.12/481.29	c cleaning 67961 clauses out of 136036 with flag 14819116/2405000
500.03/499.18	c cleaning 69015 clauses out of 138075 with flag 15254867/2475000
518.67/517.73	c cleaning 69995 clauses out of 140060 with flag 15698286/2546000
538.47/537.56	c cleaning 71001 clauses out of 142065 with flag 16147993/2618000
558.69/557.77	c cleaning 72024 clauses out of 144065 with flag 16599804/2691001
579.70/578.71	c cleaning 72994 clauses out of 146041 with flag 17061656/2765001
600.89/599.99	c cleaning 73982 clauses out of 148046 with flag 17527907/2840000
622.81/621.83	c cleaning 75009 clauses out of 150064 with flag 18000371/2916000
645.51/644.52	c cleaning 75988 clauses out of 152055 with flag 18477141/2993000
667.17/666.15	c cleaning 77020 clauses out of 154067 with flag 18961765/3071000
689.08/688.04	c cleaning 78009 clauses out of 156048 with flag 19453901/3150001
711.58/710.50	c cleaning 79005 clauses out of 158038 with flag 19952767/3230000
735.08/734.05	c cleaning 80005 clauses out of 160033 with flag 20451293/3311000
758.89/757.80	c cleaning 80993 clauses out of 162028 with flag 20962102/3393000
783.19/782.15	c cleaning 81974 clauses out of 164036 with flag 21474408/3476001
807.87/806.75	c cleaning 83025 clauses out of 166063 with flag 21995072/3560002
833.08/831.95	c cleaning 83994 clauses out of 168037 with flag 22519425/3645001
859.29/858.16	c cleaning 84986 clauses out of 170042 with flag 23052759/3731000
885.60/884.44	c cleaning 86010 clauses out of 172056 with flag 23592592/3818000
912.99/911.85	c cleaning 87008 clauses out of 174047 with flag 24137458/3906001
940.38/939.12	c cleaning 87992 clauses out of 176039 with flag 24687531/3995001
968.79/967.57	c cleaning 88978 clauses out of 178046 with flag 25246441/4085000
998.18/996.92	c cleaning 89998 clauses out of 180068 with flag 25803888/4176000
1028.28/1027.03	c cleaning 91021 clauses out of 182070 with flag 26379192/4268000
1058.40/1057.11	c cleaning 91996 clauses out of 184050 with flag 26950352/4361001
1089.17/1087.81	c cleaning 92980 clauses out of 186054 with flag 27529310/4455001
1120.68/1119.33	c cleaning 93982 clauses out of 188074 with flag 28113836/4550001
1152.48/1151.19	c cleaning 95034 clauses out of 190091 with flag 28711582/4646000
1185.27/1183.93	c cleaning 96004 clauses out of 192059 with flag 29310185/4743002
1219.31/1217.84	c cleaning 97015 clauses out of 194053 with flag 29914337/4841000
1253.62/1252.13	c cleaning 97996 clauses out of 196039 with flag 30520948/4940001
1288.44/1286.97	c cleaning 98981 clauses out of 198042 with flag 31139605/5040000
1324.55/1323.03	c cleaning 100010 clauses out of 200061 with flag 31763539/5141000
1360.51/1358.83	c cleaning 100988 clauses out of 202051 with flag 32387620/5243000
1396.90/1395.23	c cleaning 102019 clauses out of 204065 with flag 33023085/5346002
1434.22/1432.57	c cleaning 102986 clauses out of 206045 with flag 33661954/5450001
1472.12/1470.47	c cleaning 104012 clauses out of 208059 with flag 34306876/5555001
1511.24/1509.47	c cleaning 105009 clauses out of 210047 with flag 34958573/5661001
1550.54/1548.73	c cleaning 105987 clauses out of 212039 with flag 35619546/5768002
1590.93/1589.17	c cleaning 106975 clauses out of 214050 with flag 36283933/5876000
1631.83/1629.98	c cleaning 108016 clauses out of 216075 with flag 36960009/5985000
1673.54/1671.61	c cleaning 108984 clauses out of 218059 with flag 37638790/6095000
1716.63/1714.76	c cleaning 110024 clauses out of 220075 with flag 38319722/6206000
1760.04/1758.17	c cleaning 110970 clauses out of 222052 with flag 39010829/6318001
1800.07/1798.10	c starts		: 56431
1800.07/1798.10	c conflicts		: 6422978
1800.07/1798.10	c decisions		: 60216813
1800.07/1798.10	c propagations		: 868928911
1800.07/1798.10	c inspects		: 24934350597
1800.07/1798.10	c shortcuts		: 0
1800.07/1798.10	c learnt literals	: 2
1800.07/1798.10	c learnt binary clauses	: 55
1800.07/1798.10	c learnt ternary clauses	: 754
1800.07/1798.10	c learnt constraints	: 6422976
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	: 108
1800.07/1798.10	c Number of update (reduction) of LBD	: 1361233
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)	: 483359.95349574595
1800.07/1798.10	c non guided choices	16279
1800.07/1798.10	c timeout
1800.07/1798.13	c learnt constraints type 
1800.07/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
1800.07/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 216005
1800.07/1798.13	s UNKNOWN
1800.07/1798.13	c Total wall clock time (in seconds): 1798.019

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-4116097-1466961685/watcher-4116097-1466961685 -o /tmp/evaluation-result-4116097-1466961685/solver-4116097-1466961685 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116097-1466961685.opb 

pid=29017
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.10 2.09 2.07 3/194 29020
/proc/meminfo: memFree=31136120/32872528 swapFree=552864/567172
[pid=29020] ppid=29017 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29020/stat : 29020 (java) R 29017 29020 26442 0 -1 4202496 531 0 0 0 0 0 0 0 20 0 1 0 29206453 9515008 184 33554432000 1073741824 1073778376 140734528044240 140734528026968 206632438480 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29020/statm: 2323 185 143 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.10 2.09 2.07 3/194 29020
/proc/meminfo: memFree=31136120/32872528 swapFree=552864/567172
[pid=29020] ppid=29017 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29020/stat : 29020 (java) S 29017 29020 26442 0 -1 4202496 4456 0 1 0 8 1 0 0 20 0 18 0 29206453 9787879424 5572 33554432000 1073741824 1073778376 140734528044240 140734528035376 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29020/statm: 2389619 5572 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.10 2.09 2.07 3/194 29020
/proc/meminfo: memFree=31136120/32872528 swapFree=552864/567172
[pid=29020] ppid=29017 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/29020/stat : 29020 (java) S 29017 29020 26442 0 -1 4202496 4992 0 1 0 25 1 0 0 20 0 18 0 29206453 9787879424 6546 33554432000 1073741824 1073778376 140734528044240 140734528035376 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29020/statm: 2389619 6546 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300348 s]
/proc/loadavg: 2.10 2.09 2.07 3/194 29020
/proc/meminfo: memFree=31136120/32872528 swapFree=552864/567172
[pid=29020] ppid=29017 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/29020/stat : 29020 (java) S 29017 29020 26442 0 -1 4202496 5893 0 1 0 48 1 0 0 20 0 18 0 29206453 9787879424 8555 33554432000 1073741824 1073778376 140734528044240 140734528035376 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29020/statm: 2389619 8555 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700298 s]
/proc/loadavg: 2.10 2.09 2.07 3/194 29020
/proc/meminfo: memFree=31136120/32872528 swapFree=552864/567172
[pid=29020] ppid=29017 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/29020/stat : 29020 (java) S 29017 29020 26442 0 -1 4202496 9972 0 1 0 132 2 0 0 20 0 19 0 29206453 9856040960 15190 33554432000 1073741824 1073778376 140734528044240 140734528035376 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29020/statm: 2406260 15190 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.10 2.09 2.07 5/213 29039
/proc/meminfo: memFree=31085292/32872528 swapFree=552864/567172
[pid=29020] ppid=29017 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/29020/stat : 29020 (java) S 29017 29020 26442 0 -1 4202496 10082 0 1 0 220 3 0 0 20 0 19 0 29206453 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140734528035376 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29020/statm: 2406260 15266 2270 9 0 2396937 0
[pid=29020/tid=29022] ppid=29017 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/29020/task/29022/stat : 29022 (java) R 29017 29020 26442 0 -1 4202560 2479 0 1 0 144 1 0 0 20 0 19 0 29206454 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348586856728 140348527201738 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29023] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29023/stat : 29023 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348430694952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29024] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29024/stat : 29024 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29025] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29025/stat : 29025 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348428589352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29026] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29026/stat : 29026 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348427536552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29027] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29027/stat : 29027 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348426484776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29028] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29028/stat : 29028 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348425431976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29029] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29029/stat : 29029 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348424379176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29030] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29030/stat : 29030 (java) S 29017 29020 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348423326376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29031] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29031/stat : 29031 (java) S 29017 29020 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348411128296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29032] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29032/stat : 29032 (java) S 29017 29020 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348410074360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29033] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29033/stat : 29033 (java) S 29017 29020 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348409021448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29034] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29034/stat : 29034 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348407969936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29035] ppid=29017 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29020/task/29035/stat : 29035 (java) S 29017 29020 26442 0 -1 4202560 2479 0 0 0 32 0 0 0 20 0 19 0 29206459 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348406918072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29036] ppid=29017 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/29020/task/29036/stat : 29036 (java) S 29017 29020 26442 0 -1 4202560 3848 0 0 0 40 0 0 0 20 0 19 0 29206459 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348405865272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29037] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29037/stat : 29037 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348404812664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29038] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29038/stat : 29038 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348403760072 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29039] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29039/stat : 29039 (java) S 29017 29020 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29206496 9856040960 15266 33554432000 1073741824 1073778376 140734528044240 140348402656424 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10088 s]
/proc/loadavg: 2.10 2.09 2.07 3/213 29039
/proc/meminfo: memFree=31080956/32872528 swapFree=552864/567172
[pid=29020] ppid=29017 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/29020/stat : 29020 (java) S 29017 29020 26442 0 -1 4202496 10090 0 1 0 383 3 0 0 20 0 19 0 29206453 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140734528035376 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29020/statm: 2406260 16295 2270 9 0 2396937 0
[pid=29020/tid=29022] ppid=29017 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/29020/task/29022/stat : 29022 (java) R 29017 29020 26442 0 -1 4202560 2482 0 1 0 303 1 0 0 20 0 19 0 29206454 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348586856776 140348527170494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29023] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29023/stat : 29023 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348430694952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29024] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29024/stat : 29024 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29025] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29025/stat : 29025 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348428589352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29026] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29026/stat : 29026 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348427536552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29027] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29027/stat : 29027 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348426484776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29028] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29028/stat : 29028 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348425431976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29029] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29029/stat : 29029 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348424379176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29030] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29030/stat : 29030 (java) S 29017 29020 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348423326376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29031] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29031/stat : 29031 (java) S 29017 29020 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348411128296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29032] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29032/stat : 29032 (java) S 29017 29020 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348410074360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29033] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29033/stat : 29033 (java) S 29017 29020 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348409021448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29034] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29034/stat : 29034 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348407969936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29035] ppid=29017 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/29020/task/29035/stat : 29035 (java) S 29017 29020 26442 0 -1 4202560 2481 0 0 0 34 0 0 0 20 0 19 0 29206459 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348406918072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29036] ppid=29017 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/29020/task/29036/stat : 29036 (java) S 29017 29020 26442 0 -1 4202560 3851 0 0 0 42 0 0 0 20 0 19 0 29206459 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348405865272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29037] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29037/stat : 29037 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348404812664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29038] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29038/stat : 29038 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348403760072 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29039] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29039/stat : 29039 (java) S 29017 29020 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29206496 9856040960 16295 33554432000 1073741824 1073778376 140734528044240 140348402656424 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.09 2.09 2.07 3/213 29039
/proc/meminfo: memFree=31075492/32872528 swapFree=552864/567172
[pid=29020] ppid=29017 vsize=9625040 CPUtime=7.07 cores=1,3,5,7
/proc/29020/stat : 29020 (java) S 29017 29020 26442 0 -1 4202496 10099 0 1 0 703 4 0 0 20 0 19 0 29206453 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140734528035376 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29020/statm: 2406260 17573 2271 9 0 2396937 0
[pid=29020/tid=29022] ppid=29017 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/29020/task/29022/stat : 29022 (java) R 29017 29020 26442 0 -1 4202560 2486 0 1 0 622 1 0 0 20 0 19 0 29206454 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348586856872 140348527215337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29023] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29023/stat : 29023 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348430694952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29024] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29024/stat : 29024 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29025] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29025/stat : 29025 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348428589352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29026] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29026/stat : 29026 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348427536552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29027] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29027/stat : 29027 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348426484776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29028] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29028/stat : 29028 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348425431976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29029] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29029/stat : 29029 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348424379176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29030] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29030/stat : 29030 (java) S 29017 29020 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29206455 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348423326376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29031] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29031/stat : 29031 (java) S 29017 29020 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348411128296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29032] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29032/stat : 29032 (java) S 29017 29020 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348410074360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29033] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29033/stat : 29033 (java) S 29017 29020 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348409021448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29034] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29034/stat : 29034 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348407969936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29035] ppid=29017 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/29020/task/29035/stat : 29035 (java) S 29017 29020 26442 0 -1 4202560 2485 0 0 0 36 0 0 0 20 0 19 0 29206459 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348406918072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29036] ppid=29017 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/29020/task/29036/stat : 29036 (java) S 29017 29020 26442 0 -1 4202560 3851 0 0 0 42 0 0 0 20 0 19 0 29206459 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348405865272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29037] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29037/stat : 29037 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348404812664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29038] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29038/stat : 29038 (java) S 29017 29020 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348403760072 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29039] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29039/stat : 29039 (java) S 29017 29020 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29206496 9856040960 17573 33554432000 1073741824 1073778376 140734528044240 140348402656424 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625040


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

[pid=29020/tid=29039] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29039/stat : 29039 (java) S 29017 29020 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29206496 9856040960 87171 33554432000 1073741824 1073778376 140734528044240 140348402656424 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.23
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.14 2.08 3/213 29150
/proc/meminfo: memFree=30661264/32872528 swapFree=552864/567172
[pid=29020] ppid=29017 vsize=9625040 CPUtime=1784.27 cores=1,3,5,7
/proc/29020/stat : 29020 (java) S 29017 29020 26442 0 -1 4202496 12312 0 1 0 178369 58 0 0 20 0 19 0 29206453 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140734528035376 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29020/statm: 2406260 90242 2285 9 0 2396937 0
[pid=29020/tid=29022] ppid=29017 vsize=9625040 CPUtime=1777.02 cores=1,3,5,7
/proc/29020/task/29022/stat : 29022 (java) R 29017 29020 26442 0 -1 4202560 2545 0 1 0 177671 31 0 0 20 0 19 0 29206454 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348586855744 140348527199844 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29023] ppid=29017 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29020/task/29023/stat : 29023 (java) S 29017 29020 26442 0 -1 4202560 391 0 0 0 16 3 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348430694952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29024] ppid=29017 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29020/task/29024/stat : 29024 (java) S 29017 29020 26442 0 -1 4202560 153 0 0 0 12 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29025] ppid=29017 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29020/task/29025/stat : 29025 (java) S 29017 29020 26442 0 -1 4202560 194 0 0 0 9 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348428589352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29026] ppid=29017 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29020/task/29026/stat : 29026 (java) S 29017 29020 26442 0 -1 4202560 69 0 0 0 14 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348427536552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29027] ppid=29017 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29020/task/29027/stat : 29027 (java) S 29017 29020 26442 0 -1 4202560 89 0 0 0 13 3 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348426484776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29028] ppid=29017 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29020/task/29028/stat : 29028 (java) S 29017 29020 26442 0 -1 4202560 186 0 0 0 12 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348425431976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29029] ppid=29017 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29020/task/29029/stat : 29029 (java) S 29017 29020 26442 0 -1 4202560 246 0 0 0 18 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348424379176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29030] ppid=29017 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29020/task/29030/stat : 29030 (java) S 29017 29020 26442 0 -1 4202560 235 0 0 0 17 3 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348423326376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29031] ppid=29017 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29020/task/29031/stat : 29031 (java) S 29017 29020 26442 0 -1 4202560 68 0 0 0 1 2 0 0 20 0 19 0 29206457 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348411128296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29032] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29032/stat : 29032 (java) S 29017 29020 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348410074360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29033] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29033/stat : 29033 (java) S 29017 29020 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348409021448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29034] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29034/stat : 29034 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348407969936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29035] ppid=29017 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/29020/task/29035/stat : 29035 (java) S 29017 29020 26442 0 -1 4202560 2485 0 0 0 36 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348406918072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29036] ppid=29017 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/29020/task/29036/stat : 29036 (java) S 29017 29020 26442 0 -1 4202560 4285 0 0 0 46 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348405865272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29037] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29037/stat : 29037 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348404812664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29038] ppid=29017 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/29020/task/29038/stat : 29038 (java) S 29017 29020 26442 0 -1 4202560 104 0 0 0 33 39 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348403760072 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29039] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29039/stat : 29039 (java) S 29017 29020 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29206496 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348402656424 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.27
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.12 2.13 2.08 3/213 29150
/proc/meminfo: memFree=30661268/32872528 swapFree=552864/567172
[pid=29020] ppid=29017 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/29020/stat : 29020 (java) S 29017 29020 26442 0 -1 4202496 12314 0 1 0 179949 58 0 0 20 0 19 0 29206453 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140734528035376 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29020/statm: 2406260 90242 2285 9 0 2396937 0
[pid=29020/tid=29022] ppid=29017 vsize=9625040 CPUtime=1792.78 cores=1,3,5,7
/proc/29020/task/29022/stat : 29022 (java) R 29017 29020 26442 0 -1 4202560 2545 0 1 0 179247 31 0 0 20 0 19 0 29206454 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348586855744 140348527170494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29023] ppid=29017 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29020/task/29023/stat : 29023 (java) S 29017 29020 26442 0 -1 4202560 391 0 0 0 16 3 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348430694952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29024] ppid=29017 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29020/task/29024/stat : 29024 (java) S 29017 29020 26442 0 -1 4202560 153 0 0 0 12 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29025] ppid=29017 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29020/task/29025/stat : 29025 (java) S 29017 29020 26442 0 -1 4202560 194 0 0 0 9 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348428589352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29026] ppid=29017 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29020/task/29026/stat : 29026 (java) S 29017 29020 26442 0 -1 4202560 69 0 0 0 14 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348427536552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29027] ppid=29017 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29020/task/29027/stat : 29027 (java) S 29017 29020 26442 0 -1 4202560 89 0 0 0 13 3 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348426484776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29028] ppid=29017 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29020/task/29028/stat : 29028 (java) S 29017 29020 26442 0 -1 4202560 186 0 0 0 12 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348425431976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29029] ppid=29017 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29020/task/29029/stat : 29029 (java) S 29017 29020 26442 0 -1 4202560 246 0 0 0 18 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348424379176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29030] ppid=29017 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29020/task/29030/stat : 29030 (java) S 29017 29020 26442 0 -1 4202560 235 0 0 0 17 3 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348423326376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29031] ppid=29017 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29020/task/29031/stat : 29031 (java) S 29017 29020 26442 0 -1 4202560 68 0 0 0 1 2 0 0 20 0 19 0 29206457 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348411128296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29032] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29032/stat : 29032 (java) S 29017 29020 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348410074360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29033] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29033/stat : 29033 (java) S 29017 29020 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348409021448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29034] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29034/stat : 29034 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348407969936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29035] ppid=29017 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/29020/task/29035/stat : 29035 (java) S 29017 29020 26442 0 -1 4202560 2485 0 0 0 36 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348406918072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29036] ppid=29017 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/29020/task/29036/stat : 29036 (java) S 29017 29020 26442 0 -1 4202560 4285 0 0 0 46 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348405865272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29037] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29037/stat : 29037 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348404812664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29038] ppid=29017 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/29020/task/29038/stat : 29038 (java) S 29017 29020 26442 0 -1 4202560 106 0 0 0 34 39 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348403760072 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29039] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29039/stat : 29039 (java) S 29017 29020 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29206496 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348402656424 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 29020 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.12 2.13 2.08 3/213 29150
/proc/meminfo: memFree=30661268/32872528 swapFree=552864/567172
[pid=29020] ppid=29017 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/29020/stat : 29020 (java) S 29017 29020 26442 0 -1 4202496 12314 0 1 0 179949 58 0 0 20 0 19 0 29206453 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140734528035376 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29020/statm: 2406260 90242 2285 9 0 2396937 0
[pid=29020/tid=29022] ppid=29017 vsize=9625040 CPUtime=1792.78 cores=1,3,5,7
/proc/29020/task/29022/stat : 29022 (java) R 29017 29020 26442 0 -1 4202560 2545 0 1 0 179247 31 0 0 20 0 19 0 29206454 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348586855744 140348527170494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29023] ppid=29017 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29020/task/29023/stat : 29023 (java) S 29017 29020 26442 0 -1 4202560 391 0 0 0 16 3 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348430694952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29024] ppid=29017 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29020/task/29024/stat : 29024 (java) S 29017 29020 26442 0 -1 4202560 153 0 0 0 12 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29025] ppid=29017 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29020/task/29025/stat : 29025 (java) S 29017 29020 26442 0 -1 4202560 194 0 0 0 9 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348428589352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29026] ppid=29017 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29020/task/29026/stat : 29026 (java) S 29017 29020 26442 0 -1 4202560 69 0 0 0 14 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348427536552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29027] ppid=29017 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29020/task/29027/stat : 29027 (java) S 29017 29020 26442 0 -1 4202560 89 0 0 0 13 3 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348426484776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29028] ppid=29017 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29020/task/29028/stat : 29028 (java) S 29017 29020 26442 0 -1 4202560 186 0 0 0 12 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348425431976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29029] ppid=29017 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29020/task/29029/stat : 29029 (java) S 29017 29020 26442 0 -1 4202560 246 0 0 0 18 2 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348424379176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29030] ppid=29017 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29020/task/29030/stat : 29030 (java) S 29017 29020 26442 0 -1 4202560 235 0 0 0 17 3 0 0 20 0 19 0 29206455 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348423326376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29020/tid=29031] ppid=29017 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29020/task/29031/stat : 29031 (java) S 29017 29020 26442 0 -1 4202560 68 0 0 0 1 2 0 0 20 0 19 0 29206457 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348411128296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29032] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29032/stat : 29032 (java) S 29017 29020 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348410074360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29033] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29033/stat : 29033 (java) S 29017 29020 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29206457 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348409021448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29034] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29034/stat : 29034 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348407969936 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29035] ppid=29017 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/29020/task/29035/stat : 29035 (java) S 29017 29020 26442 0 -1 4202560 2485 0 0 0 36 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348406918072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29036] ppid=29017 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/29020/task/29036/stat : 29036 (java) S 29017 29020 26442 0 -1 4202560 4285 0 0 0 46 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348405865272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29020/tid=29037] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29037/stat : 29037 (java) S 29017 29020 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348404812664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29020/tid=29038] ppid=29017 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/29020/task/29038/stat : 29038 (java) S 29017 29020 26442 0 -1 4202560 106 0 0 0 34 39 0 0 20 0 19 0 29206459 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348403760072 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29020/tid=29039] ppid=29017 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29020/task/29039/stat : 29039 (java) S 29017 29020 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29206496 9856040960 90242 33554432000 1073741824 1073778376 140734528044240 140348402656424 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1798.14
CPU time (s): 1800.07
CPU user time (s): 1799.49
CPU system time (s): 0.58
CPU usage (%): 100.107
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.91
system time used= 1.06284
maximum resident set size= 361092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12350
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38389
involuntary context switches= 15300

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2204 second user time and 14.3058 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 19:21:25
IDJOB=4116097
IDBENCH=109427
IDSOLVER=2546
FILE ID=node138/4116097-1466961685
RUNJOBID= node138-1466940040-26459
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round22-7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116097-1466961685/watcher-4116097-1466961685 -o /tmp/evaluation-result-4116097-1466961685/solver-4116097-1466961685 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116097-1466961685.opb

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

MD5SUM BENCH= 1f2f356ca8bb85193bb403eac8ee557f
RANDOM SEED=1928280710

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
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.803
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.803
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:        31137028 kB
Buffers:           26444 kB
Cached:           223900 kB
SwapCached:         3788 kB
Active:           229204 kB
Inactive:         229232 kB
Active(anon):     205576 kB
Inactive(anon):     4744 kB
Active(file):      23628 kB
Inactive(file):   224488 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:        731208 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566864 kB
SReclaimable:      10480 kB
SUnreclaim:       556384 kB
KernelStack:        1760 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1257912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 71716 MiB
End job on node138 at 2016-06-26 19:51:24