Trace number 4116969

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.09 1797.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round22-2.opb
MD5SUM1b4cd03c5d4bd115b9b4d1837edbfb7f
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 benchmark69.8034
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 constraints8656
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)368
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-4116969-1466956866.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.292s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9888
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 => 856
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9888 constraints processed.
1.63/1.09	c cleaning 2498 clauses out of 4998 with flag 14999/5000
2.78/1.76	c cleaning 4231 clauses out of 8503 with flag 36209/11003
3.58/2.57	c cleaning 5633 clauses out of 11270 with flag 61936/18001
4.59/3.53	c cleaning 6814 clauses out of 13637 with flag 93312/26001
5.71/4.62	c cleaning 7893 clauses out of 15822 with flag 131124/35000
6.81/5.77	c cleaning 8958 clauses out of 17929 with flag 174777/45000
8.11/7.07	c cleaning 9968 clauses out of 19971 with flag 223354/56000
9.61/8.50	c cleaning 10980 clauses out of 22004 with flag 280087/68001
11.11/10.06	c cleaning 12002 clauses out of 24023 with flag 344299/81000
12.91/11.84	c cleaning 13011 clauses out of 26023 with flag 414410/95002
14.91/13.81	c cleaning 13989 clauses out of 28010 with flag 492943/110000
17.01/15.93	c cleaning 15006 clauses out of 30021 with flag 576712/126000
19.21/18.19	c cleaning 15994 clauses out of 32017 with flag 666327/143002
21.71/20.67	c cleaning 17001 clauses out of 34022 with flag 766200/161001
24.41/23.38	c cleaning 17982 clauses out of 36020 with flag 871183/180000
27.31/26.24	c cleaning 18957 clauses out of 38038 with flag 986074/200000
30.52/29.42	c cleaning 20036 clauses out of 40081 with flag 1104187/221000
33.72/32.69	c cleaning 21014 clauses out of 42045 with flag 1231897/243000
37.32/36.27	c cleaning 22007 clauses out of 44031 with flag 1367188/266000
41.12/40.05	c cleaning 22987 clauses out of 46024 with flag 1504379/290000
45.12/44.01	c cleaning 24017 clauses out of 48040 with flag 1650442/315003
49.31/48.24	c cleaning 24982 clauses out of 50020 with flag 1805445/341000
53.81/52.76	c cleaning 26012 clauses out of 52040 with flag 1966179/368002
58.61/57.51	c cleaning 26985 clauses out of 54026 with flag 2135527/396000
63.65/62.56	c cleaning 28002 clauses out of 56042 with flag 2307368/425001
68.65/67.55	c cleaning 29008 clauses out of 58039 with flag 2486031/455000
73.95/72.88	c cleaning 30008 clauses out of 60031 with flag 2675015/486000
79.54/78.43	c cleaning 30987 clauses out of 62025 with flag 2870596/518002
85.54/84.42	c cleaning 32012 clauses out of 64037 with flag 3070276/551001
91.74/90.64	c cleaning 33003 clauses out of 66024 with flag 3277978/585000
98.34/97.28	c cleaning 33972 clauses out of 68021 with flag 3492862/620000
105.04/103.93	c cleaning 34999 clauses out of 70049 with flag 3713966/656000
112.13/111.05	c cleaning 36015 clauses out of 72050 with flag 3947035/693000
119.53/118.42	c cleaning 37001 clauses out of 74035 with flag 4182908/731000
127.23/126.10	c cleaning 38004 clauses out of 76034 with flag 4429463/770000
135.34/134.28	c cleaning 39007 clauses out of 78030 with flag 4678154/810000
143.72/142.60	c cleaning 39999 clauses out of 80023 with flag 4935883/851000
152.52/151.44	c cleaning 40966 clauses out of 82025 with flag 5198693/893001
161.83/160.75	c cleaning 42022 clauses out of 84059 with flag 5471411/936001
171.59/170.45	c cleaning 43004 clauses out of 86036 with flag 5744023/980000
181.08/179.96	c cleaning 43976 clauses out of 88032 with flag 6026847/1025000
190.48/189.32	c cleaning 45004 clauses out of 90056 with flag 6320869/1071000
199.98/198.80	c cleaning 46015 clauses out of 92052 with flag 6618822/1118000
209.77/208.66	c cleaning 46991 clauses out of 94037 with flag 6920252/1166000
219.87/218.80	c cleaning 47999 clauses out of 96046 with flag 7234281/1215000
230.67/229.50	c cleaning 48971 clauses out of 98048 with flag 7553566/1265001
241.58/240.50	c cleaning 50009 clauses out of 100076 with flag 7874931/1316000
253.28/252.12	c cleaning 50977 clauses out of 102067 with flag 8205452/1368000
265.19/264.02	c cleaning 52009 clauses out of 104091 with flag 8546734/1421001
277.48/276.38	c cleaning 53035 clauses out of 106082 with flag 8892267/1475001
290.34/289.14	c cleaning 54002 clauses out of 108046 with flag 9244147/1530000
302.94/301.77	c cleaning 55001 clauses out of 110045 with flag 9605949/1586001
315.94/314.78	c cleaning 55985 clauses out of 112043 with flag 9970519/1643000
329.15/327.99	c cleaning 56997 clauses out of 114059 with flag 10344247/1701001
343.14/341.94	c cleaning 58011 clauses out of 116061 with flag 10727017/1760000
357.25/356.08	c cleaning 59015 clauses out of 118050 with flag 11114689/1820000
372.25/371.02	c cleaning 60013 clauses out of 120035 with flag 11510348/1881000
387.65/386.41	c cleaning 60991 clauses out of 122023 with flag 11912060/1943001
403.25/402.06	c cleaning 61990 clauses out of 124031 with flag 12318315/2006000
419.43/418.13	c cleaning 63005 clauses out of 126042 with flag 12734682/2070001
435.53/434.28	c cleaning 64005 clauses out of 128036 with flag 13158005/2135000
452.43/451.12	c cleaning 65000 clauses out of 130031 with flag 13586119/2201000
469.55/468.23	c cleaning 65995 clauses out of 132031 with flag 14019518/2268000
487.15/485.86	c cleaning 67013 clauses out of 134037 with flag 14460042/2336001
505.45/504.11	c cleaning 67981 clauses out of 136023 with flag 14909629/2405000
524.36/523.00	c cleaning 68978 clauses out of 138043 with flag 15360680/2475001
543.86/542.54	c cleaning 70023 clauses out of 140065 with flag 15821449/2546001
563.54/562.15	c cleaning 70995 clauses out of 142041 with flag 16284060/2618000
583.94/582.55	c cleaning 71992 clauses out of 144047 with flag 16750605/2691001
604.44/603.10	c cleaning 73001 clauses out of 146056 with flag 17228822/2765002
625.73/624.39	c cleaning 74021 clauses out of 148053 with flag 17709524/2840000
647.85/646.48	c cleaning 74987 clauses out of 150032 with flag 18201153/2916000
670.56/669.14	c cleaning 76006 clauses out of 152045 with flag 18694718/2993000
693.56/692.11	c cleaning 77000 clauses out of 154039 with flag 19190961/3071000
717.68/716.17	c cleaning 78004 clauses out of 156040 with flag 19700672/3150001
742.07/740.51	c cleaning 79000 clauses out of 158036 with flag 20210851/3230001
766.77/765.25	c cleaning 79975 clauses out of 160035 with flag 20732235/3311000
791.98/790.46	c cleaning 81011 clauses out of 162060 with flag 21261493/3393000
817.79/816.23	c cleaning 82007 clauses out of 164049 with flag 21794645/3476000
844.18/842.62	c cleaning 83001 clauses out of 166043 with flag 22335987/3560001
871.61/869.92	c cleaning 84004 clauses out of 168041 with flag 22885409/3645000
898.81/897.19	c cleaning 84975 clauses out of 170038 with flag 23438184/3731001
926.92/925.23	c cleaning 86013 clauses out of 172063 with flag 23994741/3818001
955.42/953.78	c cleaning 86963 clauses out of 174050 with flag 24564216/3906001
984.72/983.08	c cleaning 87999 clauses out of 176086 with flag 25126784/3995000
1014.63/1012.95	c cleaning 89021 clauses out of 178088 with flag 25699307/4085001
1044.82/1043.04	c cleaning 89998 clauses out of 180066 with flag 26283278/4176000
1075.52/1073.76	c cleaning 91020 clauses out of 182068 with flag 26872015/4268000
1107.12/1105.36	c cleaning 91998 clauses out of 184048 with flag 27468459/4361000
1139.42/1137.63	c cleaning 92988 clauses out of 186051 with flag 28071277/4455001
1172.43/1170.67	c cleaning 94009 clauses out of 188062 with flag 28683265/4550000
1206.02/1204.19	c cleaning 94989 clauses out of 190053 with flag 29300639/4646000
1240.42/1238.58	c cleaning 96022 clauses out of 192064 with flag 29917362/4743000
1276.33/1274.48	c cleaning 97004 clauses out of 194043 with flag 30542984/4841001
1312.03/1310.17	c cleaning 97988 clauses out of 196042 with flag 31176091/4940004
1349.37/1347.39	c cleaning 99006 clauses out of 198050 with flag 31819796/5040000
1386.27/1384.30	c cleaning 100004 clauses out of 200045 with flag 32465197/5141001
1424.58/1422.55	c cleaning 100990 clauses out of 202040 with flag 33115029/5243000
1463.79/1461.76	c cleaning 102005 clauses out of 204051 with flag 33775085/5346001
1504.27/1502.04	c cleaning 102964 clauses out of 206047 with flag 34440488/5450002
1545.28/1543.02	c cleaning 104015 clauses out of 208081 with flag 35109181/5555000
1585.88/1583.68	c cleaning 104973 clauses out of 210067 with flag 35784044/5661001
1627.38/1625.19	c cleaning 106027 clauses out of 212093 with flag 36467989/5768000
1670.80/1668.43	c cleaning 107004 clauses out of 214066 with flag 37158505/5876000
1716.49/1714.14	c cleaning 107971 clauses out of 216063 with flag 37853630/5985001
1763.89/1761.50	c cleaning 109018 clauses out of 218092 with flag 38557677/6095001
1800.09/1797.70	c starts		: 55052
1800.09/1797.70	c conflicts		: 6185808
1800.09/1797.70	c decisions		: 67381212
1800.09/1797.70	c propagations		: 882519289
1800.09/1797.70	c inspects		: 23760792428
1800.09/1797.70	c shortcuts		: 0
1800.09/1797.70	c learnt literals	: 2
1800.09/1797.70	c learnt binary clauses	: 39
1800.09/1797.70	c learnt ternary clauses	: 558
1800.09/1797.70	c learnt constraints	: 6185806
1800.09/1797.70	c ignored constraints	: 0
1800.09/1797.70	c root simplifications	: 0
1800.09/1797.70	c removed literals (reason simplification)	: 0
1800.09/1797.70	c reason swapping (by a shorter reason)	: 0
1800.09/1797.70	c Calls to reduceDB	: 106
1800.09/1797.70	c Number of update (reduction) of LBD	: 1248996
1800.09/1797.70	c Imported unit clauses	: 0
1800.09/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.70	c number of learned constraints concerned by reduction	: 0
1800.09/1797.70	c number of learning phase by resolution	: 0
1800.09/1797.70	c number of learning phase by cutting planes	: 0
1800.09/1797.70	c speed (assignments/second)	: 491028.3098757684
1800.09/1797.70	c non guided choices	10107
1800.09/1797.70	c timeout
1800.09/1797.73	c learnt constraints type 
1800.09/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.09/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 199842
1800.09/1797.73	s UNKNOWN
1800.09/1797.73	c Total wall clock time (in seconds): 1797.616

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

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.13 2.09 3/195 28547
/proc/meminfo: memFree=31134760/32872528 swapFree=552864/567172
[pid=28547] ppid=28544 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/28547/stat : 28547 (java) R 28544 28547 26442 0 -1 4202496 440 0 0 0 0 0 0 0 20 0 1 0 28724525 9379840 95 33554432000 1073741824 1073778376 140736689012016 140736689009144 206629180193 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28547/statm: 2290 112 84 9 0 38 0

