Trace number 4117057

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round22-6.opb
MD5SUMe6c88e046c8333b5f08a0b7bdca9455c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1425.54
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 constraints8688
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)400
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-4117057-1466961296.opb
0.09/0.11	c reading problem ... 
0.09/0.12	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  9952
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 => 888
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9952 constraints processed.
1.66/1.10	c cleaning 2499 clauses out of 4998 with flag 16246/5000
2.43/1.75	c cleaning 4242 clauses out of 8499 with flag 38164/11000
3.13/2.48	c cleaning 5625 clauses out of 11257 with flag 65928/18000
4.05/3.37	c cleaning 6803 clauses out of 13632 with flag 99805/26000
5.06/4.38	c cleaning 7906 clauses out of 15829 with flag 140281/35000
6.27/5.53	c cleaning 8959 clauses out of 17923 with flag 186822/45000
7.56/6.82	c cleaning 9960 clauses out of 19966 with flag 239662/56002
8.96/8.24	c cleaning 10999 clauses out of 22004 with flag 299496/68000
10.57/9.82	c cleaning 11957 clauses out of 24006 with flag 367845/81001
12.27/11.59	c cleaning 13019 clauses out of 26050 with flag 443776/95002
14.17/13.45	c cleaning 13990 clauses out of 28031 with flag 526007/110002
16.28/15.53	c cleaning 15007 clauses out of 30039 with flag 612261/126000
18.57/17.81	c cleaning 16000 clauses out of 32032 with flag 706673/143000
20.97/20.30	c cleaning 17007 clauses out of 34033 with flag 808805/161001
23.67/22.95	c cleaning 17983 clauses out of 36025 with flag 917020/180000
26.47/25.76	c cleaning 19014 clauses out of 38042 with flag 1033270/200000
29.57/28.86	c cleaning 20002 clauses out of 40028 with flag 1157044/221000
32.98/32.22	c cleaning 20971 clauses out of 42026 with flag 1286741/243000
36.58/35.81	c cleaning 21980 clauses out of 44055 with flag 1424023/266000
40.39/39.69	c cleaning 23027 clauses out of 46075 with flag 1566135/290000
44.48/43.70	c cleaning 24005 clauses out of 48051 with flag 1711874/315003
48.78/48.06	c cleaning 24971 clauses out of 50043 with flag 1869377/341000
53.27/52.54	c cleaning 26026 clauses out of 52073 with flag 2035212/368001
58.08/57.35	c cleaning 26979 clauses out of 54046 with flag 2206539/396000
63.10/62.37	c cleaning 27989 clauses out of 56069 with flag 2384834/425002
67.79/67.00	c cleaning 29008 clauses out of 58078 with flag 2567251/455000
72.59/71.86	c cleaning 30017 clauses out of 60071 with flag 2757514/486001
77.81/77.07	c cleaning 30991 clauses out of 62054 with flag 2954023/518001
83.20/82.46	c cleaning 32019 clauses out of 64064 with flag 3155864/551002
88.81/88.06	c cleaning 33023 clauses out of 66046 with flag 3367313/585003
94.90/94.14	c cleaning 33997 clauses out of 68022 with flag 3584506/620002
101.21/100.44	c cleaning 34985 clauses out of 70023 with flag 3807452/656000
107.82/107.03	c cleaning 35996 clauses out of 72038 with flag 4039474/693000
114.62/113.89	c cleaning 37010 clauses out of 74042 with flag 4278494/731000
121.92/121.13	c cleaning 37991 clauses out of 76034 with flag 4523588/770002
129.43/128.65	c cleaning 38991 clauses out of 78041 with flag 4774708/810000
137.24/136.50	c cleaning 39984 clauses out of 80051 with flag 5034299/851001
145.53/144.74	c cleaning 41025 clauses out of 82066 with flag 5302328/893000
154.03/153.23	c cleaning 41993 clauses out of 84041 with flag 5573126/936000
162.77/161.92	c cleaning 43016 clauses out of 86049 with flag 5852393/980001
171.38/170.53	c cleaning 44009 clauses out of 88035 with flag 6136738/1025003
180.37/179.60	c cleaning 45000 clauses out of 90024 with flag 6426842/1071001
189.78/188.96	c cleaning 45993 clauses out of 92025 with flag 6725493/1118002
199.58/198.75	c cleaning 46984 clauses out of 94030 with flag 7033001/1166000
209.78/208.94	c cleaning 47996 clauses out of 96046 with flag 7346272/1215000
220.29/219.42	c cleaning 49017 clauses out of 98050 with flag 7664737/1265000
231.49/230.67	c cleaning 49979 clauses out of 100033 with flag 7993059/1316000
243.09/242.23	c cleaning 50996 clauses out of 102054 with flag 8327093/1368000
254.79/253.90	c cleaning 51992 clauses out of 104060 with flag 8667147/1421002
266.89/266.04	c cleaning 52998 clauses out of 106066 with flag 9012440/1475000
279.11/278.24	c cleaning 53992 clauses out of 108068 with flag 9361526/1530000
291.42/290.54	c cleaning 55024 clauses out of 110077 with flag 9717115/1586001
303.90/303.09	c cleaning 56008 clauses out of 112052 with flag 10080800/1643000
317.11/316.21	c cleaning 57010 clauses out of 114046 with flag 10443454/1701002
331.11/330.20	c cleaning 58010 clauses out of 116034 with flag 10823220/1760000
345.31/344.43	c cleaning 58961 clauses out of 118025 with flag 11202010/1820001
359.80/358.93	c cleaning 60022 clauses out of 120064 with flag 11589350/1881001
375.11/374.27	c cleaning 61015 clauses out of 122041 with flag 11981585/1943000
390.70/389.83	c cleaning 61994 clauses out of 124026 with flag 12383807/2006000
406.02/405.14	c cleaning 63000 clauses out of 126032 with flag 12785031/2070000
421.92/421.10	c cleaning 63985 clauses out of 128032 with flag 13196079/2135000
438.35/437.40	c cleaning 64998 clauses out of 130047 with flag 13613404/2201000
454.65/453.70	c cleaning 66026 clauses out of 132052 with flag 14034159/2268003
472.14/471.23	c cleaning 66995 clauses out of 134023 with flag 14456940/2336000
489.86/488.92	c cleaning 67977 clauses out of 136028 with flag 14886472/2405000
508.16/507.24	c cleaning 69009 clauses out of 138051 with flag 15327140/2475000
527.22/526.30	c cleaning 69988 clauses out of 140045 with flag 15773193/2546003
546.22/545.23	c cleaning 70987 clauses out of 142055 with flag 16226183/2618001
565.62/564.69	c cleaning 71989 clauses out of 144067 with flag 16679760/2691000
585.52/584.59	c cleaning 73033 clauses out of 146078 with flag 17146684/2765000
606.22/605.21	c cleaning 74011 clauses out of 148045 with flag 17617675/2840000
627.21/626.23	c cleaning 75004 clauses out of 150034 with flag 18095487/2916000
648.40/647.46	c cleaning 76007 clauses out of 152031 with flag 18582326/2993001
670.59/669.53	c cleaning 76976 clauses out of 154025 with flag 19079370/3071002
693.29/692.22	c cleaning 78013 clauses out of 156047 with flag 19577520/3150000
716.60/715.52	c cleaning 78984 clauses out of 158035 with flag 20079389/3230001
740.11/739.06	c cleaning 79973 clauses out of 160050 with flag 20589037/3311000
765.01/763.91	c cleaning 81011 clauses out of 162078 with flag 21105483/3393001
789.92/788.87	c cleaning 82023 clauses out of 164066 with flag 21629591/3476000
815.42/814.20	c cleaning 83001 clauses out of 166043 with flag 22153089/3560000
841.23/840.05	c cleaning 83984 clauses out of 168043 with flag 22685098/3645001
867.53/866.30	c cleaning 84992 clauses out of 170058 with flag 23225461/3731000
894.74/893.57	c cleaning 86022 clauses out of 172066 with flag 23773210/3818000
922.06/920.84	c cleaning 87004 clauses out of 174044 with flag 24331229/3906000
950.48/949.16	c cleaning 88021 clauses out of 176041 with flag 24891585/3995001
979.68/978.31	c cleaning 88979 clauses out of 178019 with flag 25458452/4085000
1009.09/1007.78	c cleaning 89993 clauses out of 180040 with flag 26032241/4176000
1039.08/1037.78	c cleaning 90986 clauses out of 182047 with flag 26611037/4268000
1070.09/1068.71	c cleaning 92018 clauses out of 184061 with flag 27189449/4361000
1101.88/1100.45	c cleaning 93008 clauses out of 186044 with flag 27786062/4455001
1133.39/1131.99	c cleaning 94014 clauses out of 188035 with flag 28379108/4550000
1166.77/1165.30	c cleaning 94973 clauses out of 190021 with flag 28974787/4646000
1200.57/1199.15	c cleaning 96001 clauses out of 192049 with flag 29578912/4743001
1234.97/1233.42	c cleaning 96971 clauses out of 194048 with flag 30199464/4841001
1270.17/1268.70	c cleaning 98025 clauses out of 196077 with flag 30817354/4940001
1306.59/1305.02	c cleaning 99003 clauses out of 198053 with flag 31445602/5040002
1342.70/1341.12	c cleaning 99991 clauses out of 200048 with flag 32078128/5141000
1379.55/1377.84	c cleaning 100978 clauses out of 202057 with flag 32718149/5243000
1416.96/1415.29	c cleaning 102035 clauses out of 204079 with flag 33358740/5346000
1454.68/1452.98	c cleaning 103008 clauses out of 206044 with flag 34014456/5450000
1493.49/1491.79	c cleaning 104005 clauses out of 208037 with flag 34672388/5555001
1533.92/1532.04	c cleaning 104994 clauses out of 210031 with flag 35337113/5661000
1574.22/1572.33	c cleaning 106015 clauses out of 212037 with flag 36009354/5768000
1614.82/1612.97	c cleaning 106985 clauses out of 214022 with flag 36684848/5876000
1657.04/1655.09	c cleaning 107995 clauses out of 216037 with flag 37369324/5985000
1699.54/1697.51	c cleaning 109015 clauses out of 218043 with flag 38062602/6095001
1743.04/1741.06	c cleaning 109988 clauses out of 220027 with flag 38759625/6206000
1787.46/1785.48	c cleaning 110998 clauses out of 222039 with flag 39460469/6318000
1800.04/1797.90	c starts		: 56500
1800.04/1797.90	c conflicts		: 6357053
1800.04/1797.90	c decisions		: 63136216
1800.04/1797.90	c propagations		: 878650244
1800.04/1797.90	c inspects		: 24709963309
1800.04/1797.90	c shortcuts		: 0
1800.04/1797.90	c learnt literals	: 2
1800.04/1797.90	c learnt binary clauses	: 47
1800.04/1797.90	c learnt ternary clauses	: 700
1800.04/1797.90	c learnt constraints	: 6357051
1800.04/1797.90	c ignored constraints	: 0
1800.04/1797.90	c root simplifications	: 0
1800.04/1797.90	c removed literals (reason simplification)	: 0
1800.04/1797.90	c reason swapping (by a shorter reason)	: 0
1800.04/1797.90	c Calls to reduceDB	: 108
1800.04/1797.90	c Number of update (reduction) of LBD	: 1326754
1800.04/1797.90	c Imported unit clauses	: 0
1800.04/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.90	c number of learned constraints concerned by reduction	: 0
1800.04/1797.90	c number of learning phase by resolution	: 0
1800.04/1797.90	c number of learning phase by cutting planes	: 0
1800.04/1797.90	c speed (assignments/second)	: 488821.74548230134
1800.04/1797.90	c non guided choices	11349
1800.04/1797.90	c timeout
1800.04/1797.93	c learnt constraints type 
1800.04/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1800.04/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150047
1800.04/1797.93	s UNKNOWN
1800.04/1797.93	c Total wall clock time (in seconds): 1797.817

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

