Trace number 4115929

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-4.opb
MD5SUM84f041f353ac1b81b2fd2c2b0e38b90c
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 variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
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.07/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.34	c See www.sat4j.org for details.
0.07/0.35	c version PB16.v20160501
0.07/0.35	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.35	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.35	c java.vm.version	19.1-b02
0.07/0.35	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.35	c sun.arch.data.model	64
0.07/0.35	c java.version		1.6.0_24
0.07/0.35	c os.name		Linux
0.07/0.35	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.35	c os.arch		amd64
0.07/0.35	c Free memory 		501472288
0.07/0.35	c Max memory 		7480803328
0.07/0.35	c Total memory 		504102912
0.07/0.35	c Number of processors 	8
0.07/0.38	c Pseudo Boolean Optimization by upper bound
0.07/0.38	c --- Begin Solver configuration ---
0.07/0.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.38	c Learn all clauses as in MiniSAT
0.07/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.38	c No reason simplification
0.07/0.38	c Glucose 2.1 dynamic restart strategy
0.07/0.38	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.07/0.38	c timeout=2147483s
0.07/0.38	c DB Simplification allowed=false
0.07/0.38	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.38	c --- End Solver configuration ---
0.07/0.38	c solving HOME/instance-4115929-1466945036.opb
0.07/0.38	c reading problem ... 
0.07/0.38	c  no objective function found
0.61/0.69	c ... done. Wall clock time 0.309s.
0.61/0.69	c declared #vars     4288
0.61/0.69	c #constraints  10784
0.61/0.69	c constraints type 
0.61/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.61/0.69	c org.sat4j.specs.Constr$1 => 888
0.61/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.61/0.69	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.61/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.61/0.69	c 10784 constraints processed.
1.84/1.31	c cleaning 2498 clauses out of 4998 with flag 16899/5000
2.41/1.88	c cleaning 4237 clauses out of 8501 with flag 40266/11001
3.21/2.62	c cleaning 5628 clauses out of 11263 with flag 69658/18000
4.04/3.44	c cleaning 6783 clauses out of 13635 with flag 104870/26000
4.95/4.37	c cleaning 7918 clauses out of 15852 with flag 144742/35000
6.04/5.41	c cleaning 8939 clauses out of 17934 with flag 192465/45000
7.14/6.56	c cleaning 9986 clauses out of 19995 with flag 247868/56000
8.45/7.86	c cleaning 10979 clauses out of 22010 with flag 308989/68001
9.94/9.32	c cleaning 11999 clauses out of 24030 with flag 377279/81000
11.54/10.94	c cleaning 12999 clauses out of 26031 with flag 450379/95000
13.35/12.70	c cleaning 14011 clauses out of 28033 with flag 529785/110001
15.25/14.62	c cleaning 14996 clauses out of 30021 with flag 617349/126000
17.25/16.69	c cleaning 15970 clauses out of 32025 with flag 709721/143000
19.46/18.89	c cleaning 17026 clauses out of 34055 with flag 808772/161000
21.86/21.26	c cleaning 17939 clauses out of 36029 with flag 916277/180000
24.46/23.87	c cleaning 19037 clauses out of 38090 with flag 1029725/200000
27.25/26.65	c cleaning 20009 clauses out of 40053 with flag 1153115/221000
30.15/29.60	c cleaning 21022 clauses out of 42044 with flag 1279842/243000
33.35/32.79	c cleaning 21960 clauses out of 44025 with flag 1412623/266003
36.75/36.15	c cleaning 23024 clauses out of 46062 with flag 1554251/290000
40.37/39.78	c cleaning 23994 clauses out of 48039 with flag 1702426/315001
44.16/43.58	c cleaning 25006 clauses out of 50044 with flag 1858441/341000
48.36/47.72	c cleaning 26007 clauses out of 52038 with flag 2020368/368000
52.39/51.77	c cleaning 26993 clauses out of 54031 with flag 2190810/396000
56.48/55.85	c cleaning 28007 clauses out of 56038 with flag 2361767/425000
60.78/60.14	c cleaning 29008 clauses out of 58031 with flag 2539972/455000
65.18/64.56	c cleaning 29987 clauses out of 60023 with flag 2724668/486000
69.99/69.35	c cleaning 31012 clauses out of 62036 with flag 2912895/518000
74.98/74.31	c cleaning 31992 clauses out of 64025 with flag 3106993/551001
80.48/79.82	c cleaning 33007 clauses out of 66032 with flag 3315858/585000
85.88/85.26	c cleaning 34001 clauses out of 68025 with flag 3528069/620000
91.59/90.95	c cleaning 34964 clauses out of 70024 with flag 3744028/656000
97.59/96.98	c cleaning 36005 clauses out of 72061 with flag 3968090/693001
103.89/103.20	c cleaning 36949 clauses out of 74055 with flag 4202064/731000
110.39/109.72	c cleaning 38043 clauses out of 76106 with flag 4439897/770000
117.18/116.50	c cleaning 39003 clauses out of 78066 with flag 4687736/810003
124.29/123.68	c cleaning 39986 clauses out of 80060 with flag 4937261/851000
131.74/131.06	c cleaning 41023 clauses out of 82074 with flag 5196807/893000
139.03/138.37	c cleaning 41974 clauses out of 84051 with flag 5461671/936000
146.83/146.18	c cleaning 43028 clauses out of 86077 with flag 5731724/980000
154.93/154.21	c cleaning 44017 clauses out of 88049 with flag 6008580/1025000
162.93/162.29	c cleaning 44994 clauses out of 90032 with flag 6287444/1071000
171.93/171.22	c cleaning 46001 clauses out of 92038 with flag 6578008/1118000
180.73/180.09	c cleaning 47000 clauses out of 94037 with flag 6872212/1166000
189.84/189.19	c cleaning 47999 clauses out of 96038 with flag 7181451/1215001
199.34/198.61	c cleaning 48983 clauses out of 98038 with flag 7490330/1265000
209.05/208.39	c cleaning 49942 clauses out of 100055 with flag 7799974/1316000
219.26/218.59	c cleaning 51040 clauses out of 102115 with flag 8123885/1368002
229.79/229.01	c cleaning 52024 clauses out of 104074 with flag 8452116/1421001
240.48/239.76	c cleaning 53027 clauses out of 106053 with flag 8784558/1475004
251.29/250.52	c cleaning 53970 clauses out of 108022 with flag 9123920/1530000
262.60/261.90	c cleaning 55005 clauses out of 110053 with flag 9467363/1586001
274.40/273.63	c cleaning 56009 clauses out of 112047 with flag 9820363/1643000
286.50/285.73	c cleaning 57000 clauses out of 114039 with flag 10177136/1701001
298.70/297.95	c cleaning 57986 clauses out of 116038 with flag 10542961/1760000
311.50/310.71	c cleaning 58981 clauses out of 118053 with flag 10913743/1820001
324.40/323.69	c cleaning 59993 clauses out of 120071 with flag 11291533/1881000
337.82/337.09	c cleaning 61029 clauses out of 122078 with flag 11670054/1943000
351.53/350.72	c cleaning 62003 clauses out of 124049 with flag 12059877/2006000
365.34/364.55	c cleaning 63005 clauses out of 126048 with flag 12454922/2070002
379.34/378.51	c cleaning 64007 clauses out of 128041 with flag 12858242/2135000
394.27/393.41	c cleaning 64967 clauses out of 130034 with flag 13262715/2201000
409.67/408.81	c cleaning 65983 clauses out of 132069 with flag 13673382/2268002
425.37/424.54	c cleaning 67013 clauses out of 134085 with flag 14095033/2336001
441.52/440.69	c cleaning 68021 clauses out of 136071 with flag 14516216/2405000
457.73/456.84	c cleaning 68971 clauses out of 138051 with flag 14944920/2475001
474.63/473.71	c cleaning 70017 clauses out of 140079 with flag 15382264/2546000
492.13/491.20	c cleaning 71024 clauses out of 142064 with flag 15823055/2618002
509.94/509.02	c cleaning 72015 clauses out of 144038 with flag 16268143/2691000
527.96/527.09	c cleaning 73000 clauses out of 146024 with flag 16721784/2765001
546.75/545.82	c cleaning 73960 clauses out of 148023 with flag 17181641/2840000
565.74/564.72	c cleaning 75012 clauses out of 150065 with flag 17645749/2916002
585.24/584.23	c cleaning 75995 clauses out of 152053 with flag 18118221/2993002
605.33/604.35	c cleaning 76980 clauses out of 154056 with flag 18600661/3071000
626.03/625.08	c cleaning 78013 clauses out of 156077 with flag 19085699/3150001
647.64/646.65	c cleaning 78998 clauses out of 158063 with flag 19573957/3230000
669.34/668.34	c cleaning 79994 clauses out of 160065 with flag 20067865/3311000
691.63/690.59	c cleaning 81008 clauses out of 162071 with flag 20569700/3393000
714.33/713.21	c cleaning 82002 clauses out of 164065 with flag 21075993/3476002
736.93/735.89	c cleaning 83024 clauses out of 166063 with flag 21583416/3560002
760.84/759.71	c cleaning 84009 clauses out of 168037 with flag 22099572/3645000
784.84/783.75	c cleaning 85003 clauses out of 170028 with flag 22626074/3731000
809.64/808.46	c cleaning 85986 clauses out of 172026 with flag 23154736/3818001
834.64/833.41	c cleaning 87000 clauses out of 174040 with flag 23688515/3906001
860.84/859.62	c cleaning 88005 clauses out of 176040 with flag 24234240/3995001
886.95/885.76	c cleaning 89003 clauses out of 178034 with flag 24789659/4085000
914.25/913.03	c cleaning 90014 clauses out of 180031 with flag 25349433/4176000
941.96/940.64	c cleaning 90950 clauses out of 182017 with flag 25910620/4268000
969.85/968.53	c cleaning 91984 clauses out of 184067 with flag 26485556/4361000
998.25/996.93	c cleaning 93005 clauses out of 186083 with flag 27059731/4455000
1028.25/1026.95	c cleaning 94016 clauses out of 188080 with flag 27645875/4550002
1057.47/1056.06	c cleaning 94980 clauses out of 190062 with flag 28236307/4646000
1087.28/1085.86	c cleaning 96014 clauses out of 192082 with flag 28831798/4743000
1118.48/1117.03	c cleaning 97000 clauses out of 194069 with flag 29428294/4841001
1150.49/1149.01	c cleaning 97984 clauses out of 196069 with flag 30030518/4940001
1183.51/1181.95	c cleaning 99002 clauses out of 198084 with flag 30641875/5040000
1217.01/1215.48	c cleaning 100022 clauses out of 200082 with flag 31253029/5141000
1250.43/1248.80	c cleaning 101004 clauses out of 202060 with flag 31873018/5243000
1284.63/1283.06	c cleaning 102018 clauses out of 204056 with flag 32502681/5346000
1320.68/1318.96	c cleaning 103002 clauses out of 206038 with flag 33139516/5450000
1358.17/1356.46	c cleaning 104005 clauses out of 208036 with flag 33777587/5555000
1396.87/1395.19	c cleaning 104992 clauses out of 210031 with flag 34430359/5661000
1436.81/1434.93	c cleaning 106006 clauses out of 212040 with flag 35079497/5768001
1477.41/1475.54	c cleaning 106976 clauses out of 214033 with flag 35734811/5876000
1519.02/1517.12	c cleaning 107994 clauses out of 216061 with flag 36392379/5985004
1561.02/1559.11	c cleaning 109026 clauses out of 218064 with flag 37055711/6095001
1603.20/1601.29	c cleaning 109971 clauses out of 220037 with flag 37732478/6206000
1647.51/1645.55	c cleaning 110996 clauses out of 222066 with flag 38412147/6318000
1691.71/1689.75	c cleaning 111990 clauses out of 224070 with flag 39093033/6431000
1737.01/1734.98	c cleaning 113037 clauses out of 226082 with flag 39785190/6545002
1782.41/1780.38	c cleaning 113991 clauses out of 228043 with flag 40487139/6660000
1800.02/1797.90	c starts		: 49542
1800.02/1797.90	c conflicts		: 6712130
1800.02/1797.90	c decisions		: 60938187
1800.02/1797.90	c propagations		: 899646923
1800.02/1797.90	c inspects		: 24623538328
1800.02/1797.90	c shortcuts		: 0
1800.02/1797.90	c learnt literals	: 2
1800.02/1797.90	c learnt binary clauses	: 51
1800.02/1797.90	c learnt ternary clauses	: 661
1800.02/1797.90	c learnt constraints	: 6712128
1800.02/1797.90	c ignored constraints	: 0
1800.02/1797.90	c root simplifications	: 0
1800.02/1797.90	c removed literals (reason simplification)	: 0
1800.02/1797.90	c reason swapping (by a shorter reason)	: 0
1800.02/1797.90	c Calls to reduceDB	: 111
1800.02/1797.90	c Number of update (reduction) of LBD	: 1436813
1800.02/1797.90	c Imported unit clauses	: 0
1800.02/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.90	c number of learned constraints concerned by reduction	: 0
1800.02/1797.90	c number of learning phase by resolution	: 0
1800.02/1797.90	c number of learning phase by cutting planes	: 0
1800.02/1797.90	c speed (assignments/second)	: 500581.1373772052
1800.02/1797.90	c non guided choices	29043
1800.02/1797.90	c timeout
1800.02/1797.93	c learnt constraints type 
1800.02/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51
1800.02/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 166131
1800.02/1797.93	s UNKNOWN
1800.02/1797.93	c Total wall clock time (in seconds): 1797.548

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

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

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


