Trace number 4116017

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 1797.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round22-6.opb
MD5SUMe47660c9bcfbe80f9ef1db1b64cb3151
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of 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-4116017-1466955901.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.294s.
0.70/0.41	c declared #vars     4128
0.70/0.41	c #constraints  9888
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.70/0.41	c org.sat4j.specs.Constr$1 => 856
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.70/0.41	c 9888 constraints processed.
1.66/1.09	c cleaning 2490 clauses out of 4998 with flag 15624/5000
2.43/1.74	c cleaning 4252 clauses out of 8508 with flag 36996/11000
3.13/2.49	c cleaning 5616 clauses out of 11256 with flag 63534/18000
4.06/3.38	c cleaning 6803 clauses out of 13640 with flag 95758/26000
5.17/4.43	c cleaning 7903 clauses out of 15837 with flag 133357/35000
6.37/5.62	c cleaning 8955 clauses out of 17934 with flag 178169/45000
7.66/6.92	c cleaning 9965 clauses out of 19979 with flag 228611/56000
9.16/8.44	c cleaning 10990 clauses out of 22014 with flag 287508/68000
10.77/10.06	c cleaning 11985 clauses out of 24024 with flag 352449/81000
12.56/11.84	c cleaning 12993 clauses out of 26039 with flag 420611/95000
14.56/13.83	c cleaning 14011 clauses out of 28046 with flag 497204/110000
16.67/15.95	c cleaning 14997 clauses out of 30037 with flag 582693/126002
18.97/18.21	c cleaning 15993 clauses out of 32039 with flag 672072/143001
21.38/20.69	c cleaning 17016 clauses out of 34045 with flag 770252/161000
24.07/23.36	c cleaning 18002 clauses out of 36029 with flag 875982/180000
26.97/26.23	c cleaning 18992 clauses out of 38027 with flag 987882/200000
30.07/29.30	c cleaning 20014 clauses out of 40035 with flag 1107863/221000
33.27/32.57	c cleaning 20974 clauses out of 42021 with flag 1233462/243000
36.87/36.12	c cleaning 21991 clauses out of 44048 with flag 1364643/266001
40.67/39.90	c cleaning 22999 clauses out of 46057 with flag 1502669/290001
44.57/43.84	c cleaning 23988 clauses out of 48058 with flag 1646759/315001
48.87/48.14	c cleaning 24982 clauses out of 50070 with flag 1797465/341001
53.38/52.67	c cleaning 26018 clauses out of 52087 with flag 1954053/368000
58.18/57.48	c cleaning 27004 clauses out of 54069 with flag 2115921/396000
63.28/62.59	c cleaning 28022 clauses out of 56065 with flag 2287271/425000
68.02/67.27	c cleaning 29014 clauses out of 58044 with flag 2465262/455001
72.91/72.16	c cleaning 29988 clauses out of 60029 with flag 2648638/486000
78.11/77.31	c cleaning 30996 clauses out of 62041 with flag 2838866/518000
83.61/82.83	c cleaning 31994 clauses out of 64046 with flag 3036520/551001
89.41/88.69	c cleaning 32989 clauses out of 66051 with flag 3242901/585000
95.42/94.67	c cleaning 34022 clauses out of 68065 with flag 3455518/620003
101.72/100.95	c cleaning 35008 clauses out of 70040 with flag 3673723/656000
108.52/107.71	c cleaning 35987 clauses out of 72033 with flag 3902280/693001
115.42/114.67	c cleaning 37017 clauses out of 74045 with flag 4132524/731000
122.62/121.89	c cleaning 38003 clauses out of 76028 with flag 4369338/770000
129.92/129.16	c cleaning 38999 clauses out of 78025 with flag 4616869/810000
137.52/136.76	c cleaning 39975 clauses out of 80026 with flag 4870834/851000
145.72/144.92	c cleaning 41007 clauses out of 82051 with flag 5128029/893000
154.33/153.50	c cleaning 42003 clauses out of 84045 with flag 5394316/936001
163.23/162.40	c cleaning 42968 clauses out of 86042 with flag 5663782/980001
171.86/171.01	c cleaning 44028 clauses out of 88073 with flag 5948815/1025000
180.77/180.00	c cleaning 45002 clauses out of 90045 with flag 6233098/1071000
190.08/189.27	c cleaning 45991 clauses out of 92043 with flag 6522803/1118000
199.67/198.83	c cleaning 47011 clauses out of 94053 with flag 6818533/1166001
209.47/208.67	c cleaning 47999 clauses out of 96041 with flag 7126158/1215000
219.88/219.05	c cleaning 49009 clauses out of 98042 with flag 7438856/1265000
230.38/229.56	c cleaning 50015 clauses out of 100033 with flag 7759424/1316000
241.58/240.70	c cleaning 50980 clauses out of 102018 with flag 8086830/1368000
252.98/252.15	c cleaning 51970 clauses out of 104038 with flag 8418674/1421000
264.99/264.18	c cleaning 53034 clauses out of 106069 with flag 8755181/1475001
277.40/276.54	c cleaning 54015 clauses out of 108034 with flag 9106782/1530000
289.75/288.90	c cleaning 54986 clauses out of 110019 with flag 9459923/1586000
302.47/301.54	c cleaning 56005 clauses out of 112034 with flag 9818086/1643001
315.57/314.64	c cleaning 56980 clauses out of 114028 with flag 10183883/1701000
329.26/328.38	c cleaning 58015 clauses out of 116049 with flag 10552613/1760001
343.36/342.43	c cleaning 58996 clauses out of 118033 with flag 10931101/1820000
358.16/357.29	c cleaning 60019 clauses out of 120037 with flag 11312703/1881000
373.18/372.22	c cleaning 60994 clauses out of 122018 with flag 11702908/1943000
388.58/387.63	c cleaning 62007 clauses out of 124025 with flag 12101204/2006001
404.38/403.49	c cleaning 62996 clauses out of 126018 with flag 12502521/2070001
419.91/418.92	c cleaning 63978 clauses out of 128021 with flag 12908408/2135000
436.21/435.22	c cleaning 64993 clauses out of 130043 with flag 13323358/2201000
452.85/451.89	c cleaning 66006 clauses out of 132051 with flag 13740114/2268001
469.96/468.91	c cleaning 66990 clauses out of 134045 with flag 14169927/2336001
487.27/486.29	c cleaning 67996 clauses out of 136054 with flag 14605374/2405000
505.37/504.38	c cleaning 69015 clauses out of 138058 with flag 15045450/2475000
523.87/522.88	c cleaning 70003 clauses out of 140043 with flag 15494764/2546000
542.99/541.98	c cleaning 71006 clauses out of 142040 with flag 15947870/2618000
562.34/561.21	c cleaning 71986 clauses out of 144035 with flag 16408897/2691001
582.44/581.37	c cleaning 73014 clauses out of 146049 with flag 16872847/2765001
603.15/602.01	c cleaning 74017 clauses out of 148034 with flag 17341990/2840000
624.25/623.17	c cleaning 74985 clauses out of 150017 with flag 17820596/2916000
645.66/644.55	c cleaning 75977 clauses out of 152033 with flag 18304689/2993001
667.36/666.28	c cleaning 77027 clauses out of 154056 with flag 18795460/3071001
690.48/689.34	c cleaning 77976 clauses out of 156028 with flag 19288647/3150000
712.82/711.61	c cleaning 78941 clauses out of 158053 with flag 19794432/3230001
736.14/734.95	c cleaning 80027 clauses out of 160112 with flag 20306390/3311001
759.93/758.74	c cleaning 81015 clauses out of 162085 with flag 20823491/3393001
783.74/782.50	c cleaning 81985 clauses out of 164069 with flag 21344144/3476000
808.74/807.56	c cleaning 83005 clauses out of 166084 with flag 21870172/3560000
834.15/832.94	c cleaning 83995 clauses out of 168080 with flag 22406525/3645001
859.83/858.57	c cleaning 85021 clauses out of 170085 with flag 22950502/3731001
885.73/884.48	c cleaning 86032 clauses out of 172064 with flag 23499268/3818001
912.43/911.17	c cleaning 86996 clauses out of 174032 with flag 24054219/3906001
940.02/938.77	c cleaning 87988 clauses out of 176035 with flag 24610067/3995000
967.92/966.69	c cleaning 89022 clauses out of 178048 with flag 25175359/4085001
997.11/995.71	c cleaning 89998 clauses out of 180025 with flag 25748024/4176000
1026.82/1025.45	c cleaning 90967 clauses out of 182027 with flag 26323886/4268000
1057.33/1055.98	c cleaning 92016 clauses out of 184061 with flag 26909857/4361001
1088.03/1086.65	c cleaning 93008 clauses out of 186045 with flag 27502592/4455001
1119.85/1118.47	c cleaning 93986 clauses out of 188036 with flag 28099024/4550000
1151.84/1150.34	c cleaning 94989 clauses out of 190051 with flag 28701240/4646001
1184.53/1183.06	c cleaning 96009 clauses out of 192061 with flag 29315961/4743000
1217.93/1216.44	c cleaning 96998 clauses out of 194052 with flag 29928806/4841000
1251.63/1250.14	c cleaning 98004 clauses out of 196056 with flag 30546619/4940002
1286.92/1285.47	c cleaning 99008 clauses out of 198050 with flag 31179199/5040000
1322.15/1320.58	c cleaning 100008 clauses out of 200042 with flag 31817655/5141000
1357.56/1355.98	c cleaning 101010 clauses out of 202034 with flag 32455208/5243000
1394.07/1392.43	c cleaning 101974 clauses out of 204024 with flag 33097985/5346000
1431.69/1430.06	c cleaning 102988 clauses out of 206051 with flag 33744201/5450001
1469.62/1467.84	c cleaning 104020 clauses out of 208064 with flag 34403563/5555002
1508.42/1506.65	c cleaning 105006 clauses out of 210042 with flag 35066865/5661000
1548.24/1546.45	c cleaning 106005 clauses out of 212036 with flag 35737013/5768000
1588.74/1586.88	c cleaning 107009 clauses out of 214032 with flag 36414329/5876001
1630.06/1628.12	c cleaning 108001 clauses out of 216022 with flag 37094699/5985000
1672.56/1670.62	c cleaning 108975 clauses out of 218021 with flag 37787994/6095000
1715.98/1714.09	c cleaning 110013 clauses out of 220046 with flag 38485372/6206000
1759.38/1757.35	c cleaning 111003 clauses out of 222033 with flag 39193001/6318000
1800.00/1797.90	c starts		: 56403
1800.00/1797.90	c conflicts		: 6424209
1800.00/1797.90	c decisions		: 68888528
1800.00/1797.90	c propagations		: 900063127
1800.00/1797.90	c inspects		: 24629914229
1800.00/1797.90	c shortcuts		: 0
1800.00/1797.90	c learnt literals	: 2
1800.00/1797.90	c learnt binary clauses	: 37
1800.00/1797.90	c learnt ternary clauses	: 561
1800.00/1797.90	c learnt constraints	: 6424207
1800.00/1797.90	c ignored constraints	: 0
1800.00/1797.90	c root simplifications	: 0
1800.00/1797.90	c removed literals (reason simplification)	: 0
1800.00/1797.90	c reason swapping (by a shorter reason)	: 0
1800.00/1797.90	c Calls to reduceDB	: 108
1800.00/1797.90	c Number of update (reduction) of LBD	: 1315742
1800.00/1797.90	c Imported unit clauses	: 0
1800.00/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.90	c number of learned constraints concerned by reduction	: 0
1800.00/1797.90	c number of learning phase by resolution	: 0
1800.00/1797.90	c number of learning phase by cutting planes	: 0
1800.00/1797.90	c speed (assignments/second)	: 500734.2050318027
1800.00/1797.90	c non guided choices	14721
1800.00/1797.90	c timeout
1800.00/1797.93	c learnt constraints type 
1800.00/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.00/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 217203
1800.00/1797.93	s UNKNOWN
1800.00/1797.93	c Total wall clock time (in seconds): 1797.816

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