pid=22500
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.22 2.25 2.20 3/196 22503
/proc/meminfo: memFree=30150552/32872528 swapFree=1491540/1663236
[pid=22503] ppid=22500 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/22503/stat : 22503 (java) R 22500 22503 19710 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 29167923 2560000 46 33554432000 1073741824 1073778376 140735383204544 140736002214952 273896533287 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.22 2.25 2.20 3/196 22503
/proc/meminfo: memFree=30150552/32872528 swapFree=1491540/1663236
[pid=22503] ppid=22500 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22503/stat : 22503 (java) S 22500 22503 19710 0 -1 4202496 4457 0 1 0 8 1 0 0 20 0 18 0 29167923 9787879424 5569 33554432000 1073741824 1073778376 140735383204544 140735383195680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 2389619 5569 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.22 2.25 2.20 3/196 22503
/proc/meminfo: memFree=30150552/32872528 swapFree=1491540/1663236
[pid=22503] ppid=22500 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/22503/stat : 22503 (java) S 22500 22503 19710 0 -1 4202496 5003 0 1 0 25 1 0 0 20 0 18 0 29167923 9787879424 6540 33554432000 1073741824 1073778376 140735383204544 140735383195680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 2389619 6540 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300245 s]
/proc/loadavg: 2.22 2.25 2.20 3/196 22503
/proc/meminfo: memFree=30150552/32872528 swapFree=1491540/1663236
[pid=22503] ppid=22500 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/22503/stat : 22503 (java) S 22500 22503 19710 0 -1 4202496 5884 0 1 0 47 1 0 0 20 0 18 0 29167923 9787879424 8546 33554432000 1073741824 1073778376 140735383204544 140735383195680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 2389619 8546 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 2.22 2.25 2.20 3/196 22503
/proc/meminfo: memFree=30150552/32872528 swapFree=1491540/1663236
[pid=22503] ppid=22500 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/22503/stat : 22503 (java) S 22500 22503 19710 0 -1 4202496 9954 0 1 0 129 3 0 0 20 0 19 0 29167923 9856040960 15585 33554432000 1073741824 1073778376 140735383204544 140735383195680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 2406260 15585 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.22 2.25 2.20 5/215 22522
/proc/meminfo: memFree=30096780/32872528 swapFree=1491540/1663236
[pid=22503] ppid=22500 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/22503/stat : 22503 (java) S 22500 22503 19710 0 -1 4202496 11215 0 1 0 217 3 0 0 20 0 19 0 29167923 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 140735383195680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 2406260 16115 2270 9 0 2396937 0
[pid=22503/tid=22505] ppid=22500 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/22503/task/22505/stat : 22505 (java) R 22500 22503 19710 0 -1 4202560 2472 0 1 0 144 2 0 0 20 0 19 0 29167924 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940905660648 139940845963406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22506] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22506/stat : 22506 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940844390568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22507] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22507/stat : 22507 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940843338024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22508] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22508/stat : 22508 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940842285480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22509] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22509/stat : 22509 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940841232936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22510] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22510/stat : 22510 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940840180392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22511] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22511/stat : 22511 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940744346408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22512] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22512/stat : 22512 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940743293864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22513] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22513/stat : 22513 (java) S 22500 22503 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940742241320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22514] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22514/stat : 22514 (java) S 22500 22503 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940729829480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22515] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22515/stat : 22515 (java) S 22500 22503 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940728775800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22516] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22516/stat : 22516 (java) S 22500 22503 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940727723144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22517] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22517/stat : 22517 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940726671888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22518] ppid=22500 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/22503/task/22518/stat : 22518 (java) S 22500 22503 19710 0 -1 4202560 3170 0 0 0 28 0 0 0 20 0 19 0 29167929 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940725619256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22519] ppid=22500 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/22503/task/22519/stat : 22519 (java) S 22500 22503 19710 0 -1 4202560 4296 0 0 0 43 0 0 0 20 0 19 0 29167929 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940724566712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22520] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22520/stat : 22520 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940723514360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22521] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22521/stat : 22521 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940722462024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22522] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22522/stat : 22522 (java) S 22500 22503 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29167965 9856040960 16115 33554432000 1073741824 1073778376 140735383204544 139940721406760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.22 2.25 2.20 3/215 22522
/proc/meminfo: memFree=30094116/32872528 swapFree=1491540/1663236
[pid=22503] ppid=22500 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/22503/stat : 22503 (java) S 22500 22503 19710 0 -1 4202496 11250 0 1 0 381 3 0 0 20 0 19 0 29167923 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 140735383195680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 2406260 17146 2270 9 0 2396937 0
[pid=22503/tid=22505] ppid=22500 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/22503/task/22505/stat : 22505 (java) R 22500 22503 19710 0 -1 4202560 2475 0 1 0 303 2 0 0 20 0 19 0 29167924 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940905651920 139940846068938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22506] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22506/stat : 22506 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940844390568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22507] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22507/stat : 22507 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940843338024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22508] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22508/stat : 22508 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940842285480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22509] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22509/stat : 22509 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940841232936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22510] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22510/stat : 22510 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940840180392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22511] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22511/stat : 22511 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940744346408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22512] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22512/stat : 22512 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940743293864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22513] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22513/stat : 22513 (java) S 22500 22503 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940742241320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22514] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22514/stat : 22514 (java) S 22500 22503 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940729829480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22515] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22515/stat : 22515 (java) S 22500 22503 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940728775800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22516] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22516/stat : 22516 (java) S 22500 22503 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940727723144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22517] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22517/stat : 22517 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940726671888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22518] ppid=22500 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/22503/task/22518/stat : 22518 (java) S 22500 22503 19710 0 -1 4202560 3172 0 0 0 30 0 0 0 20 0 19 0 29167929 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940725619256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22519] ppid=22500 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/22503/task/22519/stat : 22519 (java) S 22500 22503 19710 0 -1 4202560 4326 0 0 0 45 0 0 0 20 0 19 0 29167929 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940724566712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22520] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22520/stat : 22520 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940723514360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22521] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22521/stat : 22521 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940722462024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22522] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22522/stat : 22522 (java) S 22500 22503 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29167965 9856040960 17146 33554432000 1073741824 1073778376 140735383204544 139940721406760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.20 2.25 2.20 3/215 22522
/proc/meminfo: memFree=30087256/32872528 swapFree=1491540/1663236
[pid=22503] ppid=22500 vsize=9625040 CPUtime=7.06 cores=1,3,5,7
/proc/22503/stat : 22503 (java) S 22500 22503 19710 0 -1 4202496 11342 0 1 0 703 3 0 0 20 0 19 0 29167923 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 140735383195680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 2406260 18173 2271 9 0 2396937 0
[pid=22503/tid=22505] ppid=22500 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/22503/task/22505/stat : 22505 (java) R 22500 22503 19710 0 -1 4202560 2479 0 1 0 622 2 0 0 20 0 19 0 29167924 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940905651904 139940845982564 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22506] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22506/stat : 22506 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940844390568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22507] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22507/stat : 22507 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940843338024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22508] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22508/stat : 22508 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940842285480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22509] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22509/stat : 22509 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940841232936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22510] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22510/stat : 22510 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940840180392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22511] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22511/stat : 22511 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940744346408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22512] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22512/stat : 22512 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940743293864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22513] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22513/stat : 22513 (java) S 22500 22503 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29167925 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940742241320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22514] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22514/stat : 22514 (java) S 22500 22503 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940729829480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22515] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22515/stat : 22515 (java) S 22500 22503 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940728775800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22516] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22516/stat : 22516 (java) S 22500 22503 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940727723144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22517] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22517/stat : 22517 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940726671888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22518] ppid=22500 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/22503/task/22518/stat : 22518 (java) S 22500 22503 19710 0 -1 4202560 3172 0 0 0 31 0 0 0 20 0 19 0 29167929 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940725619256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22519] ppid=22500 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/22503/task/22519/stat : 22519 (java) S 22500 22503 19710 0 -1 4202560 4413 0 0 0 46 0 0 0 20 0 19 0 29167929 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940724566712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22520] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22520/stat : 22520 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940723514360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22521] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22521/stat : 22521 (java) S 22500 22503 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940722462024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22522] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22522/stat : 22522 (java) S 22500 22503 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29167965 9856040960 18173 33554432000 1073741824 1073778376 140735383204544 139940721406760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 9625040


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