[startup+0 s]
/proc/loadavg: 1.07 1.45 1.80 2/177 19755
/proc/meminfo: memFree=30414996/32872528 swapFree=1491540/1663236
[pid=19755] ppid=19748 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/19755/stat : 19755 (java) R 19748 19755 19710 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 27541926 278528 33 33554432000 1073741824 1073778376 140734152312304 140734152309480 273896533173 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19755/statm: 68 33 25 9 0 25 0

[startup+0.100172 s]
/proc/loadavg: 1.07 1.45 1.80 2/177 19755
/proc/meminfo: memFree=30414996/32872528 swapFree=1491540/1663236
[pid=19755] ppid=19748 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/19755/stat : 19755 (java) D 19748 19755 19710 0 -1 4202496 1147 0 15 0 0 0 0 0 20 0 1 0 27541926 23793664 811 33554432000 1073741824 1073778376 140737381340704 140737381330696 139757843855840 0 0 4096 0 18446744071579943789 0 0 17 4 0 0 7 0 0
/proc/19755/statm: 5809 811 605 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200217 s]
/proc/loadavg: 1.07 1.45 1.80 2/177 19755
/proc/meminfo: memFree=30414996/32872528 swapFree=1491540/1663236
[pid=19755] ppid=19748 vsize=9092432 CPUtime=0.02 cores=0,2,4,6
/proc/19755/stat : 19755 (java) S 19748 19755 19710 0 -1 4202496 2968 0 24 0 1 1 0 0 20 0 11 0 27541926 9310650368 3612 33554432000 1073741824 1073778376 140737381340704 140737381331840 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/19755/statm: 2273108 3612 1623 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.300211 s]
/proc/loadavg: 1.07 1.45 1.80 2/177 19755
/proc/meminfo: memFree=30414996/32872528 swapFree=1491540/1663236
[pid=19755] ppid=19748 vsize=9558428 CPUtime=0.07 cores=0,2,4,6
/proc/19755/stat : 19755 (java) S 19748 19755 19710 0 -1 4202496 3263 0 24 0 5 2 0 0 20 0 18 0 27541926 9787830272 4416 33554432000 1073741824 1073778376 140737381340704 140737381331840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/19755/statm: 2389607 4416 1761 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558428