pid=21925
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.33 2.26 2.20 3/196 21928
/proc/meminfo: memFree=30074024/32872528 swapFree=1491540/1663236
[pid=21928] ppid=21925 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/21928/stat : 21928 (java) R 21925 21928 19710 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 28628367 2560000 47 33554432000 1073741824 1073778376 140735073111808 140735073108936 273896533287 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21928/statm: 892 50 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.33 2.26 2.20 3/196 21928
/proc/meminfo: memFree=30074024/32872528 swapFree=1491540/1663236
[pid=21928] ppid=21925 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21928/stat : 21928 (java) S 21925 21928 19710 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 28628367 9787879424 6036 33554432000 1073741824 1073778376 140735073111808 140735073102944 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21928/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.33 2.26 2.20 3/196 21928
/proc/meminfo: memFree=30074024/32872528 swapFree=1491540/1663236
[pid=21928] ppid=21925 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/21928/stat : 21928 (java) S 21925 21928 19710 0 -1 4202496 4949 0 1 0 25 1 0 0 20 0 18 0 28628367 9787879424 6991 33554432000 1073741824 1073778376 140735073111808 140735073102944 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21928/statm: 2389619 6991 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 2.33 2.26 2.20 3/196 21928
/proc/meminfo: memFree=30074024/32872528 swapFree=1491540/1663236
[pid=21928] ppid=21925 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/21928/stat : 21928 (java) S 21925 21928 19710 0 -1 4202496 5795 0 1 0 48 2 0 0 20 0 18 0 28628367 9787879424 8990 33554432000 1073741824 1073778376 140735073111808 140735073102944 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21928/statm: 2389619 8990 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 2.33 2.26 2.20 3/196 21928
/proc/meminfo: memFree=30074024/32872528 swapFree=1491540/1663236
[pid=21928] ppid=21925 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/21928/stat : 21928 (java) S 21925 21928 19710 0 -1 4202496 9606 0 1 0 131 3 0 0 20 0 19 0 28628367 9856040960 15459 33554432000 1073741824 1073778376 140735073111808 140735073102944 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21928/statm: 2406260 15459 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.33 2.26 2.20 4/215 21947
/proc/meminfo: memFree=30022412/32872528 swapFree=1491540/1663236
[pid=21928] ppid=21925 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/21928/stat : 21928 (java) S 21925 21928 19710 0 -1 4202496 9970 0 1 0 217 3 0 0 20 0 19 0 28628367 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140735073102944 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21928/statm: 2406260 15496 2270 9 0 2396937 0
[pid=21928/tid=21930] ppid=21925 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/21928/task/21930/stat : 21930 (java) R 21925 21928 19710 0 -1 4202560 2422 0 1 0 143 3 0 0 20 0 19 0 28628368 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140192527843024 140192380466947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21931] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21931/stat : 21931 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140192500304936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21932] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21932/stat : 21932 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140192499252136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21933] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21933/stat : 21933 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140192368864040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21934] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21934/stat : 21934 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140192367811240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21935] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21935/stat : 21935 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140192366758440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21936] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21936/stat : 21936 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140192365705640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21937] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21937/stat : 21937 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140192364652840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21938] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21938/stat : 21938 (java) S 21925 21928 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140191893285032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21939] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21939/stat : 21939 (java) S 21925 21928 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28628370 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140191881087976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21940] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21940/stat : 21940 (java) S 21925 21928 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140191880034040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21941] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21941/stat : 21941 (java) S 21925 21928 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140191878981128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21942] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21942/stat : 21942 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140191877929616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21943] ppid=21925 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21928/task/21943/stat : 21943 (java) S 21925 21928 19710 0 -1 4202560 4530 0 0 0 40 0 0 0 20 0 19 0 28628373 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140191876876728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21944] ppid=21925 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21928/task/21944/stat : 21944 (java) S 21925 21928 19710 0 -1 4202560 1741 0 0 0 30 0 0 0 20 0 19 0 28628373 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140191875823928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21945] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21945/stat : 21945 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140191874771320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21946] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21946/stat : 21946 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140191873718728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21947] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21947/stat : 21947 (java) S 21925 21928 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28628409 9856040960 15496 33554432000 1073741824 1073778376 140735073111808 140191872566952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.33 2.26 2.20 3/215 21947
/proc/meminfo: memFree=30019060/32872528 swapFree=1491540/1663236
[pid=21928] ppid=21925 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/21928/stat : 21928 (java) S 21925 21928 19710 0 -1 4202496 9972 0 1 0 381 3 0 0 20 0 19 0 28628367 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140735073102944 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21928/statm: 2406260 16008 2270 9 0 2396937 0
[pid=21928/tid=21930] ppid=21925 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/21928/task/21930/stat : 21930 (java) R 21925 21928 19710 0 -1 4202560 2424 0 1 0 303 3 0 0 20 0 19 0 28628368 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140192527851832 140192380481694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21931] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21931/stat : 21931 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140192500304936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21932] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21932/stat : 21932 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140192499252136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21933] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21933/stat : 21933 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140192368864040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21934] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21934/stat : 21934 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140192367811240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21935] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21935/stat : 21935 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140192366758440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21936] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21936/stat : 21936 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140192365705640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21937] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21937/stat : 21937 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140192364652840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21938] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21938/stat : 21938 (java) S 21925 21928 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140191893285032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21939] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21939/stat : 21939 (java) S 21925 21928 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28628370 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140191881087976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21940] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21940/stat : 21940 (java) S 21925 21928 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140191880034040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21941] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21941/stat : 21941 (java) S 21925 21928 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140191878981128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21942] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21942/stat : 21942 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140191877929616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21943] ppid=21925 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/21928/task/21943/stat : 21943 (java) S 21925 21928 19710 0 -1 4202560 4530 0 0 0 42 0 0 0 20 0 19 0 28628373 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140191876876728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21944] ppid=21925 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/21928/task/21944/stat : 21944 (java) S 21925 21928 19710 0 -1 4202560 1741 0 0 0 32 0 0 0 20 0 19 0 28628373 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140191875823928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21945] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21945/stat : 21945 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140191874771320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21946] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21946/stat : 21946 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140191873718728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21947] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21947/stat : 21947 (java) S 21925 21928 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28628409 9856040960 16008 33554432000 1073741824 1073778376 140735073111808 140191872566952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.30 2.26 2.19 3/215 21947
/proc/meminfo: memFree=30010840/32872528 swapFree=1491540/1663236
[pid=21928] ppid=21925 vsize=9625040 CPUtime=7.06 cores=1,3,5,7
/proc/21928/stat : 21928 (java) S 21925 21928 19710 0 -1 4202496 10026 0 1 0 702 4 0 0 20 0 19 0 28628367 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140735073102944 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21928/statm: 2406260 17475 2271 9 0 2396937 0
[pid=21928/tid=21930] ppid=21925 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/21928/task/21930/stat : 21930 (java) R 21925 21928 19710 0 -1 4202560 2428 0 1 0 622 3 0 0 20 0 19 0 28628368 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140192527843008 140192380441781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21931] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21931/stat : 21931 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140192500304936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21932] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21932/stat : 21932 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140192499252136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21933] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21933/stat : 21933 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140192368864040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21934] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21934/stat : 21934 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140192367811240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21935] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21935/stat : 21935 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140192366758440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21936] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21936/stat : 21936 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140192365705640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21937] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21937/stat : 21937 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140192364652840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21938] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21938/stat : 21938 (java) S 21925 21928 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28628369 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140191893285032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21939] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21939/stat : 21939 (java) S 21925 21928 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28628370 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140191881087976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21940] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21940/stat : 21940 (java) S 21925 21928 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140191880034040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21941] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21941/stat : 21941 (java) S 21925 21928 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140191878981128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21942] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21942/stat : 21942 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140191877929616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21943] ppid=21925 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/21928/task/21943/stat : 21943 (java) S 21925 21928 19710 0 -1 4202560 4579 0 0 0 43 0 0 0 20 0 19 0 28628373 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140191876876728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21944] ppid=21925 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21928/task/21944/stat : 21944 (java) S 21925 21928 19710 0 -1 4202560 1741 0 0 0 33 0 0 0 20 0 19 0 28628373 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140191875823928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21945] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21945/stat : 21945 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140191874771320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21946] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21946/stat : 21946 (java) S 21925 21928 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140191873718728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21947] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21947/stat : 21947 (java) S 21925 21928 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28628409 9856040960 17475 33554432000 1073741824 1073778376 140735073111808 140191872566952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 9625040


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