[startup+0.100062 s]
/proc/loadavg: 2.11 2.13 2.09 3/195 28547
/proc/meminfo: memFree=31134760/32872528 swapFree=552864/567172
[pid=28547] ppid=28544 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/28547/stat : 28547 (java) S 28544 28547 26442 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 28724525 9787879424 6024 33554432000 1073741824 1073778376 140736689012016 140736689003152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28547/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20025 s]
/proc/loadavg: 2.11 2.13 2.09 3/195 28547
/proc/meminfo: memFree=31134760/32872528 swapFree=552864/567172
[pid=28547] ppid=28544 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/28547/stat : 28547 (java) S 28544 28547 26442 0 -1 4202496 4779 0 1 0 24 1 0 0 20 0 18 0 28724525 9787879424 6844 33554432000 1073741824 1073778376 140736689012016 140736689003152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28547/statm: 2389619 6862 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300235 s]
/proc/loadavg: 2.11 2.13 2.09 3/195 28547
/proc/meminfo: memFree=31134760/32872528 swapFree=552864/567172
[pid=28547] ppid=28544 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/28547/stat : 28547 (java) S 28544 28547 26442 0 -1 4202496 5759 0 1 0 47 2 0 0 20 0 18 0 28724525 9787879424 8964 33554432000 1073741824 1073778376 140736689012016 140736689003152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28547/statm: 2389619 8966 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700184 s]
/proc/loadavg: 2.11 2.13 2.09 3/195 28547
/proc/meminfo: memFree=31134760/32872528 swapFree=552864/567172
[pid=28547] ppid=28544 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/28547/stat : 28547 (java) S 28544 28547 26442 0 -1 4202496 9012 0 1 0 128 2 0 0 20 0 19 0 28724525 9856040960 15307 33554432000 1073741824 1073778376 140736689012016 140736689003152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28547/statm: 2406260 15307 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.11 2.13 2.09 4/214 28566
/proc/meminfo: memFree=31084040/32872528 swapFree=552864/567172
[pid=28547] ppid=28544 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/28547/stat : 28547 (java) S 28544 28547 26442 0 -1 4202496 15994 0 1 0 253 3 0 0 20 0 19 0 28724525 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 140736689003152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28547/statm: 2406260 20006 2270 9 0 2396937 0
[pid=28547/tid=28549] ppid=28544 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/28547/task/28549/stat : 28549 (java) R 28544 28547 26442 0 -1 4202560 2428 0 1 0 143 2 0 0 20 0 19 0 28724526 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779829846144 139779660924509 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28550] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28550/stat : 28550 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779791338152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28551] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28551/stat : 28551 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779790285608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28552] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28552/stat : 28552 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779789233064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28553] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28553/stat : 28553 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779788180520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28554] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28554/stat : 28554 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779787126952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28555] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28555/stat : 28555 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779786074408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28556] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28556/stat : 28556 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779785021864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28557] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28557/stat : 28557 (java) S 28544 28547 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779783969320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28558] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28558/stat : 28558 (java) S 28544 28547 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779653995112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28559] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28559/stat : 28559 (java) S 28544 28547 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779652941432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28560] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28560/stat : 28560 (java) S 28544 28547 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779651888776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28561] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28561/stat : 28561 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779650837520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28562] ppid=28544 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/28547/task/28562/stat : 28562 (java) R 28544 28547 26442 0 -1 4202560 10781 0 0 0 77 2 0 0 20 0 19 0 28724531 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779649783864 206632432700 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28563] ppid=28544 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/28547/task/28563/stat : 28563 (java) S 28544 28547 26442 0 -1 4202560 1507 0 0 0 28 0 0 0 20 0 19 0 28724531 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779648731320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28564] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28564/stat : 28564 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779647678968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28565] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28565/stat : 28565 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779646626632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28566] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28566/stat : 28566 (java) S 28544 28547 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28724567 9856040960 20006 33554432000 1073741824 1073778376 140736689012016 139779645572392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.18 2.14 2.10 4/214 28566
/proc/meminfo: memFree=31062088/32872528 swapFree=552864/567172
[pid=28547] ppid=28544 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/28547/stat : 28547 (java) S 28544 28547 26442 0 -1 4202496 15996 0 1 0 416 3 0 0 20 0 19 0 28724525 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 140736689003152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28547/statm: 2406260 20518 2270 9 0 2396937 0
[pid=28547/tid=28549] ppid=28544 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/28547/task/28549/stat : 28549 (java) R 28544 28547 26442 0 -1 4202560 2429 0 1 0 303 2 0 0 20 0 19 0 28724526 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779829846328 139779660954991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28550] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28550/stat : 28550 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779791338152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28551] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28551/stat : 28551 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779790285608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28552] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28552/stat : 28552 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779789233064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28553] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28553/stat : 28553 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779788180520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28554] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28554/stat : 28554 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779787126952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28555] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28555/stat : 28555 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779786074408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28556] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28556/stat : 28556 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779785021864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28557] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28557/stat : 28557 (java) S 28544 28547 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779783969320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28558] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28558/stat : 28558 (java) S 28544 28547 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779653995112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28559] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28559/stat : 28559 (java) S 28544 28547 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779652941432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28560] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28560/stat : 28560 (java) S 28544 28547 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779651888776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28561] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28561/stat : 28561 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779650837520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28562] ppid=28544 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/28547/task/28562/stat : 28562 (java) S 28544 28547 26442 0 -1 4202560 10781 0 0 0 79 2 0 0 20 0 19 0 28724531 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779649783864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28563] ppid=28544 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28547/task/28563/stat : 28563 (java) S 28544 28547 26442 0 -1 4202560 1508 0 0 0 30 0 0 0 20 0 19 0 28724531 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779648731320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28564] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28564/stat : 28564 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779647678968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28565] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28565/stat : 28565 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779646626632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28566] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28566/stat : 28566 (java) S 28544 28547 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28724567 9856040960 20518 33554432000 1073741824 1073778376 140736689012016 139779645572392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.18 2.14 2.10 3/214 28566
/proc/meminfo: memFree=31057112/32872528 swapFree=552864/567172
[pid=28547] ppid=28544 vsize=9625040 CPUtime=7.41 cores=0,2,4,6
/proc/28547/stat : 28547 (java) S 28544 28547 26442 0 -1 4202496 16002 0 1 0 737 4 0 0 20 0 19 0 28724525 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 140736689003152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28547/statm: 2406260 22193 2271 9 0 2396937 0
[pid=28547/tid=28549] ppid=28544 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/28547/task/28549/stat : 28549 (java) R 28544 28547 26442 0 -1 4202560 2434 0 1 0 622 2 0 0 20 0 19 0 28724526 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779829837504 139779660944007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28550] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28550/stat : 28550 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779791338152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28551] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28551/stat : 28551 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779790285608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28552] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28552/stat : 28552 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779789233064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28553] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28553/stat : 28553 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779788180520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28554] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28554/stat : 28554 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779787126952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28555] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28555/stat : 28555 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779786074408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28556] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28556/stat : 28556 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779785021864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28557] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28557/stat : 28557 (java) S 28544 28547 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28724527 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779783969320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28558] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28558/stat : 28558 (java) S 28544 28547 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779653995112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28559] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28559/stat : 28559 (java) S 28544 28547 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779652941432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28560] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28560/stat : 28560 (java) S 28544 28547 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779651888776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28561] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28561/stat : 28561 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779650837520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28562] ppid=28544 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/28547/task/28562/stat : 28562 (java) S 28544 28547 26442 0 -1 4202560 10781 0 0 0 81 2 0 0 20 0 19 0 28724531 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779649783864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28563] ppid=28544 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/28547/task/28563/stat : 28563 (java) S 28544 28547 26442 0 -1 4202560 1508 0 0 0 31 0 0 0 20 0 19 0 28724531 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779648731320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28564] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28564/stat : 28564 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779647678968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28565] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28565/stat : 28565 (java) S 28544 28547 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779646626632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28566] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28566/stat : 28566 (java) S 28544 28547 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28724567 9856040960 22193 33554432000 1073741824 1073778376 140736689012016 139779645572392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9625040


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