[startup+0.700163 s]
/proc/loadavg: 1.07 1.45 1.80 2/177 19755
/proc/meminfo: memFree=30414996/32872528 swapFree=1491540/1663236
[pid=19755] ppid=19748 vsize=9558476 CPUtime=0.8 cores=0,2,4,6
/proc/19755/stat : 19755 (java) S 19748 19755 19710 0 -1 4202496 6736 0 25 0 77 3 0 0 20 0 18 0 27541926 9787879424 15015 33554432000 1073741824 1073778376 140737381340704 140737381331840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/19755/statm: 2389619 15015 2251 9 0 2380296 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 1.31 1.49 1.81 4/215 19793
/proc/meminfo: memFree=30289536/32872528 swapFree=1491540/1663236
[pid=19755] ppid=19748 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/19755/stat : 19755 (java) S 19748 19755 19710 0 -1 4202496 10327 0 25 0 205 3 0 0 20 0 19 0 27541926 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 140737381331840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/19755/statm: 2406260 16500 2270 9 0 2396937 0
[pid=19755/tid=19759] ppid=19748 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/19755/task/19759/stat : 19759 (java) R 19748 19755 19710 0 -1 4202560 2442 0 6 0 118 2 0 0 20 0 19 0 27541937 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757839102216 139757712135431 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0
[pid=19755/tid=19760] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19760/stat : 19760 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757683063464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19761] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19761/stat : 19761 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757682010920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19762] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19762/stat : 19762 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757680958376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19755/tid=19763] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19763/stat : 19763 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757679905832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19764] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19764/stat : 19764 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757678852264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19765] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19765/stat : 19765 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757677799720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19766] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19766/stat : 19766 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757676747176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19767] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19767/stat : 19767 (java) S 19748 19755 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757675694632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19777] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19777/stat : 19777 (java) S 19748 19755 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27541946 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757663283816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19778] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19778/stat : 19778 (java) S 19748 19755 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757662230136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19781] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19781/stat : 19781 (java) S 19748 19755 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757661177480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19783] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19783/stat : 19783 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757660126224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19785] ppid=19748 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/19755/task/19785/stat : 19785 (java) S 19748 19755 19710 0 -1 4202560 3730 0 0 0 43 0 0 0 20 0 19 0 27541955 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757659072568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19786] ppid=19748 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19755/task/19786/stat : 19786 (java) S 19748 19755 19710 0 -1 4202560 2895 0 1 0 40 0 0 0 20 0 19 0 27541955 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757658020024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19788] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19788/stat : 19788 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757656967672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19790] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19790/stat : 19790 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757655915336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19793] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19793/stat : 19793 (java) S 19748 19755 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27541997 9856040960 16500 33554432000 1073741824 1073778376 140737381340704 139757654861096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 1.31 1.49 1.81 4/215 19793
/proc/meminfo: memFree=30281904/32872528 swapFree=1491540/1663236
[pid=19755] ppid=19748 vsize=9625040 CPUtime=3.73 cores=0,2,4,6
/proc/19755/stat : 19755 (java) S 19748 19755 19710 0 -1 4202496 10330 0 25 0 369 4 0 0 20 0 19 0 27541926 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 140737381331840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/19755/statm: 2406260 17524 2270 9 0 2396937 0
[pid=19755/tid=19759] ppid=19748 vsize=9625040 CPUtime=2.79 cores=0,2,4,6
/proc/19755/task/19759/stat : 19759 (java) R 19748 19755 19710 0 -1 4202560 2445 0 6 0 277 2 0 0 20 0 19 0 27541937 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757839093456 139757712033971 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0
[pid=19755/tid=19760] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19760/stat : 19760 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757683063464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19761] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19761/stat : 19761 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757682010920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19762] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19762/stat : 19762 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757680958376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19755/tid=19763] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19763/stat : 19763 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757679905832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19764] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19764/stat : 19764 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757678852264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19765] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19765/stat : 19765 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757677799720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19766] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19766/stat : 19766 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757676747176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19767] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19767/stat : 19767 (java) S 19748 19755 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757675694632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19777] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19777/stat : 19777 (java) S 19748 19755 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27541946 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757663283816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19778] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19778/stat : 19778 (java) S 19748 19755 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757662230136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19781] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19781/stat : 19781 (java) S 19748 19755 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757661177480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19783] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19783/stat : 19783 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757660126224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19785] ppid=19748 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/19755/task/19785/stat : 19785 (java) S 19748 19755 19710 0 -1 4202560 3730 0 0 0 45 0 0 0 20 0 19 0 27541955 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757659072568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19786] ppid=19748 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/19755/task/19786/stat : 19786 (java) S 19748 19755 19710 0 -1 4202560 2895 0 1 0 42 0 0 0 20 0 19 0 27541955 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757658020024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19788] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19788/stat : 19788 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757656967672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19790] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19790/stat : 19790 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757655915336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19793] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19793/stat : 19793 (java) S 19748 19755 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27541997 9856040960 17524 33554432000 1073741824 1073778376 140737381340704 139757654861096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 1.31 1.49 1.81 4/214 19793
/proc/meminfo: memFree=30268960/32872528 swapFree=1491540/1663236
[pid=19755] ppid=19748 vsize=9625040 CPUtime=6.94 cores=0,2,4,6
/proc/19755/stat : 19755 (java) S 19748 19755 19710 0 -1 4202496 10344 0 25 0 690 4 0 0 20 0 19 0 27541926 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 140737381331840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/19755/statm: 2406260 19204 2271 9 0 2396937 0
[pid=19755/tid=19759] ppid=19748 vsize=9625040 CPUtime=5.98 cores=0,2,4,6
/proc/19755/task/19759/stat : 19759 (java) R 19748 19755 19710 0 -1 4202560 2451 0 6 0 596 2 0 0 20 0 19 0 27541937 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757839093440 139757712075734 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0
[pid=19755/tid=19760] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19760/stat : 19760 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757683063464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19761] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19761/stat : 19761 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757682010920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19762] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19762/stat : 19762 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757680958376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19755/tid=19763] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19763/stat : 19763 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757679905832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19764] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19764/stat : 19764 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757678852264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19765] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19765/stat : 19765 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757677799720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19766] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19766/stat : 19766 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757676747176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19767] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19767/stat : 19767 (java) S 19748 19755 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27541943 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757675694632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19777] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19777/stat : 19777 (java) S 19748 19755 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27541946 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757663283816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19778] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19778/stat : 19778 (java) S 19748 19755 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757662230136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19781] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19781/stat : 19781 (java) S 19748 19755 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757661177480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19783] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19783/stat : 19783 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757660126224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19785] ppid=19748 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/19755/task/19785/stat : 19785 (java) S 19748 19755 19710 0 -1 4202560 3737 0 0 0 46 0 0 0 20 0 19 0 27541955 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757659072568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19786] ppid=19748 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/19755/task/19786/stat : 19786 (java) S 19748 19755 19710 0 -1 4202560 2895 0 1 0 42 0 0 0 20 0 19 0 27541955 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757658020024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19788] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19788/stat : 19788 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757656967672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19790] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19790/stat : 19790 (java) S 19748 19755 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757655915336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19793] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19793/stat : 19793 (java) S 19748 19755 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27541997 9856040960 19204 33554432000 1073741824 1073778376 140737381340704 139757654861096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 9625040


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