[pid=21928/tid=21947] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21947/stat : 21947 (java) S 21925 21928 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28628409 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191872566952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.27 2.20 3/215 22080
/proc/meminfo: memFree=29835676/32872528 swapFree=1491540/1663236
[pid=21928] ppid=21925 vsize=9625040 CPUtime=1784.39 cores=1,3,5,7
/proc/21928/stat : 21928 (java) S 21925 21928 19710 0 -1 4202496 11486 0 1 0 178374 65 0 0 20 0 19 0 28628367 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140735073102944 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21928/statm: 2406260 79297 2285 9 0 2396937 0
[pid=21928/tid=21930] ppid=21925 vsize=9625040 CPUtime=1777.26 cores=1,3,5,7
/proc/21928/task/21930/stat : 21930 (java) R 21925 21928 19710 0 -1 4202560 2486 0 1 0 177694 32 0 0 20 0 19 0 28628368 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192527843104 140192380529602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21931] ppid=21925 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21928/task/21931/stat : 21931 (java) S 21925 21928 19710 0 -1 4202560 100 0 0 0 13 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192500304936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21932] ppid=21925 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/21928/task/21932/stat : 21932 (java) S 21925 21928 19710 0 -1 4202560 107 0 0 0 9 0 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192499252136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21933] ppid=21925 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21928/task/21933/stat : 21933 (java) S 21925 21928 19710 0 -1 4202560 38 0 0 0 11 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192368864040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21934] ppid=21925 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21928/task/21934/stat : 21934 (java) S 21925 21928 19710 0 -1 4202560 141 0 0 0 15 3 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192367811240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21935] ppid=21925 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21928/task/21935/stat : 21935 (java) S 21925 21928 19710 0 -1 4202560 38 0 0 0 13 3 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192366758440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21936] ppid=21925 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21928/task/21936/stat : 21936 (java) S 21925 21928 19710 0 -1 4202560 47 0 0 0 14 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192365705640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21937] ppid=21925 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/21928/task/21937/stat : 21937 (java) S 21925 21928 19710 0 -1 4202560 128 0 0 0 10 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192364652840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21938] ppid=21925 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21928/task/21938/stat : 21938 (java) S 21925 21928 19710 0 -1 4202560 134 0 0 0 16 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191893285032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21939] ppid=21925 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21928/task/21939/stat : 21939 (java) S 21925 21928 19710 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 28628370 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191881087976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21940] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21940/stat : 21940 (java) S 21925 21928 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191880034040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21941] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21941/stat : 21941 (java) S 21925 21928 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191878981128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21942] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21942/stat : 21942 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191877929616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21943] ppid=21925 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21928/task/21943/stat : 21943 (java) S 21925 21928 19710 0 -1 4202560 5104 0 0 0 47 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191876876728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21944] ppid=21925 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21928/task/21944/stat : 21944 (java) S 21925 21928 19710 0 -1 4202560 1741 0 0 0 33 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191875823928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21945] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21945/stat : 21945 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191874771320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21946] ppid=21925 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/21928/task/21946/stat : 21946 (java) S 21925 21928 19710 0 -1 4202560 104 0 0 0 32 42 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191873718728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21947] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21947/stat : 21947 (java) S 21925 21928 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28628409 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191872566952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.39
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.18 2.25 2.20 4/215 22080
/proc/meminfo: memFree=29835800/32872528 swapFree=1491540/1663236
[pid=21928] ppid=21925 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/21928/stat : 21928 (java) S 21925 21928 19710 0 -1 4202496 11486 0 1 0 179934 66 0 0 20 0 19 0 28628367 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140735073102944 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21928/statm: 2406260 79297 2285 9 0 2396937 0
[pid=21928/tid=21930] ppid=21925 vsize=9625040 CPUtime=1792.82 cores=1,3,5,7
/proc/21928/task/21930/stat : 21930 (java) R 21925 21928 19710 0 -1 4202560 2486 0 1 0 179250 32 0 0 20 0 19 0 28628368 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192527843104 140192380529602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21931] ppid=21925 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21928/task/21931/stat : 21931 (java) S 21925 21928 19710 0 -1 4202560 100 0 0 0 13 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192500304936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21932] ppid=21925 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/21928/task/21932/stat : 21932 (java) S 21925 21928 19710 0 -1 4202560 107 0 0 0 9 0 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192499252136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21933] ppid=21925 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21928/task/21933/stat : 21933 (java) S 21925 21928 19710 0 -1 4202560 38 0 0 0 11 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192368864040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21934] ppid=21925 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21928/task/21934/stat : 21934 (java) S 21925 21928 19710 0 -1 4202560 141 0 0 0 15 3 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192367811240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21935] ppid=21925 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21928/task/21935/stat : 21935 (java) S 21925 21928 19710 0 -1 4202560 38 0 0 0 13 3 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192366758440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21936] ppid=21925 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21928/task/21936/stat : 21936 (java) S 21925 21928 19710 0 -1 4202560 47 0 0 0 14 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192365705640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21937] ppid=21925 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/21928/task/21937/stat : 21937 (java) S 21925 21928 19710 0 -1 4202560 128 0 0 0 10 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192364652840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21938] ppid=21925 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21928/task/21938/stat : 21938 (java) S 21925 21928 19710 0 -1 4202560 134 0 0 0 16 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191893285032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21939] ppid=21925 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21928/task/21939/stat : 21939 (java) S 21925 21928 19710 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 28628370 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191881087976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21940] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21940/stat : 21940 (java) S 21925 21928 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191880034040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21941] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21941/stat : 21941 (java) S 21925 21928 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191878981128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21942] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21942/stat : 21942 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191877929616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21943] ppid=21925 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21928/task/21943/stat : 21943 (java) S 21925 21928 19710 0 -1 4202560 5104 0 0 0 47 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191876876728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21944] ppid=21925 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21928/task/21944/stat : 21944 (java) S 21925 21928 19710 0 -1 4202560 1741 0 0 0 33 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191875823928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21945] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21945/stat : 21945 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191874771320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21946] ppid=21925 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/21928/task/21946/stat : 21946 (java) S 21925 21928 19710 0 -1 4202560 104 0 0 0 32 43 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191873718728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21947] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21947/stat : 21947 (java) S 21925 21928 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28628409 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191872566952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 21928 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.18 2.25 2.20 4/215 22080
/proc/meminfo: memFree=29835800/32872528 swapFree=1491540/1663236
[pid=21928] ppid=21925 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/21928/stat : 21928 (java) S 21925 21928 19710 0 -1 4202496 11486 0 1 0 179934 66 0 0 20 0 19 0 28628367 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140735073102944 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21928/statm: 2406260 79297 2285 9 0 2396937 0
[pid=21928/tid=21930] ppid=21925 vsize=9625040 CPUtime=1792.82 cores=1,3,5,7
/proc/21928/task/21930/stat : 21930 (java) R 21925 21928 19710 0 -1 4202560 2486 0 1 0 179250 32 0 0 20 0 19 0 28628368 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192527843104 140192380529602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21931] ppid=21925 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21928/task/21931/stat : 21931 (java) S 21925 21928 19710 0 -1 4202560 100 0 0 0 13 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192500304936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21932] ppid=21925 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/21928/task/21932/stat : 21932 (java) S 21925 21928 19710 0 -1 4202560 107 0 0 0 9 0 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192499252136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21933] ppid=21925 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21928/task/21933/stat : 21933 (java) S 21925 21928 19710 0 -1 4202560 38 0 0 0 11 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192368864040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21928/tid=21934] ppid=21925 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21928/task/21934/stat : 21934 (java) S 21925 21928 19710 0 -1 4202560 141 0 0 0 15 3 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192367811240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21935] ppid=21925 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21928/task/21935/stat : 21935 (java) S 21925 21928 19710 0 -1 4202560 38 0 0 0 13 3 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192366758440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21936] ppid=21925 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21928/task/21936/stat : 21936 (java) S 21925 21928 19710 0 -1 4202560 47 0 0 0 14 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192365705640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21937] ppid=21925 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/21928/task/21937/stat : 21937 (java) S 21925 21928 19710 0 -1 4202560 128 0 0 0 10 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140192364652840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21938] ppid=21925 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21928/task/21938/stat : 21938 (java) S 21925 21928 19710 0 -1 4202560 134 0 0 0 16 2 0 0 20 0 19 0 28628369 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191893285032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21939] ppid=21925 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21928/task/21939/stat : 21939 (java) S 21925 21928 19710 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 28628370 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191881087976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21928/tid=21940] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21940/stat : 21940 (java) S 21925 21928 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191880034040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21941] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21941/stat : 21941 (java) S 21925 21928 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28628371 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191878981128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21942] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21942/stat : 21942 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191877929616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21943] ppid=21925 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21928/task/21943/stat : 21943 (java) S 21925 21928 19710 0 -1 4202560 5104 0 0 0 47 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191876876728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21944] ppid=21925 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21928/task/21944/stat : 21944 (java) S 21925 21928 19710 0 -1 4202560 1741 0 0 0 33 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191875823928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21945] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21945/stat : 21945 (java) S 21925 21928 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191874771320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21928/tid=21946] ppid=21925 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/21928/task/21946/stat : 21946 (java) S 21925 21928 19710 0 -1 4202560 104 0 0 0 32 43 0 0 20 0 19 0 28628373 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191873718728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21928/tid=21947] ppid=21925 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21928/task/21947/stat : 21947 (java) S 21925 21928 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28628409 9856040960 79297 33554432000 1073741824 1073778376 140735073111808 140191872566952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21928 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=809147
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=64838
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800
#
# 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
CPU user time (s): 1799.34
CPU system time (s): 0.66
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.81
system time used= 1.06484
maximum resident set size= 317304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11520
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38402
involuntary context switches= 9433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6524 second user time and 14.0829 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 17:45:01
IDJOB=4116017
IDBENCH=109417
IDSOLVER=2546
FILE ID=node134/4116017-1466955901
RUNJOBID= node134-1466945036-19727
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= e47660c9bcfbe80f9ef1db1b64cb3151
RANDOM SEED=682590497

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:        30074452 kB
Buffers:           17764 kB
Cached:           110064 kB
SwapCached:         1316 kB
Active:           331140 kB
Inactive:         105804 kB
Active(anon):     309160 kB
Inactive(anon):     2484 kB
Active(file):      21980 kB
Inactive(file):   103320 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:              1220 kB
Writeback:             0 kB
AnonPages:       1950740 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             564948 kB
SReclaimable:       8780 kB
SUnreclaim:       556168 kB
KernelStack:        1776 kB
PageTables:         8124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2385468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 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 18:14:59