[pid=28547/tid=28566] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28566/stat : 28566 (java) S 28544 28547 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28724567 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779645572392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.69
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.11 2.17 2.14 3/214 28677
/proc/meminfo: memFree=30744404/32872528 swapFree=552864/567172
[pid=28547] ppid=28544 vsize=9625040 CPUtime=1784.69 cores=0,2,4,6
/proc/28547/stat : 28547 (java) S 28544 28547 26442 0 -1 4202496 18457 0 1 0 178415 54 0 0 20 0 19 0 28724525 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 140736689003152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28547/statm: 2406260 100329 2285 9 0 2396937 0
[pid=28547/tid=28549] ppid=28544 vsize=9625040 CPUtime=1777.1 cores=0,2,4,6
/proc/28547/task/28549/stat : 28549 (java) R 28544 28547 26442 0 -1 4202560 2492 0 1 0 177680 30 0 0 20 0 19 0 28724526 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779829837600 139779661035466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28550] ppid=28544 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28547/task/28550/stat : 28550 (java) S 28544 28547 26442 0 -1 4202560 347 0 0 0 17 4 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779791338152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28551] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28551/stat : 28551 (java) S 28544 28547 26442 0 -1 4202560 296 0 0 0 15 3 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779790285608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28552] ppid=28544 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/28547/task/28552/stat : 28552 (java) S 28544 28547 26442 0 -1 4202560 238 0 0 0 11 3 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779789233064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28553] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28553/stat : 28553 (java) S 28544 28547 26442 0 -1 4202560 177 0 0 0 15 3 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779788180520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28554] ppid=28544 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28547/task/28554/stat : 28554 (java) S 28544 28547 26442 0 -1 4202560 279 0 0 0 22 5 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779787126952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28555] ppid=28544 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28547/task/28555/stat : 28555 (java) S 28544 28547 26442 0 -1 4202560 32 0 0 0 10 2 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779786074408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28556] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28556/stat : 28556 (java) S 28544 28547 26442 0 -1 4202560 185 0 0 0 14 4 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779785021864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28557] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28557/stat : 28557 (java) S 28544 28547 26442 0 -1 4202560 192 0 0 0 16 2 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779783969320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28558] ppid=28544 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28547/task/28558/stat : 28558 (java) S 28544 28547 26442 0 -1 4202560 62 0 0 0 0 2 0 0 20 0 19 0 28724528 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779653995112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28559] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28559/stat : 28559 (java) S 28544 28547 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779652941432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28560] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28560/stat : 28560 (java) S 28544 28547 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779651888776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28561] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28561/stat : 28561 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779650837520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28562] ppid=28544 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/28547/task/28562/stat : 28562 (java) S 28544 28547 26442 0 -1 4202560 10781 0 0 0 81 2 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779649783864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28563] ppid=28544 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/28547/task/28563/stat : 28563 (java) S 28544 28547 26442 0 -1 4202560 2008 0 0 0 34 0 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779648731320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28564] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28564/stat : 28564 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779647678968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28565] ppid=28544 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/28547/task/28565/stat : 28565 (java) S 28544 28547 26442 0 -1 4202560 104 0 0 0 35 36 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779646626632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28566] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28566/stat : 28566 (java) S 28544 28547 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28724567 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779645572392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.69
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.08 2.16 2.14 4/213 28677
/proc/meminfo: memFree=30744456/32872528 swapFree=552868/567176
[pid=28547] ppid=28544 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/28547/stat : 28547 (java) S 28544 28547 26442 0 -1 4202496 18457 0 1 0 179955 54 0 0 20 0 19 0 28724525 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 140736689003152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28547/statm: 2406260 100329 2285 9 0 2396937 0
[pid=28547/tid=28549] ppid=28544 vsize=9625040 CPUtime=1792.46 cores=0,2,4,6
/proc/28547/task/28549/stat : 28549 (java) R 28544 28547 26442 0 -1 4202560 2492 0 1 0 179216 30 0 0 20 0 19 0 28724526 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779829837600 139779660915733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28550] ppid=28544 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28547/task/28550/stat : 28550 (java) S 28544 28547 26442 0 -1 4202560 347 0 0 0 17 4 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779791338152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28551] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28551/stat : 28551 (java) S 28544 28547 26442 0 -1 4202560 296 0 0 0 15 3 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779790285608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28552] ppid=28544 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/28547/task/28552/stat : 28552 (java) S 28544 28547 26442 0 -1 4202560 238 0 0 0 11 3 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779789233064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28553] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28553/stat : 28553 (java) S 28544 28547 26442 0 -1 4202560 177 0 0 0 15 3 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779788180520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28554] ppid=28544 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28547/task/28554/stat : 28554 (java) S 28544 28547 26442 0 -1 4202560 279 0 0 0 22 5 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779787126952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28555] ppid=28544 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28547/task/28555/stat : 28555 (java) S 28544 28547 26442 0 -1 4202560 32 0 0 0 10 2 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779786074408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28556] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28556/stat : 28556 (java) S 28544 28547 26442 0 -1 4202560 185 0 0 0 14 4 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779785021864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28557] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28557/stat : 28557 (java) S 28544 28547 26442 0 -1 4202560 192 0 0 0 16 2 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779783969320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28558] ppid=28544 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28547/task/28558/stat : 28558 (java) S 28544 28547 26442 0 -1 4202560 62 0 0 0 0 2 0 0 20 0 19 0 28724528 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779653995112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28559] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28559/stat : 28559 (java) S 28544 28547 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779652941432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28560] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28560/stat : 28560 (java) S 28544 28547 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779651888776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28561] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28561/stat : 28561 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779650837520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28562] ppid=28544 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/28547/task/28562/stat : 28562 (java) S 28544 28547 26442 0 -1 4202560 10781 0 0 0 81 2 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779649783864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28563] ppid=28544 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/28547/task/28563/stat : 28563 (java) S 28544 28547 26442 0 -1 4202560 2008 0 0 0 34 0 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779648731320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28564] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28564/stat : 28564 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779647678968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28565] ppid=28544 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/28547/task/28565/stat : 28565 (java) S 28544 28547 26442 0 -1 4202560 104 0 0 0 35 37 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779646626632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28566] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28566/stat : 28566 (java) S 28544 28547 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28724567 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779645572392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 28547 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.08 2.16 2.14 4/213 28677
/proc/meminfo: memFree=30744456/32872528 swapFree=552868/567176
[pid=28547] ppid=28544 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/28547/stat : 28547 (java) S 28544 28547 26442 0 -1 4202496 18457 0 1 0 179955 54 0 0 20 0 19 0 28724525 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 140736689003152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28547/statm: 2406260 100329 2285 9 0 2396937 0
[pid=28547/tid=28549] ppid=28544 vsize=9625040 CPUtime=1792.46 cores=0,2,4,6
/proc/28547/task/28549/stat : 28549 (java) R 28544 28547 26442 0 -1 4202560 2492 0 1 0 179216 30 0 0 20 0 19 0 28724526 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779829837600 139779660915733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28550] ppid=28544 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28547/task/28550/stat : 28550 (java) S 28544 28547 26442 0 -1 4202560 347 0 0 0 17 4 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779791338152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28551] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28551/stat : 28551 (java) S 28544 28547 26442 0 -1 4202560 296 0 0 0 15 3 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779790285608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28552] ppid=28544 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/28547/task/28552/stat : 28552 (java) S 28544 28547 26442 0 -1 4202560 238 0 0 0 11 3 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779789233064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28553] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28553/stat : 28553 (java) S 28544 28547 26442 0 -1 4202560 177 0 0 0 15 3 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779788180520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28554] ppid=28544 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28547/task/28554/stat : 28554 (java) S 28544 28547 26442 0 -1 4202560 279 0 0 0 22 5 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779787126952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28555] ppid=28544 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28547/task/28555/stat : 28555 (java) S 28544 28547 26442 0 -1 4202560 32 0 0 0 10 2 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779786074408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28556] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28556/stat : 28556 (java) S 28544 28547 26442 0 -1 4202560 185 0 0 0 14 4 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779785021864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28557] ppid=28544 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28547/task/28557/stat : 28557 (java) S 28544 28547 26442 0 -1 4202560 192 0 0 0 16 2 0 0 20 0 19 0 28724527 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779783969320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28558] ppid=28544 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28547/task/28558/stat : 28558 (java) S 28544 28547 26442 0 -1 4202560 62 0 0 0 0 2 0 0 20 0 19 0 28724528 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779653995112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28559] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28559/stat : 28559 (java) S 28544 28547 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779652941432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28560] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28560/stat : 28560 (java) S 28544 28547 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28724528 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779651888776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28561] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28561/stat : 28561 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779650837520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28547/tid=28562] ppid=28544 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/28547/task/28562/stat : 28562 (java) S 28544 28547 26442 0 -1 4202560 10781 0 0 0 81 2 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779649783864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28547/tid=28563] ppid=28544 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/28547/task/28563/stat : 28563 (java) S 28544 28547 26442 0 -1 4202560 2008 0 0 0 34 0 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779648731320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28547/tid=28564] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28564/stat : 28564 (java) S 28544 28547 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779647678968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28565] ppid=28544 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/28547/task/28565/stat : 28565 (java) S 28544 28547 26442 0 -1 4202560 104 0 0 0 35 37 0 0 20 0 19 0 28724531 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779646626632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28547/tid=28566] ppid=28544 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28547/task/28566/stat : 28566 (java) S 28544 28547 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28724567 9856040960 100329 33554432000 1073741824 1073778376 140736689012016 139779645572392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28547 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=39112
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=112830
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.74
CPU time (s): 1800.09
CPU user time (s): 1799.55
CPU system time (s): 0.54
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.04
system time used= 1.11283
maximum resident set size= 401432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18489
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38409
involuntary context switches= 6043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4924 second user time and 13.8029 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 18:01:06
IDJOB=4116969
IDBENCH=109536
IDSOLVER=2546
FILE ID=node138/4116969-1466956866
RUNJOBID= node138-1466940040-26458
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 1b4cd03c5d4bd115b9b4d1837edbfb7f
RANDOM SEED=699218960

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31135552 kB
Buffers:           21196 kB
Cached:           222092 kB
SwapCached:         3788 kB
Active:           245012 kB
Inactive:         222668 kB
Active(anon):     222064 kB
Inactive(anon):     4564 kB
Active(file):      22948 kB
Inactive(file):   218104 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:        776360 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566952 kB
SReclaimable:      10328 kB
SUnreclaim:       556624 kB
KernelStack:        1768 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1259260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node138 at 2016-06-26 18:31:04