[pid=19755/tid=19793] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19793/stat : 19793 (java) S 19748 19755 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27541997 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757654861096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.4
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.19 2.15 4/215 20053
/proc/meminfo: memFree=29687432/32872528 swapFree=1491540/1663236
[pid=19755] ppid=19748 vsize=9625040 CPUtime=1784.41 cores=0,2,4,6
/proc/19755/stat : 19755 (java) S 19748 19755 19710 0 -1 4202496 12247 0 25 0 178388 53 0 0 20 0 19 0 27541926 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 140737381331840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/19755/statm: 2406260 92392 2285 9 0 2396937 0
[pid=19755/tid=19759] ppid=19748 vsize=9625040 CPUtime=1776.94 cores=0,2,4,6
/proc/19755/task/19759/stat : 19759 (java) R 19748 19755 19710 0 -1 4202560 2508 0 6 0 177662 32 0 0 20 0 19 0 27541937 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757839093536 139757712144648 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0
[pid=19755/tid=19760] ppid=19748 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19755/task/19760/stat : 19760 (java) S 19748 19755 19710 0 -1 4202560 367 0 0 0 17 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757683063464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19761] ppid=19748 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19755/task/19761/stat : 19761 (java) S 19748 19755 19710 0 -1 4202560 99 0 0 0 17 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757682010920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19762] ppid=19748 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19755/task/19762/stat : 19762 (java) S 19748 19755 19710 0 -1 4202560 266 0 0 0 17 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757680958376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19763] ppid=19748 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/19755/task/19763/stat : 19763 (java) S 19748 19755 19710 0 -1 4202560 234 0 0 0 20 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757679905832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19764] ppid=19748 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/19755/task/19764/stat : 19764 (java) S 19748 19755 19710 0 -1 4202560 108 0 0 0 11 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757678852264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19765] ppid=19748 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19755/task/19765/stat : 19765 (java) S 19748 19755 19710 0 -1 4202560 121 0 0 0 18 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757677799720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19755/tid=19766] ppid=19748 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19755/task/19766/stat : 19766 (java) S 19748 19755 19710 0 -1 4202560 61 0 0 0 13 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757676747176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19767] ppid=19748 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19755/task/19767/stat : 19767 (java) S 19748 19755 19710 0 -1 4202560 102 0 0 0 18 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757675694632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19755/tid=19777] ppid=19748 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19755/task/19777/stat : 19777 (java) S 19748 19755 19710 0 -1 4202560 60 0 0 0 0 2 0 0 20 0 19 0 27541946 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757663283816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19778] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19778/stat : 19778 (java) S 19748 19755 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757662230136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19781] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19781/stat : 19781 (java) S 19748 19755 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757661177480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19783] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19783/stat : 19783 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757660126224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19785] ppid=19748 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/19755/task/19785/stat : 19785 (java) S 19748 19755 19710 0 -1 4202560 4076 0 0 0 50 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757659072568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19786] ppid=19748 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/19755/task/19786/stat : 19786 (java) S 19748 19755 19710 0 -1 4202560 2895 0 1 0 42 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757658020024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19788] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19788/stat : 19788 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757656967672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19790] ppid=19748 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/19755/task/19790/stat : 19790 (java) S 19748 19755 19710 0 -1 4202560 104 0 0 0 38 34 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757655915336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19793] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19793/stat : 19793 (java) S 19748 19755 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27541997 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757654861096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.19 2.20 2.16 3/215 20054
/proc/meminfo: memFree=29686928/32872528 swapFree=1491540/1663236
[pid=19755] ppid=19748 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/19755/stat : 19755 (java) S 19748 19755 19710 0 -1 4202496 12249 0 25 0 179948 54 0 0 20 0 19 0 27541926 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 140737381331840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/19755/statm: 2406260 92392 2285 9 0 2396937 0
[pid=19755/tid=19759] ppid=19748 vsize=9625040 CPUtime=1792.49 cores=0,2,4,6
/proc/19755/task/19759/stat : 19759 (java) R 19748 19755 19710 0 -1 4202560 2508 0 6 0 179217 32 0 0 20 0 19 0 27541937 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757839093536 139757712144648 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0
[pid=19755/tid=19760] ppid=19748 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19755/task/19760/stat : 19760 (java) S 19748 19755 19710 0 -1 4202560 367 0 0 0 17 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757683063464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19761] ppid=19748 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19755/task/19761/stat : 19761 (java) S 19748 19755 19710 0 -1 4202560 99 0 0 0 17 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757682010920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19762] ppid=19748 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19755/task/19762/stat : 19762 (java) S 19748 19755 19710 0 -1 4202560 266 0 0 0 17 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757680958376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19763] ppid=19748 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/19755/task/19763/stat : 19763 (java) S 19748 19755 19710 0 -1 4202560 234 0 0 0 20 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757679905832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19764] ppid=19748 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/19755/task/19764/stat : 19764 (java) S 19748 19755 19710 0 -1 4202560 108 0 0 0 11 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757678852264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19765] ppid=19748 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19755/task/19765/stat : 19765 (java) S 19748 19755 19710 0 -1 4202560 121 0 0 0 18 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757677799720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19755/tid=19766] ppid=19748 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19755/task/19766/stat : 19766 (java) S 19748 19755 19710 0 -1 4202560 61 0 0 0 13 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757676747176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19767] ppid=19748 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19755/task/19767/stat : 19767 (java) S 19748 19755 19710 0 -1 4202560 102 0 0 0 18 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757675694632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19755/tid=19777] ppid=19748 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19755/task/19777/stat : 19777 (java) S 19748 19755 19710 0 -1 4202560 60 0 0 0 0 2 0 0 20 0 19 0 27541946 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757663283816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19778] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19778/stat : 19778 (java) S 19748 19755 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757662230136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19781] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19781/stat : 19781 (java) S 19748 19755 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757661177480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19783] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19783/stat : 19783 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757660126224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19785] ppid=19748 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/19755/task/19785/stat : 19785 (java) S 19748 19755 19710 0 -1 4202560 4076 0 0 0 50 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757659072568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19786] ppid=19748 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/19755/task/19786/stat : 19786 (java) S 19748 19755 19710 0 -1 4202560 2895 0 1 0 42 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757658020024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19788] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19788/stat : 19788 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757656967672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19790] ppid=19748 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/19755/task/19790/stat : 19790 (java) S 19748 19755 19710 0 -1 4202560 106 0 0 0 38 34 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757655915336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19793] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19793/stat : 19793 (java) S 19748 19755 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27541997 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757654861096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 19755 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.19 2.20 2.16 3/215 20054
/proc/meminfo: memFree=29686928/32872528 swapFree=1491540/1663236
[pid=19755] ppid=19748 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/19755/stat : 19755 (java) S 19748 19755 19710 0 -1 4202496 12249 0 25 0 179948 54 0 0 20 0 19 0 27541926 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 140737381331840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/19755/statm: 2406260 92392 2285 9 0 2396937 0
[pid=19755/tid=19759] ppid=19748 vsize=9625040 CPUtime=1792.49 cores=0,2,4,6
/proc/19755/task/19759/stat : 19759 (java) R 19748 19755 19710 0 -1 4202560 2508 0 6 0 179217 32 0 0 20 0 19 0 27541937 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757839093536 139757712144648 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0
[pid=19755/tid=19760] ppid=19748 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19755/task/19760/stat : 19760 (java) S 19748 19755 19710 0 -1 4202560 367 0 0 0 17 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757683063464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19761] ppid=19748 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19755/task/19761/stat : 19761 (java) S 19748 19755 19710 0 -1 4202560 99 0 0 0 17 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757682010920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19762] ppid=19748 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19755/task/19762/stat : 19762 (java) S 19748 19755 19710 0 -1 4202560 266 0 0 0 17 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757680958376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19763] ppid=19748 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/19755/task/19763/stat : 19763 (java) S 19748 19755 19710 0 -1 4202560 234 0 0 0 20 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757679905832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19764] ppid=19748 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/19755/task/19764/stat : 19764 (java) S 19748 19755 19710 0 -1 4202560 108 0 0 0 11 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757678852264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19755/tid=19765] ppid=19748 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19755/task/19765/stat : 19765 (java) S 19748 19755 19710 0 -1 4202560 121 0 0 0 18 3 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757677799720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19755/tid=19766] ppid=19748 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19755/task/19766/stat : 19766 (java) S 19748 19755 19710 0 -1 4202560 61 0 0 0 13 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757676747176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19767] ppid=19748 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19755/task/19767/stat : 19767 (java) S 19748 19755 19710 0 -1 4202560 102 0 0 0 18 2 0 0 20 0 19 0 27541943 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757675694632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19755/tid=19777] ppid=19748 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19755/task/19777/stat : 19777 (java) S 19748 19755 19710 0 -1 4202560 60 0 0 0 0 2 0 0 20 0 19 0 27541946 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757663283816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19778] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19778/stat : 19778 (java) S 19748 19755 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757662230136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19781] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19781/stat : 19781 (java) S 19748 19755 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27541948 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757661177480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19783] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19783/stat : 19783 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757660126224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19785] ppid=19748 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/19755/task/19785/stat : 19785 (java) S 19748 19755 19710 0 -1 4202560 4076 0 0 0 50 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757659072568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19755/tid=19786] ppid=19748 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/19755/task/19786/stat : 19786 (java) S 19748 19755 19710 0 -1 4202560 2895 0 1 0 42 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757658020024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19788] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19788/stat : 19788 (java) S 19748 19755 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757656967672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19790] ppid=19748 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/19755/task/19790/stat : 19790 (java) S 19748 19755 19710 0 -1 4202560 106 0 0 0 38 34 0 0 20 0 19 0 27541955 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757655915336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19755/tid=19793] ppid=19748 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19755/task/19793/stat : 19793 (java) S 19748 19755 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27541997 9856040960 92392 33554432000 1073741824 1073778376 140737381340704 139757654861096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19755 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=959124
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=28843
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.02
#
# 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.02
CPU user time (s): 1799.48
CPU system time (s): 0.54
CPU usage (%): 100.116
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.96
system time used= 1.02884
maximum resident set size= 372900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12282
page faults= 25
swaps= 0
block input operations= 10920
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38783
involuntary context switches= 5127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5749 second user time and 10.7314 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 14:43:56
IDJOB=4115929
IDBENCH=109406
IDSOLVER=2546
FILE ID=node134/4115929-1466945036
RUNJOBID= node134-1466945036-19726
PBS_JOBID= 19976362
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= 84f041f353ac1b81b2fd2c2b0e38b90c
RANDOM SEED=1842686284

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:        30417076 kB
Buffers:            4004 kB
Cached:            86684 kB
SwapCached:         1316 kB
Active:             9636 kB
Inactive:          84252 kB
Active(anon):       3544 kB
Inactive(anon):     2512 kB
Active(file):       6092 kB
Inactive(file):    81740 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099100 kB
Dirty:              2356 kB
Writeback:             0 kB
AnonPages:       1665612 kB
Mapped:             7028 kB
Shmem:                 0 kB
Slab:             563724 kB
SReclaimable:       7724 kB
SUnreclaim:       556000 kB
KernelStack:        1352 kB
PageTables:         6520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1760156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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 15:13:54