[pid=22503/tid=22522] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22522/stat : 22522 (java) S 22500 22503 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29167965 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940721406760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.34
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.32 2.31 2.23 4/215 22632
/proc/meminfo: memFree=29728964/32872528 swapFree=1491540/1663236
[pid=22503] ppid=22500 vsize=9625040 CPUtime=1784.35 cores=1,3,5,7
/proc/22503/stat : 22503 (java) S 22500 22503 19710 0 -1 4202496 13275 0 1 0 178371 64 0 0 20 0 19 0 29167923 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 140735383195680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 2406260 89998 2285 9 0 2396937 0
[pid=22503/tid=22505] ppid=22500 vsize=9625040 CPUtime=1777.15 cores=1,3,5,7
/proc/22503/task/22505/stat : 22505 (java) R 22500 22503 19710 0 -1 4202560 2536 0 1 0 177683 32 0 0 20 0 19 0 29167924 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940905652000 139940846068938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22506] ppid=22500 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/22503/task/22506/stat : 22506 (java) S 22500 22503 19710 0 -1 4202560 392 0 0 0 19 4 0 0 20 0 19 0 29167925 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940844390568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22507] ppid=22500 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22503/task/22507/stat : 22507 (java) S 22500 22503 19710 0 -1 4202560 120 0 0 0 13 3 0 0 20 0 19 0 29167925 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940843338024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22508] ppid=22500 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22503/task/22508/stat : 22508 (java) S 22500 22503 19710 0 -1 4202560 230 0 0 0 13 3 0 0 20 0 19 0 29167925 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940842285480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22509] ppid=22500 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22503/task/22509/stat : 22509 (java) S 22500 22503 19710 0 -1 4202560 147 0 0 0 15 3 0 0 20 0 19 0 29167925 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940841232936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22510] ppid=22500 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22503/task/22510/stat : 22510 (java) S 22500 22503 19710 0 -1 4202560 197 0 0 0 11 2 0 0 20 0 19 0 29167925 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940840180392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22511] ppid=22500 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/22503/task/22511/stat : 22511 (java) S 22500 22503 19710 0 -1 4202560 126 0 0 0 12 3 0 0 20 0 19 0 29167925 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940744346408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22512] ppid=22500 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22503/task/22512/stat : 22512 (java) S 22500 22503 19710 0 -1 4202560 100 0 0 0 14 3 0 0 20 0 19 0 29167925 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940743293864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22513] ppid=22500 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/22503/task/22513/stat : 22513 (java) S 22500 22503 19710 0 -1 4202560 46 0 0 0 12 3 0 0 20 0 19 0 29167925 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940742241320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22514] ppid=22500 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22503/task/22514/stat : 22514 (java) S 22500 22503 19710 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 29167926 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940729829480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22515] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22515/stat : 22515 (java) S 22500 22503 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940728775800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22516] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22516/stat : 22516 (java) S 22500 22503 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940727723144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22517] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22517/stat : 22517 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940726671888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22518] ppid=22500 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/22503/task/22518/stat : 22518 (java) S 22500 22503 19710 0 -1 4202560 3172 0 0 0 31 0 0 0 20 0 19 0 29167929 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940725619256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22519] ppid=22500 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/22503/task/22519/stat : 22519 (java) S 22500 22503 19710 0 -1 4202560 4782 0 0 0 50 0 0 0 20 0 19 0 29167929 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940724566712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22520] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22520/stat : 22520 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940723514360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22521] ppid=22500 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/22503/task/22521/stat : 22521 (java) S 22500 22503 19710 0 -1 4202560 103 0 0 0 32 42 0 0 20 0 19 0 29167929 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940722462024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22522] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22522/stat : 22522 (java) S 22500 22503 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29167965 9856040960 89998 33554432000 1073741824 1073778376 140735383204544 139940721406760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.35
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.25 2.30 2.23 3/215 22632
/proc/meminfo: memFree=29716804/32872528 swapFree=1491540/1663236
[pid=22503] ppid=22500 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/22503/stat : 22503 (java) S 22500 22503 19710 0 -1 4202496 13302 0 1 0 179938 66 0 0 20 0 19 0 29167923 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 140735383195680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 2406260 93071 2285 9 0 2396937 0
[pid=22503/tid=22505] ppid=22500 vsize=9625040 CPUtime=1792.68 cores=1,3,5,7
/proc/22503/task/22505/stat : 22505 (java) R 22500 22503 19710 0 -1 4202560 2537 0 1 0 179236 32 0 0 20 0 19 0 29167924 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940905659696 139940846068906 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22506] ppid=22500 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/22503/task/22506/stat : 22506 (java) S 22500 22503 19710 0 -1 4202560 397 0 0 0 20 5 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940844390568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22507] ppid=22500 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22503/task/22507/stat : 22507 (java) S 22500 22503 19710 0 -1 4202560 121 0 0 0 15 3 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940843338024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22508] ppid=22500 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22503/task/22508/stat : 22508 (java) S 22500 22503 19710 0 -1 4202560 236 0 0 0 14 4 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940842285480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22509] ppid=22500 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22503/task/22509/stat : 22509 (java) S 22500 22503 19710 0 -1 4202560 153 0 0 0 16 4 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940841232936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22510] ppid=22500 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22503/task/22510/stat : 22510 (java) S 22500 22503 19710 0 -1 4202560 198 0 0 0 11 2 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940840180392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22511] ppid=22500 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22503/task/22511/stat : 22511 (java) S 22500 22503 19710 0 -1 4202560 131 0 0 0 15 3 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940744346408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22512] ppid=22500 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/22503/task/22512/stat : 22512 (java) S 22500 22503 19710 0 -1 4202560 100 0 0 0 16 3 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940743293864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22513] ppid=22500 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22503/task/22513/stat : 22513 (java) S 22500 22503 19710 0 -1 4202560 46 0 0 0 13 3 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940742241320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22514] ppid=22500 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22503/task/22514/stat : 22514 (java) S 22500 22503 19710 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 29167926 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940729829480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22515] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22515/stat : 22515 (java) S 22500 22503 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940728775800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22516] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22516/stat : 22516 (java) S 22500 22503 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940727723144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22517] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22517/stat : 22517 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940726671888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22518] ppid=22500 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/22503/task/22518/stat : 22518 (java) S 22500 22503 19710 0 -1 4202560 3172 0 0 0 31 0 0 0 20 0 19 0 29167929 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940725619256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22519] ppid=22500 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/22503/task/22519/stat : 22519 (java) S 22500 22503 19710 0 -1 4202560 4782 0 0 0 50 0 0 0 20 0 19 0 29167929 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940724566712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22520] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22520/stat : 22520 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940723514360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22521] ppid=22500 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/22503/task/22521/stat : 22521 (java) S 22500 22503 19710 0 -1 4202560 103 0 0 0 32 43 0 0 20 0 19 0 29167929 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940722462024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22522] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22522/stat : 22522 (java) S 22500 22503 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29167965 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940721406760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 22503 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.25 2.30 2.23 3/215 22632
/proc/meminfo: memFree=29716804/32872528 swapFree=1491540/1663236
[pid=22503] ppid=22500 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/22503/stat : 22503 (java) S 22500 22503 19710 0 -1 4202496 13302 0 1 0 179938 66 0 0 20 0 19 0 29167923 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 140735383195680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 2406260 93071 2285 9 0 2396937 0
[pid=22503/tid=22505] ppid=22500 vsize=9625040 CPUtime=1792.68 cores=1,3,5,7
/proc/22503/task/22505/stat : 22505 (java) R 22500 22503 19710 0 -1 4202560 2537 0 1 0 179236 32 0 0 20 0 19 0 29167924 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940905659696 139940846068906 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22506] ppid=22500 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/22503/task/22506/stat : 22506 (java) S 22500 22503 19710 0 -1 4202560 397 0 0 0 20 5 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940844390568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22507] ppid=22500 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22503/task/22507/stat : 22507 (java) S 22500 22503 19710 0 -1 4202560 121 0 0 0 15 3 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940843338024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22508] ppid=22500 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22503/task/22508/stat : 22508 (java) S 22500 22503 19710 0 -1 4202560 236 0 0 0 14 4 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940842285480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22509] ppid=22500 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22503/task/22509/stat : 22509 (java) S 22500 22503 19710 0 -1 4202560 153 0 0 0 16 4 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940841232936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22510] ppid=22500 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22503/task/22510/stat : 22510 (java) S 22500 22503 19710 0 -1 4202560 198 0 0 0 11 2 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940840180392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22511] ppid=22500 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22503/task/22511/stat : 22511 (java) S 22500 22503 19710 0 -1 4202560 131 0 0 0 15 3 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940744346408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22512] ppid=22500 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/22503/task/22512/stat : 22512 (java) S 22500 22503 19710 0 -1 4202560 100 0 0 0 16 3 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940743293864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22513] ppid=22500 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22503/task/22513/stat : 22513 (java) S 22500 22503 19710 0 -1 4202560 46 0 0 0 13 3 0 0 20 0 19 0 29167925 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940742241320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22514] ppid=22500 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22503/task/22514/stat : 22514 (java) S 22500 22503 19710 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 29167926 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940729829480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22515] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22515/stat : 22515 (java) S 22500 22503 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940728775800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22516] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22516/stat : 22516 (java) S 22500 22503 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29167926 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940727723144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22517] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22517/stat : 22517 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940726671888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22518] ppid=22500 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/22503/task/22518/stat : 22518 (java) S 22500 22503 19710 0 -1 4202560 3172 0 0 0 31 0 0 0 20 0 19 0 29167929 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940725619256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22519] ppid=22500 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/22503/task/22519/stat : 22519 (java) S 22500 22503 19710 0 -1 4202560 4782 0 0 0 50 0 0 0 20 0 19 0 29167929 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940724566712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22520] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22520/stat : 22520 (java) S 22500 22503 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29167929 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940723514360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22521] ppid=22500 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/22503/task/22521/stat : 22521 (java) S 22500 22503 19710 0 -1 4202560 103 0 0 0 32 43 0 0 20 0 19 0 29167929 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940722462024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22522] ppid=22500 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22503/task/22522/stat : 22522 (java) S 22500 22503 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29167965 9856040960 93071 33554432000 1073741824 1073778376 140735383204544 139940721406760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.94
CPU time (s): 1800.04
CPU user time (s): 1799.38
CPU system time (s): 0.66
CPU usage (%): 100.117
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.87
system time used= 1.17182
maximum resident set size= 372408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13337
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38402
involuntary context switches= 11678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6814 second user time and 13.9029 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 19:14:56
IDJOB=4117057
IDBENCH=109547
IDSOLVER=2546
FILE ID=node134/4117057-1466961296
RUNJOBID= node134-1466945036-19727
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= e6c88e046c8333b5f08a0b7bdca9455c
RANDOM SEED=586196072

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30150980 kB
Buffers:           23604 kB
Cached:           112076 kB
SwapCached:         1316 kB
Active:           244880 kB
Inactive:         113180 kB
Active(anon):     222132 kB
Inactive(anon):     2484 kB
Active(file):      22748 kB
Inactive(file):   110696 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       1970004 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             565216 kB
SReclaimable:       9008 kB
SUnreclaim:       556208 kB
KernelStack:        1784 kB
PageTables:         7784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2362664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node134 at 2016-06-26 19:44:54